ort((void *)info_cmds, array_num, elem_size, compare_mon_cmd);
> +}
> +
>
> /*
> * Local variables:
> @@ -5110,6 +5130,8 @@ void monitor_init(CharDriverState *chr, int flags)
> QLIST_INSERT_HEAD(&mon_list, mon, entry);
> if (!default_mon || (flags & MONITOR_IS_DEFAULT))
> default_mon = mon;
> +
> +sortcmdlist();
> }
>
> static void bdrv_password_cb(Monitor *mon, const char *password, void
> *opaque)
Tested-by: Wenyi Gao
Work nice.
Wenyi Gao
From: Marc-André Lureau
Subject:[Qemu-devel] [PATCH 04/11] hw/ac97: remove USE_MIXER code
Date: Wed, 21 Sep 2011 18:11:01 +0200
It doesn't compile. The interesting bits for volume
control are going
to be rewritten.
---
Hello!
Qemu 0.15.0 doesn't build with vnc support disabled. The
following
patch fixes the problem.
Signed-off-by: Boris Dolgov
--
--- monitor.c.orig 2011-09-14 18:11:12.235199764 +0400
+++ moni