mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
tools/virtio: xen stub
Fixes test module build. Reported-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
c461e8df0c
commit
edc5774c09
1 changed files with 6 additions and 0 deletions
6
tools/virtio/xen/xen.h
Normal file
6
tools/virtio/xen/xen.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef XEN_XEN_STUB_H
|
||||
#define XEN_XEN_STUB_H
|
||||
|
||||
#define xen_domain() 0
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue