mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -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
|
@ -14,7 +14,7 @@ softmmu_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
|
|||
softmmu_ss.add(when: 'CONFIG_SII9022', if_true: files('sii9022.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_SSD0303', if_true: files('ssd0303.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_SSD0323', if_true: files('ssd0323.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xenfb.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
|
||||
|
||||
softmmu_ss.add(when: 'CONFIG_VGA_PCI', if_true: files('vga-pci.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_VGA_ISA', if_true: files('vga-isa.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue