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
*
cirrus: fix oob access in mode4and5 write functions
Gerd Hoffmann
2017-10-17
1
-4
/
+2
*
vga: add ram_addr_t cast
Gerd Hoffmann
2017-10-17
1
-1
/
+1
*
vga: handle cirrus vbe mode wraparounds.
Gerd Hoffmann
2017-10-17
1
-7
/
+21
*
vga: drop line_offset variable
Gerd Hoffmann
2017-10-17
1
-4
/
+3
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
5
-0
/
+20
*
migration: Route more error paths
Dr. David Alan Gilbert
2017-09-27
1
-3
/
+1
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
hw/display/virtio-gpu: Put the virtio-gpu-device into the display category
Thomas Huth
2017-09-26
1
-0
/
+1
*
hw/display/xenfb.c: Add trace_xenfb_key_event
Liang Yan
2017-09-26
2
-0
/
+2
*
virtio-gpu: Handle endian conversion
Farhan Ali
2017-09-19
1
-8
/
+62
*
virtio-gpu: don't clear QemuUIInfo information on reset
Gerd Hoffmann
2017-09-13
1
-12
/
+0
*
vga/migration: Update memory map in post_load
Dr. David Alan Gilbert
2017-09-01
1
-0
/
+1
*
qxl: add support for chunked cursors.
Gerd Hoffmann
2017-09-01
1
-7
/
+29
*
qxl: drop mono cursor support
Gerd Hoffmann
2017-09-01
1
-9
/
+0
*
vga: stop passing pointers to vga_draw_line* functions
Gerd Hoffmann
2017-09-01
3
-94
/
+114
*
vga: fix display update region calculation (split screen)
Gerd Hoffmann
2017-09-01
1
-2
/
+8
*
virtio-gpu: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-2
/
+2
*
vga: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
qxl: call qemu_spice_display_init_common for secondary devices
Paolo Bonzini
2017-08-15
1
-1
/
+1
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-6
/
+6
*
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-1
/
+1
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
hw/display/sm501: Don't use vmstate_register_ram_global()
Peter Maydell
2017-07-25
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20170717-pull-request' ...
Peter Maydell
2017-07-17
1
-1
/
+3
|
\
|
*
virtio-gpu: skip update cursor in post_load if we don't have one
Gerd Hoffmann
2017-07-17
1
-1
/
+3
*
|
hw/display/qxl.c Use memory_region_init_ram()
Peter Maydell
2017-07-14
1
-6
/
+3
*
|
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
3
-6
/
+3
*
|
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
7
-11
/
+11
*
|
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-1
/
+1
|
/
*
xenfb: remove xen_init_display "temporary" hack
Stefano Stabellini
2017-07-07
1
-63
/
+18
*
xilinx-dp: Add support for the yuy2 video format
Edgar E. Iglesias
2017-07-04
1
-0
/
+3
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
4
-5
/
+5
*
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2017-06-02
1
-1
/
+0
*
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
[next]