[Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Alexander Graf
On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/thunk.h b/thunk.h index

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Andreas Färber
Am 01.05.2012 10:58, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h |2 +- 1 files changed, 1 insertions(+), 1

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Alexander Graf
On 01.05.2012, at 20:32, Andreas Färber wrote: Am 01.05.2012 10:58, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h |

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Peter Maydell
On 1 May 2012 19:54, Alexander Graf ag...@suse.de wrote: On 01.05.2012, at 20:32, Andreas Färber wrote: Am 01.05.2012 10:58, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead.

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Alexander Graf
On 01.05.2012, at 21:11, Peter Maydell wrote: On 1 May 2012 19:54, Alexander Graf ag...@suse.de wrote: On 01.05.2012, at 20:32, Andreas Färber wrote: Am 01.05.2012 10:58, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C

[Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Alexander Graf
On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/thunk.h b/thunk.h index

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Stefan Weil
Am 01.05.2012 21:50, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [Qemu-devel] [PATCH 3/8] linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts

2012-05-01 Thread Andreas Färber
Am 01.05.2012 22:51, schrieb Stefan Weil: Am 01.05.2012 21:50, schrieb Alexander Graf: On my PPC host, HOST_LONG_SIZE is not defined even after running configure. Use the normal C way of determining the long size instead. Signed-off-by: Alexander Graf ag...@suse.de --- thunk.h | 2 +- 1