Age | Commit message (Expand) | Author |
2009-09-09 | vga: remove useless cast from void * | Juan Quintela |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela |
2009-08-27 | vga: Rename vga_state -> vga | Juan Quintela |
2009-08-27 | Introduce vga_common_reset() to be able to typcheck vga_reset() | Juan Quintela |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-08-24 | make vga screen_dump use DisplayState properly | Stefano Stabellini |
2009-08-10 | qdev/prop: convert vga.c to helper macros. | Gerd Hoffmann |
2009-08-10 | vga: do not resize the screen on hw_invalidate | Stefano Stabellini |
2009-07-30 | qdev: convert all vga devices. | Gerd Hoffmann |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-16 | Fix vga_screen_dump_blank() PPM generation | Eduardo Habkost |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-13 | Remove vga_ram_size | Paul Brook |
2009-05-03 | use PCI_HEADER_TYPE. | Isaku Yamahata |
2009-04-27 | [RESEND] Fix vga segfaults or screen corruption with large memory guests | Avi Kivity |
2009-04-17 | vga: Cleanup dirty logging (Jan Kiszka) | aliguori |
2009-04-17 | vga: Fix inconsistent tracking of map_addr (Jan Kiszka) | aliguori |
2009-04-10 | Clean up VGA ram allocation. | pbrook |
2009-04-07 | Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) | aliguori |
2009-04-07 | Revert r6989 | aliguori |
2009-04-05 | Fix display breakage when resizing the screen (v2) (Avi Kivity) | aliguori |
2009-03-28 | Fix monitor command (screendump) (Stefan Weil) | aliguori |
2009-03-17 | Fix VGA issue introduced by r6349 | malc |
2009-03-13 | temporarily disable logging around pci config writes (Avi Kivity) | aliguori |
2009-03-13 | remove is_graphic_console from vga.c (Stefano Stabellini) | aliguori |
2009-03-13 | DisplayAllocator interface (Stefano Stabellini) | aliguori |
2009-03-07 | Sparse fixes: truncation by cast | blueswir1 |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 |
2009-02-01 | Update #defines for PCI vendor and device IDs from OpenBIOS and Linux | blueswir1 |
2009-01-26 | Move definition of rgb_to_pixel_dup_table (Nathan Froyd) | aliguori |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori |
2009-01-23 | fix endianness problem sharing the videoram buffer | malc |
2009-01-16 | Fix vga on PPC | aurel32 |
2009-01-16 | fix screendump (Stefano Stabellini) | aliguori |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori |
2009-01-15 | DisplayState interface change (Stefano Stabellini) | aliguori |
2009-01-15 | remove bgr (Stefano Stabellini) | aliguori |
2009-01-05 | Add cirrus reset handler | blueswir1 |
2009-01-04 | Fix VGA screen dump | blueswir1 |
2008-12-28 | Register reset handlers | blueswir1 |
2008-12-09 | KVM: Coalesced MMIO support | aliguori |
2008-12-01 | Change MMIO callbacks to use offsets, not absolute addresses. | pbrook |
2008-11-24 | vga optimization (Glauber Costa) | aliguori |
2008-11-24 | better type checking for vga (Glauber Costa) | aliguori |