[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib |
Date: |
Wed, 23 Mar 2011 08:13:35 +0000 |
On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori <address@hidden> 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 programming infrastructure.
>
> Short term, it has a very nice thread pool implementation that we could
> leverage
> in something like virtio-9p. It also has a test harness implementation that
> this series will use.
>
> Signed-off-by: Anthony Liguori <address@hidden>
> ---
> Makefile | 2 ++
> Makefile.objs | 2 ++
> Makefile.target | 1 +
> configure | 13 +++++++++++++
> 4 files changed, 18 insertions(+), 0 deletions(-)
Yes, please. I'd like to use glib to make simpletrace portable.
To paraphrase the saying about non-trivial C programs and LISP interpreters:
"In every cross-platform C program there is a glib."
Stefan
- [Qemu-devel] [PATCH 00/11] Add live migration unit tests, Anthony Liguori, 2011/03/22
- [Qemu-devel] [PATCH 03/11] vmstate: for vmstate types that reuse the same field, make sure name is unique, Anthony Liguori, 2011/03/22
- [Qemu-devel] [PATCH 04/11] sb16: fix migration quirk, Anthony Liguori, 2011/03/22
- [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib, Anthony Liguori, 2011/03/22
- Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib,
Stefan Hajnoczi <=
- Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib, Roy Tam, 2011/03/23
- Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib, Stefan Hajnoczi, 2011/03/23
- Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib, Roy Tam, 2011/03/23
- [Qemu-devel] Re: [PATCH 01/11] Add hard build dependency on glib, Paolo Bonzini, 2011/03/23
- Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib, Stefan Hajnoczi, 2011/03/23
[Qemu-devel] [PATCH 08/11] fw_cfg: make sure all VMState fields are unique., Anthony Liguori, 2011/03/22
[Qemu-devel] [PATCH 06/11] fdc: fix migration of non-ISA fdc devices, Anthony Liguori, 2011/03/22
[Qemu-devel] [PATCH 07/11] eeprom93xx: Use the new hack macro to avoid duplicate field names, Anthony Liguori, 2011/03/22