Re: [PATCH v11 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot

From: Alex Elder
Date: Tue Apr 11 2023 - 17:09:33 EST


On 4/11/23 4:07 PM, Elliot Berman wrote:


On 3/21/2023 7:24 AM, Srinivas Kandagatla wrote:

On 04/03/2023 01:06, Elliot Berman wrote:
+
+#define GH_VM_START        _IO(GH_IOCTL_TYPE, 0x3)
A comment here that this is going to *ONLY* start an un-authenticated VM would be useful to the users.


There is only support for unauthenticated VM in the UAPI being proposed and I'd like to re-use GH_VM_START ioctl for other VM types as well. Is the comment really useful? I can easily see forgetting to remove the comment and then being more confusing once the other VM types get added.

It's up to you. And in general, I think your responses to my
comments have been fine--even when you just explain why you
don't plan to implement my suggestion. Thank you.

-Alex


Thanks,
Elliot