mbox

[PULL] qemu-sparc updates

Message ID 20140817125055.GA28727@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git qemu-sparc

Message

Mark Cave-Ayland Aug. 17, 2014, 12:50 p.m. UTC
Hi Peter,

I've updated my qemu-sparc branch with the latest set of SPARC64 fixes. Please pull.


ATB,

Mark.


The following changes since commit f2c85a2f36f57f155cda7bc9f7c42b44f1a2439e:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-08-15 17:43:51 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git qemu-sparc

for you to fetch changes up to 2a5fade753e66ae68f0131962391cd78b99afa53:

  target-sparc64: implement Short Floating-Point Store Instructions (2014-08-17 13:24:27 +0100)

----------------------------------------------------------------
Artyom Tarasenko (1):
      target-sparc64: implement Short Floating-Point Store Instructions

Mark Cave-Ayland (2):
      sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
      apb: add IOMMU flush register implementation

 hw/pci-host/apb.c          |   12 ++++++++++--
 hw/sparc64/sun4u.c         |    4 ++--
 target-sparc/ldst_helper.c |   15 ++++++++++++++-
 3 files changed, 26 insertions(+), 5 deletions(-)

Comments

Peter Maydell Aug. 18, 2014, 1:33 p.m. UTC | #1
On 17 August 2014 13:50, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> I've updated my qemu-sparc branch with the latest set of SPARC64 fixes. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit f2c85a2f36f57f155cda7bc9f7c42b44f1a2439e:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-08-15 17:43:51 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git qemu-sparc
>
> for you to fetch changes up to 2a5fade753e66ae68f0131962391cd78b99afa53:
>
>   target-sparc64: implement Short Floating-Point Store Instructions (2014-08-17 13:24:27 +0100)
>
> ----------------------------------------------------------------
> Artyom Tarasenko (1):
>       target-sparc64: implement Short Floating-Point Store Instructions
>
> Mark Cave-Ayland (2):
>       sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
>       apb: add IOMMU flush register implementation
>
>  hw/pci-host/apb.c          |   12 ++++++++++--
>  hw/sparc64/sun4u.c         |    4 ++--
>  target-sparc/ldst_helper.c |   15 ++++++++++++++-
>  3 files changed, 26 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM