[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fail to create sev-guest object on 6.0.0-rc0
From: |
Tom Lendacky |
Subject: |
Re: Fail to create sev-guest object on 6.0.0-rc0 |
Date: |
Thu, 25 Mar 2021 15:31:01 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 3/25/21 1:51 PM, Brijesh Singh wrote:
> Hi All,
>
> It seems creating the sev-guest object is broken rc0 tag. The following
> command is no longer able to create the sev-guest object
>
> $QEMU \
>
> -machine ...,confidential-guest-support=sev0 \
>
> -object sev-guest,id=sev0,policy=0x1 \
>
> It fails with "-object sev-guest,id=sev0: Invalid parameter
> 'sev-guest'". I will try to bisect the broken commit but if someone has
> already looked into it then let me know.
I bisected it to:
bc2f4fcb1d ("qom: move user_creatable_add_opts logic to vl.c and QAPIfy it")
>
>
> Thanks
>
> Brijesh
>