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
*
virtio: split virtio gpu bits from virtio-pci.h
Juan Quintela
2019-01-18
2
-0
/
+15
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
1
-12
/
+13
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
3
-10
/
+10
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...
Peter Maydell
2019-01-10
1
-2
/
+0
|
\
|
*
configure: bump spice-server required version to 0.12.5
Marc-André Lureau
2019-01-10
1
-2
/
+0
*
|
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
2019-01-09
1
-1
/
+0
|
/
*
virtio: Helper for registering virtio device types
Eduardo Habkost
2018-12-19
2
-8
/
+6
*
display/g364fb: Convert sysbus init function to realize function
Mao Zhongyi
2018-12-13
1
-6
/
+3
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-2
/
+2
*
cirrus_vga/migration: update the bank offset before use
Wang Xin
2018-11-27
1
-2
/
+3
*
edid: silence a stringop-overflow warning
Marc-André Lureau
2018-11-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...
Peter Maydell
2018-10-29
3
-8
/
+13
|
\
|
*
vga_int: remove unused function protype
yuchenlin
2018-10-29
1
-1
/
+0
|
*
qxl: store channel id in qxl->id
Gerd Hoffmann
2018-10-29
2
-7
/
+13
*
|
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
2
-2
/
+2
|
/
*
hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
Thomas Huth
2018-10-15
4
-138
/
+207
*
qxl: check qxl_phys2virt return value
Gerd Hoffmann
2018-10-15
1
-1
/
+1
*
bochs-display: wire up edid support
Gerd Hoffmann
2018-10-15
2
-0
/
+14
*
display: add separate config option for bochs-display
Gerd Hoffmann
2018-10-15
1
-1
/
+1
*
edid: fix alignment issues
Gerd Hoffmann
2018-10-15
1
-4
/
+4
*
hw/display/bcm2835_fb: Silence Coverity warning about multiply overflow
Peter Maydell
2018-10-08
1
-1
/
+1
*
edid: fix vendor default
Gerd Hoffmann
2018-10-05
1
-1
/
+1
*
secondary-vga: delete mmio subregions upon exit
remy.noel
2018-10-05
1
-0
/
+8
*
hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation
Peter Maydell
2018-10-05
1
-1
/
+25
*
qxl: support mono cursors with inverted colors
Peter Wu
2018-09-27
1
-0
/
+16
*
qxl: use guest_monitor_config for local renderer.
Gerd Hoffmann
2018-09-27
3
-8
/
+24
*
display/stdvga: add edid support.
Gerd Hoffmann
2018-09-27
3
-6
/
+33
*
display/edid: add region helper.
Gerd Hoffmann
2018-09-27
2
-0
/
+34
*
display/edid: add qemu_edid_size()
Gerd Hoffmann
2018-09-27
1
-0
/
+14
*
display/edid: add edid generator to qemu.
Gerd Hoffmann
2018-09-27
2
-0
/
+427
*
sm501: Adjust endianness of pixel value in rectangle fill
Marcus Comstedt
2018-09-25
1
-0
/
+3
*
virtio-gpu: add iommu support
Gerd Hoffmann
2018-09-03
1
-11
/
+14
*
virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
Gerd Hoffmann
2018-09-03
2
-14
/
+19
*
use dpy_gfx_update_full
Gerd Hoffmann
2018-08-30
8
-17
/
+9
*
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
Gerd Hoffmann
2018-08-30
2
-16
/
+0
*
virtio-vga: fix reset
Gerd Hoffmann
2018-08-30
2
-2
/
+6
*
hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() config
Peter Maydell
2018-08-24
1
-27
/
+26
*
hw/display/bcm2835_fb: Validate config settings
Peter Maydell
2018-08-24
1
-2
/
+46
*
hw/display/bcm2835_fb: Fix handling of virtual framebuffer
Peter Maydell
2018-08-24
1
-6
/
+22
*
hw/display/bcm2835_fb: Abstract out calculation of pitch, size
Peter Maydell
2018-08-24
1
-3
/
+3
*
hw/display/bcm2835_fb: Reset resolution, etc correctly
Peter Maydell
2018-08-24
1
-12
/
+15
*
hw/display/bcm2835_fb: Drop unused size and pitch fields
Peter Maydell
2018-08-24
1
-11
/
+8
*
hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig
Peter Maydell
2018-08-24
1
-24
/
+3
*
hw/misc/bcm2835_fb: Move config fields to their own struct
Peter Maydell
2018-08-24
1
-55
/
+59
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-08-23
2
-1
/
+3
|
\
|
*
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-08-23
2
-1
/
+3
*
|
hw/display/vga-isa-mm: Convert away from old_mmio
Peter Maydell
2018-08-21
1
-47
/
+13
*
|
qxl: drop unused generation variable
Gerd Hoffmann
2018-08-21
2
-2
/
+0
*
|
hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is set
Thomas Huth
2018-08-21
1
-2
/
+2
|
/
*
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2018-08-07
2
-0
/
+16
[next]