qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] required glib version? Re: [PATCH 2/6] Add base64 encoder/d


From: Gerd Hoffmann
Subject: [Qemu-devel] required glib version? Re: [PATCH 2/6] Add base64 encoder/decoder
Date: Mon, 05 Sep 2011 15:55:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110830 Red Hat/3.1.12-2.el6_1 Thunderbird/3.1.12

On 08/26/11 17:47, Jan Kiszka wrote:
On 2011-08-26 17:23, Jan Kiszka wrote:

[ using glib base64 decoder ]

Requires glib>= 2.12, we are currently at>= 2.0, right? Would it be OK
to raise the entry barrier?

In master it currently is >= 2.20 due to v9fs_init_worker_threads using g_thread_get_initialized which was added in 2.20 according to the docs. Which makes the build fail on rhel-5 (shipping with glib 2.12).

Guess we'll need to clearly define which minimum glib version we want require. And whenever we want apply this to the whole code base or allow different minimum requirements for different components.

Requiring glib 2.20 for all components isn't going to fly as we certainly want be able to run the qemu guest agent almost everythere. Requiring something newer than 2.0 for the qemu emulator might be reasonable of there are good reasons (aka useful glib features) though.

Comments?

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]