summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * s390x/css: ccw-0 enforces count > 0Cornelia Huck2015-09-071-0/+4
| * s390x/css: handle ccw-0 TIC correctlyPierre Morel2015-09-071-0/+3
* | Make pow2ceil() and pow2floor() inlinePeter Maydell2015-09-073-38/+34
* | Remove unused qemu_fls functionPeter Maydell2015-09-072-6/+0
* | exec.c: Use pow2floor() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* | hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-1/+1
* | hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* | hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-072-6/+2
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-09-0729-359/+487
|\
| * Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-09-04' in...Kevin Wolf2015-09-046-8/+306
| |\
| | * quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang2015-09-041-6/+6
| | * qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia2015-09-041-1/+1
| | * docs: document how to configure the qcow2 L2/refcount cachesAlberto Garcia2015-09-041-0/+164
| | * qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-044-1/+109
| | * qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia2015-09-041-0/+26
| |/
| * iotests: Warn if python subprocess is killedMax Reitz2015-09-041-5/+21
| * iotests: Do not suppress segfaults in bash testsMax Reitz2015-09-048-31/+67
| * iotests: Respect -nodefaults in tests 41 and 55Max Reitz2015-09-042-6/+16
| * iotests: More options for VM.add_drive()Max Reitz2015-09-041-3/+6
| * qemu-img: Fix crash in amend invocationMax Reitz2015-09-041-1/+2
| * block/raw-posix: Use raw_normalize_devicepath()Max Reitz2015-09-041-5/+17
| * qemu-iotests: s390x: fix test 130Bo Tu2015-09-042-6/+6
| * qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu2015-09-042-6/+9
| * qemu-iotests: s390x: fix test 041 and 055Bo Tu2015-09-042-0/+15
| * qemu-iotests: disable default qemu devices for cross-platform compatibilityBo Tu2015-09-047-288/+7
| * qemu-iotests: qemu machine type supportBo Tu2015-09-043-1/+16
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150907'...Peter Maydell2015-09-0763-406/+3243
|\ \ | |/ |/|
| * arm/virt: Add full-sized CPU affinity handlingPavel Fedin2015-09-071-2/+32
| * target-arm: Refactor CPU affinity handlingPavel Fedin2015-09-074-5/+16
| * i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois2015-09-072-0/+41
| * i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois2015-09-075-0/+294
| * i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2015-09-072-1/+160
| * i.MX: Add SOC support for i.MX25Jean-Christophe Dubois2015-09-074-0/+509
| * i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2015-09-074-0/+824
| * i.MX: Add I2C controller emulatorJean-Christophe Dubois2015-09-074-0/+424
| * i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-075-186/+102
| * i.MX: Add SOC support for i.MX31Jean-Christophe Dubois2015-09-074-1/+318
| * target-arm: Fix arm_excp_unmasked() functionSergey Sorokin2015-09-071-3/+3
| * hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2015-09-074-9/+76
| * target-arm: Fix AArch32:AArch64 general-purpose register mappingSergey Sorokin2015-09-071-32/+32
| * arm: Remove hw_error() usages.Peter Crosthwaite2015-09-072-3/+3
| * arm: cpu: assert() on no-EL2 virt IRQ error condition.Peter Crosthwaite2015-09-071-4/+1
| * smbios: implement smbios support for mach-virtWei Huang2015-09-073-1/+28
| * smbios: add smbios 3.0 supportWei Huang2015-09-075-42/+116
| * target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell2015-09-075-2/+34
| * target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter blockPeter Maydell2015-09-071-3/+18
| * target-arm/arm-semi.c: Implement A64 specific SyncCacheRange callPeter Maydell2015-09-071-0/+10
| * target-arm/arm-semi.c: Support widening APIs to 64 bitsPeter Maydell2015-09-072-13/+58
| * include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell2015-09-071-0/+18
| * target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'Peter Maydell2015-09-071-32/+47
OpenPOWER on IntegriCloud