summaryrefslogtreecommitdiff
path: root/hw/vmware_vga.c
AgeCommit message (Expand)Author
2009-10-27vmware_vga: remove !EMBED_STDVGA codeJuan Quintela
2009-10-27vmware_vga: qemu_malloc() returns void *Juan Quintela
2009-10-27vmware_vga: Remove uselss casts from void *Juan Quintela
2009-10-27vmware_vga: Pass pci_vmsga_state_t arg no VGACommonStateJuan Quintela
2009-10-27vga: port vmware std vga to vmstateJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-23Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski
2009-08-23Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger
2009-07-30qdev: convert all vga devices.Gerd Hoffmann
2009-06-22vmware_vga: clean upIsaku Yamahata
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-04-10Clean up VGA ram allocation.pbrook
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-16fix screendump (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog
2008-07-16Properly byte-swap values in VMware SVGA (malc).balrog
2008-07-16Make Bochs VBE work with VMWare SVGA (malc).balrog
2008-07-16Don't overwrite VMwareSVGA's memory region start addresses (malc).balrog
2008-07-16Initialize the VMware VGA console after vga_init (Alexander Graf).balrog
2008-07-01Implement resolution switching in common console code.pbrook
2008-04-12Allocate the -vmwarevga framebuffer in the right place in RAM.balrog
2008-04-04vmwarevga: fix PCI IO region registrationaurel32
2008-03-06Check for out of range update regions (original patch from Anthony Liguori).balrog
2008-03-06Register VMware SVGA's memory io region with PCI framework.balrog
2008-02-10Add an ncurses UI.balrog
2008-01-14Register io ports as selected by PCI config in VMware SVGA.balrog
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog
2007-05-03Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...balrog
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths