aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vmware_vga.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-1/+10
2009-02-01Add and use #defines for PCI device classesblueswir11-4/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-10/+2
2009-01-16fix screendump (Stefano Stabellini)aliguori1-1/+4
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-13/+11
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+0
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-12/+12
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog1-1/+1
2008-07-16Properly byte-swap values in VMware SVGA (malc).balrog1-12/+19
2008-07-16Make Bochs VBE work with VMWare SVGA (malc).balrog1-0/+6
2008-07-16Don't overwrite VMwareSVGA's memory region start addresses (malc).balrog1-8/+0
2008-07-16Initialize the VMware VGA console after vga_init (Alexander Graf).balrog1-5/+5
2008-07-01Implement resolution switching in common console code.pbrook1-4/+6
2008-04-12Allocate the -vmwarevga framebuffer in the right place in RAM.balrog1-1/+3
2008-04-04vmwarevga: fix PCI IO region registrationaurel321-1/+1
2008-03-06Check for out of range update regions (original patch from Anthony Liguori).balrog1-6/+27
2008-03-06Register VMware SVGA's memory io region with PCI framework.balrog1-18/+29
2008-02-10Add an ncurses UI.balrog1-1/+10
2008-01-14Register io ports as selected by PCI config in VMware SVGA.balrog1-13/+23
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-24/+24
2007-11-17Break up vl.h.pbrook1-1/+3
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog1-21/+27
2007-05-03Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...balrog1-2/+2
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-0/+1187