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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
vmware_vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
hw/display: Constify VMState
Richard Henderson
1
-2
/
+2
2023-11-13
hw/display/vmware_vga: fix probably typo
Alexandra Diupina
1
-2
/
+2
2023-11-01
migration: Use vmstate_register_any() for vmware_vga
Juan Quintela
1
-1
/
+1
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
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-04-22
hw/display/vmware_vga: do not discard screen updates
Carwyn Ellis
1
-18
/
+23
2022-04-07
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
1
-0
/
+2
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
1
-1
/
+1
2022-03-04
hw/display/vmware_vga: replace fprintf calls with trace events
Carwyn Ellis
1
-12
/
+18
2021-01-27
hw/display/vmware_vga: Remove dependency on VNC header
Peter Maydell
1
-2
/
+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
-0
/
+1
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
1
-5
/
+11
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-12-18
hw/display: Remove "rombar" hack from vga-pci and vmware_vga
Thomas Huth
1
-5
/
+0
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-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2018-08-30
use dpy_gfx_update_full
Gerd Hoffmann
1
-4
/
+1
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
1
-1
/
+3
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
1
-1
/
+3
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2017-11-10
vmsvga: use ARRAY_SIZE macro
Philippe Mathieu-Daudé
1
-3
/
+2
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-2
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-04-24
vmsvga: fix vmsvga_update_display
Gerd Hoffmann
1
-18
/
+3
2016-09-13
vmsvga: correct bitmap and pixmap size checks
Prasad J Pandit
1
-5
/
+7
2016-06-06
vmsvga: don't process more than 1024 fifo commands at once
Gerd Hoffmann
1
-2
/
+2
2016-06-06
vmsvga: shadow fifo registers
Gerd Hoffmann
1
-29
/
+28
2016-06-06
vmsvga: add more fifo checks
Gerd Hoffmann
1
-1
/
+4
2016-06-06
vmsvga: move fifo sanity checks to vmsvga_fifo_length
Gerd Hoffmann
1
-13
/
+15
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw/display: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-20
vmsvga: more cursor checks
Gerd Hoffmann
1
-4
/
+7
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
1
-1
/
+1
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-4
/
+2
2014-10-29
vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rect
Gerd Hoffmann
1
-7
/
+10
2014-10-29
vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rect
Gerd Hoffmann
1
-6
/
+14
2014-10-28
vmware-vga: use vmsvga_verify_rect in vmsvga_update_rect
Gerd Hoffmann
1
-28
/
+4
2014-10-28
vmware-vga: add vmsvga_verify_rect
Gerd Hoffmann
1
-1
/
+52
2014-10-28
vmware-vga: CVE-2014-3689: turn off hw accel
Gerd Hoffmann
1
-0
/
+2
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+2
[next]