summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-11es1370: wire up reset via DeviceClassGerd Hoffmann1-3/+3
2017-01-11audio: ac97: add exit functionLi Qiang1-0/+11
2017-01-11audio: es1370: add exit functionLi Qiang1-0/+14
2017-01-11hw/audio: QOM'ify pl041.cxiaoqiang zhao1-11/+14
2017-01-11hw/audio: QOM'ify marvell_88w8618.cxiaoqiang zhao1-7/+11
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell13-28/+119
2017-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell66-557/+1164
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi3-1/+18
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil2-1/+3
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth1-2/+6
2017-01-10gtk: avoid oob array accessMarc-André Lureau1-0/+5
2017-01-10egl-helpers: Change file licensing to LGPLv2Frediano Ziglio1-0/+16
2017-01-10sdl2: set window IDSamuel Thibault1-0/+7
2017-01-10console: move window ID code from baum to sdlSamuel Thibault2-23/+33
2017-01-10console: add API to get underlying gui window IDSamuel Thibault2-0/+15
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange2-0/+11
2017-01-10ui/gtk: fix crash at startup when no console is availableHervé Poussineau1-1/+5
2017-01-10acpi-test: update expected filesMichael S. Tsirkin10-0/+0
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov1-93/+97
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov6-20/+23
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov3-25/+24
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov3-23/+32
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov3-44/+33
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov2-64/+61
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov3-124/+126
2017-01-10memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov3-263/+248
2017-01-10tests: pc: add memory hotplug acpi tables testsIgor Mammedov5-0/+24
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin2-0/+20
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin2-0/+20
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin3-0/+52
2017-01-10net: virtio-net discards TX data after link downYuri Benditovich1-0/+26
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2-0/+39
2017-01-10net: vhost stop updates virtio queue stateYuri Benditovich1-0/+1
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich2-0/+6
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert2-1/+8
2017-01-10virtio: fix vq->inuse recalc after migrHalil Pasic1-3/+5
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang6-9/+13
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin6-16/+16
2017-01-10virtio-crypto: zeroize the key material before freeGonglei1-1/+12
2017-01-10virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei1-1/+0
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei1-1/+15
2017-01-10virtio-crypto-pci: add check for cryptodev objectGonglei1-0/+5
2017-01-10cryptodev: wrap the ready flagGonglei4-6/+36
2017-01-10cryptodev: introduce a new is_used propertyGonglei3-0/+44
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei1-1/+1
2017-01-10doc/pcie: correct command line examplesCao jin1-6/+6
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10memory: handle alias for iommu notifierJason Wang1-0/+9
2017-01-10acpi: add ATSR for q35Jason Wang2-0/+21
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang5-0/+31