Re: [Qemu-devel] [PATCH 1/2] extract I/O handler lists to iohandler.c

2011-04-02 Thread Roy Tam
Hi, 2011/3/10 Paolo Bonzini : > Signed-off-by: Paolo Bonzini > --- >        I had this patch queued for a while; only today I noticed the >        very similar one in virtagent. > >  Makefile.objs |    2 +- >  iohandler.c   |  129 > + >  qe

[Qemu-devel] [PATCH 1/2] extract I/O handler lists to iohandler.c

2011-03-09 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- I had this patch queued for a while; only today I noticed the very similar one in virtagent. Makefile.objs |2 +- iohandler.c | 129 + qemu-common.h |3 + vl.c | 106 ++--