Commit c8b47359 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

microvm: move virtio base to 0xfeb00000



Place virtio-mmio devices near the other mmio regions,
next ioapic is at @ 0xfec00000.

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarIgor Mammedov <imammedo@redhat.com>
Reviewed-by: default avatarPaul Durrant <paul@xen.org>
Acked-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Message-id: 20200529073957.8018-5-kraxel@redhat.com
parent 9a45729d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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