Re: [Qemu-devel] [PATCH][RFC] vl: move unrelated functions out of vl.c

2013-03-04 Thread li guang
Hi, Anthony is it reasonable split? 在 2013-02-28四的 12:45 +0800,liguang写道: > now, lots of other functions which were not related with > mainloop exist in vl.c, e.g. > > numa related functions (numa_add() ...) > bt related functions (bt_parse() ...) > usb related functions (usb_parse() ...) > gui

[Qemu-devel] [PATCH][RFC] vl: move unrelated functions out of vl.c

2013-02-27 Thread liguang
now, lots of other functions which were not related with mainloop exist in vl.c, e.g. numa related functions (numa_add() ...) bt related functions (bt_parse() ...) usb related functions (usb_parse() ...) gui related functions (gui_update()) system power related functions (qemu_shutdown_requested()