[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm

Vikram Garhwal posted 2 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230830043518.21584-1-vikram.garhwal@amd.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>
hw/arm/xen_arm.c            | 80 +++++++++++++++++++++++++++++++++++++
include/hw/xen/xen_native.h | 24 +++++++++++
2 files changed, 104 insertions(+)
[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm
Posted by Vikram Garhwal 8 months ago
Hi,
We added virtio-mmio support in xenpvh machine. Now, it can support upto
10 virtio mmio.

Changelog:
    v3->v4:
        Moved the defs to xen_native.h

    v2->v3:
        Define GUEST_VIRTIO_*, GUEST_RAM* and xendevicemodel_set_irq() manually
        for old xen version. This was done to avoid build failures in gitlab-ci
    v1->v2:
        Add reference for VIRTIO_MMIO_DEV_SIZE.
        Update ram_size=0 print statement.

Oleksandr Tyshchenko (2):
  xen_arm: Create virtio-mmio devices during initialization
  xen_arm: Initialize RAM and add hi/low memory regions

 hw/arm/xen_arm.c            | 80 +++++++++++++++++++++++++++++++++++++
 include/hw/xen/xen_native.h | 24 +++++++++++
 2 files changed, 104 insertions(+)

-- 
2.17.1