Bug 516545
Summary: | qemu-kvm crashed when setting 32bitwin28k with 64G ram | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Miya Chen <michen> |
Component: | kvm | Assignee: | Gleb Natapov <gleb> |
Status: | CLOSED ERRATA | QA Contact: | Lawrence Lim <llim> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | CC: | knoel, lihuang, ovirt-maint, tburke, tools-bugs, virt-maint, ykaul |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kvm-83-134.el5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-30 07:56:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Miya Chen
2009-08-10 11:51:15 UTC
FYI on AMD host . can not boot the guest with 64GB RAM https://bugzilla.redhat.com/show_bug.cgi?id=517223#c1 does -smp 1 work? Verified in kvm-83-139.el5, this problem does not exist. steps: 1. boot win2008-32-DC with 64G mem: /usr/libexec/qemu-kvm -rtc-td-hack -no-hpet -usbdevice tablet -cpu qemu64,+sse2 -drive file=win28k-32-virtio.qcow2,if=virtio,boot=on,format=qcow2,cache=off -smp 8 -m 64G -vnc :2 -net nic,macaddr=20:20:20:11:11:90,model=e1000,vlan=0 -net tap,script=/root/qemu-ifup,vlan=0 -monitor stdio -balloon none Actual result: guest can boot up successfully and check physical mem in task manager, it is 64G. guest works fine after one hour. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0271.html |