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: refactor device creation
Blue Swirl
2011-02-12
1
-5
/
+0
*
vga: tag as not hotplugable.
Gerd Hoffmann
2011-01-10
1
-0
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+1
*
vgabios update: handle compatibility with older qemu versions
Gerd Hoffmann
2010-11-21
1
-0
/
+5
*
switch vmware_vga to pci vgabios
Gerd Hoffmann
2010-11-16
1
-6
/
+1
*
vmware_vga: Replace the few tab-indents with spaces (clean-up).
Andrzej Zaborowski
2010-09-10
1
-9
/
+9
*
vmware_vga: Add checks to deal with non-atomic fifo writes.
Andrzej Zaborowski
2010-09-10
1
-8
/
+56
*
vmware_vga: fix reset value for command register
Michael S. Tsirkin
2010-07-11
1
-3
/
+0
*
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
1
-1
/
+0
*
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
2010-07-06
1
-1
/
+1
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
use new cursor struct + functions for vmware vga and sdl.
Gerd Hoffmann
2010-05-24
1
-5
/
+35
*
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
[next]