aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt_graphics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé2024-03-091-1/+2
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-1/+0
* hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow2022-05-121-1/+4
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-121-0/+119
* 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_option_rom()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