mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
"hw/xen/xen_pt.h" requires "hw/xen/xen_native.h" which is target specific. It also declares IGD methods, which are not target specific. Target-agnostic code can use IGD methods. To allow that, extract these methos into a new "hw/xen/xen_igd.h" header. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Woodhouse <dwmw@amazon.co.uk> Message-Id: <20231114143816.71079-18-philmd@linaro.org> |
||
|---|---|---|
| .. | ||
| interface | ||
| arch_hvm.h | ||
| start_info.h | ||
| xen-backend.h | ||
| xen-block.h | ||
| xen-bus-helper.h | ||
| xen-bus.h | ||
| xen-hvm-common.h | ||
| xen-legacy-backend.h | ||
| xen-x86.h | ||
| xen.h | ||
| xen_backend_ops.h | ||
| xen_igd.h | ||
| xen_native.h | ||
| xen_pvdev.h | ||