aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen_pt_graphics.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-1/+1
2019-01-14hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell1-0/+16
2018-06-22xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...Peter Maydell1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29xen: Clean up includesPeter Maydell1-0/+1
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin1-5/+6
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen1-0/+82
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen1-0/+79
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen1-0/+111