Hi
On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
wrote:
> Extend the TPM emulator backend device with state migration support.
>
> The external TPM emulator 'swtpm' provides a protocol over
> its control channel to retrieve its state blobs. We implement
> functions for getting and setting the dif
On 03/02/2018 04:26 AM, Marc-André Lureau wrote:
+return 0;
+}
+
+static const VMStateDescription vmstate_tpm_emulator = {
+.name = "tpm-emulator",
+.version_id = 1,
+.minimum_version_id = 0,
version_id = 1 & minimum_version_id = 0 ?
It's the first version, let's have version_
On 03/05/2018 07:43 AM, Dr. David Alan Gilbert wrote:
* Stefan Berger (stef...@linux.vnet.ibm.com) wrote:
On 03/02/2018 05:14 AM, Dr. David Alan Gilbert wrote:
hw/tpm/tpm_emulator.c:909:tpm_emulator_class_init: Object 0x55f4cbc72680 is
not an instance of type device
Aborted
Can we leave it as
* Stefan Berger (stef...@linux.vnet.ibm.com) wrote:
> On 03/02/2018 05:14 AM, Dr. David Alan Gilbert wrote:
> > * Marc-André Lureau (marcandre.lur...@gmail.com) wrote:
> > > Hi Stefan
> > >
> > > On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
> > > wrote:
> > > > Extend the TPM emulator backend de
On 03/02/2018 05:14 AM, Dr. David Alan Gilbert wrote:
* Marc-André Lureau (marcandre.lur...@gmail.com) wrote:
Hi Stefan
On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
wrote:
Extend the TPM emulator backend device with state migration support.
The external TPM emulator 'swtpm' provides a proto
On 03/02/2018 04:26 AM, Marc-André Lureau wrote:
Hi Stefan
On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
wrote:
Extend the TPM emulator backend device with state migration support.
The external TPM emulator 'swtpm' provides a protocol over
its control channel to retrieve its state blobs. We i
On 03/02/2018 04:26 AM, Marc-André Lureau wrote:
Hi Stefan
On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
wrote:
Extend the TPM emulator backend device with state migration support.
The external TPM emulator 'swtpm' provides a protocol over
its control channel to retrieve its state blobs. We i
* Marc-André Lureau (marcandre.lur...@gmail.com) wrote:
> Hi Stefan
>
> On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
> wrote:
> > Extend the TPM emulator backend device with state migration support.
> >
> > The external TPM emulator 'swtpm' provides a protocol over
> > its control channel to ret
Hi Stefan
On Thu, Mar 1, 2018 at 8:59 PM, Stefan Berger
wrote:
> Extend the TPM emulator backend device with state migration support.
>
> The external TPM emulator 'swtpm' provides a protocol over
> its control channel to retrieve its state blobs. We implement
> functions for getting and setting
Extend the TPM emulator backend device with state migration support.
The external TPM emulator 'swtpm' provides a protocol over
its control channel to retrieve its state blobs. We implement
functions for getting and setting the different state blobs.
In case the setting of the state blobs fails, w
10 matches
Mail list logo