summaryrefslogtreecommitdiffstats
path: root/hw/vmware_vga.c
Commit message (Expand)AuthorAgeFilesLines
* vmware_vga: clean upIsaku Yamahata2009-06-221-1/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Remove vga_ram_sizePaul Brook2009-05-131-3/+3
* vga: Replace VGA_COMMON with a structureAvi Kivity2009-05-081-32/+32
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-3/+1
* Clean up VGA ram allocation.pbrook2009-04-101-27/+23
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-1/+10
* Add and use #defines for PCI device classesblueswir12009-02-011-4/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-10/+2
* fix screendump (Stefano Stabellini)aliguori2009-01-161-1/+4
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-13/+11
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-12/+12
* Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2008-09-241-1/+1
* Properly byte-swap values in VMware SVGA (malc).balrog2008-07-161-12/+19
* Make Bochs VBE work with VMWare SVGA (malc).balrog2008-07-161-0/+6
* Don't overwrite VMwareSVGA's memory region start addresses (malc).balrog2008-07-161-8/+0
* Initialize the VMware VGA console after vga_init (Alexander Graf).balrog2008-07-161-5/+5
* Implement resolution switching in common console code.pbrook2008-07-011-4/+6
* Allocate the -vmwarevga framebuffer in the right place in RAM.balrog2008-04-121-1/+3
* vmwarevga: fix PCI IO region registrationaurel322008-04-041-1/+1
* Check for out of range update regions (original patch from Anthony Liguori).balrog2008-03-061-6/+27
* Register VMware SVGA's memory io region with PCI framework.balrog2008-03-061-18/+29
* Add an ncurses UI.balrog2008-02-101-1/+10
* Register io ports as selected by PCI config in VMware SVGA.balrog2008-01-141-13/+23
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-24/+24
* Break up vl.h.pbrook2007-11-171-1/+3
* Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog2007-05-131-21/+27
* Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...balrog2007-05-031-2/+2
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-0/+1187
OpenPOWER on IntegriCloud