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
/
vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
*
ui: Add dpy_gfx_check_format() to check backend shared surface support
Benjamin Herrenschmidt
2015-01-19
1
-4
/
+14
*
vga: Add mechanism to force the use of a shadow surface
Benjamin Herrenschmidt
2014-12-16
1
-2
/
+15
*
hw/display/vga: Remove unused arrays dmask4 and dmask16
Peter Maydell
2014-10-15
1
-26
/
+0
*
vga: Add endian to vmstate
Benjamin Herrenschmidt
2014-09-30
1
-4
/
+37
*
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
2014-09-30
1
-13
/
+19
*
vga: Rename vga_template.h to vga-helpers.h
Benjamin Herrenschmidt
2014-09-30
1
-1
/
+1
*
vga: Remove some "should be done in BIOS" comments
Benjamin Herrenschmidt
2014-09-30
1
-4
/
+2
*
vga: Simplify vga_draw_blank() a bit
Benjamin Herrenschmidt
2014-09-30
1
-7
/
+2
*
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
2014-09-30
1
-21
/
+10
*
vga: Separate LE and BE conversion functions
Benjamin Herrenschmidt
2014-09-30
1
-15
/
+28
*
vga: Remove remainder of old conversion cruft
Benjamin Herrenschmidt
2014-09-30
1
-24
/
+22
*
vga: Start cutting out non-32bpp conversion support
Benjamin Herrenschmidt
2014-09-30
1
-236
/
+22
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-12
1
-1
/
+2
|
\
|
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-1
/
+2
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...
Peter Maydell
2014-09-11
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
console: stop using PixelFormat
Gerd Hoffmann
2014-09-05
1
-4
/
+8
*
|
vbe: rework sanity checks
Gerd Hoffmann
2014-09-04
1
-59
/
+95
*
|
vbe: make bochs dispi interface return the correct memory size with qxl
Gerd Hoffmann
2014-09-04
1
-2
/
+5
|
/
*
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-08-18
1
-1
/
+1
*
vga: do not dynamically allocate chain4_alias
Paolo Bonzini
2014-08-17
1
-14
/
+10
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-2
/
+1
*
PortioList: Store PortioList in device state
Kirill Batuzov
2014-05-05
1
-7
/
+5
*
vga: add secondary stdvga variant
Gerd Hoffmann
2014-04-28
1
-0
/
+4
*
vga: allow non-global vmstate
Gerd Hoffmann
2014-04-28
1
-2
/
+2
*
vga: fix invalid read after free
Marc-André Lureau
2013-11-05
1
-1
/
+0
*
vga: Mark relevant portio lists regions as coalesced MMIO flushing
Jan Kiszka
2013-10-17
1
-4
/
+1
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-3
/
+3
*
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
vga: set owner in vga_update_memory_access
Paolo Bonzini
2013-07-04
1
-1
/
+2
*
vga: pass owner to vga_init_io
Paolo Bonzini
2013-07-04
1
-3
/
+3
*
vga: pass owner to vga_init_vbe
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
vga: pass owner to vga_common_init
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
vga: pass owner to vga_init
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-4
/
+4
*
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
1
-3
/
+7
*
console: simplify screendump
Gerd Hoffmann
2013-04-16
1
-66
/
+0
*
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-04-16
1
-1
/
+1
*
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
1
-9
/
+9
*
hw: move display devices to hw/display/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-0
/
+2457