From 18f3a5151cfdc659459faf70cd09d5c887f7addc Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 16 Oct 2009 12:23:51 -0300 Subject: monitor: Convert do_closefd() to QObject Note that errors are not being converted yet. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- qemu-monitor.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qemu-monitor.hx') diff --git a/qemu-monitor.hx b/qemu-monitor.hx index cc4487e..bb01c14 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -1029,7 +1029,8 @@ ETEXI .args_type = "fdname:s", .params = "closefd name", .help = "close a file descriptor previously passed via SCM rights", - .mhandler.cmd = do_closefd, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_closefd, }, STEXI -- cgit v1.1