Skip to content

Commit c8b4735

Browse files
committed
microvm: move virtio base to 0xfeb00000
Place virtio-mmio devices near the other mmio regions, next ioapic is at @ 0xfec00000. Signed-off-by: Gerd Hoffmann <[email protected]> Reviewed-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> Reviewed-by: Paul Durrant <[email protected]> Acked-by: Paolo Bonzini <[email protected]> Message-id: [email protected]
1 parent 9a45729 commit c8b4735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hw/i386/microvm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "hw/i386/x86.h"
2727

2828
/* Platform virtio definitions */
29-
#define VIRTIO_MMIO_BASE 0xc0000000
29+
#define VIRTIO_MMIO_BASE 0xfeb00000
3030
#define VIRTIO_IRQ_BASE 5
3131
#define VIRTIO_NUM_TRANSPORTS 8
3232
#define VIRTIO_CMDLINE_MAXLEN 64

0 commit comments

Comments
 (0)