Vasiliy Ulyanov

Results 138 comments of Vasiliy Ulyanov

Hi @xpivarc, this needs SEV-capable hardware for testing. AFAIK in KubeVirt CI there are no AMD machines, right? If so, then I am afraid e2e testing becomes problematic. What would...

Valid point. This is why the feature is now stated as `experimantal`. Do you mean connecting the hardware from our test lab to KubeVirt CI? Well, the hardware I use...

@alicefr, I don't have a solution on top of my head right now, but I think yes, it's possible. Though, with mocked libvirt it won't be e2e testing anymore. I...

Yeah, there is no SEV emulation. And it also does not work nested :( I just run the tests on a physical AMD machine. Not using kind though, but other...

> @vasiliy-ul my only concern in using only qemu as prefix is if in the future we might add other daemons/process that starts with qemu. @alicefr, I think in that...

Alternatively, it's possible to make the check explicit by comparing to `"qemu-kvm"` and `"qemu-system-*"`. If you think that is a better approach, I can resubmit.

@alicefr, I've made the process search more strict to handle only `qemu-kvm` and `qemu-system-*`. WDYT about the new version?