index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).
Gerd Hoffmann
2019-11-29
1
-0
/
+6
*
vga: update vga register setup on vbe changes
Gerd Hoffmann
2019-11-29
1
-0
/
+1
*
vga: factor out vga register setup
Gerd Hoffmann
2019-11-29
1
-34
/
+44
*
vga: add vbe_enabled() helper
Gerd Hoffmann
2019-11-29
1
-4
/
+9
*
vga: fix banked access bounds checking (CVE-2016-3710)
Gerd Hoffmann
2019-11-29
1
-6
/
+18
*
xenfb: use the correct condition to avoid excessive looping
Wei Liu
2019-11-29
1
-1
/
+1
*
virtio-gpu: block live migration
Gerd Hoffmann
2019-11-29
1
-0
/
+7
*
ui/virtio-gpu: add and use qemu_create_displaysurface_pixman
Gerd Hoffmann
2019-11-29
1
-4
/
+1
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2019-11-29
1
-3
/
+3
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2019-11-29
2
-0
/
+3
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
8
-0
/
+8
*
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
2019-11-29
2
-0
/
+425
*
qxl: lock current_async update in qxl_soft_reset
Gerd Hoffmann
2019-11-29
1
-0
/
+2
*
cirrus_vga: fix off-by-one in blit_region_is_unsafe
Paolo Bonzini
2019-11-29
1
-2
/
+2
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-1
/
+0
*
xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2
Ian Campbell
2019-11-29
1
-7
/
+0
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2019-11-29
1
-8
/
+13
*
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2019-11-29
3
-0
/
+26
*
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2019-11-29
2
-2
/
+6
*
virtio-gpu: maintain command queue
Gerd Hoffmann
2019-11-29
1
-17
/
+36
*
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
2019-11-29
1
-1
/
+2
*
hw/display: Clean up includes
Peter Maydell
2019-11-29
22
-2
/
+22
*
virtio: Clean up includes
Peter Maydell
2019-11-29
4
-0
/
+4
*
xen: Clean up includes
Peter Maydell
2019-11-29
1
-9
/
+1
*
arm: Clean up includes
Peter Maydell
2019-11-29
3
-0
/
+3
*
lm32: Clean up includes
Peter Maydell
2019-11-29
2
-0
/
+2
*
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
2019-11-29
1
-8
/
+9
*
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
Ian Campbell
2019-11-29
1
-7
/
+8
*
ssi: Move ssi.h into a separate directory
Alistair Francis
2019-11-29
2
-2
/
+2
*
xenfb.c: avoid expensive loops when prod <= out_cons
Stefano Stabellini
2019-11-29
1
-2
/
+3
*
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
2019-11-29
2
-3
/
+6
*
xenfb: avoid reading twice the same fields from the shared page
Stefano Stabellini
2019-11-29
1
-4
/
+6
*
linux-headers: update from kvm/next
Paolo Bonzini
2019-11-29
1
-2
/
+2
*
arm: explicitly mark device loads as little-endian
Paolo Bonzini
2019-11-29
2
-6
/
+6
*
qxl: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-06
1
-1
/
+1
*
hw/display/tcx: Remove superfluous OBJECT() typecasts
Thomas Huth
2015-11-06
1
-14
/
+12
*
ui/opengl: Reduce build required libraries for opengl
OGAWA Hirofumi
2015-11-03
1
-2
/
+2
*
vmsvga: more cursor checks
Gerd Hoffmann
2015-10-20
1
-4
/
+7
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...
Peter Maydell
2015-10-12
2
-3
/
+3
|
\
|
*
hw: do not pass NULL to memory_region_init from instance_init
Paolo Bonzini
2015-10-09
2
-3
/
+3
*
|
virtio-gpu: add cursor update tracepoint
Gerd Hoffmann
2015-10-08
1
-1
/
+8
*
|
virtio-gpu: add 3d mode and virgl rendering support.
Gerd Hoffmann
2015-10-08
3
-10
/
+731
*
|
virtio-gpu: change licence from GPLv2 to GPLv2+
Gerd Hoffmann
2015-10-08
2
-3
/
+3
*
|
virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iov
Gerd Hoffmann
2015-10-08
1
-2
/
+1
|
/
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
7
-11
/
+11
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-09-11
1
-3
/
+1
*
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-07
2
-4
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-07-28
1
-1
/
+2
|
\
|
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
[next]