mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/arm: xenpvh: Break out a common PVH machine
Break out a common Xen PVH machine in preparation for adding a x86 Xen 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
a9fbd5275a
commit
258b2a4015
6 changed files with 360 additions and 186 deletions
|
@ -15,6 +15,7 @@ xen_specific_ss = ss.source_set()
|
|||
xen_specific_ss.add(files(
|
||||
'xen-mapcache.c',
|
||||
'xen-hvm-common.c',
|
||||
'xen-pvh-common.c',
|
||||
))
|
||||
if have_xen_pci_passthrough
|
||||
xen_specific_ss.add(files(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue