Re: [Qemu-devel] [RFC v3 09/27] monitor: let mon_list be tail queue

2017-11-06 Thread Fam Zheng
On Mon, 11/06 17:46, Peter Xu wrote: > It was QLIST. I want to use this list to do monitor priority job later, > which need tail insertion ability. So switching to a tail queue. > > Signed-off-by: Peter Xu Reviewed-by: Fam Zheng

[Qemu-devel] [RFC v3 09/27] monitor: let mon_list be tail queue

2017-11-06 Thread Peter Xu
It was QLIST. I want to use this list to do monitor priority job later, which need tail insertion ability. So switching to a tail queue. Signed-off-by: Peter Xu --- monitor.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/monitor.c b/monitor.c index ac5313023b..