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
*
console: untangle gfx & txt updates
Gerd Hoffmann
2012-11-01
1
-2
/
+2
*
console: move set_mouse + cursor_define callbacks
Gerd Hoffmann
2012-11-01
1
-5
/
+6
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
vga: cleanup after isa_vga_init() and pci_vga_init() conversion
Aurelien Jarno
2012-10-06
1
-1
/
+0
*
VGA: Flush coalesced MMIO on related MMIO/PIO accesses
Jan Kiszka
2012-09-11
1
-0
/
+1
*
vga: ppm_save(): add error handling
Luiz Capitulino
2012-09-05
1
-1
/
+1
*
console: vga_hw_screen_dump_ptr: take Error argument
Luiz Capitulino
2012-09-05
1
-2
/
+3
*
Avoid returning void
Blue Swirl
2012-07-28
1
-3
/
+6
*
vga: raise default vgamem size
Gerd Hoffmann
2012-06-22
1
-1
/
+1
*
vga: make vram size configurable
Gerd Hoffmann
2012-06-22
1
-3
/
+10
*
optimize screendump for the common non-switch case
Gerd Hoffmann
2012-02-24
1
-2
/
+2
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-7
/
+9
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-14
/
+20
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-1
/
+2
*
vga: Convert to isa_register_portio_list
Richard Henderson
2011-10-11
1
-3
/
+4
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-1
/
+1
*
vmware-vga: Eliminate vga_dirty_log_restart
Jan Kiszka
2011-08-22
1
-2
/
+0
*
vmware-vga: Remove dead DIRECT_VRAM mode
Jan Kiszka
2011-08-22
1
-142
/
+30
*
vmware-vga: Disable verbose mode
Jan Kiszka
2011-08-22
1
-1
/
+1
*
vmware-vga: Register reset service
Jan Kiszka
2011-08-22
1
-31
/
+35
*
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
2011-08-22
1
-4
/
+5
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-4
/
+4
*
vga: convert vga and its derivatives to the memory API
Avi Kivity
2011-08-08
1
-69
/
+74
*
vmsvga: don't remember pci BAR address in callback any more
Avi Kivity
2011-08-08
1
-6
/
+6
*
vmware_vga.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-7
/
+6
*
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
[next]