index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
cirrus_vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
cirrus: handle wraparound in cirrus_invalidate_region
Gerd Hoffmann
1
-3
/
+9
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
1
-1
/
+0
2020-06-05
hw/display/cirrus_vga: Fix code mis-indentation
Philippe Mathieu-Daudé
1
-3
/
+3
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
1
-14
/
+10
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
1
-44
/
+33
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
1
-3
/
+1
2020-05-04
Compress lines for immediate return
Simran Singhal
1
-3
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-05-07
hw/display/cirrus_vga: Remove unused include
Philippe Mathieu-Daudé
1
-1
/
+0
2019-05-07
hw/display/cirrus_vga: Update the documentation URL
Philippe Mathieu-Daudé
1
-2
/
+7
2018-11-27
cirrus_vga/migration: update the bank offset before use
Wang Xin
1
-2
/
+3
2018-10-15
hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
Thomas Huth
1
-138
/
+5
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
1
-1
/
+2
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
1
-3
/
+6
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
1
-3
/
+6
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-5
/
+5
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2017-10-17
cirrus: fix oob access in mode4and5 write functions
Gerd Hoffmann
1
-4
/
+2
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-03-16
cirrus: stop passing around src pointers in the blitter
Gerd Hoffmann
1
-12
/
+49
2017-03-16
cirrus: stop passing around dst pointers in the blitter
Gerd Hoffmann
1
-11
/
+9
2017-03-16
cirrus: fix cirrus_invalidate_region
Gerd Hoffmann
1
-3
/
+3
2017-03-16
cirrus: add option to disable blitter
Gerd Hoffmann
1
-0
/
+9
2017-03-16
cirrus: switch to 4 MB video memory by default
Gerd Hoffmann
1
-2
/
+2
2017-03-16
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
1
-9
/
+3
2017-02-24
cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
Gerd Hoffmann
1
-0
/
+8
2017-02-10
Revert "cirrus: allow zero source pitch in pattern fill rops"
Gerd Hoffmann
1
-18
/
+8
2017-02-10
cirrus: fix patterncopy checks
Gerd Hoffmann
1
-6
/
+30
2017-02-10
cirrus: replace debug printf with trace points
Gerd Hoffmann
1
-6
/
+5
2017-02-02
cirrus: fix oob access issue (CVE-2017-2615)
Li Qiang
1
-4
/
+3
2017-02-01
cirrus: fix blit address mask handling
Gerd Hoffmann
1
-13
/
+12
2017-02-01
cirrus: allow zero source pitch in pattern fill rops
Wolfgang Bumiller
1
-8
/
+19
2017-02-01
cirrus: handle negative pitch in cirrus_invalidate_region()
Wolfgang Bumiller
1
-0
/
+5
2017-01-11
display: cirrus: ignore source pitch value as needed in blit_is_unsafe
Bruce Rogers
1
-4
/
+7
2016-12-05
display: cirrus: check vga bits per pixel(bpp) value
Prasad J Pandit
1
-4
/
+10
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-01
cirrus_vga: fix off-by-one in blit_region_is_unsafe
Paolo Bonzini
1
-2
/
+2
2016-01-29
hw/display: Clean up includes
Peter Maydell
1
-0
/
+1
2015-05-19
cirrus_vga: QOMify
Gonglei
1
-2
/
+6
2015-02-26
cirrus-vga: Convert to realize
Markus Armbruster
1
-6
/
+5
2015-02-13
isa: remove isa_mem_base variable
Hervé Poussineau
1
-1
/
+1
2014-12-16
move hw cursor pos from cirrus to vga
Gerd Hoffmann
1
-16
/
+15
2014-12-16
cirrus: Force use of shadow pixmap when HW cursor is enabled
Benjamin Herrenschmidt
1
-1
/
+8
2014-12-01
cirrus: don't overflow CirrusVGAState->cirrus_bltbuf
Gerd Hoffmann
1
-0
/
+4
[next]