Bug 612801
Summary: | balloon: win7 x86 guest quit with"virtio: trying to map MMIO memory" when checking balloon info using qmp | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Shirley Zhou <szhou> |
Component: | virtio-win | Assignee: | Vadim Rozenfeld <vrozenfe> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | amit.shah, juzhang, llim, mshao, tburke, ykaul |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
A virtual machine must be restarted after the installation of the kernel windows driver framework. If the virtual machine is not restarted it may crash when a memory balloon is operation is performed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-11 16:30:50 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
Shirley Zhou
2010-07-09 04:59:22 UTC
Did you restart VM after step 2 or 3? (In reply to comment #2) > Did you restart VM after step 2 or 3? No restart after step 2 and step 3. VM must be restarted after first-time KWDF framework installation. Usually KMDF co-installer notices the fact that framework was installed first time and asks for rebooting. (In reply to comment #4) > VM must be restarted after first-time KWDF framework installation. Usually KMDF > co-installer notices the fact that framework was installed first time and asks > for rebooting. Hi, Vadim There is no pop-up info to remind restart after install virtio balloon driver. (In reply to comment #5) > (In reply to comment #4) > > VM must be restarted after first-time KWDF framework installation. Usually KMDF > > co-installer notices the fact that framework was installed first time and asks > > for rebooting. > Hi, Vadim > There is no pop-up info to remind restart after install virtio balloon driver. If you reboot it, will it work? (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > VM must be restarted after first-time KWDF framework installation. Usually KMDF > > > co-installer notices the fact that framework was installed first time and asks > > > for rebooting. > > Hi, Vadim > > There is no pop-up info to remind restart after install virtio balloon driver. > > If you reboot it, will it work? After I reboot this guest, and using qmp checking balloon info for ten times,can not reproduce this issue. ok, I think we can close this issue and note the reboot in release notes. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: The VM must be restarted after first-time KWDF framework installation. Without restart, the VM might access unprivileged memory when the balloon is used. This will lead to VM crash. Verify this bug with virtio-win-1.1.11 on qemu-kvm-0.12.1.2-2.109.el6.x86_64 as following: 1. start win7 x86 guest using virt manager 2. install virtio balloon driver 3. reboot guest 4. install balloon service 5. reboot guest 6. after about 15 mins, check libvirt log, we can see query balloon many times, and guest still runs ok [root@t78 libvirt]# cat libvirtd.log |grep query-balloon|wc -l 1005 This bug has been fixed. change status to verified. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -The VM must be restarted after first-time KWDF framework installation. Without restart, the VM might access unprivileged memory when the balloon is used. This will lead to VM crash.+A virtual machine must be restarted after the installation of the kernel windows driver framework. If the virtual machine is not restarted it may crash when a memory balloon is operation is performed. Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |