summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier2010-01-111-0/+7
* vmware: increase cursor buffer size.Dave Airlie2009-12-191-1/+1
* VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori2009-12-191-4/+12
* Fix VMware VGA depth computationAnthony Liguori2009-12-191-7/+7
* Make sure to enable dirty log tracking for VMware VGAAnthony Liguori2009-12-191-0/+4
* Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-191-6/+2
* vmware: setup PCI BAR 2 for FIFO as per vmware specDave Airlie2009-12-191-5/+30
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+2
* vmware_vga: add rom file so that it boots.Dave Airlie2009-12-121-0/+2
* Add "static" to please SparseBlue Swirl2009-12-041-2/+2
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* vmware_vga: port to vmstateJuan Quintela2009-10-271-72/+43
* vmware_vga: the support to change dinamically depth is not thereJuan Quintela2009-10-271-1/+1
* vmware_vga: scratch is really an array of uint32_tJuan Quintela2009-10-271-2/+8
* vmware_vga: remove !EMBED_STDVGA codeJuan Quintela2009-10-271-25/+0
* vmware_vga: qemu_malloc() returns void *Juan Quintela2009-10-271-1/+1
* vmware_vga: Remove uselss casts from void *Juan Quintela2009-10-271-16/+16
* vmware_vga: Pass pci_vmsga_state_t arg no VGACommonStateJuan Quintela2009-10-271-1/+1
* vga: port vmware std vga to vmstateJuan Quintela2009-10-271-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-10/+10
* Get rid of _t suffixmalc2009-10-011-10/+10
* vga: split vga_{load, save} into pci and common partsJuan Quintela2009-09-091-0/+1
* Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-271-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski2009-08-231-3/+3
* Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger2009-08-231-3/+3
* qdev: convert all vga devices.Gerd Hoffmann2009-07-301-6/+20
* 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