summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell2021-05-1210-216/+517
|\
| * virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-102-0/+52
| * modules: add have_vgaGerd Hoffmann2021-05-101-0/+2
| * virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-102-0/+60
| * virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2021-05-101-6/+9
| * virtio-gpu: drop use_virgl_rendererGerd Hoffmann2021-05-102-36/+14Star
| * virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-101-3/+6
| * virtio-gpu: drop VIRGL() macroGerd Hoffmann2021-05-101-17/+0Star
| * virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-102-32/+36
| * virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-102-4/+16
| * virtio-gpu: move virgl gl_flushedGerd Hoffmann2021-05-102-15/+13Star
| * virtio-gpu: move virgl handle_ctrlGerd Hoffmann2021-05-102-13/+33
| * virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann2021-05-101-3/+9
| * virtio-gpu: move virgl resetGerd Hoffmann2021-05-102-18/+18
| * virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-102-22/+34
| * virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-102-1/+42
| * virtio-gpu: rename virgl source file.Gerd Hoffmann2021-05-102-1/+1
| * virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-102-33/+50
| * edid: add support for DisplayID extension (5k resolution)Konstantin Nazarov2021-05-102-6/+74
| * edid: allow arbitrary-length checksumsKonstantin Nazarov2021-05-101-5/+5
| * edid: move timing generation into a separate functionKonstantin Nazarov2021-05-101-24/+44
| * edid: Make refresh rate configurableAkihiko Odaki2021-05-101-4/+5
| * edid: use dta extension block descriptorsGerd Hoffmann2021-05-101-0/+8
| * edid: move xtra3 descriptorGerd Hoffmann2021-05-101-9/+11
| * edid: edid_desc_nextGerd Hoffmann2021-05-101-15/+26
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...Peter Maydell2021-05-123-5/+33
|\ \
| * | xen-block: Use specific blockdev driverAnthony PERARD2021-05-101-1/+13
| * | xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-101-3/+6
| * | xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin2021-05-101-1/+14
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell2021-05-107-14/+13Star
|\ \
| * | usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann2021-05-051-1/+3
| * | usb/mtp: avoid dynamic stack allocationGerd Hoffmann2021-05-041-1/+2
| * | usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann2021-05-041-3/+3
| * | usb/hid: avoid dynamic stack allocationGerd Hoffmann2021-05-042-2/+2
| * | hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé2021-05-041-6/+3Star
| * | hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé2021-05-041-1/+0Star
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...Peter Maydell2021-05-105-9/+121
|\ \ \
| * | | hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck2021-05-101-1/+1
| * | | hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell2021-05-101-1/+107
| * | | hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell2021-05-101-3/+10
| * | | hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé2021-05-101-3/+2Star
| * | | hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-101-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell2021-05-105-375/+224Star
|\ \ \ | |/ / |/| |
| * | hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2021-05-044-104/+0Star
| * | hw/sparc64: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-05-041-4/+8
| * | hw/sparc64: Remove unused "hw/char/serial.h" headerPhilippe Mathieu-Daudé2021-05-041-1/+0Star
| * | hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2021-05-042-1/+38
| * | hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_initPhilippe Mathieu-Daudé2021-05-041-130/+118Star
| * | hw/sparc/sun4m: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-05-041-9/+9
| * | hw/sparc/sun4m: Register machine types in sun4m_machine_types[]Philippe Mathieu-Daudé2021-05-041-64/+36Star