[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 744195] Re: guest cannot boot with 8 VFs or more
From: |
Yongjie Ren |
Subject: |
[Qemu-devel] [Bug 744195] Re: guest cannot boot with 8 VFs or more |
Date: |
Tue, 28 Aug 2012 03:46:23 -0000 |
This was fixed a long time ago. I just verified it with latest qemu-kvm.git and
kvm.git.
A RHEL6.3 guest can boot up with 10 VFs, and each VF has good network.
So, mark this bug as "fixed" and "verified".
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/744195
Title:
guest cannot boot with 8 VFs or more
Status in QEMU:
Fix Released
Bug description:
Environment:
------------
Host OS (ia32/ia32e/IA64):All
Guest OS (ia32/ia32e/IA64): All
Guest OS Type (Linux/Windows): Linux
kvm.git Commit:a3e2cba1e702cfe15e2ebb20a75b88f02c834d3f
qemu-kvm Commit:2c9bb5d4e5ae3b12ad71bd6a0c1b32003661f53a
Host Kernel Version:2.6.38+
Hardware:Westmere-EP / Sandy Bridge
Bug detailed description:
--------------------------
Guest cannot boot with 8 VFs or more VFs, but guest can boot with 7 VFs.
If you assign hot-plug VFs, after you assigning the 8th VF, you may get the
following message in host.
"kvm_alloc_slot: no free slot available".
And the guest aborts.
Reproduce steps:
----------------
1.try to create a guest with 8 VFs:(the guest cannot boot)
qemu-system-x86_64 -smp 2 -m 1024 -net none -hda /root/rhel6.1-beta1.img
-device pci-assign,host=04:10.0 -device pci-assign,host=04:10.1 -device
pci-assign,host=04:10.2 -device pci-assign,host=04:10.3 -device
pci-assign,host=04:10.4 -device pci-assign,host=04:10.5 -device
pci-assign,host=04:10.6 -device pci-assign,host=04:10.7
2.If you want to assign 8 hot-plug VFs, you may use following command in qemu
monitor after you start a guest.
"device_add pci-assign,host=00:19.0,id=my_nic"
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/744195/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [Bug 744195] Re: guest cannot boot with 8 VFs or more,
Yongjie Ren <=