Re: [Qemu-devel] [PATCH v2] vnc: Migrate to using QTAILQ instead of custom implementation

2010-02-10 Thread Anthony Liguori
On 02/05/2010 05:04 AM, Amit Shah wrote: Just a 1-1 conversion for now. Signed-off-by: Amit Shah Applied. Thanks. Regards, Anthony Liguori --- v2: - QTAILQ_INIT the queue. vnc.c | 74 vnc.h |5 ++- 2 files ch

[Qemu-devel] [PATCH v2] vnc: Migrate to using QTAILQ instead of custom implementation

2010-02-05 Thread Amit Shah
Just a 1-1 conversion for now. Signed-off-by: Amit Shah --- v2: - QTAILQ_INIT the queue. vnc.c | 74 vnc.h |5 ++- 2 files changed, 31 insertions(+), 48 deletions(-) diff --git a/vnc.c b/vnc.c index 92facde..2200fbf 100644