Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-23 Thread Stefan Hajnoczi
On Wed, Mar 23, 2011 at 8:58 AM, Roy Tam wrote: > I think I have to change my words. Glib works in win32, but adding > Glib to QEMU will bloat the binary size. It adds more dependency on > building and the result binary. I wonder if it is a must to add it. If we stick to re-implementing cross-pla

Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-23 Thread Roy Tam
2011/3/23 Stefan Hajnoczi : > On Wed, Mar 23, 2011 at 8:19 AM, Roy Tam wrote: >> 2011/3/23 Stefan Hajnoczi : >>> On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori >>> wrote: GLib is an extremely common library that has a portable thread implementation along with tons of other goo

Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-23 Thread Stefan Hajnoczi
On Wed, Mar 23, 2011 at 8:19 AM, Roy Tam wrote: > 2011/3/23 Stefan Hajnoczi : >> On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori >> wrote: >>> GLib is an extremely common library that has a portable thread >>> implementation >>> along with tons of other goodies. >>> >>> GLib and GObject have

Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-23 Thread Roy Tam
2011/3/23 Stefan Hajnoczi : > On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori wrote: >> GLib is an extremely common library that has a portable thread implementation >> along with tons of other goodies. >> >> GLib and GObject have a fantastic amount of infrastructure we can leverage in >> QEMU i

Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-23 Thread Stefan Hajnoczi
On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori wrote: > GLib is an extremely common library that has a portable thread implementation > along with tons of other goodies. > > GLib and GObject have a fantastic amount of infrastructure we can leverage in > QEMU including an object oriented program

[Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-22 Thread Anthony Liguori
GLib is an extremely common library that has a portable thread implementation along with tons of other goodies. GLib and GObject have a fantastic amount of infrastructure we can leverage in QEMU including an object oriented programming infrastructure. Short term, it has a very nice thread pool im

[Qemu-devel] [PATCH 01/11] Add hard build dependency on glib

2011-03-11 Thread Anthony Liguori
GLib is an extremely common library that has a portable thread implementation along with tons of other goodies. GLib and GObject have a fantastic amount of infrastructure we can leverage in QEMU including an object oriented programming infrastructure. Short term, it has a very nice thread pool im