Re: [PATCH 17/21] Remove #define __user in usb-linux.c

2009-04-30 Thread Avi Kivity
Anthony Liguori wrote: This has been consistently nacked in upstream QEMU. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- usb-linux.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/usb-linux.c b/usb-linux.c index 26643bd..70d7a1c 100644 --- a/usb-linux.c

Re: [PATCH 17/21] Remove #define __user in usb-linux.c

2009-04-30 Thread Anthony Liguori
Avi Kivity wrote: Anthony Liguori wrote: This has been consistently nacked in upstream QEMU. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- usb-linux.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/usb-linux.c b/usb-linux.c index 26643bd..70d7a1c 100644

Re: [PATCH 17/21] Remove #define __user in usb-linux.c

2009-04-30 Thread Avi Kivity
Anthony Liguori wrote: Avi Kivity wrote: Anthony Liguori wrote: This has been consistently nacked in upstream QEMU. -#if defined(__linux__) -#define __user -#endif - This will introduce a regression into qemu-kvm.git. It won't because -D__user is in CFLAGS. Ah, ok, will apply. But

Re: [PATCH 17/21] Remove #define __user in usb-linux.c

2009-04-30 Thread Anthony Liguori
Avi Kivity wrote: Ah, ok, will apply. But that's not in upstream either. Nope, but one step at a time. -- Regards, Anthony Liguori -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 17/21] Remove #define __user in usb-linux.c

2009-04-29 Thread Anthony Liguori
This has been consistently nacked in upstream QEMU. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- usb-linux.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/usb-linux.c b/usb-linux.c index 26643bd..70d7a1c 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -34,10