Message ID | 20240217192607.32565-1-dbarboza@ventanamicro.com |
---|---|
Headers | show |
Series | libqos, riscv: libqos fixes, add riscv machine | expand |
On Sun, Feb 18, 2024 at 5:27 AM Daniel Henrique Barboza <dbarboza@ventanamicro.com> wrote: > > Hi, > > This second version was rebased with current > alistair/riscv.to.apply-next and has typo fixes in patch 1. No other > changes were made. > > All patches reviewed/acked. > > Changes from v1: > - patch 1: typos in the commit message fixed > - v1 link: https://lore.kernel.org/qemu-riscv/20240213191736.733334-1-dbarboza@ventanamicro.com/ > > Daniel Henrique Barboza (6): > libqos/virtio.c: init all elems in qvring_indirect_desc_setup() > libqos/virtio.c: fix 'avail_event' offset in qvring_init() > hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier > hw/riscv/virt.c: add virtio-iommu-pci hotplug support > hw/riscv/virt.c: make aclint compatible with 'qtest' accel > tests/libqos: add riscv/virt machine nodes Thanks! Applied to riscv-to-apply.next Alistair > > hw/riscv/virt.c | 97 ++++++++++++----- > tests/qtest/libqos/meson.build | 1 + > tests/qtest/libqos/riscv-virt-machine.c | 137 ++++++++++++++++++++++++ > tests/qtest/libqos/virtio.c | 27 +++-- > 4 files changed, 228 insertions(+), 34 deletions(-) > create mode 100644 tests/qtest/libqos/riscv-virt-machine.c > > -- > 2.43.2 > >