From: "SourceForge.net" <noreply@sourceforge.net>
To: noreply@sourceforge.net
Subject: [ kvm-Bugs-1971512 ] failure to migrate guests with more than 4GB of RAM
Date: Mon, 26 May 2008 09:48:12 -0700 [thread overview]
Message-ID: <E1K0fro-0002ZB-KF@sc8-sf-web23.sourceforge.net> (raw)
Bugs item #1971512, was opened at 2008-05-24 17:45
Message generated for change (Comment added) made by aliguori
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1971512&group_id=180599
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Private: No
Submitted By: Marcelo Tosatti (mtosatti)
Assigned to: Anthony Liguori (aliguori)
Summary: failure to migrate guests with more than 4GB of RAM
Initial Comment:
The migration code assumes linear "phys_ram_base":
[root@localhost kvm-userspace.tip]# qemu/x86_64-softmmu/qemu-system-x86_64 -hda /root/images/marcelo5-io-test.img -m 4097 -net nic,model=rtl8139 -net tap,script=/root/iptables/ifup -incoming tcp://0:4444/
audit_log_user_command(): Connection refused
audit_log_user_command(): Connection refused
migration: memory size mismatch: recv 22032384 mine 4316999680
migrate_incoming_fd failed (rc=232)
----------------------------------------------------------------------
>Comment By: Anthony Liguori (aliguori)
Date: 2008-05-26 12:48
Message:
Logged In: YES
user_id=120449
Originator: NO
The issue isn't actually the use of phys_ram_base. In the case of
migration, we don't care about the layout of physical memory. We just want
to look at memory from phys_ram_base .. ram_size.
The problem is that we encode physical addresses in the migration protocol
as 32-bit values. We'll need to figure out a way to switch to encoding
PFNs while maintaining backwards compatibility with the current code.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1971512&group_id=180599
next reply other threads:[~2008-05-26 16:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-26 16:48 SourceForge.net [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-11-23 19:18 [ kvm-Bugs-1971512 ] failure to migrate guests with more than 4GB of RAM SourceForge.net
2008-11-23 19:18 SourceForge.net
2008-11-25 5:52 SourceForge.net
2008-12-08 2:22 SourceForge.net
2008-12-10 3:09 SourceForge.net
2008-12-14 15:45 SourceForge.net
2008-12-16 2:37 SourceForge.net
2009-06-05 0:00 SourceForge.net
2009-08-21 6:38 SourceForge.net
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=E1K0fro-0002ZB-KF@sc8-sf-web23.sourceforge.net \
--to=noreply@sourceforge.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