index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vmware_vga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow
Roland Dreier
2010-01-11
1
-0
/
+7
*
vmware_vga: symbolic names for pci registers
Michael S. Tsirkin
2009-12-23
1
-9
/
+11
*
vmware: increase cursor buffer size.
Dave Airlie
2009-12-18
1
-1
/
+1
*
VMware VGA: Only enable dirty log tracking when fifo is disabled
Anthony Liguori
2009-12-18
1
-4
/
+12
*
Fix VMware VGA depth computation
Anthony Liguori
2009-12-18
1
-7
/
+7
*
Make sure to enable dirty log tracking for VMware VGA
Anthony Liguori
2009-12-18
1
-0
/
+4
*
Make sure to enable dirty tracking of VBE vram mapping
Anthony Liguori
2009-12-18
1
-6
/
+2
*
vmware: setup PCI BAR 2 for FIFO as per vmware spec
Dave Airlie
2009-12-18
1
-5
/
+30
*
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
1
-2
/
+2
*
vmware_vga: add rom file so that it boots.
Dave Airlie
2009-12-12
1
-0
/
+2
*
Add "static" to please Sparse
Blue Swirl
2009-12-04
1
-2
/
+2
*
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
1
-1
/
+1
*
pci: pci.h cleanup: move out stuff not in pci.c
Michael S. Tsirkin
2009-12-01
1
-0
/
+1
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
vmware_vga: port to vmstate
Juan Quintela
2009-10-27
1
-72
/
+43
*
vmware_vga: the support to change dinamically depth is not there
Juan Quintela
2009-10-27
1
-1
/
+1
*
vmware_vga: scratch is really an array of uint32_t
Juan Quintela
2009-10-27
1
-2
/
+8
*
vmware_vga: remove !EMBED_STDVGA code
Juan Quintela
2009-10-27
1
-25
/
+0
*
vmware_vga: qemu_malloc() returns void *
Juan Quintela
2009-10-27
1
-1
/
+1
*
vmware_vga: Remove uselss casts from void *
Juan Quintela
2009-10-27
1
-16
/
+16
*
vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
Juan Quintela
2009-10-27
1
-1
/
+1
*
vga: port vmware std vga to vmstate
Juan Quintela
2009-10-27
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-10
/
+10
*
Get rid of _t suffix
malc
2009-10-01
1
-10
/
+10
*
vga: split vga_{load, save} into pci and common parts
Juan Quintela
2009-09-09
1
-0
/
+1
*
Everything outside of vga.c should use VGACommonState
Juan Quintela
2009-08-27
1
-2
/
+2
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-1
/
+2
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Revert my commit c00a9de060124a988bd9847c095e5836488c6f01
Andrzej Zaborowski
2009-08-23
1
-3
/
+3
*
Use corect depth from DisplaySurface in vmware_vga.c
Reimar Döffinger
2009-08-23
1
-3
/
+3
*
qdev: convert all vga devices.
Gerd Hoffmann
2009-07-30
1
-6
/
+20
*
vmware_vga: clean up
Isaku Yamahata
2009-06-22
1
-1
/
+1
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-2
/
+2
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Remove vga_ram_size
Paul Brook
2009-05-13
1
-3
/
+3
*
vga: Replace VGA_COMMON with a structure
Avi Kivity
2009-05-08
1
-32
/
+32
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-3
/
+1
*
Clean up VGA ram allocation.
pbrook
2009-04-10
1
-27
/
+23
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-1
/
+10
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-4
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-10
/
+2
*
fix screendump (Stefano Stabellini)
aliguori
2009-01-16
1
-1
/
+4
*
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-16
1
-13
/
+11
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
1
-1
/
+1
*
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
1
-6
/
+0
*
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
2008-11-24
1
-12
/
+12
*
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
2008-09-24
1
-1
/
+1
*
Properly byte-swap values in VMware SVGA (malc).
balrog
2008-07-16
1
-12
/
+19
*
Make Bochs VBE work with VMWare SVGA (malc).
balrog
2008-07-16
1
-0
/
+6
[next]