mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/i386/xen: Add a Xen PVH x86 machine
Add a Xen PVH x86 machine based on the abstract PVH Machine. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
This commit is contained in:
parent
f22e598a72
commit
cb035a7bf2
2 changed files with 122 additions and 0 deletions
|
@ -4,6 +4,7 @@ i386_ss.add(when: 'CONFIG_XEN', if_true: files(
|
|||
))
|
||||
i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
|
||||
'xen-hvm.c',
|
||||
'xen-pvh.c',
|
||||
))
|
||||
|
||||
i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue