public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* qemu-kvm.git stable requests
@ 2010-03-31  8:26 Alexander Graf
  2010-04-01 15:25 ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Graf @ 2010-03-31  8:26 UTC (permalink / raw)
  To: kvm list; +Cc: Marcelo Tosatti, Avi Kivity, Kenni Lund

Howdy,

Apparently there was just the very first case of someone requiring my patch to enable BAR regions < 4k. To enable people to use those devices with a released version, I'd suggest cherry-picking these commits into 0.12-stable:

commit 8845b72377a42443b249360b9cd3d6f1e8cfb097
Author: Alexander Graf <agraf@suse.de>
Date:   Thu Dec 17 16:04:44 2009 +0100

commit be5a9efb3359cac07217d477b44f6bd0e17658f0
Author: Michael S. Tsirkin <mst@redhat.com>
Date:   Wed Dec 23 12:07:47 2009 +0200


While at it, I realized that the friendly help output if a device is currently in use by a driver is not available. So I'd also suggest taking those in to -stable:


commit 0cbd39044aa9f6c4462b7783376c894786f8de77
Author: Alexander Graf <agraf@suse.de>
Date:   Thu Dec 17 16:04:45 2009 +0100

commit 27a3fa20f302e64fe10d5c2f0f5c73d73e336166
Author: Alexander Graf <agraf@suse.de>
Date:   Thu Dec 17 16:04:46 2009 +0100


Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: qemu-kvm.git stable requests
  2010-03-31  8:26 qemu-kvm.git stable requests Alexander Graf
@ 2010-04-01 15:25 ` Avi Kivity
  2010-04-05 19:18   ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2010-04-01 15:25 UTC (permalink / raw)
  To: Alexander Graf; +Cc: kvm list, Marcelo Tosatti, Kenni Lund

On 03/31/2010 11:26 AM, Alexander Graf wrote:
> Howdy,
>
> Apparently there was just the very first case of someone requiring my patch to enable BAR regions<  4k. To enable people to use those devices with a released version, I'd suggest cherry-picking these commits into 0.12-stable:
>
> commit 8845b72377a42443b249360b9cd3d6f1e8cfb097
> Author: Alexander Graf<agraf@suse.de>
> Date:   Thu Dec 17 16:04:44 2009 +0100
>
> commit be5a9efb3359cac07217d477b44f6bd0e17658f0
> Author: Michael S. Tsirkin<mst@redhat.com>
> Date:   Wed Dec 23 12:07:47 2009 +0200
>    

These look reasonable (but please include the subject line in the future).

> While at it, I realized that the friendly help output if a device is currently in use by a driver is not available. So I'd also suggest taking those in to -stable:
>
>
> commit 0cbd39044aa9f6c4462b7783376c894786f8de77
> Author: Alexander Graf<agraf@suse.de>
> Date:   Thu Dec 17 16:04:45 2009 +0100
>
> commit 27a3fa20f302e64fe10d5c2f0f5c73d73e336166
> Author: Alexander Graf<agraf@suse.de>
> Date:   Thu Dec 17 16:04:46 2009 +0100
>
>    

I don't think it's worth the risk of a regression.  One one hand, 
unfriendly help output.  On the other hand, things break, data 
corruption, end of the world.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: qemu-kvm.git stable requests
  2010-04-01 15:25 ` Avi Kivity
@ 2010-04-05 19:18   ` Marcelo Tosatti
  0 siblings, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2010-04-05 19:18 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Alexander Graf, kvm list, Kenni Lund

On Thu, Apr 01, 2010 at 06:25:58PM +0300, Avi Kivity wrote:
> On 03/31/2010 11:26 AM, Alexander Graf wrote:
> >Howdy,
> >
> >Apparently there was just the very first case of someone requiring my patch to enable BAR regions<  4k. To enable people to use those devices with a released version, I'd suggest cherry-picking these commits into 0.12-stable:
> >
> >commit 8845b72377a42443b249360b9cd3d6f1e8cfb097
> >Author: Alexander Graf<agraf@suse.de>
> >Date:   Thu Dec 17 16:04:44 2009 +0100
> >
> >commit be5a9efb3359cac07217d477b44f6bd0e17658f0
> >Author: Michael S. Tsirkin<mst@redhat.com>
> >Date:   Wed Dec 23 12:07:47 2009 +0200
> 
> These look reasonable (but please include the subject line in the future).

Cherry picked those, thanks.

> 
> >While at it, I realized that the friendly help output if a device is currently in use by a driver is not available. So I'd also suggest taking those in to -stable:
> >
> >
> >commit 0cbd39044aa9f6c4462b7783376c894786f8de77
> >Author: Alexander Graf<agraf@suse.de>
> >Date:   Thu Dec 17 16:04:45 2009 +0100
> >
> >commit 27a3fa20f302e64fe10d5c2f0f5c73d73e336166
> >Author: Alexander Graf<agraf@suse.de>
> >Date:   Thu Dec 17 16:04:46 2009 +0100
> >
> 
> I don't think it's worth the risk of a regression.  One one hand,
> unfriendly help output.  On the other hand, things break, data
> corruption, end of the world.
> 
> -- 
> error compiling committee.c: too many arguments to function
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-05 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31  8:26 qemu-kvm.git stable requests Alexander Graf
2010-04-01 15:25 ` Avi Kivity
2010-04-05 19:18   ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox