index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
cirrus_vga.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-07
hw/display/cirrus_vga: Remove unused include
Philippe Mathieu-Daudé
2019-05-07
hw/display/cirrus_vga: Update the documentation URL
Philippe Mathieu-Daudé
2018-11-27
cirrus_vga/migration: update the bank offset before use
Wang Xin
2018-10-15
hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
Thomas Huth
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
2017-10-17
cirrus: fix oob access in mode4and5 write functions
Gerd Hoffmann
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-03-16
cirrus: stop passing around src pointers in the blitter
Gerd Hoffmann
2017-03-16
cirrus: stop passing around dst pointers in the blitter
Gerd Hoffmann
2017-03-16
cirrus: fix cirrus_invalidate_region
Gerd Hoffmann
2017-03-16
cirrus: add option to disable blitter
Gerd Hoffmann
2017-03-16
cirrus: switch to 4 MB video memory by default
Gerd Hoffmann
2017-03-16
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
2017-02-24
cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
Gerd Hoffmann
2017-02-10
Revert "cirrus: allow zero source pitch in pattern fill rops"
Gerd Hoffmann
2017-02-10
cirrus: fix patterncopy checks
Gerd Hoffmann
2017-02-10
cirrus: replace debug printf with trace points
Gerd Hoffmann
2017-02-02
cirrus: fix oob access issue (CVE-2017-2615)
Li Qiang
2017-02-01
cirrus: fix blit address mask handling
Gerd Hoffmann
2017-02-01
cirrus: allow zero source pitch in pattern fill rops
Wolfgang Bumiller
2017-02-01
cirrus: handle negative pitch in cirrus_invalidate_region()
Wolfgang Bumiller
2017-01-11
display: cirrus: ignore source pitch value as needed in blit_is_unsafe
Bruce Rogers
2016-12-05
display: cirrus: check vga bits per pixel(bpp) value
Prasad J Pandit
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
[next]