index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
vga_int.h
Age
Commit message (
Expand
)
Author
2019-12-18
vga: cleanup mapping of VRAM for non-PCI VGA
Paolo Bonzini
2018-10-29
vga_int: remove unused function protype
yuchenlin
2018-09-27
display/stdvga: add edid support.
Gerd Hoffmann
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-06-26
vga: set owner for mmio regions
Gerd Hoffmann
2018-05-24
vga: move bochs vbe defines to header file
Gerd Hoffmann
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
2017-09-01
vga: stop passing pointers to vga_draw_line* functions
Gerd Hoffmann
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-05-23
vga: add sr_vbe register set
Gerd Hoffmann
2016-02-23
all: Clean up includes
Peter Maydell
2015-06-12
virtio-vga: add virtio gpu device with vga compatibility
Gerd Hoffmann
2014-12-16
move hw cursor pos from cirrus to vga
Gerd Hoffmann
2014-12-16
vga: Add mechanism to force the use of a shadow surface
Benjamin Herrenschmidt
2014-09-30
vga: Add endian to vmstate
Benjamin Herrenschmidt
2014-09-30
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
2014-09-30
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
2014-09-04
vbe: make bochs dispi interface return the correct memory size with qxl
Gerd Hoffmann
2014-08-17
vga: do not dynamically allocate chain4_alias
Paolo Bonzini
2014-05-05
PortioList: Store PortioList in device state
Kirill Batuzov
2014-04-28
vga: allow non-global vmstate
Gerd Hoffmann
2013-07-04
vga: pass owner to vga_init_io
Paolo Bonzini
2013-07-04
vga: pass owner to vga_init_vbe
Paolo Bonzini
2013-07-04
vga: pass owner to vga_common_init
Paolo Bonzini
2013-07-04
vga: pass owner to vga_init
Paolo Bonzini
2013-04-16
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
console: simplify screendump
Gerd Hoffmann
2013-04-16
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini