]> git.proxmox.com Git - qemu.git/history - hw/cirrus_vga.c
Merge remote branch 'origin/master' into pci
[qemu.git] / hw / cirrus_vga.c
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-10 Gerd Hoffmannvga: tag as not hotplugable.
2011-01-06 Aurelien Jarnocirrus: delete GCC 4.6 warnings
2011-01-06 Blue Swirlcirrus_vga: Declare as little endian
2011-01-04 Aurelien Jarnocirrus_vga: fix division by 0 for color expansion rop
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-22 Stefan Weilpci: Replace unneeded type casts in calls of pci_regist...
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-13 Blue Swirlcirrus: avoid write only variables
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 TeLeManvmstate: fix breakage by 7e72abc382b700a72549e8147bdea4...
2010-01-29 Jan Kiszkacirrus: Properly re-register cirrus_linear_io_addr...
2009-12-18 Gerd Hoffmannpci romfiles: add property, add default to PCIDeviceInfo
2009-12-18 Anthony LiguoriSupport PCI based option rom loading
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-03 Michael S. Tsirkinqemu: cleanup unused macros in cirrus
2009-12-03 Michael S. Tsirkinqemu: make cirrus init value pci spec compliant
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-11-09 Isaku Yamahatapci: initialize pci config headers depending it pci...
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-11-09 Isaku Yamahatapci: define a constant to represent a unmapped bar...
2009-10-30 Gerd Hoffmannvga roms: move loading from pc.c to vga drivers.
2009-10-05 Juan Quintelavmstate: add version_id argument to post_load
2009-10-05 Juan Quintelacirrus_vga: also assign gr0/1 when writting shadow_gr0/1
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan Quintelavmstate: port cirrus_vga device
2009-09-09 Juan Quintelacirrus_vga: CIRRUS_HOOK_* is not used anymore
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_wr...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_rea...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_wr...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_rea...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_write_palette() cirrus_v...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_read_palette() cirrus_vg...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_write_sr() cirrus_vga_wr...
2009-09-09 Juan Quintelacirrus_vga: rename cirrus_hook_read_sr() cirrus_vga_rea...
2009-09-09 Juan Quintelavga and cirrus_vga: substitute switch for equivalent...
2009-09-09 Juan Quintelacirrus_vga: make cirrus_read_hidden_dac() return its...
2009-09-09 Juan Quintelacirrus_vga: Add a VGACommonState local var to cirrus_vg...
2009-09-09 Juan Quintelavga and cirrus_vga: create vga_ioport_invalid() and...
2009-09-09 Juan Quintelacirrus_vga: prefix vga_ioport_{read, write} with cirrus
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan QuintelaAdd pci_cirrus_vga_{save/load} functions, then remove...
2009-08-28 Juan Quintelacirrus_vga: Change casts to DO_UPCAST() for PCICirrusVG...
2009-08-28 Juan Quintelacirrus_vga: remove pointless cast from void *
2009-08-28 Juan QuintelaEverything outside of vga.c should use VGACommonState
2009-08-28 Juan QuintelaIntroduce vga_common_reset() to be able to typcheck...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-30 Gerd Hoffmannqdev: convert all vga devices.
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
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-22 Jan KiszkaIntroduce reset notifier order
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-05-01 Paul BrookRemove redundant cirrus vga ram functions.
2009-04-30 Paul BrookRemove vga LFB accessor hacks.
2009-04-17 aliguorivga: Cleanup dirty logging (Jan Kiszka)
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-07 aliguoriRevert r6989
2009-04-05 aliguoriFix display breakage when resizing the screen (v2)...
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoristop dirty logging while updating cirrus bank memory...
2009-03-07 blueswir1Sparse fixes: dubious mixing of bitwise and logical...
2009-02-27 aliguoriMissing cirrus_invalidate_region() in cirrus_do_copy...
2009-02-16 aliguoriFix hardware accelerated video to video copy on Cirrus...
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-21 aliguoricirrus: unify unmapping of vram (Jan Kiszka)
2009-01-21 aliguoricirrus: cleanup reset handler (Jan Kiszka)
2009-01-21 aliguoricirrus: avoid resetting vga dirty logging unnecessarily...
2009-01-21 aliguoricirrus: stop dirty logging during remaps (Jan Kiszka)
2009-01-21 aliguoricirrus: unmap vram on reset (Jan Kiszka)
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-05 blueswir1Add cirrus reset handler
2008-12-09 aliguoriKVM: Coalesced MMIO support
2008-12-04 aliguorido boundary check based on absolute value (Glauber...
2008-11-24 aliguorivga optimization (Glauber Costa)
2008-11-24 aliguorimove vga_io_address to VGA State (Glauber Costa)
2008-11-24 aliguoribetter type checking for vga (Glauber Costa)
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-11-01 aurel32CVE-2008-4539: fix a heap overflow in Cirrus emulation
2008-09-28 malcOptional "precise" VGA retrace support
2008-09-24 balrogDon't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
next