Re: [PATCH 06/15] ipmi: Add a UUID device property

2019-09-22 Thread Cédric Le Goater
On 19/09/2019 23:39, miny...@acm.org wrote: > From: Corey Minyard > > Using the UUID that qemu generates probably isn't the best thing > to do, allow it to be passed in via properties, and use QemuUUID > for the type. > > If the UUID is not set, return an unsupported command error. This > way w

[PATCH 06/15] ipmi: Add a UUID device property

2019-09-19 Thread minyard
From: Corey Minyard Using the UUID that qemu generates probably isn't the best thing to do, allow it to be passed in via properties, and use QemuUUID for the type. If the UUID is not set, return an unsupported command error. This way we are not providing an all-zero (or randomly generated) GUID

[Qemu-devel] [PATCH 06/15] ipmi: Add a UUID device property

2019-08-19 Thread minyard
From: Corey Minyard Using the UUID that qemu generates probably isn't the best thing to do, allow it to be passed in via properties, and use QemuUUID for the type. If the UUID is not set, return an unsupported command error. This way we are not providing an all-zero (or randomly generated) GUID