From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>,
Jan Kiszka <jan.kiszka@siemens.com>,
Chris Wright <chrisw@redhat.com>,
kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: KVM call minutes for Feb 1
Date: Thu, 03 Feb 2011 08:54:35 -0600 [thread overview]
Message-ID: <4D4AC1AB.3070000@codemonkey.ws> (raw)
In-Reply-To: <4D4AA144.3070005@redhat.com>
On 02/03/2011 06:36 AM, Paolo Bonzini wrote:
> On 02/01/2011 06:53 PM, Christoph Hellwig wrote:
>> I'd really prefer to let you finish up all the major work that way
>> before starting massive revamping like the glib main loop.
>
> Yes, the glib main loop is not going to go anywhere if it cannot be
> applied to both qemu and qemu-kvm.
>
> (And, I believe a new main loop is a necessary condition to show that
> glib is bringing benefits. It's basically impossible to interface
> with external libraries as long as we have our own main loop).
I agree (and have been repeatedly making the point) that we can't do
something as drastic as changing the main loop without resolving the I/O
thread differences in qemu-kvm. Really, any deep threading changes
require that we resolve this which makes this priority #1 for the 0.15
release.
But virtio-9p needs a threadlet mechanism to make any forward progress.
I don't want to roll out our own so I think we need to pull glib into
the build ASAP to enable this. But we should avoid major refactoring of
the main loop until the two I/O thread implementations are merged.
Regards,
Anthony Liguori
> Paolo
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>,
Jan Kiszka <jan.kiszka@siemens.com>,
Chris Wright <chrisw@redhat.com>,
qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: KVM call minutes for Feb 1
Date: Thu, 03 Feb 2011 08:54:35 -0600 [thread overview]
Message-ID: <4D4AC1AB.3070000@codemonkey.ws> (raw)
In-Reply-To: <4D4AA144.3070005@redhat.com>
On 02/03/2011 06:36 AM, Paolo Bonzini wrote:
> On 02/01/2011 06:53 PM, Christoph Hellwig wrote:
>> I'd really prefer to let you finish up all the major work that way
>> before starting massive revamping like the glib main loop.
>
> Yes, the glib main loop is not going to go anywhere if it cannot be
> applied to both qemu and qemu-kvm.
>
> (And, I believe a new main loop is a necessary condition to show that
> glib is bringing benefits. It's basically impossible to interface
> with external libraries as long as we have our own main loop).
I agree (and have been repeatedly making the point) that we can't do
something as drastic as changing the main loop without resolving the I/O
thread differences in qemu-kvm. Really, any deep threading changes
require that we resolve this which makes this priority #1 for the 0.15
release.
But virtio-9p needs a threadlet mechanism to make any forward progress.
I don't want to roll out our own so I think we need to pull glib into
the build ASAP to enable this. But we should avoid major refactoring of
the main loop until the two I/O thread implementations are merged.
Regards,
Anthony Liguori
> Paolo
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-02-03 14:54 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 15:54 KVM call minutes for Feb 1 Chris Wright
2011-02-01 15:54 ` [Qemu-devel] " Chris Wright
2011-02-01 16:36 ` Jan Kiszka
2011-02-01 16:36 ` [Qemu-devel] " Jan Kiszka
2011-02-01 16:53 ` Anthony Liguori
2011-02-01 16:53 ` [Qemu-devel] " Anthony Liguori
2011-02-01 17:03 ` Jan Kiszka
2011-02-01 17:03 ` [Qemu-devel] " Jan Kiszka
2011-02-01 17:20 ` Anthony Liguori
2011-02-01 17:20 ` [Qemu-devel] " Anthony Liguori
2011-02-01 17:34 ` Jan Kiszka
2011-02-01 17:34 ` [Qemu-devel] " Jan Kiszka
2011-02-01 20:28 ` Anthony Liguori
2011-02-03 10:11 ` Marcelo Tosatti
2011-02-03 10:11 ` [Qemu-devel] " Marcelo Tosatti
2011-02-03 13:48 ` Anthony Liguori
2011-02-03 13:48 ` Anthony Liguori
2011-02-01 17:53 ` Christoph Hellwig
2011-02-01 17:53 ` [Qemu-devel] " Christoph Hellwig
2011-02-03 10:13 ` Marcelo Tosatti
2011-02-03 10:13 ` [Qemu-devel] " Marcelo Tosatti
2011-02-03 12:36 ` Paolo Bonzini
2011-02-03 12:36 ` [Qemu-devel] " Paolo Bonzini
2011-02-03 14:54 ` Anthony Liguori [this message]
2011-02-03 14:54 ` Anthony Liguori
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=4D4AC1AB.3070000@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=chrisw@redhat.com \
--cc=hch@infradead.org \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.