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
/
cirrus_vga.c
Age
Commit message (
Expand
)
Author
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-01
cirrus_vga: fix off-by-one in blit_region_is_unsafe
Paolo Bonzini
2016-01-29
hw/display: Clean up includes
Peter Maydell
2015-05-19
cirrus_vga: QOMify
Gonglei
2015-02-26
cirrus-vga: Convert to realize
Markus Armbruster
2015-02-13
isa: remove isa_mem_base variable
Hervé Poussineau
2014-12-16
move hw cursor pos from cirrus to vga
Gerd Hoffmann
2014-12-16
cirrus: Force use of shadow pixmap when HW cursor is enabled
Benjamin Herrenschmidt
2014-12-01
cirrus: don't overflow CirrusVGAState->cirrus_bltbuf
Gerd Hoffmann
2014-12-01
cirrus: fix blit region check
Gerd Hoffmann
2014-09-30
cirrus: Remove non-32bpp cursor drawing
Benjamin Herrenschmidt
2014-09-30
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
2014-07-11
cirrus: Fix build of debug code
Benjamin Herrenschmidt
2014-07-11
cirrus_vga: adding sanity check for vram size
Gonglei
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-04-28
vga: allow non-global vmstate
Gerd Hoffmann
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
2013-10-17
cirrus: Mark vga io region as coalesced MMIO flushing
Jan Kiszka
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-04
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
vga: pass owner to cirrus_init_common
Paolo Bonzini
2013-07-04
vga: pass owner to vga_common_init
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-01
Remove unnecessary break statements
Stefan Weil
2013-04-29
cirrus_vga: QOM'ify ISA Cirrus VGA
Andreas Färber
2013-04-25
console: add device link to QemuConsoles
Gerd Hoffmann
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
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini