All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Paul Durrant" <Paul.Durrant@citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"Andreas Färber" <afaerber@suse.de>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] Citrix PV Bus device
Date: Thu, 4 Jul 2013 11:37:25 +0300	[thread overview]
Message-ID: <20130704083725.GC29342@redhat.com> (raw)
In-Reply-To: <CAFEAcA-4PERqDy6zwbcScEJsv_xvR6nYj=JDAh4A+dwsLDGMjQ@mail.gmail.com>

On Tue, Jul 02, 2013 at 12:10:17PM +0100, Peter Maydell wrote:
> On 2 July 2013 11:57, Paul Durrant <Paul.Durrant@citrix.com> wrote:
> >> -----Original Message-----
> >> From: Paolo Bonzini [mailto:pbonzini@redhat.com]
> >> > So the reason to place the device here is TARGET_PAGE_SIZE...
> >> > We really need a way to access that value from common code,
> >> > somewhere down my TODO list. :/
> 
> We probably don't, because it generally doesn't mean what you
> think it does. It's the smallest possible page size the guest
> CPU supports, which may not be the same as the actual page
> size the guest OS is using.
> 
> >> Why does it need to be in pages rather than bytes?
> 
> > It doesn't necessarily need to be in pages; it's just a more
> > convenient quantity than bytes.
> 
> It isn't really more convienient, because the guest would have
> to tell QEMU what the page size was. (I'm told that virtio is
> planning to move to a simple "just use a byte count" approach.)
> 
> thanks
> -- PMM

Yes, sometime in a distant future ...

  reply	other threads:[~2013-07-04  8:36 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02  8:39 [Qemu-devel] [PATCH] Citrix PV Bus device Paul Durrant
2013-07-02  8:45 ` Jan Beulich
2013-07-02  8:45 ` [Qemu-devel] [Xen-devel] " Jan Beulich
2013-07-02  8:57   ` Paul Durrant
2013-07-02  8:57   ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-02  9:02     ` Ian Campbell
2013-07-02  9:05       ` Paul Durrant
2013-07-02  9:05       ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-03 10:51         ` James Bulpin
2013-07-03 10:51           ` James Bulpin
2013-07-02  9:02     ` Ian Campbell
2013-07-02  8:56 ` [Qemu-devel] [Xen-devel] " Ian Campbell
2013-07-02  9:14   ` Paul Durrant
2013-07-02  9:56     ` Ian Campbell
2013-07-02  9:56       ` Ian Campbell
2013-07-02 10:15       ` [Qemu-devel] [Xen-devel] " Tim Deegan
2013-07-02 10:23         ` Ian Campbell
2013-07-02 10:31           ` Paul Durrant
2013-07-02 10:31             ` Paul Durrant
2013-07-02 10:48             ` [Qemu-devel] [Xen-devel] " Ian Campbell
2013-07-02 10:54               ` Pasi Kärkkäinen
2013-07-02 10:54                 ` Pasi Kärkkäinen
2013-07-02 10:48             ` Ian Campbell
2013-07-02 10:49             ` Tim Deegan
2013-07-02 10:49             ` [Qemu-devel] [Xen-devel] " Tim Deegan
2013-07-02 10:57               ` Ian Campbell
2013-07-02 10:57                 ` Ian Campbell
2013-07-02 12:35                 ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-02 12:43                   ` Ian Campbell
2013-07-02 12:51                     ` Paul Durrant
2013-07-02 12:51                       ` Paul Durrant
2013-07-02 13:43                       ` [Qemu-devel] [Xen-devel] " Ian Campbell
2013-07-02 13:43                         ` Ian Campbell
2013-07-02 13:56                         ` Paul Durrant
2013-07-02 13:56                         ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-02 14:08                         ` Paul Durrant
2013-07-02 14:22                           ` Ian Campbell
2013-07-02 14:22                           ` [Qemu-devel] [Xen-devel] " Ian Campbell
2013-07-02 14:08                         ` Paul Durrant
2013-07-02 13:36                     ` [Qemu-devel] [Xen-devel] " Alex Bligh
2013-07-02 13:42                       ` [Qemu-devel] " Ian Campbell
2013-07-02 13:42                       ` [Qemu-devel] [Xen-devel] " Ian Campbell
2013-07-02 16:12                         ` [Qemu-devel] " Alex Bligh
2013-07-02 16:12                         ` [Qemu-devel] [Xen-devel] " Alex Bligh
2013-07-02 13:36                     ` [Qemu-devel] " Alex Bligh
2013-07-02 12:43                   ` Ian Campbell
2013-07-02 12:35                 ` Paul Durrant
2013-07-02 12:38               ` Paul Durrant
2013-07-02 12:38               ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-02 10:44           ` Paul Durrant
2013-07-02 10:44           ` [Qemu-devel] [Xen-devel] " Paul Durrant
2013-07-02 10:23         ` Ian Campbell
2013-07-02 10:15       ` Tim Deegan
2013-07-02  9:14   ` Paul Durrant
2013-07-02  8:56 ` Ian Campbell
2013-07-02 10:45 ` [Qemu-devel] " Andreas Färber
2013-07-02 10:52   ` Paul Durrant
2013-07-02 10:52   ` Paul Durrant
2013-07-02 10:54   ` Paolo Bonzini
2013-07-02 10:57     ` Paul Durrant
2013-07-02 10:57     ` Paul Durrant
2013-07-02 11:01       ` Paolo Bonzini
2013-07-02 11:01       ` Paolo Bonzini
2013-07-02 11:10       ` Peter Maydell
2013-07-04  8:37         ` Michael S. Tsirkin [this message]
2013-07-04  8:37         ` Michael S. Tsirkin
2013-07-02 10:54   ` Paolo Bonzini
2013-07-02 14:43 ` Anthony Liguori
2013-07-02 14:43 ` Anthony Liguori
2013-07-02 15:00   ` Paul Durrant
2013-07-02 15:00   ` Paul Durrant
  -- strict thread matches above, loose matches on Subject: below --
2013-07-02 14:03 Paul Durrant
2013-07-02 14:58 ` Peter Maydell
2013-07-02 15:02   ` Paul Durrant
2013-07-02 15:02   ` Paul Durrant
2013-07-02 14:58 ` Peter Maydell
2013-07-24 10:19 ` Gerd Hoffmann
2013-07-26  9:51   ` Paul Durrant
2013-07-26  9:51   ` Paul Durrant
2013-07-24 10:19 ` Gerd Hoffmann

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=20130704083725.GC29342@redhat.com \
    --to=mst@redhat.com \
    --cc=Paul.Durrant@citrix.com \
    --cc=afaerber@suse.de \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=xen-devel@lists.xen.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.