qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Isaku Yamahata <yamahata@valinux.co.jp>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] qemu/pci: optimize pci config handling
Date: Wed, 07 Oct 2009 16:24:45 +0200	[thread overview]
Message-ID: <4ACCA4AD.7050606@redhat.com> (raw)
In-Reply-To: <20091007134853.GA9769@redhat.com>

> I'm actively trying to get out of range-checking address.

I don't understand what you mean, sorry.

> What you porpose here is certainly more code than we had.
> So why is this a good idea?

Because it avoids the memcpy/memcmp most of the time (when the memcmp 
would surely succeed).  I supposed that would also matter more as the 
config space size increases---correct me and dismiss the patch if I am 
mistaken.

Paolo

  reply	other threads:[~2009-10-07 14:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07 12:33 [Qemu-devel] [PATCH] qemu/pci: optimize pci config handling Michael S. Tsirkin
2009-10-07 13:01 ` [Qemu-devel] " Paolo Bonzini
2009-10-07 13:48   ` Michael S. Tsirkin
2009-10-07 14:24     ` Paolo Bonzini [this message]
2009-10-07 19:21       ` Michael S. Tsirkin
2009-10-08  8:23         ` Paolo Bonzini
2009-10-08  8:57           ` Michael S. Tsirkin
2009-10-08  0:08 ` Isaku Yamahata
2009-10-08  8:54   ` Michael S. Tsirkin
2009-10-08  9:29   ` Michael S. Tsirkin
2009-10-13 12:17     ` Isaku Yamahata

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=4ACCA4AD.7050606@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yamahata@valinux.co.jp \
    /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).