> On May 5, 2022, at 12:04 PM, Stefan Hajnoczi <[email protected]> wrote: > > On Tue, May 03, 2022 at 10:16:58AM -0400, Jagannathan Raman wrote: >> + def launch_client(self, kernel_path, initrd_path, kernel_command_line, >> + machine_type, socket, *opts): >> + client_vm = self.get_vm() >> + client_vm.set_console() >> + client_vm.add_args('-machine', machine_type) >> + client_vm.add_args('-accel', 'kvm') >> + client_vm.add_args('-cpu', 'host') >> + client_vm.add_args('-object', >> + 'memory-backend-memfd,id=sysmem-file,size=2G') >> + client_vm.add_args('--numa', 'node,memdev=sysmem-file') >> + client_vm.add_args('-m', '2048') >> + client_vm.add_args('-kernel', kernel_path, >> + '-initrd', initrd_path, >> + '-append', kernel_command_line) >> + client_vm.add_args('-device', >> + 'vfio-user-pci,socket='+socket) > > This patch series is just the server. Does this test case work yet? > > If not, please defer it to the client series. It needs the client to work - will defer this till the client series. -- Jag > > Stefan
- Re: [PATCH v9 06/17] vfio-user: build librar... Daniel P . Berrangé
- Re: [PATCH v9 06/17] vfio-user: build librar... Peter Maydell
- [PATCH v9 04/17] remote/machine: add vfio-user proper... Jagannathan Raman
- [PATCH v9 16/17] vfio-user: handle reset of remote de... Jagannathan Raman
- [PATCH v9 11/17] vfio-user: handle PCI config space a... Jagannathan Raman
- [PATCH v9 05/17] configure: require cmake 3.19 or new... Jagannathan Raman
- Re: [PATCH v9 05/17] configure: require cmake 3.... Stefan Hajnoczi
- [PATCH v9 15/17] vfio-user: handle device interrupts Jagannathan Raman
- [PATCH v9 17/17] vfio-user: avocado tests for vfio-us... Jagannathan Raman
- Re: [PATCH v9 17/17] vfio-user: avocado tests fo... Stefan Hajnoczi
- Re: [PATCH v9 17/17] vfio-user: avocado test... Jag Raman
- [PATCH v9 08/17] vfio-user: instantiate vfio-user con... Jagannathan Raman
- [PATCH v9 13/17] vfio-user: handle DMA mappings Jagannathan Raman
- [PATCH v9 12/17] vfio-user: IOMMU support for remote ... Jagannathan Raman
- Re: [PATCH v9 12/17] vfio-user: IOMMU support fo... Stefan Hajnoczi
- Re: [PATCH v9 00/17] vfio-user server in QEMU Markus Armbruster
- Re: [PATCH v9 00/17] vfio-user server in QEMU Jag Raman
- Re: [PATCH v9 00/17] vfio-user server in QEM... Markus Armbruster
