summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong4-26/+27
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong1-10/+1
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong4-51/+9
2016-11-15vhost: migration blocker only if shared log is usedRafael David Tinoco1-1/+1
2016-11-15virtio-net: mark VIRTIO_NET_F_GSO as legacyMichael S. Tsirkin1-0/+1
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin3-2/+8
2016-11-15acpi: fix DMAR device scope for IOAPICPeter Xu1-1/+2
2016-11-15intel_iommu: fix incorrect assertPeter Xu1-1/+1
2016-11-15intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu1-1/+1
2016-11-15virtio-crypto: tag as not hotpluggable and migrationGonglei2-1/+2
2016-11-15virtio: make virtqueue_alloc_element staticLadi Prosek1-1/+1
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek3-6/+6
2016-11-15intel_iommu: fixing source id during IOTLB hash key calculationJason Wang2-2/+2
2016-11-10hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard1-2/+2
2016-11-10usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang1-1/+4
2016-11-10usb: ehci: fix memory leak in ehci_init_transferLi Qiang1-0/+1
2016-11-07hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell1-4/+15
2016-11-07nvic: set pending status for not active interruptsMarcin Krzeminski1-2/+20
2016-11-07char: cadence: check baud rate generator and divider valuesPrasad J Pandit1-0/+15
2016-11-04Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi3-2/+4
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi30-478/+1762
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu2-1/+3
2016-11-02hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth1-1/+1
2016-11-01acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang1-2/+2
2016-11-01acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard1-0/+1
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard1-3/+8
2016-11-01ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange1-1/+1
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard1-1/+7
2016-11-01ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater1-1/+1
2016-11-01ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard1-6/+0
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard2-0/+2
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong4-12/+42
2016-11-01nvdimm acpi: introduce _FITXiao Guangrong1-2/+202
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong5-22/+89
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2-18/+25
2016-11-01nvdimm acpi: use common macros instead of magic namesXiao Guangrong1-34/+49
2016-11-01acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong1-7/+8
2016-11-01nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong1-1/+1
2016-11-01acpi nvdimm: fix Arg6 usageXiao Guangrong1-3/+4
2016-11-01acpi nvdimm: fix ARG3 conflictXiao Guangrong1-3/+4
2016-11-01acpi nvdimm: fix device physical address baseXiao Guangrong1-3/+2
2016-11-01acpi nvdimm: fix OperationRegion definitionXiao Guangrong1-60/+62
2016-11-01acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong1-1/+2
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei1-2/+53
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei1-5/+5
2016-11-01virtio-crypto: add data queue processing handlerGonglei1-1/+357
2016-11-01virtio-crypto: add control queue handlerGonglei1-1/+298
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei1-0/+43
2016-11-01virtio-crypto-pci: add virtio crypto pci supportGonglei3-0/+93
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei2-0/+152