diff options
author | Edgar E. Iglesias <edgar.iglesias@amd.com> | 2024-08-09 15:39:04 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@amd.com> | 2024-09-04 16:50:43 +0200 |
commit | 692ec9337b93729365a6c55bd1aad8da94a877ca (patch) | |
tree | b02191d81374e13b9f9a07fc07f77e0c08125492 /include/hw/xen | |
parent | 0e14c9eb55696a13cd0c9545fbc0a9de5f340015 (diff) | |
download | qemu-692ec9337b93729365a6c55bd1aad8da94a877ca.zip qemu-692ec9337b93729365a6c55bd1aad8da94a877ca.tar.gz qemu-692ec9337b93729365a6c55bd1aad8da94a877ca.tar.bz2 |
hw/arm: xenpvh: Reverse virtio-mmio creation order
We've been creating the virtio-mmio devices in forwards order
but since the qbus lists prepend (rather than append) entries,
the virtio busses end up with decreasing base address order.
Xen enables virtio-mmio nodes in forwards order so there's been
a missmatch. So far, we've been working around this with an
out-of-tree patch to Xen.
This reverses the order making sure the virtio busses end up
ordered with increasing base addresses avoiding the need to
patch Xen.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'include/hw/xen')
0 files changed, 0 insertions, 0 deletions