Re: [Qemu-devel] [PATCH V9 3/4] pvrdma: initial implementation

2018-02-02 Thread Dotan Barak via Qemu-devel
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

Re: [Qemu-devel] [PATCH v6 0/4] pcie: Add support for Single Root I/O Virtualization

2015-10-22 Thread Dotan Barak
> -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 ;

Re: [Qemu-devel] [PATCH v6 2/4] pcie: Add support for Single Root I/O Virtualization (SR/IOV)

2015-10-22 Thread Dotan Barak
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

[Qemu-devel] Can emulated PCI device support Virtual Functions?

2015-06-07 Thread Dotan Barak
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

[Qemu-devel] Can emulated PCI device support Virtual Functions?

2015-06-07 Thread Dotan Barak
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