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