> On May 5, 2022, at 12:04 PM, Stefan Hajnoczi 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_v
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_ar
Avocado tests for libvfio-user in QEMU - tests startup,
hotplug and migration of the server object
Signed-off-by: Elena Ufimtseva
Signed-off-by: John G Johnson
Signed-off-by: Jagannathan Raman
---
MAINTAINERS| 1 +
tests/avocado/vfio-user.py | 164