eb5624499a
OBS-URL: https://build.opensuse.org/request/show/60601 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=7
26 lines
891 B
Diff
26 lines
891 B
Diff
From 3f23daf11dab4206ef87839bb513c4f97609f112 Mon Sep 17 00:00:00 2001
|
|
From: Ulrich Hecht <uli@suse.de>
|
|
Date: Wed, 17 Jun 2009 14:54:48 +0200
|
|
Subject: [PATCH 14/17] qemu-0.11-git-ioctl_mount
|
|
|
|
---
|
|
linux-user/ioctls.h | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h
|
|
index 13ff54f..2442040 100644
|
|
--- a/linux-user/ioctls.h
|
|
+++ b/linux-user/ioctls.h
|
|
@@ -317,7 +317,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
|
|
--
|
|
1.7.1
|
|
|