mbox series

[QEMU,v3,0/2] Add Virtio support to Xenpvh machine for arm

Message ID 20230825225326.9438-1-vikram.garhwal@amd.com (mailing list archive)
Headers show
Series Add Virtio support to Xenpvh machine for arm | expand

Message

Vikram Garhwal Aug. 25, 2023, 10:53 p.m. UTC
Hi,
We added virtio-mmio support in xenpvh machine. Now, it can support upto
10 virtio mmio.

Changelog:
    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 | 104 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)