aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-07Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant
2015-07-07virtio: define virtio_pci_cfg_cap in header.Michael S. Tsirkin
2015-07-07pci_regs.h: import from linuxMichael S. Tsirkin
2015-07-07virtio_net: reuse constants from linuxMichael S. Tsirkin
2015-07-07hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek
2015-07-07ich9: implement strap SPKR pin logicPaulo Alcantara
2015-07-07ich9: add TCO interface emulationPaulo Alcantara
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini
2015-07-06kvm-all: add support for multiple address spacesPaolo Bonzini
2015-07-06kvm-all: make KVM's memory listener more genericPaolo Bonzini
2015-07-06kvm-all: move internal types to kvm_int.hPaolo Bonzini
2015-07-06linux-headers: Update to 4.2-rc1Alexey Kardashevskiy
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-07-03numa: API to lookup NUMA node by addressBharata B Rao
2015-07-03numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao
2015-07-03pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao
2015-07-03virtio-input: add input routing supportGerd Hoffmann
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-07-02timer: Move NANOSECONDS_PER_SECONDS to timer.hAlberto Garcia
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka
2015-07-01main-loop: introduce qemu_mutex_iothread_lockedPaolo Bonzini
2015-06-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-26cpu-defs: Move out TB_JMP definesPeter Crosthwaite
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite
2015-06-26qemu-common: add VEC_OR macroArtyom Tarasenko
2015-06-26hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT tableShannon Zhao
2015-06-26include/softmmu-semi.h: Make semihosting support 64-bit cleanMaciej W. Rozycki
2015-06-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-06-23hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek
2015-06-23hw/pci: introduce shpc_present() helper functionLaszlo Ersek
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek
2015-06-23migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek
2015-06-23add pci-bridge-seatGerd Hoffmann
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev
2015-06-23iov: don't touch iov in iov_send_recv()Wen Congyang
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang
2015-06-23block-backend: Introduce blk_drain()Alexander Yarygin