summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-01-16aio: document lockingPaolo Bonzini
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini
2017-01-16aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bhPaolo Bonzini
2017-01-16qemu-thread: introduce QemuLockCntPaolo Bonzini
2017-01-16aio: rename bh_lock to list_lockPaolo Bonzini
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov
2017-01-12Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into stagingPeter Maydell
2017-01-10qemu/host-utils.h: Reduce the operation count in the fallback ctpopRichard Henderson
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil
2017-01-10console: add API to get underlying gui window IDSamuel Thibault
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2017-01-10cryptodev: wrap the ready flagGonglei
2017-01-10cryptodev: introduce a new is_used propertyGonglei
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang
2017-01-10acpi: add ATSR for q35Jason Wang
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2017-01-10intel_iommu: support device iotlb descriptorJason Wang
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang
2017-01-10virtio: convert to use DMA apiJason Wang
2017-01-10intel_iommu: allow migrationPeter Xu
2017-01-10migration: allow to prioritize save state entriesPeter Xu
2017-01-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones