Age | Commit message (Expand) | Author |
2022-01-06 | virtio: introduce macro IRTIO_CONFIG_IRQ_IDX | Cindy Lu |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-21 | ui: move qemu_spice_fill_device_address to ui/util.c | Marc-André Lureau |
2021-12-21 | ui: simplify gl unblock & flush | Marc-André Lureau |
2021-12-21 | virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP | Marc-André Lureau |
2021-12-21 | hw/display: report an error if virgl initialization failed | Marc-André Lureau |
2021-12-06 | Revert "vga: don't abort when adding a duplicate isa-vga device" | Alex Bennée |
2021-11-09 | macfb: fix a memory leak (CID 1465231) | Laurent Vivier |
2021-11-05 | virtio-gpu: splitting one extended mode guest fb into n-scanouts | Dongwon Kim |
2021-11-02 | ui/gtk: skip any extra draw of same guest scanout blob res | Dongwon Kim |
2021-10-08 | macfb: add vertical blank interrupt | Mark Cave-Ayland |
2021-10-08 | macfb: fix 24-bit RGB pixel encoding | Mark Cave-Ayland |
2021-10-08 | macfb: fix up 1-bit pixel encoding | Mark Cave-Ayland |
2021-10-08 | macfb: add common monitor modes supported by the MacOS toolbox ROM | Mark Cave-Ayland |
2021-10-08 | macfb: add qdev property to specify display type | Mark Cave-Ayland |
2021-10-08 | macfb: implement mode sense to allow display type to be detected | Mark Cave-Ayland |
2021-10-08 | macfb: add trace events for reading and writing the control registers | Mark Cave-Ayland |
2021-10-08 | macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu... | Mark Cave-Ayland |
2021-10-08 | macfb: fix overflow of color_palette array | Mark Cave-Ayland |
2021-10-08 | macfb: fix invalid object reference in macfb_common_realize() | Mark Cave-Ayland |
2021-10-08 | macfb: update macfb.c to use the Error API best practices | Mark Cave-Ayland |
2021-10-08 | macfb: handle errors that occur during realize | Mark Cave-Ayland |
2021-09-29 | macfb: don't register declaration ROM | Mark Cave-Ayland |
2021-09-15 | virtio-gpu: Add gl_flushed callback | Vivek Kasireddy |
2021-09-15 | ui: Create sync objects and fences only for blobs | Vivek Kasireddy |
2021-09-15 | qxl: fix pre-save logic | Gerd Hoffmann |
2021-08-31 | hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and... | Helge Deller |
2021-08-31 | hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read | Qiang Liu |
2021-08-31 | vga: don't abort when adding a duplicate isa-vga device | Jose R. Ziviani |
2021-08-31 | hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux | Philippe Mathieu-Daudé |
2021-08-31 | virtio-gpu: no point of checking res->iov | Dongwon Kim |
2021-07-22 | hw/display: fix virgl reset regression | Marc-André Lureau |
2021-07-22 | hw/display: fail early when multiple virgl devices are requested | Marc-André Lureau |
2021-07-22 | Revert "qxl: add migration blocker to avoid pre-save assert" | Gerd Hoffmann |
2021-07-22 | qxl: remove assert in qxl_pre_save. | Gerd Hoffmann |
2021-07-22 | hw/display/virtio-gpu: Fix memory leak (CID 1453811) | Philippe Mathieu-Daudé |
2021-07-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-07-11 | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging | Peter Maydell |
2021-07-09 | modules: add virtio-gpu module annotations | Gerd Hoffmann |
2021-07-09 | modules: add qxl module annotations | Gerd Hoffmann |
2021-07-08 | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé |
2021-07-08 | hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/display/sm501: Simplify sm501_i2c_write() logic | Philippe Mathieu-Daudé |
2021-07-06 | configure, meson: convert virgl detection to meson | Paolo Bonzini |
2021-07-04 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging | Peter Maydell |
2021-07-02 | g364fb: add VMStateDescription for G364SysBusState | Mark Cave-Ayland |
2021-07-02 | g364fb: use RAM memory region for framebuffer | Mark Cave-Ayland |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf |
2021-06-15 | virtio-gpu: move scanout_id sanity check | Gerd Hoffmann |
2021-06-15 | vga: Allow writing VBE_DISPI_ID5 to ID register | Dennis Wölfing |