All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org
Cc: arei.gonglei@huawei.com, peterx@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 6/7] exec: Factor out section_covers_addr
Date: Tue, 1 Mar 2016 10:42:49 +0100	[thread overview]
Message-ID: <56D56419.7050409@redhat.com> (raw)
In-Reply-To: <1456813104-25902-7-git-send-email-famz@redhat.com>



On 01/03/2016 07:18, Fam Zheng wrote:
> +    /* Memory topology clips a memory region to 2^64, size.hi >= 0 means the
> +     * section must cover any addr. */

Small improvement:

    /* Memory topology clips a memory region to [0, 2^64); size.hi > 0 means
     * the section must cover the entire address space.
     */

Paolo

  parent reply	other threads:[~2016-03-01  9:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-01  6:18 [Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 1/7] exec: Return RAMBlock pointer from allocating functions Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 2/7] memory: Move assignment to ram_block to memory_region_init_* Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 3/7] memory: Implement memory_region_get_ram_addr with mr->ram_block Fam Zheng
2016-03-01  6:58   ` Gonglei (Arei)
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 4/7] memory: Drop MemoryRegion.ram_addr Fam Zheng
2016-03-07  9:17   ` [Qemu-devel] [PATCH] scripts: Fix dump-guest-memory.py for MemoryRegion.ram_block removal Fam Zheng
2016-03-07  9:37     ` Laszlo Ersek
2016-03-07  9:45       ` Fam Zheng
2016-03-07 10:08         ` Laszlo Ersek
2016-03-07 13:00     ` Paolo Bonzini
2016-03-07 16:35     ` Janosch Frank
2016-03-08  7:54       ` Janosch Frank
2016-03-08  8:54         ` Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 5/7] exec: Pass RAMBlock pointer to qemu_ram_free Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 6/7] exec: Factor out section_covers_addr Fam Zheng
2016-03-01  7:23   ` Peter Xu
2016-03-01  9:42   ` Paolo Bonzini [this message]
2016-03-02  2:24     ` Fam Zheng
2016-03-01  6:18 ` [Qemu-devel] [PATCH v2 7/7] exec: Introduce AddressSpaceDispatch.mru_section Fam Zheng
2016-03-01  9:43 ` [Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate Paolo Bonzini
2016-03-07  8:53 ` Laszlo Ersek
2016-03-07  9:04   ` Fam Zheng

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=56D56419.7050409@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=famz@redhat.com \
    --cc=peterx@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.