]> git.proxmox.com Git - qemu.git/history - hw/vmware_vga.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / vmware_vga.c
2010-01-11 Roland Dreiervmware_vga: Check cursor dimensions passed from guest...
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkinvmware_vga: symbolic names for pci registers
2009-12-18 Dave Airlievmware: increase cursor buffer size.
2009-12-18 Anthony LiguoriVMware VGA: Only enable dirty log tracking when fifo...
2009-12-18 Anthony LiguoriFix VMware VGA depth computation
2009-12-18 Anthony LiguoriMake sure to enable dirty log tracking for VMware VGA
2009-12-18 Anthony LiguoriMake sure to enable dirty tracking of VBE vram mapping
2009-12-18 Dave Airlievmware: setup PCI BAR 2 for FIFO as per vmware spec
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Dave Airlievmware_vga: add rom file so that it boots.
2009-12-04 Blue SwirlAdd "static" to please Sparse
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S. Tsirkinpci: pci.h cleanup: move out stuff not in pci.c
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-10-27 Juan Quintelavmware_vga: port to vmstate
2009-10-27 Juan Quintelavmware_vga: the support to change dinamically depth...
2009-10-27 Juan Quintelavmware_vga: scratch is really an array of uint32_t
2009-10-27 Juan Quintelavmware_vga: remove !EMBED_STDVGA code
2009-10-27 Juan Quintelavmware_vga: qemu_malloc() returns void *
2009-10-27 Juan Quintelavmware_vga: Remove uselss casts from void *
2009-10-27 Juan Quintelavmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
2009-10-27 Juan Quintelavga: port vmware std vga to vmstate
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-09 Juan Quintelavga: split vga_{load, save} into pci and common parts
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan QuintelaEverything outside of vga.c should use VGACommonState
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-23 Andrzej ZaborowskiRevert my commit c00a9de060124a988bd9847c095e5836488c6f01
2009-08-23 Reimar DöffingerUse corect depth from DisplaySurface in vmware_vga.c
2009-07-30 Gerd Hoffmannqdev: convert all vga devices.
2009-06-22 Isaku Yamahatavmware_vga: clean up
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-08 Avi Kivityvga: Replace VGA_COMMON with a structure
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-10 pbrookClean up VGA ram allocation.
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.