- e016a84 hw/display/cirrus_vga: Fix hexadecimal format string specifier by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 0d55286 hw/display/cirrus_vga: Remove debugging code commented out by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- 5fcf787 cirrus: handle wraparound in cirrus_invalidate_region by Gerd Hoffmann · 4 years, 4 months ago
- 830b925 hw: Remove superfluous breaks by Liao Pingfang · 4 years, 5 months ago
- ae3887e hw/display/cirrus_vga: Fix code mis-indentation by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 6152772 hw/display/cirrus_vga: Convert debug printf() to trace event by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 2b55f4d hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf by Philippe Mathieu-Daudé · 4 years, 7 months ago
- bb6e9e9 hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf by Philippe Mathieu-Daudé · 4 years, 7 months ago
- bee61ca hw/display/cirrus_vga: Convert debug printf() to trace event by Philippe Mathieu-Daudé · 4 years, 7 months ago
- b3ac2b9 Compress lines for immediate return by Simran Singhal · 4 years, 9 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 5 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- fad691d hw/display/cirrus_vga: Remove unused include by Philippe Mathieu-Daudé · 6 years ago
- 2958546 hw/display/cirrus_vga: Update the documentation URL by Philippe Mathieu-Daudé · 6 years ago
- b7ee9e4 cirrus_vga/migration: update the bank offset before use by Wang Xin · 6 years ago
- ce3cf70 hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file by Thomas Huth · 6 years ago
- edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 6 years ago
- 79c2b20 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' into staging by Peter Maydell · 6 years ago
- 1fcfdc4 vga: disable global_vmstate for 3.0+ machine types by Gerd Hoffmann · 6 years ago
- f0353b0 hw/display: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 6 years ago
- e07b158 hw/display/vga: "vga_int.h" requires "ui/console.h" by Philippe Mathieu-Daudé · 7 years ago
- eb38e1b cirrus: fix oob access in mode4and5 write functions by Gerd Hoffmann · 7 years ago
- fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
- ffaf857 cirrus: stop passing around src pointers in the blitter by Gerd Hoffmann · 8 years ago
- 026aeff cirrus: stop passing around dst pointers in the blitter by Gerd Hoffmann · 8 years ago
- e048dac cirrus: fix cirrus_invalidate_region by Gerd Hoffmann · 8 years ago
- 827bd51 cirrus: add option to disable blitter by Gerd Hoffmann · 8 years ago
- 73c1481 cirrus: switch to 4 MB video memory by default by Gerd Hoffmann · 8 years ago
- 50628d3 cirrus/vnc: zap bitblit support from console code. by Gerd Hoffmann · 8 years ago
- 92f2b88 cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620) by Gerd Hoffmann · 8 years ago
- 12e97ec Revert "cirrus: allow zero source pitch in pattern fill rops" by Gerd Hoffmann · 8 years ago
- 95280c3 cirrus: fix patterncopy checks by Gerd Hoffmann · 8 years ago
- ec87f20 cirrus: replace debug printf with trace points by Gerd Hoffmann · 8 years ago
- 62d4c6b cirrus: fix oob access issue (CVE-2017-2615) by Li Qiang · 8 years ago
- 60cd23e cirrus: fix blit address mask handling by Gerd Hoffmann · 8 years ago
- 5858dd1 cirrus: allow zero source pitch in pattern fill rops by Wolfgang Bumiller · 8 years ago
- f153b56 cirrus: handle negative pitch in cirrus_invalidate_region() by Wolfgang Bumiller · 8 years ago
- 913a878 display: cirrus: ignore source pitch value as needed in blit_is_unsafe by Bruce Rogers · 8 years ago
- 4299b90 display: cirrus: check vga bits per pixel(bpp) value by Prasad J Pandit · 8 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- d2ba7ec cirrus_vga: fix off-by-one in blit_region_is_unsafe by Paolo Bonzini · 9 years ago
- 47df515 hw/display: Clean up includes by Peter Maydell · 9 years ago
- d338bae cirrus_vga: QOMify by Gonglei · 10 years ago
- f409edf cirrus-vga: Convert to realize by Markus Armbruster · 10 years ago
- b19c1c0 isa: remove isa_mem_base variable by Hervé Poussineau · 10 years ago
- 22382bb move hw cursor pos from cirrus to vga by Gerd Hoffmann · 10 years ago
- b9fd11b cirrus: Force use of shadow pixmap when HW cursor is enabled by Benjamin Herrenschmidt · 10 years ago
- bf25983 cirrus: don't overflow CirrusVGAState->cirrus_bltbuf by Gerd Hoffmann · 10 years ago
- d3532a0 cirrus: fix blit region check by Gerd Hoffmann · 10 years ago
- 70a041f cirrus: Remove non-32bpp cursor drawing by Benjamin Herrenschmidt · 11 years ago
- d3c2343 vga: Remove rgb_to_pixel indirection by Benjamin Herrenschmidt · 11 years ago
- e8ee4b6 cirrus: Fix build of debug code by Benjamin Herrenschmidt · 10 years ago
- f61d82c cirrus_vga: adding sanity check for vram size by Gonglei · 11 years ago
- d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
- e2bbfc8 vga: allow non-global vmstate by Gerd Hoffmann · 11 years ago
- 5643706 console: add head to index to qemu consoles. by Gerd Hoffmann · 11 years ago
- 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
- eb25a1d cirrus: Mark vga io region as coalesced MMIO flushing by Jan Kiszka · 11 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 11 years ago
- 3eadad5 hw/d*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 9eb58a4 vga: pass owner to cirrus_init_common by Paolo Bonzini · 12 years ago
- 270327fe vga: pass owner to vga_common_init by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
- 6681fca Remove unnecessary break statements by Stefan Weil · 12 years ago
- 6d4c2f1 cirrus_vga: QOM'ify ISA Cirrus VGA by Andreas Färber · 12 years ago
- aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
- 380cd05 console: add GraphicHwOps by Gerd Hoffmann · 12 years ago
- 2c62f08 console: simplify screendump by Gerd Hoffmann · 12 years ago
- 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
- 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
- 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/cirrus_vga.c]
- c78f713 console: stop using DisplayState in gfx hardware emulation by Gerd Hoffmann · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- c75e6d8 hw/cirrus_vga.c: Replace register_ioport_* by Julien Grall · 12 years ago
- 19403a6 cirrus_vga: allow configurable vram size by Marcelo Tosatti · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 457ebdc vga: cleanup after isa_vga_init() and pci_vga_init() conversion by Aurelien Jarno · 12 years ago
- bd8f2f5 VGA: Flush coalesced MMIO on related MMIO/PIO accesses by Jan Kiszka · 12 years ago
- 08406b0 Revert "fix some debug printf format strings" by malc · 12 years ago
- 145c7c8 fix some debug printf format strings by Matthew Ogilvie · 12 years ago
- c1195d1 Add one new file vga-pci.h and cleanup on all platforms by zhlcindy@gmail.com · 12 years ago
- 4a1e244 vga: make vram size configurable by Gerd Hoffmann · 13 years ago
- 695bb85 cirrus_vga: do not reset videoram by Stefano Stabellini · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- 94d7b48 vga: move Cirrus VGA template to its own file by Blue Swirl · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago