This website requires JavaScript.
Explore
Help
Sign In
dfaggioli
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c8b39c9b5b901b173fbbb0ec3f147e9694ece48c
qemu
/
hw
/
block
/
dataplane
/
meson.build
2 lines
71 B
Meson
Raw
Normal View
History
Unescape
Escape
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>
2023-01-02 01:26:04 +00:00
specific_ss
.
add
(
when
:
'CONFIG_XEN_BUS'
,
if_true
:
files
(
'xen-block.c'
)
)
Reference in New Issue
Copy Permalink