qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: FelixCuioc <FelixCui-oc@zhaoxin.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	 Eduardo Habkost <ehabkost@redhat.com>,
	Alex Williamson <alex.williamson@redhat.com>
Cc: TonyWWang-oc@zhaoxin.com, FelixCui-oc <FelixCui-oc@zhaoxin.com>,
	qemu-devel@nongnu.org, CobeChen-oc@zhaoxin.com
Subject: [PATCH 1/1] Remove flatview_simplify()
Date: Sun, 6 Dec 2020 16:21:42 +0800	[thread overview]
Message-ID: <20201206082142.7519-2-FelixCui-oc@zhaoxin.com> (raw)
In-Reply-To: <20201206082142.7519-1-FelixCui-oc@zhaoxin.com>

From: FelixCui-oc <FelixCui-oc@zhaoxin.com>

Flatview_simplify() will cause some innocent mappings
to be unmapped.

Signed-off-by: FelixCui-oc <FelixCui-oc@zhaoxin.com>
Signed-off-by: FelixCuioc <FelixCui-oc@zhaoxin.com>
---
 softmmu/memory.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/softmmu/memory.c b/softmmu/memory.c
index 11ca94d037..66d36dcac4 100644
--- a/softmmu/memory.c
+++ b/softmmu/memory.c
@@ -733,7 +733,6 @@ static FlatView *generate_memory_topology(MemoryRegion *mr)
                              addrrange_make(int128_zero(), int128_2_64()),
                              false, false);
     }
-    flatview_simplify(view);
 
     view->dispatch = address_space_dispatch_new(view);
     for (i = 0; i < view->nr; i++) {
-- 
2.17.1



  reply	other threads:[~2020-12-06  8:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06  8:21 [PATCH 0/1] Remove flatview_simplify() FelixCuioc
2020-12-06  8:21 ` FelixCuioc [this message]
2020-12-06 10:10   ` [PATCH 1/1] " Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2021-03-29 12:14 [PATCH 0/1] " FelixCuioc
2021-03-29 12:14 ` [PATCH 1/1] " FelixCuioc
2021-03-30 16:33   ` Richard Henderson
2021-03-30 16:35     ` Paolo Bonzini

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=20201206082142.7519-2-FelixCui-oc@zhaoxin.com \
    --to=felixcui-oc@zhaoxin.com \
    --cc=CobeChen-oc@zhaoxin.com \
    --cc=TonyWWang-oc@zhaoxin.com \
    --cc=alex.williamson@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).