summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* monitor/qmp: fix race on CHR_EVENT_CLOSED without OOBStefan Reiter2021-05-121-18/+22
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell2021-05-1215-228/+570
|\
| * virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-103-0/+54
| * modules: add have_vgaGerd Hoffmann2021-05-102-0/+8
| * virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-103-0/+62
| * virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2021-05-102-8/+12
| * virtio-gpu: drop use_virgl_rendererGerd Hoffmann2021-05-103-37/+14Star
| * virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-102-4/+9
| * virtio-gpu: drop VIRGL() macroGerd Hoffmann2021-05-101-17/+0Star
| * virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-103-32/+42
| * virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-103-4/+18
| * 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-102-4/+16
| * virtio-gpu: move virgl resetGerd Hoffmann2021-05-103-18/+19
| * virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-103-22/+35
| * virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-104-1/+50
| * virtio-gpu: rename virgl source file.Gerd Hoffmann2021-05-102-1/+1
| * virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-103-34/+52
| * 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-102-9/+12
| * 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
| * qemu-edid: use qemu_edid_size()Gerd Hoffmann2021-05-101-2/+4
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...Peter Maydell2021-05-124-5/+39
|\ \
| * | xen-block: Use specific blockdev driverAnthony PERARD2021-05-101-1/+13
| * | xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-102-3/+12
| * | xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin2021-05-101-1/+14
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390-ccw-bios-2021-05...Peter Maydell2021-05-118-9/+19
|\ \ \
| * | | pc-bios/s390: Update the s390-ccw bios binaries with the Clang and other fixesThomas Huth2021-05-102-0/+0
| * | | pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth2021-05-092-2/+10
| * | | pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé2021-05-091-0/+1
| * | | pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth2021-05-091-2/+2
| * | | pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth2021-05-091-0/+1
| * | | pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth2021-05-091-1/+1
| * | | pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth2021-05-091-2/+2
| * | | pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth2021-05-091-1/+1
| * | | pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer2021-05-091-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2021-05-114-100/+139
|\ \ \
| * | | virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour2021-05-061-6/+5Star
| * | | virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour2021-05-061-11/+6Star
| * | | virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour2021-05-061-13/+6Star
| * | | virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour2021-05-061-2/+2
| * | | virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour2021-05-061-3/+3
| * | | virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2021-05-062-24/+14Star
| * | | virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour2021-05-061-3/+3
| * | | virtiofsd: Don't assume header layoutDr. David Alan Gilbert2021-05-061-21/+73