qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-6.0] qapi: qom: do not use target-specific conditionals


From: Paolo Bonzini
Subject: Re: [PATCH for-6.0] qapi: qom: do not use target-specific conditionals
Date: Fri, 26 Mar 2021 15:50:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 26/03/21 13:27, Markus Armbruster wrote:
... until Kevin added some when he QAPIfied.  Looks like this (copied
from qemu-qmp-ref.7)[*]:

    SevGuestProperties (Object)
        Properties for sev-guest objects.

    Members
        sev-device: string (optional)
               SEV device to use (default: "/dev/sev")

        dh-cert-file: string (optional)
               guest owners DH certificate (encoded with base64)

        session-file: string (optional)
               guest owners session parameters (encoded with base64)

        policy: int (optional)
               SEV policy value (default: 0x1)

        handle: int (optional)
               SEV firmware handle (default: 0)

        cbitpos: int (optional)
               C-bit location in page table entry (default: 0)

        reduced-phys-bits: int
               number  of  bits  in  physical addresses that become unavailable
               when SEV is enabled

    Since
        2.12

    If
        defined(CONFIG_SEV)

Your patch drops the last three lines, without a replacement.

Yes, I mean the regression is not from 5.2.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]