qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Postcopy minor fixes
@ 2015-11-11 14:02 Dr. David Alan Gilbert (git)
  2015-11-11 14:02 ` [Qemu-devel] [PATCH 1/3] Finish non-postcopiable iterative devices before package Dr. David Alan Gilbert (git)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2015-11-11 14:02 UTC (permalink / raw)
  To: qemu-devel, quintela, amit.shah; +Cc: bharata

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  These are three small fixes for the postcopy code;
the first two coming from Bharata's testing on Power, and
the last one being a text fixup that Eric asked for.

The first only affects setups with another iterable
device (e.g. Power's htab and block migration).
  (Symptom: An error about an unreasonable large package)

The second only affects systems with smaller target pages
than host pages and makes them properly map zero pages.
  (Symptom: Zero pages are fully mapped on the destination)

Dave

Dr. David Alan Gilbert (3):
  Finish non-postcopiable iterative devices before package
  Postcopy: Fix TP!=HP zero case
  migrate-start-postcopy: Improve text

 hmp-commands.hx         |  4 +++-
 include/sysemu/sysemu.h |  2 +-
 migration/migration.c   | 10 ++++++++--
 migration/ram.c         |  2 +-
 migration/savevm.c      | 10 ++++++++--
 qapi-schema.json        |  3 ++-
 6 files changed, 23 insertions(+), 8 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-11-12  8:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 14:02 [Qemu-devel] [PATCH 0/3] Postcopy minor fixes Dr. David Alan Gilbert (git)
2015-11-11 14:02 ` [Qemu-devel] [PATCH 1/3] Finish non-postcopiable iterative devices before package Dr. David Alan Gilbert (git)
2015-11-11 15:14   ` Juan Quintela
2015-11-11 14:02 ` [Qemu-devel] [PATCH 2/3] Postcopy: Fix TP!=HP zero case Dr. David Alan Gilbert (git)
2015-11-11 15:11   ` Juan Quintela
2015-11-11 14:02 ` [Qemu-devel] [PATCH 3/3] migrate-start-postcopy: Improve text Dr. David Alan Gilbert (git)
2015-11-11 15:07   ` Juan Quintela
2015-11-11 16:34   ` Eric Blake
2015-11-11 20:59 ` [Qemu-devel] [PATCH 0/3] Postcopy minor fixes Christian Borntraeger
2015-11-12  8:59   ` Dr. David Alan Gilbert

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).