mbox

[PULL,2.2,0/3] ppc patch queue 2014-11-20

Message ID 1416491706-43034-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream

Message

Alexander Graf Nov. 20, 2014, 1:55 p.m. UTC
Hi Peter,

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

Alex


The following changes since commit af3ff19b48f0bbf3a8bd35c47460358e8c6ae5e5:

  Update version for v2.2.0-rc2 release (2014-11-18 18:00:58 +0000)

are available in the git repository at:

  git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream

for you to fetch changes up to 76cb6584196b6f35d6e9b5124974d3eba643f772:

  target-ppc: Altivec's mtvscr Decodes Wrong Register (2014-11-20 14:52:01 +0100)

----------------------------------------------------------------
Patch queue for ppc - 2014-11-20

Hopefully the last few fixups for 2.2:

  - KVM memory slot fix (should usually only occur on PPC)
  - e300 fix
  - Altivec mtvscr instruction fix

----------------------------------------------------------------
Alexander Graf (1):
      kvm: Fix memory slot page alignment logic

Fabien Chouteau (1):
      target-ppc: Fix breakpoint registers for e300

Tom Musta (1):
      target-ppc: Altivec's mtvscr Decodes Wrong Register

 kvm-all.c                   |  6 ++++--
 target-ppc/translate.c      |  2 +-
 target-ppc/translate_init.c | 52 ++++++++++++++++++++++-----------------------
 3 files changed, 31 insertions(+), 29 deletions(-)

Comments

Peter Maydell Nov. 20, 2014, 2:56 p.m. UTC | #1
On 20 November 2014 13:55, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for ppc.  Please pull.
>
> Alex
>
>
> The following changes since commit af3ff19b48f0bbf3a8bd35c47460358e8c6ae5e5:
>
>   Update version for v2.2.0-rc2 release (2014-11-18 18:00:58 +0000)
>
> are available in the git repository at:
>
>   git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream
>
> for you to fetch changes up to 76cb6584196b6f35d6e9b5124974d3eba643f772:
>
>   target-ppc: Altivec's mtvscr Decodes Wrong Register (2014-11-20 14:52:01 +0100)
>
> ----------------------------------------------------------------
> Patch queue for ppc - 2014-11-20
>
> Hopefully the last few fixups for 2.2:
>
>   - KVM memory slot fix (should usually only occur on PPC)
>   - e300 fix
>   - Altivec mtvscr instruction fix
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM