Re: [Qemu-devel] [PATCH 03/10] vl: Reject invalid class names on -global

2016-06-20 Thread Igor Mammedov
On Wed, 15 Jun 2016 17:32:46 -0300 Eduardo Habkost wrote: > Instead of just printing a warning very late, reject obviously > invalid -global arguments by validating the class name. > > Signed-off-by: Eduardo Habkost You are removing check that's used by tests, I'm getting after applying this pa

Re: [Qemu-devel] [PATCH 03/10] vl: Reject invalid class names on -global

2016-06-20 Thread Markus Armbruster
Eduardo Habkost writes: > Instead of just printing a warning very late, reject obviously > invalid -global arguments by validating the class name. > > Signed-off-by: Eduardo Habkost > --- > hw/core/qdev-properties.c | 7 --- > vl.c | 21 ++--- > 2 files

[Qemu-devel] [PATCH 03/10] vl: Reject invalid class names on -global

2016-06-15 Thread Eduardo Habkost
Instead of just printing a warning very late, reject obviously invalid -global arguments by validating the class name. Signed-off-by: Eduardo Habkost --- hw/core/qdev-properties.c | 7 --- vl.c | 21 ++--- 2 files changed, 18 insertions(+), 10 deletions(