SHA256
1
0
forked from pool/qemu

fix invalid characters in patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=41
This commit is contained in:
Alexander Graf 2012-01-31 23:51:53 +00:00 committed by Git OBS Bridge
parent f0bf933e69
commit c656b432ba
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
From 2cca53754fbaf3902399ab5a96e8790d0bd27040 Mon Sep 17 00:00:00 2001 From 79df307311156580da72aff94e73ad54c73bc4e7 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Tue, 31 Jan 2012 19:44:41 +0100 Date: Tue, 31 Jan 2012 19:44:41 +0100
Subject: [PATCH] linux-user: add struct old_dev_t compat Subject: [PATCH] linux-user: add struct old_dev_t compat
@ -79,7 +79,7 @@ index 34bc7d1..bf43985 100644
{ {
int array_length, i, dst_size, src_size; int array_length, i, dst_size, src_size;
diff --git a/thunk.h b/thunk.h diff --git a/thunk.h b/thunk.h
index 55890f3..a49552b 100644 index 55890f3..ed65121 100644
--- a/thunk.h --- a/thunk.h
+++ b/thunk.h +++ b/thunk.h
@@ -38,6 +38,7 @@ typedef enum argtype { @@ -38,6 +38,7 @@ typedef enum argtype {
@ -98,8 +98,8 @@ index 55890f3..a49552b 100644
+ if (is_host) { + if (is_host) {
+#if defined(HOST_X86_64) +#if defined(HOST_X86_64)
+ return 8; + return 8;
+#elif defined(HOST_ALPHA) || defined(HOST_IA64) || defined(HOST_MIPS) || \ +#elif defined(HOST_ALPHA) || defined(HOST_IA64) || defined(HOST_MIPS) || \
+ defined(HOST_PARISC) || defined(HOST_SPARC64) + defined(HOST_PARISC) || defined(HOST_SPARC64)
+ return 4; + return 4;
+#elif defined(HOST_PPC) +#elif defined(HOST_PPC)
+ return HOST_LONG_SIZE; + return HOST_LONG_SIZE;

View File

@ -1,4 +1,4 @@
From 622f0316e3afa7aa8591440f3bde189f5f09b10b Mon Sep 17 00:00:00 2001 From 8563ceced36263dbc91af9d6941e18626bd9f488 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Tue, 31 Jan 2012 20:10:20 +0100 Date: Tue, 31 Jan 2012 20:10:20 +0100
Subject: [PATCH] linux-user: fix BLK ioctl arguments Subject: [PATCH] linux-user: fix BLK ioctl arguments

View File

@ -1,4 +1,4 @@
From eb301a32b39d8d7992b2092819740e9313864585 Mon Sep 17 00:00:00 2001 From 3977eaddfd8aad7fcab30dab3c9bab52bd79bdeb Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Tue, 31 Jan 2012 20:11:37 +0100 Date: Tue, 31 Jan 2012 20:11:37 +0100
Subject: [PATCH] linux-user: add BLKSSZGET ioctl wrapper Subject: [PATCH] linux-user: add BLKSSZGET ioctl wrapper