]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: New argument type 'b'
authorMarkus Armbruster <armbru@redhat.com>
Fri, 26 Mar 2010 08:07:09 +0000 (09:07 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Apr 2010 21:55:19 +0000 (23:55 +0200)
commit942cd1f2889dbc74db850218b270bc5b41656dfd
treee96ea50d24b6c690f5c7d2ff7283eb8e89b52769
parentee9545dad4004b92a93554a92cbb3e1b0e1c949d
monitor: New argument type 'b'

This is a boolean value.  Human monitor accepts "on" or "off".
Consistent with option parsing (see parse_option_bool()).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c