Re: [PATCH 05/15] qdev: Add a no default uuid property

2019-09-22 Thread Cédric Le Goater
On 19/09/2019 23:39, miny...@acm.org wrote: > From: Corey Minyard > > This is for IPMI, which will behave differently if the UUID is > not set. > > Signed-off-by: Corey Minyard > Cc: Fam Zheng > Cc: Michael S. Tsirkin > Cc: Marc-André Lureau Reviewed-by: Cédric Le Goater C. > --- > inc

[PATCH 05/15] qdev: Add a no default uuid property

2019-09-19 Thread minyard
From: Corey Minyard This is for IPMI, which will behave differently if the UUID is not set. Signed-off-by: Corey Minyard Cc: Fam Zheng Cc: Michael S. Tsirkin Cc: Marc-André Lureau --- include/hw/qdev-properties.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/hw/qdev-pro

[Qemu-devel] [PATCH 05/15] qdev: Add a no default uuid property

2019-08-19 Thread minyard
From: Corey Minyard This is for IPMI, which will behave differently if the UUID is not set. Signed-off-by: Corey Minyard Cc: Fam Zheng Cc: Michael S. Tsirkin Cc: Marc-André Lureau --- include/hw/qdev-properties.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/hw/qdev-pro