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
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
2
-2
/
+2
*
Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging
Stefan Hajnoczi
2017-05-15
2
-16
/
+18
|
\
|
*
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
2017-05-12
2
-16
/
+18
*
|
Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into staging
Stefan Hajnoczi
2017-05-15
4
-85
/
+53
|
\
\
|
*
|
vga: fix display update region calculation
Gerd Hoffmann
2017-05-11
1
-1
/
+1
|
*
|
sm501: make display updates thread safe
Gerd Hoffmann
2017-05-11
1
-20
/
+7
|
*
|
tcx: make display updates thread safe
Mark Cave-Ayland
2017-05-11
1
-44
/
+24
|
*
|
cg3: make display updates thread safe
Mark Cave-Ayland
2017-05-11
1
-20
/
+21
|
|
/
*
|
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
2017-05-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
jazz_led: fix bad snprintf
Paolo Bonzini
2017-05-10
1
-2
/
+2
*
|
cg3: add explicit ram_addr_t cast to scanline page variable
Mark Cave-Ayland
2017-05-05
1
-1
/
+1
*
|
tcx: fix cut/paste error in update_palette_entries()
Mark Cave-Ayland
2017-05-05
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...
Peter Maydell
2017-04-24
8
-113
/
+85
|
\
|
*
virtio-gpu: add xres and yres properties
Gerd Hoffmann
2017-04-24
1
-2
/
+4
|
*
qxl: add xres and yres properties
Gerd Hoffmann
2017-04-24
2
-10
/
+26
|
*
vmsvga: fix vmsvga_update_display
Gerd Hoffmann
2017-04-24
1
-18
/
+3
|
*
g364fb: make display updates thread safe
Gerd Hoffmann
2017-04-24
1
-23
/
+5
|
*
exynos: make display updates thread safe
Gerd Hoffmann
2017-04-24
1
-5
/
+6
|
*
framebuffer: make display updates thread safe
Gerd Hoffmann
2017-04-24
1
-6
/
+5
|
*
vga: make display updates thread safe.
Gerd Hoffmann
2017-04-24
1
-19
/
+17
|
*
vga: add vga_scanline_invalidated helper
Gerd Hoffmann
2017-04-24
1
-3
/
+11
|
*
virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*
Laurent Vivier
2017-04-24
1
-27
/
+8
*
|
sm501: Add vmstate descriptor
BALATON Zoltan
2017-04-24
1
-1
/
+99
*
|
sm501: Add some more missing registers
BALATON Zoltan
2017-04-24
1
-1
/
+125
*
|
sm501: Add support for panel layer
BALATON Zoltan
2017-04-24
1
-31
/
+32
*
|
sm501: Misc clean ups
BALATON Zoltan
2017-04-24
2
-11
/
+9
*
|
sm501: Fix hardware cursor
BALATON Zoltan
2017-04-24
2
-87
/
+107
*
|
sm501: Fix device endianness
BALATON Zoltan
2017-04-24
2
-17
/
+10
*
|
sm501: Add emulation of chip connected via PCI
BALATON Zoltan
2017-04-24
1
-0
/
+65
*
|
sm501: Get rid of base address in draw_hwc_line
BALATON Zoltan
2017-04-24
2
-8
/
+6
*
|
sm501: QOMify
BALATON Zoltan
2017-04-24
1
-46
/
+124
*
|
sm501: Add missing arbitration control register
BALATON Zoltan
2017-04-24
1
-0
/
+8
*
|
sm501: Use defined constants instead of literal values where available
BALATON Zoltan
2017-04-24
2
-11
/
+20
*
|
sm501: Fixed code style and a few typos in comments
BALATON Zoltan
2017-04-24
2
-590
/
+594
*
|
tcx: switch to load_image_mr() and remove prom_addr hack
Mark Cave-Ayland
2017-04-21
1
-3
/
+1
*
|
tcx: use tcx_set_dirty() for accelerated ops
Mark Cave-Ayland
2017-04-21
1
-5
/
+5
*
|
tcx: remove primitives for non-32-bit surfaces
Mark Cave-Ayland
2017-04-21
1
-118
/
+8
*
|
tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()
Mark Cave-Ayland
2017-04-21
1
-40
/
+6
*
|
tcx: remove TARGET_PAGE_SIZE from tcx_update_display()
Mark Cave-Ayland
2017-04-21
1
-32
/
+4
*
|
tcx: remove page24 and cpage from tcx24_update_display()
Mark Cave-Ayland
2017-04-21
1
-5
/
+2
*
|
tcx: alter tcx24_reset_dirty() to accept address and length parameters
Mark Cave-Ayland
2017-04-21
1
-20
/
+11
*
|
tcx: alter tcx24_check_dirty() to accept address and length parameters
Mark Cave-Ayland
2017-04-21
1
-11
/
+14
*
|
tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplane
Mark Cave-Ayland
2017-04-21
1
-0
/
+7
*
|
tcx: alter tcx_set_dirty() to accept address and length parameters
Mark Cave-Ayland
2017-04-21
1
-6
/
+6
*
|
cg3: switch to load_image_mr() and remove prom-addr hack
Mark Cave-Ayland
2017-04-21
1
-3
/
+1
*
|
cg3: fix up size parameter for memory_region_get_dirty()
Mark Cave-Ayland
2017-04-21
1
-1
/
+1
*
|
cg3: remove TARGET_PAGE_SIZE rounding on dirty page detection
Mark Cave-Ayland
2017-04-21
1
-4
/
+2
|
/
*
qxl: add migration blocker to avoid pre-save assert
Gerd Hoffmann
2017-04-11
2
-0
/
+32
*
qxl: switch display on entering VGA
Marc-André Lureau
2017-04-07
1
-0
/
+1
*
cirrus: fix PUTPIXEL macro
Gerd Hoffmann
2017-03-27
1
-2
/
+2
[next]