On 12/15/2011 04:18 PM, Stefan Hajnoczi wrote:
On Thu, Dec 15, 2011 at 02:00:11PM +0800, Hui Kai Ran wrote:
but for virtio blk device , how can i open multifunction ability?
Please search the mailing list archives, Anthony has posted instructions
in previous threads.
Stefan
I found it. than
On Thu, Dec 15, 2011 at 02:00:11PM +0800, Hui Kai Ran wrote:
> but for virtio blk device , how can i open multifunction ability?
Please search the mailing list archives, Anthony has posted instructions
in previous threads.
Stefan
Hi,
It seems that qemu now have the ability to install pci device with
mutlifunction=on, such as
I got a cfg file to start qemu
[device "ehci"]
driver = "ich9-usb-ehci1"
addr = "0d.7"
multifunction = "on"
[device "ehci1"]
driver = "ich9-usb-ehci1"
addr = "0d.3"
multifunction = "on