qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] RFC: Qemu Guest Tools ISO


From: Avi Kivity
Subject: Re: [Qemu-devel] RFC: Qemu Guest Tools ISO
Date: Thu, 23 Jun 2011 15:00:05 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10

On 06/23/2011 02:08 PM, Stefan Hajnoczi wrote:
On Thu, Jun 23, 2011 at 10:29 AM, Alon Levy<address@hidden>  wrote:
>  On Wed, Jun 22, 2011 at 01:55:25PM -0500, Michael Roth wrote:
>>  Goal:
>>
>>  Provide a mechanism, similar to vmware and virtualbox guest tools
>>  ISOs, that allows us to easily distribute guest tools (and
>>  potentially drivers) for linux and windows guests.
>
>  What would be the advantage for linux guests, with their package managers 
already
>  handling this task? I see how it would make testing easier with various linux
>  distributions, but for management I wonder if it won't be easier to use the
>  package management system to update the guests same as the hosts.

If the guest tools come from the host QEMU we don't need complicated
compatibility testing and fallbacks.  Guest and host will be in sync
and support the same features.


Even building the tools would be very hard. In general if you build against libc version y, you cannot expect your code to work against libc version y-1, unless you take special measures. With other libraries the "special measures" may not even be possible.

(I'm assuming statically linking the binaries is out of the question)

--
error compiling committee.c: too many arguments to function




reply via email to

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