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
*
hw/display/cirrus_vga: Fix hexadecimal format string specifier
Philippe Mathieu-Daudé
2020-11-13
1
-1
/
+1
*
hw/display/cirrus_vga: Remove debugging code commented out
Philippe Mathieu-Daudé
2020-11-13
1
-18
/
+0
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
cirrus: handle wraparound in cirrus_invalidate_region
Gerd Hoffmann
2020-09-04
1
-3
/
+9
*
hw: Remove superfluous breaks
Liao Pingfang
2020-09-01
1
-1
/
+0
*
hw/display/cirrus_vga: Fix code mis-indentation
Philippe Mathieu-Daudé
2020-06-05
1
-3
/
+3
*
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
1
-14
/
+10
*
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
1
-44
/
+33
*
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
1
-6
/
+8
*
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
1
-3
/
+1
*
Compress lines for immediate return
Simran Singhal
2020-05-04
1
-3
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hw/display/cirrus_vga: Remove unused include
Philippe Mathieu-Daudé
2019-05-07
1
-1
/
+0
*
hw/display/cirrus_vga: Update the documentation URL
Philippe Mathieu-Daudé
2019-05-07
1
-2
/
+7
*
cirrus_vga/migration: update the bank offset before use
Wang Xin
2018-11-27
1
-2
/
+3
*
hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
Thomas Huth
2018-10-15
1
-138
/
+5
*
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-08-23
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
2018-07-03
1
-3
/
+6
|
\
|
*
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-07-03
1
-3
/
+6
*
|
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-5
/
+5
|
/
*
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
cirrus: fix oob access in mode4and5 write functions
Gerd Hoffmann
2017-10-17
1
-4
/
+2
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
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
[next]