Age | Commit message (Expand) | Author |
2016-06-14 | hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATEST | Andrew Jones |
2016-06-14 | hw/arm/virt: introduce DEFINE_VIRT_MACHINE | Andrew Jones |
2016-06-14 | hw/arm/virt: separate versioned type-init code | Andrew Jones |
2016-06-14 | target-arm: Fix reset and migration of TTBCR(S) | Peter Maydell |
2016-06-14 | hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table | Shannon Zhao |
2016-06-14 | hw/arm/virt: Add PMU node for virt machine | Shannon Zhao |
2016-06-14 | target-arm: kvm64: set guest PMUv3 feature bit if supported | Shannon Zhao |
2016-06-14 | qdev_try_create(): Assert that devices we put onto the system bus are SysBusD... | Peter Maydell |
2016-06-14 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160614' into staging | Peter Maydell |
2016-06-14 | s390x/kvm: Fixup interrupt type for non-adapter I/O interrupts | Christian Borntraeger |
2016-06-14 | s390x: Limit s390-ccw machines to 248 CPUs | Christian Borntraeger |
2016-06-14 | virtio-ccw: Provide traces for indicator changes | Christian Borntraeger |
2016-06-14 | s390x/css: introduce property type for device ids | Cornelia Huck |
2016-06-14 | s390x/css: clear IO irqs when generating IPI CRW | Halil Pasic |
2016-06-14 | s390x/kvm: add interface for clearing IO irqs | Halil Pasic |
2016-06-14 | linux-headers: update | Cornelia Huck |
2016-06-14 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160614' into... | Peter Maydell |
2016-06-14 | spapr: Ensure all LMBs are represented in ibm,dynamic-memory | Bharata B Rao |
2016-06-14 | macio: call dma_memory_unmap() at the end of each DMA transfer | Mark Cave-Ayland |
2016-06-14 | Add PowerPC AT_HWCAP2 definitions | Anton Blanchard |
2016-06-14 | ppc: Add PowerISA 2.07 compatibility mode | Thomas Huth |
2016-06-14 | ppc: Improve PCR bit selection in ppc_set_compat() | Thomas Huth |
2016-06-14 | ppc: Provide function to get CPU class of the host CPU | Thomas Huth |
2016-06-14 | ppc: Split pcr_mask settings into supported bits and the register mask | Thomas Huth |
2016-06-14 | ppc/spapr: Refactor h_client_architecture_support() CPU parsing code | Thomas Huth |
2016-06-13 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s... | Peter Maydell |
2016-06-13 | Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v... | Peter Maydell |
2016-06-13 | crypto: aes: always rename internal symbols | Mike Frysinger |
2016-06-13 | crypto: assert that qcrypto_hash_digest_len is in range | Paolo Bonzini |
2016-06-13 | crypto: remove temp files on completion of secrets test | Daniel P. Berrange |
2016-06-13 | TLS: provide slightly more information when TLS certificate loading fails | Alex Bligh |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost |
2016-06-13 | pxa2xx: Unconditionally enable USB controller | Eduardo Habkost |
2016-06-13 | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p() | Peter Maydell |
2016-06-13 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160613-tag' into... | Peter Maydell |
2016-06-13 | usb-host: add special case for bus+addr | Gerd Hoffmann |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang |
2016-06-13 | exec: Fix qemu_ram_block_from_host for Xen | Anthony PERARD |
2016-06-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging | Peter Maydell |
2016-06-11 | translate-all: add tb hash bucket info to 'info jit' dump | Emilio G. Cota |
2016-06-11 | tb hash: track translated blocks with qht | Emilio G. Cota |
2016-06-11 | qht: add test-qht-par to invoke qht-bench from 'check' target | Emilio G. Cota |
2016-06-11 | qht: add qht-bench, a performance benchmark | Emilio G. Cota |
2016-06-11 | qht: add test program | Emilio G. Cota |
2016-06-11 | qht: QEMU's fast, resizable and scalable Hash Table | Emilio G. Cota |
2016-06-11 | qdist: add test program | Emilio G. Cota |
2016-06-11 | qdist: add module to represent frequency distributions of data | Emilio G. Cota |
2016-06-11 | tb hash: hash phys_pc, pc, and flags with xxhash | Emilio G. Cota |
2016-06-11 | exec: add tb_hash_func5, derived from xxhash | Emilio G. Cota |
2016-06-11 | qemu-thread: add simple test-and-set spinlock | Guillaume Delbergue |