Accepting request 228957 from home:a_faerber:branches:Virtualization

Update to v2.0.0-rc1

OBS-URL: https://build.opensuse.org/request/show/228957
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=200
This commit is contained in:
Andreas Färber
2014-04-03 22:50:11 +00:00
committed by Git OBS Bridge
parent 0e7dd46c01
commit 678bd2896d
48 changed files with 204 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
From 021f44a22b1c6121805fe175d97da6d4d43abd45 Mon Sep 17 00:00:00 2001
From 10775090c84d121d60a059ee11500096adcbd0b3 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Tue, 14 Apr 2009 16:27:36 +0200
Subject: [PATCH] qemu-cvs-ioctl_nodirection
@@ -15,10 +15,10 @@ Signed-off-by: Ulrich Hecht <uli@suse.de>
1 file changed, 6 insertions(+)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 312b7d6..78a2fe7 100644
index 3407fd7..7d7d700 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -3680,6 +3680,11 @@ static abi_long do_ioctl(int fd, abi_long cmd, abi_long arg)
@@ -3688,6 +3688,11 @@ static abi_long do_ioctl(int fd, abi_long cmd, abi_long arg)
arg_type++;
target_size = thunk_type_size(arg_type, 0);
switch(ie->access) {
@@ -30,7 +30,7 @@ index 312b7d6..78a2fe7 100644
case IOC_R:
ret = get_errno(ioctl(fd, ie->host_cmd, buf_temp));
if (!is_error(ret)) {
@@ -3698,6 +3703,7 @@ static abi_long do_ioctl(int fd, abi_long cmd, abi_long arg)
@@ -3706,6 +3711,7 @@ static abi_long do_ioctl(int fd, abi_long cmd, abi_long arg)
unlock_user(argptr, arg, 0);
ret = get_errno(ioctl(fd, ie->host_cmd, buf_temp));
break;