Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-23 Thread Alexander Graf
On 23.07.2011, at 08:57, Blue Swirl wrote: > On Sat, Jul 23, 2011 at 3:07 AM, Alexander Graf wrote: >> Great. Thanks. Instead of just pulling my xen-next tree which had an >> outstanding pull request for days now you apply Avi's patch which obviously >> conflicts with my current queue, so I ha

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-22 Thread Blue Swirl
On Sat, Jul 23, 2011 at 3:07 AM, Alexander Graf wrote: > Great. Thanks. Instead of just pulling my xen-next tree which had an > outstanding pull request for days now you apply Avi's patch which obviously > conflicts with my current queue, so I have to rebase it again. Your patch carried the tre

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-22 Thread Alexander Graf
Great. Thanks. Instead of just pulling my xen-next tree which had an outstanding pull request for days now you apply Avi's patch which obviously conflicts with my current queue, so I have to rebase it again. Not everyone is as privileged as you. Some of us have to wait for Anthony or someone el

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-22 Thread Blue Swirl
Thanks, applied. On Wed, Jul 20, 2011 at 12:14 PM, Avi Kivity wrote: > Signed-off-by: Avi Kivity > --- >  xen-mapcache.h |   32 >  1 files changed, 32 insertions(+), 0 deletions(-) > > diff --git a/xen-mapcache.h b/xen-mapcache.h > index 606b8af..da874ca 100644 >

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-20 Thread Alexander Graf
On 20.07.2011, at 18:31, Stefan Weil wrote: > Am 20.07.2011 13:01, schrieb Stefano Stabellini: >> On Wed, 20 Jul 2011, Avi Kivity wrote: >>> Signed-off-by: Avi Kivity >> >> Alex sent another patch few days ago to do the same thing: >> >> http://marc.info/?l=qemu-devel&m=131099500331906&w=2 >>

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-20 Thread Stefan Weil
Am 20.07.2011 13:01, schrieb Stefano Stabellini: On Wed, 20 Jul 2011, Avi Kivity wrote: Signed-off-by: Avi Kivity Alex sent another patch few days ago to do the same thing: http://marc.info/?l=qemu-devel&m=131099500331906&w=2 it hasn't been merged yet but it is in Alex's xen-next branch.

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-20 Thread Stefano Stabellini
On Wed, 20 Jul 2011, Avi Kivity wrote: > Signed-off-by: Avi Kivity Alex sent another patch few days ago to do the same thing: http://marc.info/?l=qemu-devel&m=131099500331906&w=2 it hasn't been merged yet but it is in Alex's xen-next branch.

Re: [Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-20 Thread Alexander Graf
Oh, did the code that break this make it upstream already? I'll send a new pull request with my patches to fix all the regressions I've encountered ASAP. Alex On 20.07.2011, at 11:14, Avi Kivity wrote: > Signed-off-by: Avi Kivity > --- > xen-mapcache.h | 32

[Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets

2011-07-20 Thread Avi Kivity
Signed-off-by: Avi Kivity --- xen-mapcache.h | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/xen-mapcache.h b/xen-mapcache.h index 606b8af..da874ca 100644 --- a/xen-mapcache.h +++ b/xen-mapcache.h @@ -9,6 +9,10 @@ #ifndef XEN_MAPCACHE_H #