aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-07Remove unused qemu_fls functionPeter Maydell
2015-09-07exec.c: Use pow2floor() rather than hand-calculationPeter Maydell
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-09-07hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-09-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150907'...Peter Maydell
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin
2015-09-07target-arm: Refactor CPU affinity handlingPavel Fedin
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois
2015-09-07i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois
2015-09-07target-arm: Fix arm_excp_unmasked() functionSergey Sorokin
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin
2015-09-07target-arm: Fix AArch32:AArch64 general-purpose register mappingSergey Sorokin
2015-09-07arm: Remove hw_error() usages.Peter Crosthwaite
2015-09-07arm: cpu: assert() on no-EL2 virt IRQ error condition.Peter Crosthwaite
2015-09-07smbios: implement smbios support for mach-virtWei Huang
2015-09-07smbios: add smbios 3.0 supportWei Huang
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell
2015-09-07target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter blockPeter Maydell
2015-09-07target-arm/arm-semi.c: Implement A64 specific SyncCacheRange callPeter Maydell
2015-09-07target-arm/arm-semi.c: Support widening APIs to 64 bitsPeter Maydell
2015-09-07include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell
2015-09-07target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'Peter Maydell
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell
2015-09-07target-arm: Improve semihosting debug printsChristopher Covington
2015-09-07target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdbPeter Maydell
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-04Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-09-04' in...Kevin Wolf
2015-09-04quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang
2015-09-04qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia
2015-09-04docs: document how to configure the qcow2 L2/refcount cachesAlberto Garcia
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia
2015-09-04qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia
2015-09-04iotests: Warn if python subprocess is killedMax Reitz
2015-09-04iotests: Do not suppress segfaults in bash testsMax Reitz
2015-09-04iotests: Respect -nodefaults in tests 41 and 55Max Reitz
2015-09-04iotests: More options for VM.add_drive()Max Reitz
2015-09-04qemu-img: Fix crash in amend invocationMax Reitz
2015-09-04block/raw-posix: Use raw_normalize_devicepath()Max Reitz
2015-09-04qemu-iotests: s390x: fix test 130Bo Tu
2015-09-04qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu
2015-09-04qemu-iotests: s390x: fix test 041 and 055Bo Tu
2015-09-04qemu-iotests: disable default qemu devices for cross-platform compatibilityBo Tu