On Tue, Jun 21, 2016 at 01:47:10PM +0200, Jiri Denemark wrote:
We should not require any parameters to be present. After all we have
the *_set bools to express that some parameters were not set.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_monitor_json.c | 36 ++++++++++++------------------------
1 file changed, 12 insertions(+), 24 deletions(-)
ACK, there is no caller that would require us to error out if one of
them is missing.
Jan