index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vmware_vga.c
Age
Commit message (
Expand
)
Author
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-02-01
Add and use #defines for PCI device classes
blueswir1
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-16
fix screendump (Stefano Stabellini)
aliguori
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-11-24
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
2008-09-24
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
2008-07-16
Properly byte-swap values in VMware SVGA (malc).
balrog
2008-07-16
Make Bochs VBE work with VMWare SVGA (malc).
balrog
2008-07-16
Don't overwrite VMwareSVGA's memory region start addresses (malc).
balrog
2008-07-16
Initialize the VMware VGA console after vga_init (Alexander Graf).
balrog
2008-07-01
Implement resolution switching in common console code.
pbrook
2008-04-12
Allocate the -vmwarevga framebuffer in the right place in RAM.
balrog
2008-04-04
vmwarevga: fix PCI IO region registration
aurel32
2008-03-06
Check for out of range update regions (original patch from Anthony Liguori).
balrog
2008-03-06
Register VMware SVGA's memory io region with PCI framework.
balrog
2008-02-10
Add an ncurses UI.
balrog
2008-01-14
Register io ports as selected by PCI config in VMware SVGA.
balrog
2007-12-16
qemu_put signedness fixes, by Andre Przywara.
ths
2007-11-17
Break up vl.h.
pbrook
2007-05-13
Allow VMware-SVGA operation enable before command FIFO is configured. Implem...
balrog
2007-05-03
Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...
balrog
2007-04-02
VMware SVGA II emulation, by Andrzej Zaborowski.
ths