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
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-11-10
display: include dependencies explicitly
Michael S. Tsirkin
1
-0
/
+1
2022-11-08
hw/display: fix tab indentation
Amarjargal Gundjalam
1
-803
/
+803
2022-10-12
cirrus_vga: fix potential memory overflow
lu zhipeng
1
-1
/
+1
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
1
-1
/
+3
2022-03-18
hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
Thomas Huth
1
-28
/
+29
2020-11-13
hw/display/cirrus_vga: Fix hexadecimal format string specifier
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-13
hw/display/cirrus_vga: Remove debugging code commented out
Philippe Mathieu-Daudé
1
-18
/
+0
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
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
[next]