All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hui Kai Ran <hkran@linux.vnet.ibm.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] multifunction  pci virtio-blk devices
Date: Thu, 15 Dec 2011 14:00:11 +0800	[thread overview]
Message-ID: <4EE98CEB.6080509@linux.vnet.ibm.com> (raw)

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"

[device "ehci2"]
   driver = "ich9-usb-ehci1"
   addr = "0d.4"
   multifunction = "on"

[device "ehci3"]
   driver = "ich9-usb-ehci1"
   addr = "0d.5"
   multifunction = "on"

I end up with four usb controllers in one slot.

but for virtio blk device , how can i open multifunction ability?

Thanks.

             reply	other threads:[~2011-12-15  6:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15  6:00 Hui Kai Ran [this message]
2011-12-15  8:18 ` [Qemu-devel] multifunction pci virtio-blk devices Stefan Hajnoczi
2011-12-16  7:14   ` Hui Kai Ran

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=4EE98CEB.6080509@linux.vnet.ibm.com \
    --to=hkran@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.