From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>, Paul Durrant <paul@xen.org>,
qemu-devel@nongnu.org, imammedo@redhat.com,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
xen-devel@lists.xenproject.org,
Anthony Perard <anthony.perard@citrix.com>,
Paolo Bonzini <pbonzini@redhat.com>,
philmd@redhat.com, Richard Henderson <rth@twiddle.net>
Subject: Re: [PATCH v3 4/4] microvm: move virtio base to 0xfeb00000
Date: Mon, 8 Jun 2020 09:33:07 -0400 [thread overview]
Message-ID: <20200608093247-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20200529073957.8018-5-kraxel@redhat.com>
On Fri, May 29, 2020 at 09:39:57AM +0200, Gerd Hoffmann wrote:
> Place virtio-mmio devices near the other mmio regions,
> next ioapic is at @ 0xfec00000.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> include/hw/i386/microvm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/i386/microvm.h b/include/hw/i386/microvm.h
> index ba68d1f22bb3..fd34b78e0d2a 100644
> --- a/include/hw/i386/microvm.h
> +++ b/include/hw/i386/microvm.h
> @@ -26,7 +26,7 @@
> #include "hw/i386/x86.h"
>
> /* Platform virtio definitions */
> -#define VIRTIO_MMIO_BASE 0xc0000000
> +#define VIRTIO_MMIO_BASE 0xfeb00000
> #define VIRTIO_IRQ_BASE 5
> #define VIRTIO_NUM_TRANSPORTS 8
> #define VIRTIO_CMDLINE_MAXLEN 64
OK, and let's hope we don't need to move it again.
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> --
> 2.18.4
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>, Paul Durrant <paul@xen.org>,
qemu-devel@nongnu.org, imammedo@redhat.com,
xen-devel@lists.xenproject.org,
Anthony Perard <anthony.perard@citrix.com>,
Paolo Bonzini <pbonzini@redhat.com>,
philmd@redhat.com, Richard Henderson <rth@twiddle.net>
Subject: Re: [PATCH v3 4/4] microvm: move virtio base to 0xfeb00000
Date: Mon, 8 Jun 2020 09:33:07 -0400 [thread overview]
Message-ID: <20200608093247-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20200529073957.8018-5-kraxel@redhat.com>
On Fri, May 29, 2020 at 09:39:57AM +0200, Gerd Hoffmann wrote:
> Place virtio-mmio devices near the other mmio regions,
> next ioapic is at @ 0xfec00000.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> include/hw/i386/microvm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/i386/microvm.h b/include/hw/i386/microvm.h
> index ba68d1f22bb3..fd34b78e0d2a 100644
> --- a/include/hw/i386/microvm.h
> +++ b/include/hw/i386/microvm.h
> @@ -26,7 +26,7 @@
> #include "hw/i386/x86.h"
>
> /* Platform virtio definitions */
> -#define VIRTIO_MMIO_BASE 0xc0000000
> +#define VIRTIO_MMIO_BASE 0xfeb00000
> #define VIRTIO_IRQ_BASE 5
> #define VIRTIO_NUM_TRANSPORTS 8
> #define VIRTIO_CMDLINE_MAXLEN 64
OK, and let's hope we don't need to move it again.
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> --
> 2.18.4
next prev parent reply other threads:[~2020-06-08 13:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 7:39 [PATCH v3 0/4] microvm: memory config tweaks Gerd Hoffmann
2020-05-29 7:39 ` Gerd Hoffmann
2020-05-29 7:39 ` [PATCH v3 1/4] microvm: use 3G split unconditionally Gerd Hoffmann
2020-05-29 7:39 ` Gerd Hoffmann
2020-05-29 7:39 ` [PATCH v3 2/4] microvm: drop max-ram-below-4g support Gerd Hoffmann
2020-05-29 7:39 ` Gerd Hoffmann
2020-05-29 7:39 ` [PATCH v3 3/4] x86: move max-ram-below-4g to pc Gerd Hoffmann
2020-05-29 7:39 ` Gerd Hoffmann
2020-05-29 7:44 ` Paul Durrant
2020-05-29 7:44 ` Paul Durrant
2020-05-29 7:39 ` [PATCH v3 4/4] microvm: move virtio base to 0xfeb00000 Gerd Hoffmann
2020-05-29 7:39 ` Gerd Hoffmann
2020-06-08 13:33 ` Michael S. Tsirkin [this message]
2020-06-08 13:33 ` Michael S. Tsirkin
2020-06-02 5:30 ` [PATCH v3 0/4] microvm: memory config tweaks Michael S. Tsirkin
2020-06-02 5:30 ` Michael S. Tsirkin
2020-06-08 13:25 ` Gerd Hoffmann
2020-06-08 13:25 ` Gerd Hoffmann
2020-06-17 12:25 ` Gerd Hoffmann
2020-06-17 12:25 ` Gerd Hoffmann
2020-06-08 13:31 ` Michael S. Tsirkin
2020-06-08 13:31 ` Michael S. Tsirkin
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=20200608093247-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=anthony.perard@citrix.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=paul@xen.org \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=slp@redhat.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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.