Re: [Qemu-devel] [PATCH 05/12] qdev: legacy properties are just strings

2014-01-30 Thread Eric Blake
On 01/30/2014 06:09 AM, Paolo Bonzini wrote: > prop->info->legacy_name is still used by "-device foo,?". > > Signed-off-by: Paolo Bonzini > --- > hw/core/qdev.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-

[Qemu-devel] [PATCH 05/12] qdev: legacy properties are just strings

2014-01-30 Thread Paolo Bonzini
prop->info->legacy_name is still used by "-device foo,?". Signed-off-by: Paolo Bonzini --- hw/core/qdev.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 7c1b732..482a978 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -590,7