summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-173-1/+153
|\
| * hw/i8254: fix vmstate loadPavel Dovgalyuk2021-03-161-1/+1
| * memory: add a sparse memory device for fuzzingAlexander Bulekov2021-03-162-0/+152
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210316.0' i...Peter Maydell2021-03-177-95/+118
|\ \
| * | vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2021-03-162-44/+40Star
| * | vfio: Support host translation granule sizeKunkun Jiang2021-03-161-23/+25
| * | vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu2021-03-161-3/+17
| * | vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu2021-03-161-1/+2
| * | vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu2021-03-161-10/+15
| * | spapr_iommu: Fix vhost integration regressionEric Auger2021-03-161-0/+5
| * | vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger2021-03-161-1/+1
| * | hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-164-11/+11
| * | vfio: Fix vfio_listener_log_sync function name typoZenghui Yu2021-03-161-2/+2
* | | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210316' int...Peter Maydell2021-03-171-8/+4Star
|\ \ \
| * | | hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARDMahmoud Mandour2021-03-161-8/+4Star
* | | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...Peter Maydell2021-03-171-6/+3Star
|\ \ \ \
| * | | | s390x/pci: Add missing initialization for g_autofree variablesMiroslav Rezanina2021-03-151-6/+3Star
* | | | | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2021-03-1716-0/+1141
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | m68k: add Virtual M68k MachineLaurent Vivier2021-03-153-0/+323
| * | | | m68k: add a system controllerLaurent Vivier2021-03-154-0/+164
| * | | | m68k: add an interrupt controllerLaurent Vivier2021-03-153-0/+123
| * | | | hw/intc: add goldfish-picLaurent Vivier2021-03-154-0/+231
| * | | | hw/char: add goldfish-ttyLaurent Vivier2021-03-154-0/+300
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request' ...Peter Maydell2021-03-1613-335/+391
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | usb/storage: clear csw on resetGerd Hoffmann2021-03-151-0/+1
| * | | | usb/storage: add kconfig symbolsGerd Hoffmann2021-03-152-3/+14
| * | | | usb/storage move usb-storage device to separate source fileGerd Hoffmann2021-03-153-135/+157
| * | | | usb/storage: move usb-bot device to separate source fileGerd Hoffmann2021-03-153-42/+64
| * | | | usb/storage: move declarations to usb/msd.h headerGerd Hoffmann2021-03-151-42/+6Star
| * | | | hw/usb: Extract VT82C686 UHCI PCI function into a new unitPhilippe Mathieu-Daudé2021-03-153-23/+44
| * | | | hw/usb/hcd-uhci: Expose generic prototypes to local headerPhilippe Mathieu-Daudé2021-03-152-57/+96
| * | | | hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCIPhilippe Mathieu-Daudé2021-03-151-0/+1
| * | | | usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth2021-03-151-1/+0Star
| * | | | usb: remove '-usbdevice u2f-key'Paolo Bonzini2021-03-151-1/+0Star
| * | | | usb: remove support for -usbdevice parametersPaolo Bonzini2021-03-152-26/+8Star
| * | | | hw/usb/bus: Remove the "full-path" propertyThomas Huth2021-03-151-6/+1Star
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-03-1617-42/+63
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-3/+2Star
| * | | pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck2021-03-155-28/+37
| * | | lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-1/+1
| * | | cadence_gem: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-2/+2
| * | | pcnet: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-1/+1
| * | | rtl8139: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-1/+1
| * | | tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang2021-03-151-1/+1
| * | | sungem: switch to use qemu_receive_packet() for loopbackJason Wang2021-03-151-1/+1
| * | | msf2-mac: switch to use qemu_receive_packet() for loopbackJason Wang2021-03-151-1/+1
| * | | dp8393x: switch to use qemu_receive_packet() for loopback packetJason Wang2021-03-151-1/+1
| * | | e1000: switch to use qemu_receive_packet() for loopbackJason Wang2021-03-151-1/+1
| * | | e1000: fail early for evil descriptorJason Wang2021-03-151-0/+4
| * | | virtio-net: calculating proper msix vectors on initJason Wang2021-03-152-1/+10
| |/ /