Skip to content

Commit

Permalink
tools/virtio: xen stub
Browse files Browse the repository at this point in the history
Fixes test module build.

Reported-by: Jan Kiszka <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
mstsirkin committed Oct 13, 2019
1 parent c461e8d commit edc5774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/virtio/xen/xen.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef XEN_XEN_STUB_H
#define XEN_XEN_STUB_H

#define xen_domain() 0

#endif

0 comments on commit edc5774

Please sign in to comment.