@@ -0,0 +1,12 @@
+diff -r -u qemu-0.11git2009.05.28.1200.orig/linux-user/ioctls.h qemu-0.11git2009.05.28.1200/linux-user/ioctls.h
+--- qemu-0.11git2009.05.28.1200.orig/linux-user/ioctls.h 2009-04-25 15:24:45.000000000 +0200
++++ qemu-0.11git2009.05.28.1200/linux-user/ioctls.h 2009-06-03 13:58:12.000000000 +0200
+@@ -305,7 +305,7 @@
+ IOCTL(LOOP_CLR_FD, 0, TYPE_INT)
+ IOCTL(LOOP_SET_STATUS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info)))
+ IOCTL(LOOP_GET_STATUS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info)))
+-#if 0 /* These have some problems - not fully tested */
++#if 1 /* These have some problems - not fully tested */
+ IOCTL(LOOP_SET_STATUS64, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info64)))
+ IOCTL(LOOP_GET_STATUS64, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info64)))
+ #endif
|