qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Avi Kivity <avi@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL] sh_pci fix
Date: Mon, 29 Aug 2011 09:52:21 -0500	[thread overview]
Message-ID: <4E5BA7A5.5080008@codemonkey.ws> (raw)
In-Reply-To: <4E5A60C1.3050900@redhat.com>

On 08/28/2011 10:37 AM, Avi Kivity wrote:
> Anthony, please pull from
>
> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent
>
> to receive a fix for boundless recursion in the sh target, due to a bug
> in the memory API conversion.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Avi Kivity (1):
> sh_pci: Fix sh_pci memory alias confusion
>
> hw/sh_pci.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/sh_pci.c b/hw/sh_pci.c
> index 76061bb..36f3930 100644
> --- a/hw/sh_pci.c
> +++ b/hw/sh_pci.c
> @@ -150,7 +150,7 @@ static int sh_pci_init_device(SysBusDevice *dev)
> PCI_DEVFN(0, 0), 4);
> memory_region_init_io(&s->memconfig_p4, &sh_pci_reg_ops, s,
> "sh_pci", 0x224);
> - memory_region_init_alias(&s->memconfig_a7, "sh_pci.2", &s->memconfig_a7,
> + memory_region_init_alias(&s->memconfig_a7, "sh_pci.2", &s->memconfig_p4,
> 0, 0x224);
> isa_mmio_setup(&s->isa, 0x40000);
> sysbus_init_mmio_cb2(dev, sh_pci_map, sh_pci_unmap);
>

      reply	other threads:[~2011-08-29 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 15:37 [Qemu-devel] [PULL] sh_pci fix Avi Kivity
2011-08-29 14:52 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5BA7A5.5080008@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).