summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt_graphics.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-1/+1
* hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell2019-01-141-0/+16
* xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...Peter Maydell2018-06-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* xen: Clean up includesPeter Maydell2016-01-291-0/+1
* Add Error **errp for xen_pt_setup_vga()Cao jin2016-01-211-5/+6
* xen, gfx passthrough: add opregion mappingTiejun Chen2015-09-101-0/+82
* xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen2015-09-101-0/+79
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-101-0/+111