index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xen
/
xen_pt_graphics.c
Age
Commit message (
Expand
)
Author
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
2022-05-12
hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
Bernhard Beschow
2022-05-12
hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
Bernhard Beschow
2020-02-20
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much
Peter Maydell
2018-06-22
xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
xen: Clean up includes
Peter Maydell
2016-01-21
Add Error **errp for xen_pt_setup_vga()
Cao jin
2015-09-10
xen, gfx passthrough: add opregion mapping
Tiejun Chen
2015-09-10
xen, gfx passthrough: retrieve VGA BIOS to work
Tiejun Chen
2015-09-10
xen, gfx passthrough: basic graphics passthrough support
Tiejun Chen