Re: [Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-06-01 Thread Ben Warren via Qemu-devel
> On Jun 1, 2017, at 7:52 AM, Michael S. Tsirkin wrote: > > On Thu, Jun 01, 2017 at 07:46:24AM -0700, Ben Warren wrote: >> >>> On Jun 1, 2017, at 7:21 AM, Michael S. Tsirkin wrote: >>> >>> On Thu, Jun 01, 2017 at 08:10:27AM +, Marc-André Lureau wrote: Hi On Mon, May 29, 20

Re: [Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-06-01 Thread Michael S. Tsirkin
On Thu, Jun 01, 2017 at 07:46:24AM -0700, Ben Warren wrote: > > > On Jun 1, 2017, at 7:21 AM, Michael S. Tsirkin wrote: > > > > On Thu, Jun 01, 2017 at 08:10:27AM +, Marc-André Lureau wrote: > >> Hi > >> > >> On Mon, May 29, 2017 at 7:18 PM Ben Warren via Qemu-devel < > >> qemu-devel@nongnu

Re: [Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-06-01 Thread Ben Warren via Qemu-devel
> On Jun 1, 2017, at 7:21 AM, Michael S. Tsirkin wrote: > > On Thu, Jun 01, 2017 at 08:10:27AM +, Marc-André Lureau wrote: >> Hi >> >> On Mon, May 29, 2017 at 7:18 PM Ben Warren via Qemu-devel < >> qemu-devel@nongnu.org> wrote: >> >>From: Ben Warren >> >>The following tests are i

Re: [Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-06-01 Thread Michael S. Tsirkin
On Thu, Jun 01, 2017 at 08:10:27AM +, Marc-André Lureau wrote: > Hi > > On Mon, May 29, 2017 at 7:18 PM Ben Warren via Qemu-devel < > qemu-devel@nongnu.org> wrote: > > From: Ben Warren > > The following tests are implemented: > * test that a GUID passed in by command line is pro

Re: [Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-06-01 Thread Marc-André Lureau
Hi On Mon, May 29, 2017 at 7:18 PM Ben Warren via Qemu-devel < qemu-devel@nongnu.org> wrote: > From: Ben Warren > > The following tests are implemented: > * test that a GUID passed in by command line is propagated to the guest. > Read the GUID from guest memory > * test that the "auto" argumen

[Qemu-devel] [PATCH] tests: Add unit tests for the VM Generation ID feature

2017-05-29 Thread Ben Warren via Qemu-devel
From: Ben Warren The following tests are implemented: * test that a GUID passed in by command line is propagated to the guest. Read the GUID from guest memory * test that the "auto" argument to the GUID generates a valid GUID, as seen by the guest. * test that a GUID passed in can be queried