index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
/
cirrus_vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cirrus: stop passing around src pointers in the blitter
Gerd Hoffmann
2017-03-16
1
-12
/
+49
*
cirrus: stop passing around dst pointers in the blitter
Gerd Hoffmann
2017-03-16
1
-11
/
+9
*
cirrus: fix cirrus_invalidate_region
Gerd Hoffmann
2017-03-16
1
-3
/
+3
*
cirrus: add option to disable blitter
Gerd Hoffmann
2017-03-16
1
-0
/
+9
*
cirrus: switch to 4 MB video memory by default
Gerd Hoffmann
2017-03-16
1
-2
/
+2
*
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
2017-03-16
1
-9
/
+3
*
cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
Gerd Hoffmann
2017-02-24
1
-0
/
+8
*
Revert "cirrus: allow zero source pitch in pattern fill rops"
Gerd Hoffmann
2017-02-10
1
-18
/
+8
*
cirrus: fix patterncopy checks
Gerd Hoffmann
2017-02-10
1
-6
/
+30
*
cirrus: replace debug printf with trace points
Gerd Hoffmann
2017-02-10
1
-6
/
+5
*
cirrus: fix oob access issue (CVE-2017-2615)
Li Qiang
2017-02-02
1
-4
/
+3
*
cirrus: fix blit address mask handling
Gerd Hoffmann
2017-02-01
1
-13
/
+12
*
cirrus: allow zero source pitch in pattern fill rops
Wolfgang Bumiller
2017-02-01
1
-8
/
+19
*
cirrus: handle negative pitch in cirrus_invalidate_region()
Wolfgang Bumiller
2017-02-01
1
-0
/
+5
*
display: cirrus: ignore source pitch value as needed in blit_is_unsafe
Bruce Rogers
2017-01-11
1
-4
/
+7
*
display: cirrus: check vga bits per pixel(bpp) value
Prasad J Pandit
2016-12-05
1
-4
/
+10
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
cirrus_vga: fix off-by-one in blit_region_is_unsafe
Paolo Bonzini
2016-03-01
1
-2
/
+2
*
hw/display: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
cirrus_vga: QOMify
Gonglei
2015-05-19
1
-2
/
+6
*
cirrus-vga: Convert to realize
Markus Armbruster
2015-02-26
1
-6
/
+5
*
isa: remove isa_mem_base variable
Hervé Poussineau
2015-02-13
1
-1
/
+1
*
move hw cursor pos from cirrus to vga
Gerd Hoffmann
2014-12-16
1
-16
/
+15
*
cirrus: Force use of shadow pixmap when HW cursor is enabled
Benjamin Herrenschmidt
2014-12-16
1
-1
/
+8
*
cirrus: don't overflow CirrusVGAState->cirrus_bltbuf
Gerd Hoffmann
2014-12-01
1
-0
/
+4
*
cirrus: fix blit region check
Gerd Hoffmann
2014-12-01
1
-17
/
+44
*
cirrus: Remove non-32bpp cursor drawing
Benjamin Herrenschmidt
2014-09-30
1
-28
/
+36
*
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
2014-09-30
1
-6
/
+9
*
cirrus: Fix build of debug code
Benjamin Herrenschmidt
2014-07-11
1
-4
/
+4
*
cirrus_vga: adding sanity check for vram size
Gonglei
2014-07-11
1
-0
/
+16
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-4
/
+2
*
vga: allow non-global vmstate
Gerd Hoffmann
2014-04-28
1
-2
/
+2
*
console: add head to index to qemu consoles.
Gerd Hoffmann
2014-03-05
1
-2
/
+2
*
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
2014-02-10
1
-1
/
+1
*
cirrus: Mark vga io region as coalesced MMIO flushing
Jan Kiszka
2013-10-17
1
-2
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+2
*
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
vga: pass owner to cirrus_init_common
Paolo Bonzini
2013-07-04
1
-10
/
+12
*
vga: pass owner to vga_common_init
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-8
/
+8
*
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-07
1
-6
/
+6
*
Remove unnecessary break statements
Stefan Weil
2013-06-01
1
-1
/
+0
*
cirrus_vga: QOM'ify ISA Cirrus VGA
Andreas Färber
2013-04-29
1
-5
/
+10
*
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-25
1
-2
/
+2
*
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
1
-6
/
+2
*
console: simplify screendump
Gerd Hoffmann
2013-04-16
1
-2
/
+2
*
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
-19
/
+19
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+3021