[Qemu-devel] [PATCH 03/16] qemu-option: parse_option_bool(): use error_set()

2012-05-21 Thread Luiz Capitulino
Note that set_option_parameter() callers still expect automatic error reporting with QError, so set_option_parameter() calls qerror_report_err() to keep the same semantics. Signed-off-by: Luiz Capitulino --- qemu-option.c | 24 1 file changed, 16 insertions(+), 8 delet

Re: [Qemu-devel] [PATCH 03/16] qemu-option: parse_option_bool(): use error_set()

2012-05-18 Thread Laszlo Ersek
On 05/17/12 16:33, Luiz Capitulino wrote: > Note that set_option_parameter() callers still expect automatic error > reporting with QError, so set_option_parameter() calls > qerror_report_err() to keep the same semantics. > > Signed-off-by: Luiz Capitulino > --- > qemu-option.c | 22 +++

[Qemu-devel] [PATCH 03/16] qemu-option: parse_option_bool(): use error_set()

2012-05-17 Thread Luiz Capitulino
Note that set_option_parameter() callers still expect automatic error reporting with QError, so set_option_parameter() calls qerror_report_err() to keep the same semantics. Signed-off-by: Luiz Capitulino --- qemu-option.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletio

[Qemu-devel] [PATCH 03/16] qemu-option: parse_option_bool(): use error_set()

2012-04-25 Thread Luiz Capitulino
Note that set_option_parameter() callers still expect automatic error reporting with QError, so set_option_parameter() calls qerror_report_err() to keep the same semantics. Signed-off-by: Luiz Capitulino --- qemu-option.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletio

[Qemu-devel] [PATCH 03/16] qemu-option: parse_option_bool(): use error_set()

2012-04-20 Thread Luiz Capitulino
Note that set_option_parameter() callers still expect automatic error reporting with QError, so set_option_parameter() calls qerror_report_err() to keep the same semantics. Signed-off-by: Luiz Capitulino --- qemu-option.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletio