From: Avi Kivity <avi@redhat.com>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] sun4u: don't set up isa_mem_base
Date: Sun, 18 Sep 2011 14:30:43 +0300 [thread overview]
Message-ID: <4E75D663.1090707@redhat.com> (raw)
In-Reply-To: <CAAu8pHtC+WrAq8AwweK98sfpbfD-W4kHJ6NtsOPDyqhUCLzMyQ@mail.gmail.com>
On 09/17/2011 10:28 PM, Blue Swirl wrote:
> Since we use memory API in sun4u.c, after
> 71579cae30b53c910cd6c47ab4e683f647d36519, setting up isa_mem_base
> puts vga.chain4 outside of the physical address space.
>
> Fix by removing obsolete isa_mem_base set up.
>
> Signed-off-by: Blue Swirl<blauwirbel@gmail.com>
> ---
> hw/sun4u.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/hw/sun4u.c b/hw/sun4u.c
> index 32e6ab9..6afb0e7 100644
> --- a/hw/sun4u.c
> +++ b/hw/sun4u.c
> @@ -763,7 +763,6 @@ static void sun4uv_init(ram_addr_t RAM_size,
> irq = qemu_allocate_irqs(cpu_set_irq, env, MAX_PILS);
> pci_bus = pci_apb_init(APB_SPECIAL_BASE, APB_MEM_BASE, irq,&pci_bus2,
> &pci_bus3);
> - isa_mem_base = APB_PCI_IO_BASE;
> pci_vga_init(pci_bus);
Good catch, I wonder how many more such cases remain.
I guess we should prioritize their conversion.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2011-09-18 11:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-17 19:28 [Qemu-devel] [PATCH] sun4u: don't set up isa_mem_base Blue Swirl
2011-09-18 11:30 ` Avi Kivity [this message]
2011-09-18 12:09 ` Blue Swirl
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=4E75D663.1090707@redhat.com \
--to=avi@redhat.com \
--cc=blauwirbel@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.