summaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela
2009-09-09vga: export vga_ioport_{read,write}Juan Quintela
2009-09-09vga: remove useless cast from void *Juan Quintela
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela
2009-08-27vga: Rename vga_state -> vgaJuan Quintela
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini
2009-08-10qdev/prop: convert vga.c to helper macros.Gerd Hoffmann
2009-08-10vga: do not resize the screen on hw_invalidateStefano Stabellini
2009-07-30qdev: convert all vga devices.Gerd Hoffmann
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost
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-22Introduce reset notifier orderJan Kiszka
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-04-27[RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori
2009-04-17vga: Fix inconsistent tracking of map_addr (Jan Kiszka)aliguori
2009-04-10Clean up VGA ram allocation.pbrook
2009-04-07Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori
2009-04-07Revert r6989aliguori
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori
2009-03-28Fix monitor command (screendump) (Stefan Weil)aliguori
2009-03-17Fix VGA issue introduced by r6349malc
2009-03-13temporarily disable logging around pci config writes (Avi Kivity)aliguori
2009-03-13remove is_graphic_console from vga.c (Stefano Stabellini)aliguori
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-07Sparse fixes: truncation by castblueswir1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-23fix endianness problem sharing the videoram buffermalc
2009-01-16Fix vga on PPCaurel32
2009-01-16fix screendump (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2009-01-05Add cirrus reset handlerblueswir1
2009-01-04Fix VGA screen dumpblueswir1
2008-12-28Register reset handlersblueswir1
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook