Age | Commit message (Expand) | Author |
2017-01-16 | qemu-thread: optimize QemuLockCnt with futexes on Linux | Paolo Bonzini |
2017-01-16 | aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh | Paolo Bonzini |
2017-01-16 | qemu-thread: introduce QemuLockCnt | Paolo Bonzini |
2017-01-16 | aio: rename bh_lock to list_lock | Paolo Bonzini |
2017-01-16 | block: get rid of bdrv_io_unplugged_begin/end | Paolo Bonzini |
2017-01-13 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell |
2017-01-12 | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov |
2017-01-12 | monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends | Igor Mammedov |
2017-01-12 | monitor: reuse user_creatable_add_opts() instead of user_creatable_add() | Igor Mammedov |
2017-01-12 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into staging | Peter Maydell |
2017-01-10 | qemu/host-utils.h: Reduce the operation count in the fallback ctpop | Richard Henderson |
2017-01-10 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st... | Peter Maydell |
2017-01-10 | curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) | Stefan Weil |
2017-01-10 | console: add API to get underlying gui window ID | Samuel Thibault |
2017-01-10 | ui: use evdev keymap when running under wayland | Daniel P. Berrange |
2017-01-10 | memhp: don't generate memory hotplug AML if it's not enabled/supported | Igor Mammedov |
2017-01-10 | memhp: move memory hotplug only defines to memory_hotplug.c | Igor Mammedov |
2017-01-10 | memhp: move GPE handler_E03 into build_memory_hotplug_aml() | Igor Mammedov |
2017-01-10 | memhp: merge build_memory_devices() into build_memory_hotplug_aml() | Igor Mammedov |
2017-01-10 | memhp: consolidate scattered MHPD device declaration | Igor Mammedov |
2017-01-10 | memhp: move build_memory_devices() into memory_hotplug.c | Igor Mammedov |
2017-01-10 | virtio-net: Add MTU feature support | Maxime Coquelin |
2017-01-10 | vhost-net: Notify the backend about the host MTU | Maxime Coquelin |
2017-01-10 | vhost-user: Add MTU protocol feature and op | Maxime Coquelin |
2017-01-10 | virtio: Introduce virtqueue_drop_all procedure | Yuri Benditovich |
2017-01-10 | net: Add virtio queue interface to update used index from vring state | Yuri Benditovich |
2017-01-10 | pcie_aer: support configurable AER capa version | Dou Liyang |
2017-01-10 | pcie_aer: Convert pcie_aer_init to Error | Cao jin |
2017-01-10 | cryptodev: wrap the ready flag | Gonglei |
2017-01-10 | cryptodev: introduce a new is_used property | Gonglei |
2017-01-10 | memory: handle alias in memory_region_is_iommu() | Jason Wang |
2017-01-10 | acpi: add ATSR for q35 | Jason Wang |
2017-01-10 | virtio-pci: address space translation service (ATS) support | Jason Wang |
2017-01-10 | intel_iommu: support device iotlb descriptor | Jason Wang |
2017-01-10 | exec: introduce address_space_get_iotlb_entry() | Jason Wang |
2017-01-10 | virtio: convert to use DMA api | Jason Wang |
2017-01-10 | intel_iommu: allow migration | Peter Xu |
2017-01-10 | migration: allow to prioritize save state entries | Peter Xu |
2017-01-09 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2017-01-09 | block: Rename raw-{posix,win32} to file-*.c | Eric Blake |
2017-01-09 | coroutine: Introduce qemu_coroutine_enter_if_inactive() | Kevin Wolf |
2017-01-09 | hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg... | Andrew Jones |
2017-01-09 | hw/arm/virt: remove VirtGuestInfo | Andrew Jones |
2017-01-09 | hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfo | Andrew Jones |
2017-01-09 | hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo | Andrew Jones |
2017-01-09 | hw/arm/virt: move VirtMachineState/Class to virt.h | Andrew Jones |
2017-01-09 | hw/arm/virt: remove include/hw/arm/virt-acpi-build.h | Andrew Jones |
2017-01-09 | hw/arm/virt: eliminate struct VirtGuestInfoState | Andrew Jones |
2017-01-09 | hw/arm/virt-acpi-build: fadt: improve flag naming | Andrew Jones |
2017-01-09 | hw/arm/virt-acpi-build: gtdt: improve flag naming | Andrew Jones |