qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 9/9] tpm: Added support for TPM emulator


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH v2 9/9] tpm: Added support for TPM emulator
Date: Fri, 07 Apr 2017 15:11:55 +0000

Hi

On Fri, Apr 7, 2017 at 4:41 PM Daniel P. Berrange

> > +        .name = "data-path",
> > +        .type = QEMU_OPT_STRING,
> > +        .help = "Socket path to use for data exhange",
> > +    },
> > +    {
> > +        .name = "ctrl-path",
> > +        .type = QEMU_OPT_STRING,
> > +        .help = "Socket path to use for out-of-band control messages",
> > +    },
>
> I'm still not convinced by the need for 2 separate UNIX sockets, unless
> there's a performance reason, but that looks unlikely.
>
>
We would also need something more than an implementation of the protocol
that qemu is going to rely on as an external dependency.  A protocol
specification would help to start the discussion. Alternatively, I would
suggest to not rely on a public protocol, and implement the helper as part
of qemu with a private protocol (but still documented).

-- 
Marc-André Lureau


reply via email to

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