summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson2016-11-151-6/+12
* ppc/pnv: fix compile breakage on old gccCédric Le Goater2016-11-153-2/+4
* powernv: CPU compatibility modes don't make sense for powernvDavid Gibson2016-11-151-5/+1Star
* atapi: classify read_cd as conditionally returning dataJohn Snow2016-11-141-11/+40
* Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi2016-11-111-6/+2Star
|\
| * qdev: fix use-after-free regression from becdfa00cfaMarc-André Lureau2016-11-101-6/+2Star
* | 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
| * acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong2016-11-011-7/+8
| * nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong2016-11-011-1/+1
| * acpi nvdimm: fix Arg6 usageXiao Guangrong2016-11-011-3/+4
| * acpi nvdimm: fix ARG3 conflictXiao Guangrong2016-11-011-3/+4
| * acpi nvdimm: fix device physical address baseXiao Guangrong2016-11-011-3/+2Star
| * acpi nvdimm: fix OperationRegion definitionXiao Guangrong2016-11-011-60/+62
| * acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong2016-11-011-1/+2
| * virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-011-2/+53
| * cryptodev: introduce an unified wrapper for crypto operationGonglei2016-11-011-5/+5
| * virtio-crypto: add data queue processing handlerGonglei2016-11-011-1/+357
| * virtio-crypto: add control queue handlerGonglei2016-11-011-1/+298
| * virtio-crypto: set capacity of algorithms supportedGonglei2016-11-011-0/+43
| * virtio-crypto-pci: add virtio crypto pci supportGonglei2016-11-013-0/+93
| * virtio-crypto: add virtio crypto device emulationGonglei2016-11-012-0/+152
| * virtio: inline set_host_notifier_internalPaolo Bonzini2016-10-301-36/+26Star
| * virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2016-10-302-26/+20Star
| * virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini2016-10-302-7/+5Star
| * virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2016-10-302-15/+11Star
| * virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini2016-10-302-12/+16
| * Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2016-10-301-34/+4Star
| * virtio-scsi: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-302-35/+45