summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* x86: ioapic: fix fail migration when irqchip=splitPeter Xu2017-01-161-0/+5
* x86: ioapic: dump version for "info ioapic"Peter Xu2017-01-161-1/+2
* x86: ioapic: add traces for ioapicPeter Xu2017-01-162-2/+22
* serial: fix memory leak in serial exitLi Qiang2017-01-161-0/+10
* scsi-block: fix direction of BYTCHK test for VERIFY commandsPaolo Bonzini2017-01-161-1/+1
* pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov2017-01-161-1/+3
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-163-2/+36
* event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-162-6/+6
* stubs: move vhost stubs to stubs/vhost.oPaolo Bonzini2017-01-163-2/+13
* hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-162-1/+73
* stubs: move acpi stubs to hw/acpiPaolo Bonzini2017-01-162-4/+22
* stubs: move smbios stubs to hw/smbiosPaolo Bonzini2017-01-162-3/+22
* smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-164-2/+36
* megasas: fix guest-triggered memory leakPaolo Bonzini2017-01-161-5/+6
* bugfix: vm halt when in reset loopinghangaohuai2017-01-161-0/+12
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into s...Peter Maydell2017-01-123-5/+26
|\
| * virtio-gpu: tag as not hotpluggableGerd Hoffmann2017-01-111-0/+1
| * virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell2017-01-111-0/+12
| * virtio-gpu: Recalculate VirtIOGPU::hostmem on VM loadPeter Maydell2017-01-111-0/+5
| * display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers2017-01-111-4/+7
| * virtio-gpu: fix information leak in capset get dispatchLi Qiang2017-01-111-1/+1
* | es1370: wire up reset via DeviceClassGerd Hoffmann2017-01-111-3/+3
* | audio: ac97: add exit functionLi Qiang2017-01-111-0/+11
* | audio: es1370: add exit functionLi Qiang2017-01-111-0/+14
* | hw/audio: QOM'ify pl041.cxiaoqiang zhao2017-01-111-11/+14
* | hw/audio: QOM'ify marvell_88w8618.cxiaoqiang zhao2017-01-111-7/+11
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell2017-01-101-0/+10
|\
| * ps2: Fix lost scancodes by recent changesOGAWA Hirofumi2017-01-101-0/+10
* | memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov2017-01-101-93/+97
* | memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-104-17/+22
* | memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-101-0/+24
* | memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-102-20/+29
* | memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-102-42/+33Star
* | memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60Star
* | memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-102-124/+124
* | memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-103-263/+248Star
* | virtio-net: Add MTU feature supportMaxime Coquelin2017-01-101-0/+19
* | vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-101-0/+18
* | vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+34
* | net: virtio-net discards TX data after link downYuri Benditovich2017-01-101-0/+26
* | virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+38
* | net: vhost stop updates virtio queue stateYuri Benditovich2017-01-101-0/+1
* | net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+5
* | balloon: Don't balloon romsDr. David Alan Gilbert2017-01-102-1/+8
* | virtio: fix vq->inuse recalc after migrHalil Pasic2017-01-101-3/+5
* | pcie_aer: support configurable AER capa versionDou Liyang2017-01-105-7/+11
* | pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-105-14/+14
* | virtio-crypto: zeroize the key material before freeGonglei2017-01-101-1/+12
* | virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei2017-01-101-1/+0Star
* | virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei2017-01-101-1/+15