mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
Now that we have the redirectable Xen backend operations we can build the PV backends even without the Xen libraries. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
e2abfe5ec6
commit
4ca8cf092d
7 changed files with 10 additions and 7 deletions
|
@ -1,10 +1,13 @@
|
|||
softmmu_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
|
||||
softmmu_ss.add(when: ['CONFIG_XEN_BUS'], if_true: files(
|
||||
'xen-backend.c',
|
||||
'xen-bus-helper.c',
|
||||
'xen-bus.c',
|
||||
'xen-legacy-backend.c',
|
||||
'xen_devconfig.c',
|
||||
'xen_pvdev.c',
|
||||
))
|
||||
|
||||
softmmu_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
|
||||
'xen-operations.c',
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue