This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
5012a8941d
qemu-e2k
/
hw
/
block
/
dataplane
/
Makefile.objs
3 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
block: fix recursion in hw/block/dataplane There are Xen files in hw/block/dataplane that should be compiled even if virtio-blk is disabled. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-02-07 18:37:38 +01:00
obj-$(CONFIG_VIRTIO_BLK)
+=
virtio-blk.o
xen: add header and build dataplane/xen-block.c This patch adds the transformations necessary to get dataplane/xen-block.c to build against the new XenBus/XenDevice framework. MAINTAINERS is also updated due to the introduction of dataplane/xen-block.h. NOTE: Existing data structure names are retained for the moment. These will be modified by subsequent patches. A typedef for XenBlockDataPlane has been added to the header (based on the old struct XenBlkDev name for the moment) so that the old names don't need to leak out of the dataplane code. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Reviewed-by: Anthony Perard <anthony.perard@citrix.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
2019-01-08 15:48:55 +01:00
obj-$(CONFIG_XEN)
+=
xen-block.o
Reference in New Issue
Copy Permalink