Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-11 Thread Cédric Le Goater
Better to fix than to guess if there are users, I think. Yes, but it will require some knowledge of s390x, which I cannot provide. Commit 57da367b9ec4 ("s390x/pci: forbid multifunction pci device") says having a multifunction device will make the guest spin forever. That is not what Cédric obs

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-11 Thread Michael S. Tsirkin
On Wed, Sep 11, 2024 at 12:05:46PM +0900, Akihiko Odaki wrote: > On 2024/09/11 0:27, Michael S. Tsirkin wrote: > > On Tue, Sep 10, 2024 at 04:13:14PM +0200, Cédric Le Goater wrote: > > > On 9/10/24 15:34, Michael S. Tsirkin wrote: > > > > On Tue, Sep 10, 2024 at 03:21:54PM +0200, Cédric Le Goater w

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Akihiko Odaki
On 2024/09/11 0:27, Michael S. Tsirkin wrote: On Tue, Sep 10, 2024 at 04:13:14PM +0200, Cédric Le Goater wrote: On 9/10/24 15:34, Michael S. Tsirkin wrote: On Tue, Sep 10, 2024 at 03:21:54PM +0200, Cédric Le Goater wrote: On 9/10/24 11:33, Akihiko Odaki wrote: On 2024/09/10 18:21, Michael S.

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Michael S. Tsirkin
On Tue, Sep 10, 2024 at 04:13:14PM +0200, Cédric Le Goater wrote: > On 9/10/24 15:34, Michael S. Tsirkin wrote: > > On Tue, Sep 10, 2024 at 03:21:54PM +0200, Cédric Le Goater wrote: > > > On 9/10/24 11:33, Akihiko Odaki wrote: > > > > On 2024/09/10 18:21, Michael S. Tsirkin wrote: > > > > > On Fri,

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Cédric Le Goater
On 9/10/24 15:34, Michael S. Tsirkin wrote: On Tue, Sep 10, 2024 at 03:21:54PM +0200, Cédric Le Goater wrote: On 9/10/24 11:33, Akihiko Odaki wrote: On 2024/09/10 18:21, Michael S. Tsirkin wrote: On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: Supersedes: <20240714-rombar-v2-0-

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Michael S. Tsirkin
On Tue, Sep 10, 2024 at 03:21:54PM +0200, Cédric Le Goater wrote: > On 9/10/24 11:33, Akihiko Odaki wrote: > > On 2024/09/10 18:21, Michael S. Tsirkin wrote: > > > On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: > > > > Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> > > >

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Cédric Le Goater
On 9/10/24 11:33, Akihiko Odaki wrote: On 2024/09/10 18:21, Michael S. Tsirkin wrote: On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto") I submitted a RFC series[1]

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Michael S. Tsirkin
On Tue, Sep 10, 2024 at 06:33:01PM +0900, Akihiko Odaki wrote: > On 2024/09/10 18:21, Michael S. Tsirkin wrote: > > On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: > > > Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> > > > ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnO

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Akihiko Odaki
On 2024/09/10 18:21, Michael S. Tsirkin wrote: On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto") I submitted a RFC series[1] to add support for SR-IOV emulation to v

Re: [PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-09-10 Thread Michael S. Tsirkin
On Fri, Aug 23, 2024 at 02:00:37PM +0900, Akihiko Odaki wrote: > Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> > ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto") > > I submitted a RFC series[1] to add support for SR-IOV emulation to > virtio-net-pci. During the development of

[PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements

2024-08-22 Thread Akihiko Odaki
Supersedes: <20240714-rombar-v2-0-af1504ef5...@daynix.com> ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto") I submitted a RFC series[1] to add support for SR-IOV emulation to virtio-net-pci. During the development of the series, I fixed some trivial bugs and made improvements that I think