mbox

[PULL,0/4] ppc patch queue 2012-12-18

Message ID 1355834323-27592-1-git-send-email-agraf@suse.de
State New, archived
Headers show

Pull-request

git://github.com/agraf/linux-2.6.git kvm-ppc-next

Message

Alexander Graf Dec. 18, 2012, 12:38 p.m. UTC
Hi Marcelo / Gleb,

This is my current patch queue for ppc.  Please pull.

Changes include:

  - important header fix for UAPI
  - Book3S: PR: Enable fake sc 1 instruction for KVM on top of pHyp

Alex


The following changes since commit e11ae1a102b46f76441e328a2743ae5d6e201423:
  Gleb Natapov (1):
        KVM: remove unused variable.

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git kvm-ppc-next

Alexander Graf (2):
      KVM: PPC: Only WARN on invalid emulation
      KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1

Bharat Bhushan (1):
      powerpc: Corrected include header path in kvm_para.h

Mihai Caraman (1):
      KVM: PPC: Fix SREGS documentation reference

 Documentation/virtual/kvm/api.txt        |    2 +-
 arch/powerpc/include/asm/kvm_ppc.h       |    1 +
 arch/powerpc/include/uapi/asm/kvm_para.h |    2 +-
 arch/powerpc/kvm/book3s_emulate.c        |   28 ++++++++++++++++++++++++++++
 arch/powerpc/kvm/book3s_pr.c             |    5 +++++
 arch/powerpc/kvm/powerpc.c               |    3 ++-
 6 files changed, 38 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Gleb Natapov Dec. 18, 2012, 3:20 p.m. UTC | #1
On Tue, Dec 18, 2012 at 01:38:39PM +0100, Alexander Graf wrote:
> Hi Marcelo / Gleb,
> 
> This is my current patch queue for ppc.  Please pull.
> 
Is this for 3.8 or 3.9?

> Changes include:
> 
>   - important header fix for UAPI
>   - Book3S: PR: Enable fake sc 1 instruction for KVM on top of pHyp
> 
> Alex
> 
> 
> The following changes since commit e11ae1a102b46f76441e328a2743ae5d6e201423:
>   Gleb Natapov (1):
>         KVM: remove unused variable.
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/linux-2.6.git kvm-ppc-next
> 
> Alexander Graf (2):
>       KVM: PPC: Only WARN on invalid emulation
>       KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
> 
> Bharat Bhushan (1):
>       powerpc: Corrected include header path in kvm_para.h
> 
> Mihai Caraman (1):
>       KVM: PPC: Fix SREGS documentation reference
> 
>  Documentation/virtual/kvm/api.txt        |    2 +-
>  arch/powerpc/include/asm/kvm_ppc.h       |    1 +
>  arch/powerpc/include/uapi/asm/kvm_para.h |    2 +-
>  arch/powerpc/kvm/book3s_emulate.c        |   28 ++++++++++++++++++++++++++++
>  arch/powerpc/kvm/book3s_pr.c             |    5 +++++
>  arch/powerpc/kvm/powerpc.c               |    3 ++-
>  6 files changed, 38 insertions(+), 3 deletions(-)

--
			Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alexander Graf Dec. 18, 2012, 4:35 p.m. UTC | #2
On 12/18/2012 04:20 PM, Gleb Natapov wrote:
> On Tue, Dec 18, 2012 at 01:38:39PM +0100, Alexander Graf wrote:
>> Hi Marcelo / Gleb,
>>
>> This is my current patch queue for ppc.  Please pull.
>>
> Is this for 3.8 or 3.9?

This is for 3.9, except for the UAPI one. That one should go into 3.8 
and stable.


Alex

>
>> Changes include:
>>
>>    - important header fix for UAPI
>>    - Book3S: PR: Enable fake sc 1 instruction for KVM on top of pHyp
>>
>> Alex
>>
>>
>> The following changes since commit e11ae1a102b46f76441e328a2743ae5d6e201423:
>>    Gleb Natapov (1):
>>          KVM: remove unused variable.
>>
>> are available in the git repository at:
>>
>>    git://github.com/agraf/linux-2.6.git kvm-ppc-next
>>
>> Alexander Graf (2):
>>        KVM: PPC: Only WARN on invalid emulation
>>        KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
>>
>> Bharat Bhushan (1):
>>        powerpc: Corrected include header path in kvm_para.h
>>
>> Mihai Caraman (1):
>>        KVM: PPC: Fix SREGS documentation reference
>>
>>   Documentation/virtual/kvm/api.txt        |    2 +-
>>   arch/powerpc/include/asm/kvm_ppc.h       |    1 +
>>   arch/powerpc/include/uapi/asm/kvm_para.h |    2 +-
>>   arch/powerpc/kvm/book3s_emulate.c        |   28 ++++++++++++++++++++++++++++
>>   arch/powerpc/kvm/book3s_pr.c             |    5 +++++
>>   arch/powerpc/kvm/powerpc.c               |    3 ++-
>>   6 files changed, 38 insertions(+), 3 deletions(-)
> --
> 			Gleb.

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gleb Natapov Dec. 19, 2012, 9:40 a.m. UTC | #3
On Tue, Dec 18, 2012 at 05:35:57PM +0100, Alexander Graf wrote:
> On 12/18/2012 04:20 PM, Gleb Natapov wrote:
> >On Tue, Dec 18, 2012 at 01:38:39PM +0100, Alexander Graf wrote:
> >>Hi Marcelo / Gleb,
> >>
> >>This is my current patch queue for ppc.  Please pull.
> >>
> >Is this for 3.8 or 3.9?
> 
> This is for 3.9, except for the UAPI one. That one should go into
> 3.8 and stable.
> 
It is good to have this information with pull request. Also patches for
3.8 go to master branch while patches for 3.9 go to next branch, so you
need to prepare separate pull requests for two of those.

> 
> Alex
> 
> >
> >>Changes include:
> >>
> >>   - important header fix for UAPI
> >>   - Book3S: PR: Enable fake sc 1 instruction for KVM on top of pHyp
> >>
> >>Alex
> >>
> >>
> >>The following changes since commit e11ae1a102b46f76441e328a2743ae5d6e201423:
> >>   Gleb Natapov (1):
> >>         KVM: remove unused variable.
> >>
> >>are available in the git repository at:
> >>
> >>   git://github.com/agraf/linux-2.6.git kvm-ppc-next
> >>
> >>Alexander Graf (2):
> >>       KVM: PPC: Only WARN on invalid emulation
> >>       KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
> >>
> >>Bharat Bhushan (1):
> >>       powerpc: Corrected include header path in kvm_para.h
> >>
> >>Mihai Caraman (1):
> >>       KVM: PPC: Fix SREGS documentation reference
> >>
> >>  Documentation/virtual/kvm/api.txt        |    2 +-
> >>  arch/powerpc/include/asm/kvm_ppc.h       |    1 +
> >>  arch/powerpc/include/uapi/asm/kvm_para.h |    2 +-
> >>  arch/powerpc/kvm/book3s_emulate.c        |   28 ++++++++++++++++++++++++++++
> >>  arch/powerpc/kvm/book3s_pr.c             |    5 +++++
> >>  arch/powerpc/kvm/powerpc.c               |    3 ++-
> >>  6 files changed, 38 insertions(+), 3 deletions(-)
> >--
> >			Gleb.

--
			Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html