summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* modules: add ccid module annotationsGerd Hoffmann2021-07-092-0/+2
* modules: add usb-redir module annotationsGerd Hoffmann2021-07-091-0/+1
* modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-0910-0/+18
* modules: add qxl module annotationsGerd Hoffmann2021-07-091-0/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-07-0910-5/+103
|\
| * acpi/ged: fix reset causeGerd Hoffmann2021-07-031-1/+1
| * acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov2021-07-031-2/+7
| * migration: failover: reset partially_hotpluggedLaurent Vivier2021-07-031-0/+1
| * virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko2021-07-031-2/+7
| * virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko2021-07-031-0/+10
| * virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko2021-07-031-0/+8
| * hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé2021-07-031-0/+3
| * virtio: Clarify MR transaction optimizationGreg Kurz2021-07-023-0/+48
| * virtio: disable ioeventfd for record/replayPavel Dovgalyuk2021-07-023-0/+18
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-081-4/+38
|\ \
| * | block: Add backend_defaults propertyAkihiko Odaki2021-07-061-4/+38
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-062-53/+61
|\ \ \
| * | | machine: add smp compound propertyPaolo Bonzini2021-07-061-50/+58
| * | | configure, meson: convert virgl detection to mesonPaolo Bonzini2021-07-061-3/+3
* | | | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' int...Peter Maydell2021-07-0516-48/+166
|\ \ \ \ | |/ / / |/| | |
| * | | 9pfs: reduce latency of TwalkChristian Schoenebeck2021-07-051-19/+70
| * | | 9pfs: drop root_qidChristian Schoenebeck2021-07-052-2/+0Star
| * | | 9pfs: replace not_same_qid() by same_stat_id()Christian Schoenebeck2021-07-051-3/+3
| * | | 9pfs: drop fid_to_qid()Christian Schoenebeck2021-07-051-18/+5Star
| * | | 9pfs: capture root statChristian Schoenebeck2021-07-052-1/+10
| * | | 9pfs: fix not_same_qid()Christian Schoenebeck2021-07-051-4/+1Star
| * | | 9pfs: simplify v9fs_walk()Christian Schoenebeck2021-07-051-4/+5
| * | | 9pfs: add link to 9p developer docsChristian Schoenebeck2021-07-0515-0/+75
| |/ /
* | | Merge remote-tracking branch 'remotes/marcel/tags/pvrdma-04-07-2021-v2' into ...Peter Maydell2021-07-053-1/+13
|\ \ \ | |/ / |/| |
| * | pvrdma: Fix the ring init error flow (CVE-2021-3608)Marcel Apfelbaum2021-07-041-1/+1
| * | pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum2021-07-041-0/+5
| * | hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)Marcel Apfelbaum2021-07-041-0/+7
| |/
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-047-192/+243
|\ \
| * | hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé2021-07-021-10/+6Star
| * | hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland2021-07-021-1/+8
| * | hw/m68k/q800: fix PROM checksum and MAC address storageMark Cave-Ayland2021-07-021-5/+2Star
| * | dp8393x: remove onboard PROM containing MAC address and checksumMark Cave-Ayland2021-07-021-24/+0Star
| * | hw/m68k/q800: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland2021-07-021-2/+22
| * | hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland2021-07-021-1/+22
| * | dp8393x: convert to trace-eventsMark Cave-Ayland2021-07-022-35/+37
| * | dp8393x: checkpatch fixesMark Cave-Ayland2021-07-021-109/+122
| * | g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland2021-07-021-1/+11
| * | g364fb: use RAM memory region for framebufferMark Cave-Ayland2021-07-021-11/+9Star
| * | hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2021-07-021-2/+2
| * | hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé2021-07-022-0/+11
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'...Peter Maydell2021-07-034-2/+174
|\ \ \ | |_|/ |/| |
| * | hw/gpio/gpio_pwr: use shutdown function for rebootMaxim Uvarov2021-07-021-1/+1
| * | hw/arm: Add basic power management to raspi.Nolan Leake2021-07-023-1/+173
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-0213-110/+164
|\ \ | |/ |/|
| * vhost-user-blk: Implement reconnection during realizeKevin Wolf2021-06-301-1/+15