Sparse fixes: NULL use, header order, ANSI prototypes, static
[qemu] / hw / vmware_vga.c
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-16 aliguorifix screendump (Stefano Stabellini)
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-09-24 balrogDon't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
2008-07-16 balrogProperly byte-swap values in VMware SVGA (malc).
2008-07-16 balrogMake Bochs VBE work with VMWare SVGA (malc).
2008-07-16 balrogDon't overwrite VMwareSVGA's memory region start addres...
2008-07-16 balrogInitialize the VMware VGA console after vga_init (Alexa...
2008-07-01 pbrookImplement resolution switching in common console code.
2008-04-12 balrogAllocate the -vmwarevga framebuffer in the right place...
2008-04-04 aurel32vmwarevga: fix PCI IO region registration
2008-03-06 balrogCheck for out of range update regions (original patch...
2008-03-06 balrogRegister VMware SVGA's memory io region with PCI framework.
2008-02-10 balrogAdd an ncurses UI.
2008-01-14 balrogRegister io ports as selected by PCI config in VMware...
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-05-13 balrogAllow VMware-SVGA operation enable before command FIFO...
2007-05-03 balrogChange the PCI IO region start to that hardcoded in...
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.