From: Stefan Weil <sw@weilnetz.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Stanislav Vorobiov <s.vorobiov@samsung.com>,
QEMU Developers <qemu-devel@nongnu.org>,
Stefan Hajnoczi <stefanha@redhat.com>,
Sangho Park <sangho1206.park@samsung.com>
Subject: Re: [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation
Date: Fri, 23 May 2014 23:05:32 +0200 [thread overview]
Message-ID: <537FB81C.30106@weilnetz.de> (raw)
In-Reply-To: <CAFEAcA8RTfF5+DRff+_kcYNCU=HzX70BQ0O+0vmTaXjucN9zeQ@mail.gmail.com>
Am 23.05.2014 12:36, schrieb Peter Maydell:
> On 17 May 2014 09:34, Stefan Weil <sw@weilnetz.de> wrote:
>> Commit 5a007547df76446ab891df93ebc55749716609bf tried to fix a
>> performance degradation caused by bad handling of small timeouts
>> in the original implementation of g_poll.
>>
>> Since that commit, hard disk I/O no longer works.
>>
>> Instead of rewriting the g_poll implementation, this patch simply copies
>> the original code (released under LGPL) from latest glib and only modifies
>> it where needed (see comments in the code). URL of the original code:
>> https://git.gnome.org/browse/glib/tree/glib/gpoll.c
>
> Oops, I didn't notice you'd done that. Our util/oslib-win32.c
> file is marked as having a more liberal license than LGPL.
> So we can't simply copy the LGPL code in without at least
> adjusting the top-of-file comment to indicate which parts
> of the file are LGPL and which are not.
>
> thanks
> -- PMM
>
Ah, sorry, I should have read the license comments of oslib-win32.c.
Thanks for that review. If it's sufficient to add some lines to the
license comment, I can send a patch next week. This weekend is reserved
for my family. :-) Or someone else fixes the license statement - that
would be fine, too.
Stefan
prev parent reply other threads:[~2014-05-23 21:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-17 8:34 [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation Stefan Weil
2014-05-21 3:07 ` Sangho Park
2014-05-23 10:36 ` Peter Maydell
2014-05-23 21:05 ` Stefan Weil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=537FB81C.30106@weilnetz.de \
--to=sw@weilnetz.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=s.vorobiov@samsung.com \
--cc=sangho1206.park@samsung.com \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).