Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | hw/display/vga:Remove redundant statement in vga_draw_graphic() | Chen Qun | 1 | -1/+0 |
2019-12-18 | vga: cleanup mapping of VRAM for non-PCI VGA | Paolo Bonzini | 1 | -12/+0 |
2019-12-18 | hw/display: Remove "rombar" hack from vga-pci and vmware_vga | Thomas Huth | 1 | -3/+1 |
2019-09-19 | vga: move access helpers to separate include file | Gerd Hoffmann | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+2 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -4/+4 |
2018-08-30 | use dpy_gfx_update_full | Gerd Hoffmann | 1 | -2/+1 |
2018-07-03 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ... | Peter Maydell | 1 | -2/+2 |
2018-07-03 | vga: disable global_vmstate for 3.0+ machine types | Gerd Hoffmann | 1 | -2/+2 |
2018-07-02 | hw/display: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-06-04 | vga: cleanup surface handling | Gerd Hoffmann | 1 | -17/+19 |
2018-05-24 | vga: catch depth 0 | Gerd Hoffmann | 1 | -5/+18 |
2018-03-12 | vga: fix region calculation | Gerd Hoffmann | 1 | -0/+2 |
2018-02-13 | memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot | Paolo Bonzini | 1 | -6/+0 |
2018-01-25 | vga: check the validation of memory addr when draw text | linzhecheng | 1 | -0/+3 |
2017-12-18 | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | hw/display/vga: "vga_int.h" requires "ui/console.h" | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-18 | hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-11-10 | vga: fix region checks in wraparound case | Gerd Hoffmann | 1 | -2/+2 |
2017-10-17 | vga: add ram_addr_t cast | Gerd Hoffmann | 1 | -1/+1 |
2017-10-17 | vga: handle cirrus vbe mode wraparounds. | Gerd Hoffmann | 1 | -7/+21 |
2017-10-17 | vga: drop line_offset variable | Gerd Hoffmann | 1 | -4/+3 |
2017-09-01 | vga/migration: Update memory map in post_load | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-09-01 | vga: stop passing pointers to vga_draw_line* functions | Gerd Hoffmann | 1 | -2/+3 |
2017-09-01 | vga: fix display update region calculation (split screen) | Gerd Hoffmann | 1 | -2/+8 |
2017-08-31 | vga: use DIV_ROUND_UP | Marc-André Lureau | 1 | -1/+1 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -1/+1 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -1/+1 |
2017-05-11 | vga: fix display update region calculation | Gerd Hoffmann | 1 | -1/+1 |
2017-04-24 | vga: make display updates thread safe. | Gerd Hoffmann | 1 | -19/+17 |
2017-04-24 | vga: add vga_scanline_invalidated helper | Gerd Hoffmann | 1 | -3/+11 |
2017-02-10 | vga: replace debug printf with trace points | Gerd Hoffmann | 1 | -23/+4 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -3/+1 |
2016-05-23 | vga: add sr_vbe register set | Gerd Hoffmann | 1 | -22/+28 |
2016-05-02 | vga: make sure vga register setup for vbe stays intact (CVE-2016-3712). | Gerd Hoffmann | 1 | -0/+6 |
2016-05-02 | vga: update vga register setup on vbe changes | Gerd Hoffmann | 1 | -0/+1 |
2016-05-02 | vga: factor out vga register setup | Gerd Hoffmann | 1 | -34/+44 |
2016-05-02 | vga: add vbe_enabled() helper | Gerd Hoffmann | 1 | -4/+9 |
2016-05-02 | vga: fix banked access bounds checking (CVE-2016-3710) | Gerd Hoffmann | 1 | -6/+18 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -3/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | hw/display: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-08 | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi | 1 | -1/+2 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 1 | -1/+1 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 1 | -7/+4 |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil | 1 | -1/+1 |
2015-03-03 | vga: refactor vram_size clamping and rounding | Radim Krčmář | 1 | -7/+15 |
2015-03-03 | spice: fix invalid memory access to vga.vram | Radim Krčmář | 1 | -2/+2 |