--- qemu/usb-linux.c | 4 ++++ 1 file changed, 4 insertions(+) Index: kvm-14/qemu/usb-linux.c =================================================================== --- kvm-14.orig/qemu/usb-linux.c +++ kvm-14/qemu/usb-linux.c @@ -24,6 +24,10 @@ #include "vl.h" #if defined(__linux__) + +/* sparse */ +#define __user + #include #include #include