summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-123-79/+25Star
* virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi2022-01-121-30/+3Star
* virtio-scsi: prepare virtio_scsi_handle_cmd for dataplaneStefan Hajnoczi2022-01-121-1/+1
* virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi2022-01-121-11/+3Star
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-123-22/+12Star
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-122-9/+13
* Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20220108' into stagingPeter Maydell2022-01-111-21/+31
|\
| * hw/sd: Add SDHC support for SD card SPI-modeFrank Chang2022-01-041-7/+17
| * hw/sd/sdcard: Rename Write Protect Group variablesPhilippe Mathieu-Daudé2022-01-041-14/+14
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-01-1114-382/+83Star
|\ \
| * | Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-105-32/+2Star
| * | Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin2022-01-101-57/+31Star
| * | Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin2022-01-101-73/+58Star
| * | Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin2022-01-102-8/+0Star
| * | Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-29/+0Star
| * | Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-76/+0Star
| * | Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-103-20/+2Star
| * | Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-27/+0Star
| * | Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2022-01-102-83/+13Star
* | | macfb: fix VRAM dirty memory region loggingMark Cave-Ayland2022-01-091-1/+1
* | | q800: fix segfault with invalid MacROMLaurent Vivier2022-01-091-2/+3
* | | hw: m68k: Add virt compat machine type for 7.0Laurent Vivier2022-01-091-1/+8
* | | hw/riscv: Use error_fatal for SoC realisationAlistair Francis2022-01-084-4/+4
* | | hw/intc: sifive_plic: Cleanup remaining functionsAlistair Francis2022-01-081-87/+22Star
* | | hw/intc: sifive_plic: Cleanup the read functionAlistair Francis2022-01-081-44/+11Star
* | | hw/intc: sifive_plic: Cleanup the write functionAlistair Francis2022-01-081-49/+27Star
* | | hw/intc: sifive_plic: Add a reset functionAlistair Francis2022-01-081-0/+18
* | | hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu2022-01-081-0/+4
* | | hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu2022-01-081-22/+155
* | | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-01-0834-392/+893
|\| |
| * | acpi: tpm: Add missing device identification objectsStefan Berger2022-01-082-0/+8
| * | virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin2022-01-081-6/+5Star
| * | hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin2022-01-081-1/+8
| * | hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin2022-01-081-2/+4
| * | hw/i386/pc: Add missing property descriptionsThomas Huth2022-01-081-0/+8
| * | acpihp: simplify acpi_pcihp_disable_root_busAni Sinha2022-01-081-7/+2Star
| * | acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2022-01-082-2/+4
| * | intel-iommu: correctly check passthrough during translationJason Wang2022-01-081-15/+23
| * | virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2022-01-082-2/+4
| * | virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-081-0/+63
| * | virtio: signal after wrapping packed used_idxStefan Hajnoczi2022-01-081-0/+1
| * | virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-081-4/+35
| * | hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei2022-01-071-0/+1
| * | hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-073-2/+28
| * | smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-074-7/+7
| * | pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat2022-01-071-1/+3
| * | pci: Export the pci_intx() functionFrederic Barrat2022-01-071-5/+0Star
| * | vhost-user-blk: propagate error return from generic vhostRoman Kagan2022-01-071-1/+1
| * | vhost: stick to -errno error return conventionRoman Kagan2022-01-071-54/+46Star
| * | vhost-user: stick to -errno error return conventionRoman Kagan2022-01-071-178/+223