index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...
Peter Maydell
2022-02-02
2
-268
/
+203
|
\
|
*
hw/display/artist: Fix draw_line() artefacts
Sven Schnelle
2022-02-02
1
-2
/
+3
|
*
hw/display/artist: Mouse cursor fixes for HP-UX
Helge Deller
2022-02-02
1
-8
/
+34
|
*
hw/display/artist: rewrite vram access mode handling
Sven Schnelle
2022-02-02
2
-258
/
+166
*
|
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
*
|
spice: Update QXLInterface for spice >= 0.15.0
John Snow
2022-01-18
1
-1
/
+13
*
|
edid: Added support for 4k@60 Hz monitor
Satyeshwar Singh
2022-01-13
1
-0
/
+3
*
|
edid: set default resolution to 1280x800 (WXGA)
Daniel P. Berrangé
2022-01-13
1
-2
/
+2
*
|
hw/mips/jazz: Inline vga_mmio_init() and remove it
Philippe Mathieu-Daudé
2022-01-13
1
-19
/
+0
*
|
hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
Philippe Mathieu-Daudé
2022-01-13
1
-34
/
+86
*
|
hw/display/vga-mmio: Inline vga_mm_init()
Philippe Mathieu-Daudé
2022-01-13
1
-16
/
+9
*
|
hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Philippe Mathieu-Daudé
2022-01-13
3
-12
/
+11
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2022-01-11
1
-6
/
+0
|
\
|
*
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
2022-01-10
1
-6
/
+0
*
|
macfb: fix VRAM dirty memory region logging
Mark Cave-Ayland
2022-01-09
1
-1
/
+1
|
/
*
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
2022-01-06
1
-0
/
+6
*
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-4
/
+6
*
ui: move qemu_spice_fill_device_address to ui/util.c
Marc-André Lureau
2021-12-21
1
-1
/
+6
*
ui: simplify gl unblock & flush
Marc-André Lureau
2021-12-21
3
-13
/
+5
*
virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP
Marc-André Lureau
2021-12-21
1
-1
/
+1
*
hw/display: report an error if virgl initialization failed
Marc-André Lureau
2021-12-21
1
-0
/
+1
*
Revert "vga: don't abort when adding a duplicate isa-vga device"
Alex Bennée
2021-12-06
1
-10
/
+0
*
macfb: fix a memory leak (CID 1465231)
Laurent Vivier
2021-11-09
1
-7
/
+4
*
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
2021-11-05
3
-11
/
+18
*
ui/gtk: skip any extra draw of same guest scanout blob res
Dongwon Kim
2021-11-02
1
-1
/
+1
*
macfb: add vertical blank interrupt
Mark Cave-Ayland
2021-10-08
1
-0
/
+83
*
macfb: fix 24-bit RGB pixel encoding
Mark Cave-Ayland
2021-10-08
1
-4
/
+4
*
macfb: fix up 1-bit pixel encoding
Mark Cave-Ayland
2021-10-08
1
-1
/
+3
*
macfb: add common monitor modes supported by the MacOS toolbox ROM
Mark Cave-Ayland
2021-10-08
2
-16
/
+134
*
macfb: add qdev property to specify display type
Mark Cave-Ayland
2021-10-08
1
-1
/
+6
*
macfb: implement mode sense to allow display type to be detected
Mark Cave-Ayland
2021-10-08
2
-2
/
+117
*
macfb: add trace events for reading and writing the control registers
Mark Cave-Ayland
2021-10-08
2
-1
/
+11
*
macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...
Mark Cave-Ayland
2021-10-08
1
-3
/
+2
*
macfb: fix overflow of color_palette array
Mark Cave-Ayland
2021-10-08
1
-1
/
+3
*
macfb: fix invalid object reference in macfb_common_realize()
Mark Cave-Ayland
2021-10-08
1
-1
/
+1
*
macfb: update macfb.c to use the Error API best practices
Mark Cave-Ayland
2021-10-08
1
-8
/
+8
*
macfb: handle errors that occur during realize
Mark Cave-Ayland
2021-10-08
1
-0
/
+11
*
macfb: don't register declaration ROM
Mark Cave-Ayland
2021-09-29
1
-6
/
+0
*
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
2021-09-15
1
-2
/
+30
*
ui: Create sync objects and fences only for blobs
Vivek Kasireddy
2021-09-15
1
-0
/
+1
*
qxl: fix pre-save logic
Gerd Hoffmann
2021-09-15
1
-1
/
+1
*
hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...
Helge Deller
2021-08-31
1
-4
/
+4
*
hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
Qiang Liu
2021-08-31
1
-1
/
+5
*
vga: don't abort when adding a duplicate isa-vga device
Jose R. Ziviani
2021-08-31
1
-0
/
+10
*
hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux
Philippe Mathieu-Daudé
2021-08-31
2
-1
/
+29
*
virtio-gpu: no point of checking res->iov
Dongwon Kim
2021-08-31
1
-1
/
+1
*
hw/display: fix virgl reset regression
Marc-André Lureau
2021-07-22
2
-13
/
+17
*
hw/display: fail early when multiple virgl devices are requested
Marc-André Lureau
2021-07-22
1
-0
/
+5
*
Revert "qxl: add migration blocker to avoid pre-save assert"
Gerd Hoffmann
2021-07-22
2
-32
/
+0
*
qxl: remove assert in qxl_pre_save.
Gerd Hoffmann
2021-07-22
1
-1
/
+3
[next]