summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi2016-11-181-2/+11
* virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz2016-11-151-11/+0Star
* vhost: drop legacy vring layout bitsGreg Kurz2016-11-151-13/+0Star
* vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2016-11-151-19/+60
* nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong2016-11-151-13/+17
* nvdimm acpi: use aml_name_decl to define named objectXiao Guangrong2016-11-151-4/+2Star
* nvdimm acpi: rename nvdimm_dsm_reserved_rootXiao Guangrong2016-11-151-3/+4
* nvdimm acpi: fix two commentsXiao Guangrong2016-11-151-2/+2
* nvdimm acpi: define DSM return codesXiao Guangrong2016-11-151-19/+27
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-152-2/+2
* nvdimm acpi: cleanup nvdimm_build_fitXiao Guangrong2016-11-151-3/+1Star
* nvdimm acpi: rename nvdimm_plugged_device_listXiao Guangrong2016-11-151-9/+8Star
* nvdimm acpi: clean up nvdimm_build_acpiXiao Guangrong2016-11-151-14/+16
* pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplugXiao Guangrong2016-11-151-6/+0Star
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-154-26/+27
* nvdimm acpi: drop the lock of fit bufferXiao Guangrong2016-11-151-10/+1Star
* qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong2016-11-154-51/+9Star
* vhost: migration blocker only if shared log is usedRafael David Tinoco2016-11-151-1/+1
* virtio-net: mark VIRTIO_NET_F_GSO as legacyMichael S. Tsirkin2016-11-151-0/+1
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-153-2/+8
* acpi: fix DMAR device scope for IOAPICPeter Xu2016-11-151-1/+2
* intel_iommu: fix incorrect assertPeter Xu2016-11-151-1/+1
* intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu2016-11-151-1/+1
* virtio-crypto: tag as not hotpluggable and migrationGonglei2016-11-152-1/+2
* virtio: make virtqueue_alloc_element staticLadi Prosek2016-11-151-1/+1
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-153-6/+6
* intel_iommu: fixing source id during IOTLB hash key calculationJason Wang2016-11-152-2/+2
* hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard2016-11-101-2/+2
* usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang2016-11-101-1/+4
* usb: ehci: fix memory leak in ehci_init_transferLi Qiang2016-11-101-0/+1
* hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell2016-11-071-4/+15
* nvic: set pending status for not active interruptsMarcin Krzeminski2016-11-071-2/+20
* char: cadence: check baud rate generator and divider valuesPrasad J Pandit2016-11-071-0/+15
* Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi2016-11-043-2/+4
|\
| * PCMachineState: introduce acpi_build_enabled fieldWei Liu2016-11-022-1/+3
| * hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth2016-11-021-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-0330-478/+1762
|\ \ | |/ |/|
| * acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang2016-11-011-2/+2
| * acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard2016-11-011-0/+1
| * ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2016-11-011-3/+8
| * ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange2016-11-011-1/+1
| * ipmi: Implement shutdown via ACPI overtempCorey Minyard2016-11-011-1/+7
| * ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater2016-11-011-1/+1
| * ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard2016-11-011-6/+0Star
| * ipmi: Remove hotplug from IPMI BMCsCorey Minyard2016-11-012-0/+2
| * pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-014-12/+42
| * nvdimm acpi: introduce _FITXiao Guangrong2016-11-011-2/+202
| * nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-015-22/+89
| * nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-012-18/+25
| * nvdimm acpi: use common macros instead of magic namesXiao Guangrong2016-11-011-34/+49