RE: [PATCH 0/2] vmgenid: add generation counter

2022-08-07 Thread Michael Kelley (LINUX)
From: Chalios, Babis Sent: Thursday, August 4, 2022 6:31 AM > > On 4/8/22 12:17, Chalios, Babis wrote: > > > > On 4/8/22 12:02, Daniel P. Berrangé wrote: > >> > >> On Thu, Aug 04, 2022 at 11:54:05AM +0200, Chalios, Babis wrote: > >>> Hi Daniel, > >>> > >>> On 3/8/22 18:26, Daniel P. Berrangé

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-04 Thread Jason A. Donenfeld
Hi Babis, On Wed, Aug 03, 2022 at 03:41:45PM +0200, bchal...@amazon.es wrote: > From: Babis Chalios > > VM generation ID exposes a GUID inside the VM which changes every time a > VM restore is happening. Typically, this GUID is used by the guest > kernel to re-seed its internal PRNG. As a

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-04 Thread Chalios, Babis
On 4/8/22 12:17, Chalios, Babis wrote: On 4/8/22 12:02, Daniel P. Berrangé wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Thu, Aug 04, 2022 at 11:54:05AM

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-04 Thread Chalios, Babis
On 4/8/22 12:02, Daniel P. Berrangé wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Thu, Aug 04, 2022 at 11:54:05AM +0200, Chalios, Babis wrote: Hi Daniel,

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-04 Thread Daniel P . Berrangé
On Thu, Aug 04, 2022 at 11:54:05AM +0200, Chalios, Babis wrote: > Hi Daniel, > > On 3/8/22 18:26, Daniel P. Berrangé wrote: > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you can confirm the sender and know > > the content

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-04 Thread Chalios, Babis
Hi Daniel, On 3/8/22 18:26, Daniel P. Berrangé wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Wed, Aug 03, 2022 at 03:41:45PM +0200, bchal...@amazon.es wrote:

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-03 Thread Daniel P . Berrangé
On Wed, Aug 03, 2022 at 03:41:45PM +0200, bchal...@amazon.es wrote: > From: Babis Chalios > > VM generation ID exposes a GUID inside the VM which changes every time a > VM restore is happening. Typically, this GUID is used by the guest > kernel to re-seed its internal PRNG. As a result, this

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-03 Thread bchalios
On 8/3/22 5:36 PM, "Michael S. Tsirkin" wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Wed, Aug 03, 2022 at 03:41:45PM +0200, bchal...@amazon.es wrote: >

Re: [PATCH 0/2] vmgenid: add generation counter

2022-08-03 Thread Michael S. Tsirkin
On Wed, Aug 03, 2022 at 03:41:45PM +0200, bchal...@amazon.es wrote: > From: Babis Chalios > > VM generation ID exposes a GUID inside the VM which changes every time a > VM restore is happening. Typically, this GUID is used by the guest > kernel to re-seed its internal PRNG. As a result, this