Reviewed-by: Dotan Barak
From: Marcel Apfelbaum
To: qemu-devel@nongnu.org
Cc: ehabk...@redhat.com; yuval.sh...@oracle.com; mar...@redhat.com;
pbonz...@redhat.com; m...@redhat.com; coh...@redhat.com; dotan...@yahoo.com
Sent: Thursday, February 1, 2018 10:55 PM
Subject: [Qemu-devel
> -Original Message-
> From: Knut Omang [mailto:knut.om...@oracle.com]
> Sent: Thursday, October 22, 2015 4:48 PM
> To: Michael S. Tsirkin
> Cc: qemu-devel@nongnu.org; Paolo Bonzini ; Richard
> Henderson ; Eduardo Habkost ; Alex
> Williamson ; Marcel Apfelbaum
> ; Jan Kiszka ;
abkost ; Michael S.
> Tsirkin ; Alex Williamson ;
> Marcel Apfelbaum ; Jan Kiszka ;
> Gonglei (Arei) ; Dotan Barak
> ; Richard W.M. Jones ; Knut
> Omang
> Subject: [PATCH v6 2/4] pcie: Add support for Single Root I/O Virtualization
> (SR/IOV)
>
> This patch provides th
Hi all.
>From reading the QEMU source code, I can see that it can emulate native PCI
device(s).
I wonder, can such emulated PCI device support SR-IOV and expose Virtual
Functions?
If Virtual Functions are supported, can they be used in a nested
virtualization and assigned to the most inner Virt
Hi.
>From reading the QEMU source code, I can see that it can emulate native PCI
device(s).
I wonder, can such emulated PCI device support SR-IOV and expose Virtual
Functions?
Those Virtual Functions will be used in a nested virtualization and
assigned to the most inner Virtual Machines.
Thanks