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: 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
*
Don't overwrite VMwareSVGA's memory region start addresses (malc).
balrog
2008-07-16
1
-8
/
+0
*
Initialize the VMware VGA console after vga_init (Alexander Graf).
balrog
2008-07-16
1
-5
/
+5
*
Implement resolution switching in common console code.
pbrook
2008-07-01
1
-4
/
+6
*
Allocate the -vmwarevga framebuffer in the right place in RAM.
balrog
2008-04-12
1
-1
/
+3
*
vmwarevga: fix PCI IO region registration
aurel32
2008-04-04
1
-1
/
+1
*
Check for out of range update regions (original patch from Anthony Liguori).
balrog
2008-03-06
1
-6
/
+27
*
Register VMware SVGA's memory io region with PCI framework.
balrog
2008-03-06
1
-18
/
+29
*
Add an ncurses UI.
balrog
2008-02-10
1
-1
/
+10
*
Register io ports as selected by PCI config in VMware SVGA.
balrog
2008-01-14
1
-13
/
+23
*
qemu_put signedness fixes, by Andre Przywara.
ths
2007-12-16
1
-24
/
+24
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
*
Allow VMware-SVGA operation enable before command FIFO is configured. Implem...
balrog
2007-05-13
1
-21
/
+27
*
Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...
balrog
2007-05-03
1
-2
/
+2
*
VMware SVGA II emulation, by Andrzej Zaborowski.
ths
2007-04-02
1
-0
/
+1187