summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: pass option prefix down to crypto layerDaniel P. Berrange2017-07-119-20/+37
| * | | | block: remove all encryption handling APIsDaniel P. Berrange2017-07-1112-159/+16Star
| * | | | block: rip out all traces of password promptingDaniel P. Berrange2017-07-1110-269/+2Star
| * | | | iotests: enable tests 134 and 158 to work with qcow (v1)Daniel P. Berrange2017-07-112-2/+2
| * | | | qcow2: add iotests to cover LUKS encryption supportDaniel P. Berrange2017-07-117-2/+255
| * | | | qcow2: add support for LUKS encryption formatDaniel P. Berrange2017-07-116-92/+484
| * | | | qcow2: extend specification to cover LUKS encryptionDaniel P. Berrange2017-07-111-0/+103
| * | | | qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-1114-186/+263
| * | | | qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-113-15/+9Star
| * | | | qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-114-108/+158
| * | | | qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-111-30/+15Star
| * | | | block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange2017-07-119-123/+191
| * | | | iotests: skip 048 with qcow which doesn't support resizeDaniel P. Berrange2017-07-111-1/+1
| * | | | iotests: skip 042 with qcow which dosn't support zero sized imagesDaniel P. Berrange2017-07-111-1/+1
| * | | | qcow: require image size to be > 1 for new imagesDaniel P. Berrange2017-07-111-0/+6
| * | | | qcow: document another weakness of qcow AES encryptionDaniel P. Berrange2017-07-111-3/+16
| * | | | block: add ability to set a prefix for opt namesDaniel P. Berrange2017-07-112-28/+28
| * | | | block: expose crypto option names / defs to other driversDaniel P. Berrange2017-07-112-56/+117
* | | | | Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell2017-07-132-4/+9
|\ \ \ \ \
| * | | | | mips/malta: load the initrd at the end of the low memoryAurelien Jarno2017-07-111-2/+3
| * | | | | target/mips: fix msa copy_[s|u]_df rd = 0 corner caseMiodrag Dinic2017-07-111-2/+6
* | | | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell2017-07-1312-13/+394
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | target-arm: v7M: ignore writes to CONTROL.SPSEL from Thread modePeter Maydell2017-07-111-3/+10
| * | | | | ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-116-0/+82
| * | | | | aspeed: Register all watchdogsJoel Stanley2017-07-112-9/+20
| * | | | | hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski2017-07-113-1/+282
* | | | | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-07-113-4/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | backends: remove empty trace-events fileDaniel P. Berrange2017-07-112-1/+0Star
| * | | | | trace: Fix early setting of events with the "vcpu" propertyLluís Vilanova2017-07-111-3/+7
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell2017-07-1111-122/+145
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater2017-07-111-4/+6
| * | | | spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater2017-07-112-6/+8
| * | | | ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz2017-07-111-1/+4
| * | | | spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson2017-07-111-1/+2
| * | | | spapr: fix memory hotplug error pathGreg Kurz2017-07-111-4/+22
| * | | | target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh2017-07-113-1/+48
| * | | | target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh2017-07-111-14/+8Star
| * | | | spapr: Use unplug_request for PCI hot unplugDavid Gibson2017-07-111-6/+7
| * | | | spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-114-16/+7Star
| * | | | spapr: Add DRC release methodDavid Gibson2017-07-112-16/+7Star
| * | | | spapr: Uniform DRC reset pathsDavid Gibson2017-07-112-30/+7Star
| * | | | spapr: Leave DR-indicator management to the guestDavid Gibson2017-07-111-4/+2Star
| * | | | target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson2017-07-111-0/+1
| * | | | spapr: fix migration to pseries machine < 2.8Laurent Vivier2017-07-111-14/+14
| * | | | spapr: fix bogus function name in commentGreg Kurz2017-07-111-1/+1
| * | | | spapr: refresh "platform-specific" hcalls commentGreg Kurz2017-07-111-3/+2Star
| * | | | spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2017-07-112-4/+2Star
| |/ / /
* | | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...Peter Maydell2017-07-114-4/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson2017-07-101-0/+12
| * | | vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-104-4/+11
| |/ /