aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-01-19error: error_setg_errno(): errno gets preservedSascha Silbe1-0/+3
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko1-0/+5
2017-01-18target-sparc: implement sun4v RTCArtyom Tarasenko1-0/+1
2017-01-18virtio_crypto: header updateMichael S. Tsirkin1-230/+251
2017-01-18pci_regs: update to latest linuxMichael S. Tsirkin1-1/+0
2017-01-18virtio_mmio: add standard header fileMichael S. Tsirkin1-0/+141
2017-01-18fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek1-1/+9
2017-01-18pc: Add 2.9 machine-typesEduardo Habkost1-0/+2
2017-01-18fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek1-2/+1
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin2-4/+6
2017-01-18vhost_net: device IOTLB supportJason Wang2-0/+17
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-24/+167
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell1-8/+6
2017-01-16ramblock-notifier: newPaolo Bonzini3-49/+75
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini1-1/+0
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2-3/+15
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini3-6/+11
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2-2/+1
2017-01-16aio: document lockingPaolo Bonzini1-16/+16
2017-01-16qemu-thread: optimize QemuLockCnt with futexes on LinuxPaolo Bonzini2-0/+38
2017-01-16aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bhPaolo Bonzini1-7/+5
2017-01-16qemu-thread: introduce QemuLockCntPaolo Bonzini1-0/+110
2017-01-16aio: rename bh_lock to list_lockPaolo Bonzini1-1/+1
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini2-4/+1
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell4-25/+2
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-8/+6
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov2-8/+1
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov1-0/+1
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov1-17/+0
2017-01-12Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into stagingPeter Maydell1-14/+11
2017-01-10qemu/host-utils.h: Reduce the operation count in the fallback ctpopRichard Henderson1-14/+11
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell2-0/+11
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil1-0/+3
2017-01-10console: add API to get underlying gui window IDSamuel Thibault1-0/+4
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange1-0/+4
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2-3/+1
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2-25/+0
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov1-3/+3
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov1-2/+0
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov1-1/+1
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov1-0/+2
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin1-0/+1
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin1-0/+2
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin1-0/+2
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich1-0/+1
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich1-0/+1
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang1-2/+2
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin1-2/+2
2017-01-10cryptodev: wrap the ready flagGonglei1-0/+19
2017-01-10cryptodev: introduce a new is_used propertyGonglei1-0/+23