Re: [RFC PATCH 1/6] kvm: add device control API

2013-02-21 Thread Scott Wood
On 02/21/2013 02:22:09 AM, Gleb Natapov wrote: On Wed, Feb 20, 2013 at 08:05:12PM -0600, Scott Wood wrote: > On 02/20/2013 07:09:49 AM, Gleb Natapov wrote: > >On Tue, Feb 19, 2013 at 03:16:37PM -0600, Scott Wood wrote: > >> On 02/19/2013 06:24:18 AM, Gleb Natapov wrote: > >> >On Mon, Feb 18, 20

Re: [RFC PATCH 1/6] kvm: add device control API

2013-02-21 Thread Scott Wood
On 02/21/2013 05:03:32 PM, Marcelo Tosatti wrote: On Wed, Feb 20, 2013 at 07:28:52PM -0600, Scott Wood wrote: > On 02/20/2013 06:14:37 PM, Marcelo Tosatti wrote: > >On Wed, Feb 20, 2013 at 05:53:20PM -0600, Scott Wood wrote: > >> >It is then not necessary to set device attributes on a live > >gue

Re: [RFC PATCH 1/6] kvm: add device control API

2013-02-21 Thread Marcelo Tosatti
On Wed, Feb 20, 2013 at 07:28:52PM -0600, Scott Wood wrote: > On 02/20/2013 06:14:37 PM, Marcelo Tosatti wrote: > >On Wed, Feb 20, 2013 at 05:53:20PM -0600, Scott Wood wrote: > >> >It is then not necessary to set device attributes on a live > >guest and > >> >deal with the complications associated

Re: [PATCH 1/2 v2] KVM: PPC: move tsr update in a separate function

2013-02-21 Thread Alexander Graf
On 12.02.2013, at 11:35, Bharat Bhushan wrote: > This is done so that same function can be called from SREGS and > ONE_REG interface (follow up patch). > > Signed-off-by: Bharat Bhushan > --- > v2: > No Change > > arch/powerpc/kvm/booke.c | 24 ++-- > arch/powerpc/kvm/book

Re: [PATCH 3/4] KVM: PPC: Book3S HV: Preserve guest CFAR register value

2013-02-21 Thread Alexander Graf
On 05.02.2013, at 05:10, Paul Mackerras wrote: > The CFAR (Come-From Address Register) is a useful debugging aid that > exists on POWER7 processors. Currently HV KVM doesn't save or restore > the CFAR register for guest vcpus, making the CFAR of limited use in > guests. > > This adds the necess

Re: [RFC PATCH 1/6] kvm: add device control API

2013-02-21 Thread Gleb Natapov
On Wed, Feb 20, 2013 at 08:05:12PM -0600, Scott Wood wrote: > On 02/20/2013 07:09:49 AM, Gleb Natapov wrote: > >On Tue, Feb 19, 2013 at 03:16:37PM -0600, Scott Wood wrote: > >> On 02/19/2013 06:24:18 AM, Gleb Natapov wrote: > >> >On Mon, Feb 18, 2013 at 05:01:40PM -0600, Scott Wood wrote: > >> >>