summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* dec: convert to realize()Cao jin2019-11-291-3/+3
* msix: fix msix_vector_maskedMichael S. Tsirkin2019-11-291-2/+2
* vhost: simplify vhost_needs_vring_endian()Greg Kurz2019-11-291-2/+7
* vhost: move virtio 1.0 check to cross-endian helperGreg Kurz2019-11-291-4/+5
* virtio: move cross-endian helper to vhostGreg Kurz2019-11-291-2/+15
* vhost-net: revert support of cross-endian vnet headersGreg Kurz2019-11-291-36/+5
* virtio-net: use the backend cross-endian capabilitiesGreg Kurz2019-11-291-2/+66
* Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell2019-11-291-1/+1
* s390x: remove s390-zipl.romMichael Tokarev2019-11-292-2/+1
* Passthru CCID card: QOMifyCao jin2019-11-291-6/+8
* Emulated CCID card: QOMifyCao jin2019-11-291-10/+13
* ES1370: QOMifyCao jin2019-11-291-3/+7
* bcm2835_property: implement "get board revision" queryStephen Warren2019-11-294-2/+8
* hw/arm/virt: fix max-cpus checkAndrew Jones2019-11-291-5/+5
* sd: limit 'req.cmd' while using as an array indexPrasad J Pandit2019-11-291-2/+5
* ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow2019-11-291-19/+20
* ahci: explicitly reject bad engine states on post_loadJohn Snow2019-11-291-8/+13
* ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow2019-11-291-10/+18
* ahci: Do not unmap NULL addressesJohn Snow2019-11-291-0/+8
* fdc: always compile-check debug printsJohn Snow2019-11-291-7/+8
* ide: fix device_reset to not ignore pending AIOJohn Snow2019-11-291-10/+17
* ide: Add silent DRQ cancellationJohn Snow2019-11-291-3/+18
* ide: replace blk_drain_all by blk_drainJohn Snow2019-11-291-1/+1
* ide: move buffered DMA cancel to coreJohn Snow2019-11-293-35/+47
* ide: code motionJohn Snow2019-11-291-58/+58
* ide: Prohibit RESET on IDE drivesJohn Snow2019-11-291-3/+7
* xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell2019-11-291-7/+0
* xen: drop XenXC and associated interface wrappersIan Campbell2019-11-291-2/+2
* xen: drop support for Xen 4.1 and older.Ian Campbell2019-11-291-4/+0
* ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard2019-11-291-0/+2
* ipmi_bmc_sim: Fix off by one in check.Corey Minyard2019-11-291-1/+1
* ipmi: do not take/drop iothread lockPaolo Bonzini2019-11-291-2/+0
* hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini2019-11-296-0/+3803
* scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini2019-11-292-0/+93
* scsi: push WWN fields up to SCSIDevicePaolo Bonzini2019-11-291-12/+10
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-291-5/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-293-8/+6
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-2918-171/+166
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-2919-97/+97
* qom: Use typedef for VisitorEric Blake2019-11-292-5/+5
* balloon: Improve use of qapi visitorEric Blake2019-11-291-3/+5
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2019-11-294-24/+4
* net: set endianness on all backend devicesLaurent Vivier2019-11-291-12/+11
* fix MSI injection on XenStefano Stabellini2019-11-293-6/+19
* intel_iommu: large page supportJason Wang2019-11-292-24/+58
* pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek2019-11-291-4/+9
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-291-0/+16
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-293-4/+5
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-294-20/+25
* pc: Eliminate PcGuestInfo structEduardo Habkost2019-11-291-3/+1
OpenPOWER on IntegriCloud