From: Anthony Liguori <anthony@codemonkey.ws>
To: Avi Kivity <avi@redhat.com>
Cc: Chris Wright <chrisw@redhat.com>,
qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: KVM call agenda for Feb 9
Date: Tue, 09 Feb 2010 08:15:57 -0600 [thread overview]
Message-ID: <4B716E1D.7000608@codemonkey.ws> (raw)
In-Reply-To: <4B710714.1020109@redhat.com>
On 02/09/2010 12:56 AM, Avi Kivity wrote:
> On 02/09/2010 03:28 AM, Chris Wright wrote:
>> Please send in any agenda items you are interested in covering.
>
> hpet overhead on large smp guests
>
> I measured hpet consuming about a half a core's worth of cpu on an
> idle Windows 2008 R2 64-way guest. This is mostly due to futex
> contention, likely from the qemu mutex.
>
> Options:
> - ignore, this is about 1% of the entire system (but overhead might
> increase greatly if a workload triggers more hpet accesses)
> - push hpet into kernel, with virtio-net, virtio-blk, and kernel-hpet,
> there's little reason to exit into qemu
Security, shamurity, let's just stick all of qemu in the kernel :-)
> - rcuify/fine-grain qemu locks
Should be pretty straight forward. It would start with removing the
locking within kvm*.c such that qemu_mutex isn't acquired until we
dispatch I/O operations. Then we can add lockless paths for dispatch as
we convert device models over.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2010-02-09 14:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-09 1:28 [Qemu-devel] KVM call agenda for Feb 9 Chris Wright
2010-02-09 6:56 ` [Qemu-devel] " Avi Kivity
2010-02-09 7:16 ` Alexander Graf
2010-02-09 8:52 ` Jan Kiszka
2010-02-09 14:18 ` Anthony Liguori
2010-02-09 14:38 ` Avi Kivity
2010-02-09 15:08 ` Anthony Liguori
2010-02-09 15:32 ` Avi Kivity
2010-02-09 14:15 ` Anthony Liguori [this message]
2010-02-09 14:18 ` Avi Kivity
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=4B716E1D.7000608@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=avi@redhat.com \
--cc=chrisw@redhat.com \
--cc=kvm@vger.kernel.org \
--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 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).