summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/display/next-fb: Fix comment typoEvgeny Ermakov2022-12-031-1/+1
* hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé2022-11-301-0/+1
* hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé2022-11-302-5/+24
* hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé2022-11-304-13/+36
* hw/display/qxl: Document qxl_phys2virt()Philippe Mathieu-Daudé2022-11-301-0/+19
* hw/display/qxl: Have qxl_log_command Return early if no log_cmd handlerPhilippe Mathieu-Daudé2022-11-301-0/+11
* hw/audio/intel-hda: Drop unnecessary prototypePeter Maydell2022-11-231-2/+0Star
* hw/audio/intel-hda: don't reset codecs twicePeter Maydell2022-11-231-3/+1Star
* hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell2022-11-232-2/+2
* hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev2022-11-231-1/+1
* Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne2022-11-231-2/+1Star
* Merge tag 'pull-loongarch-20221122' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-11-222-2/+5
|\
| * hw/loongarch: Replace the value of uart info with macroXiaojuan Yang2022-11-221-1/+2
| * hw/loongarch: Fix setprop_sized method in fdt rtc node.Xiaojuan Yang2022-11-221-1/+1
| * hw/loongarch: Add default stdout uart in fdtXiaojuan Yang2022-11-221-0/+2
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-2212-22/+32
|\ \ | |/ |/|
| * virtio: disable error for out of spec queue-enableMichael S. Tsirkin2022-11-221-0/+7
| * acpi: x86: move RPQx field back to _SB scopeIgor Mammedov2022-11-222-20/+8Star
| * vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-229-2/+17
* | rtl8139: honor large send MSS valueStefan Hajnoczi2022-11-211-14/+12Star
* | rtl8139: keep Tx command mode 0 and 1 separateStefan Hajnoczi2022-11-211-2/+2
* | rtl8139: avoid clobbering tx descriptor bitsStefan Hajnoczi2022-11-211-7/+10
* | hw/intc: add implementation of GICD_IIDR to Arm GICAlex Bennée2022-11-211-1/+11
* | hw/intc: clean-up access to GIC multi-byte registersAlex Bennée2022-11-211-6/+10
* | hw/sd: Fix sun4i allwinner-sdhost for U-BootStrahinja Jankovic2022-11-211-21/+46
* | s390x: Fix spelling errorsThomas Huth2022-11-163-5/+5
|/
* hw/intc/arm_gicv3: fix prio masking on pmr writeJens Wiklander2022-11-141-2/+1Star
* Merge tag 'pull-la-20221112' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-11-121-4/+4
|\
| * hw/loongarch: Fix loongarch fdt addr confictSong Gao2022-11-121-4/+4
* | Merge tag 'pull-request-2022-11-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-1111-901/+882Star
|\ \
| * | Fix several typos in documentation (found by codespell)Stefan Weil2022-11-111-3/+3
| * | net: Replace TAB indentations with spacesAhmed Abouzied2022-11-117-878/+878
| * | host-libusb: Remove unused variableMiroslav Rezanina2022-11-111-15/+0Star
| * | tulip: Remove unused variableMiroslav Rezanina2022-11-111-3/+1Star
| * | rtl8139: Remove unused variableMiroslav Rezanina2022-11-111-2/+0Star
| |/
* | Merge tag 'pull-ppc-20221111' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-11-111-2/+10
|\ \
| * | hw/pci-host/pnv_phb: Avoid quitting QEMU if hotplug of pnv-phb-root-port failsThomas Huth2022-11-101-2/+10
| |/
* | virtio-net: fix for heap-buffer-overflowXuan Zhuo2022-11-101-2/+16
* | display: include dependencies explicitlyMichael S. Tsirkin2022-11-109-1/+8
|/
* Revert "hw/block/pflash_cfi: Error out if dev length isn't power of 2"Daniel Henrique Barboza2022-11-082-11/+2Star
* Merge tag 'pull-request-2022-11-08' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-0813-1976/+1955Star
|\
| * hw/usb: fix tab indentationAmarjargal Gundjalam2022-11-085-440/+440
| * hw/display: fix tab indentationAmarjargal Gundjalam2022-11-086-1509/+1509
| * s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machinesCédric Le Goater2022-11-081-0/+5
| * Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-082-27/+1Star
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-0857-844/+2434
|\ \ | |/ |/|
| * hw/virtio: introduce virtio_device_should_startAlex Bennée2022-11-077-11/+7Star
| * hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2022-11-072-5/+23
| * vhost-user: Support vhost_dev_startYajun Wu2022-11-071-1/+73
| * vhost: Change the sequence of device startYajun Wu2022-11-072-13/+16