aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-14hw/arm/virt: separate versioned type-init codeAndrew Jones
2016-06-14target-arm: Fix reset and migration of TTBCR(S)Peter Maydell
2016-06-14hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI tableShannon Zhao
2016-06-14hw/arm/virt: Add PMU node for virt machineShannon Zhao
2016-06-14target-arm: kvm64: set guest PMUv3 feature bit if supportedShannon Zhao
2016-06-14xen: Clean up includesPeter Maydell
2016-06-14qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...Peter Maydell
2016-06-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160614' into stagingPeter Maydell
2016-06-14s390x/kvm: Fixup interrupt type for non-adapter I/O interruptsChristian Borntraeger
2016-06-14s390x: Limit s390-ccw machines to 248 CPUsChristian Borntraeger
2016-06-14virtio-ccw: Provide traces for indicator changesChristian Borntraeger
2016-06-14s390x/css: introduce property type for device idsCornelia Huck
2016-06-14s390x/css: clear IO irqs when generating IPI CRWHalil Pasic
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic
2016-06-14linux-headers: updateCornelia Huck
2016-06-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160614' into...Peter Maydell
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland
2016-06-14Add PowerPC AT_HWCAP2 definitionsAnton Blanchard
2016-06-14ppc: Add PowerISA 2.07 compatibility modeThomas Huth
2016-06-14ppc: Improve PCR bit selection in ppc_set_compat()Thomas Huth
2016-06-14ppc: Provide function to get CPU class of the host CPUThomas Huth
2016-06-14ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth
2016-06-14ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth
2016-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s...Peter Maydell
2016-06-13xen/blkif: avoid double access to any shared ring request fieldsJan Beulich
2016-06-13Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v...Peter Maydell
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger
2016-06-13crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini
2016-06-13crypto: remove temp files on completion of secrets testDaniel P. Berrange
2016-06-13TLS: provide slightly more information when TLS certificate loading failsAlex Bligh
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost
2016-06-13pxa2xx: Unconditionally enable USB controllerEduardo Habkost
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell
2016-06-13Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160613-tag' into...Peter Maydell
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann
2016-06-13Introduce "xen-load-devices-state"Wen Congyang
2016-06-13exec: Fix qemu_ram_block_from_host for XenAnthony PERARD
2016-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into stagingPeter Maydell
2016-06-11translate-all: add tb hash bucket info to 'info jit' dumpEmilio G. Cota
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11qht: add test-qht-par to invoke qht-bench from 'check' targetEmilio G. Cota
2016-06-11qht: add qht-bench, a performance benchmarkEmilio G. Cota
2016-06-11qht: add test programEmilio G. Cota
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota
2016-06-11qdist: add test programEmilio G. Cota
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota
2016-06-11qemu-thread: add simple test-and-set spinlockGuillaume Delbergue