Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-08-07 Thread Dr. David Alan Gilbert
* Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: > At some point vmxnet3 live migration stopped working and git-bisect > didn't help finding a working version. > The issue is the PCI configuration space is not being migrated > successfully and MSIX remains masked at destination. > > Remove

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-08 Thread Dr. David Alan Gilbert
* Dmitry Fleytman (dmitry.fleyt...@gmail.com) wrote: > > > > On 8 Jul 2019, at 19:03, Dr. David Alan Gilbert wrote: > > > > * Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: > >> > >> > >>> On 7/5/19 2:14 PM, Sukrit Bhatnagar wrote: > On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-08 Thread Dmitry Fleytman
> On 8 Jul 2019, at 19:03, Dr. David Alan Gilbert wrote: > > * Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: >> >> >>> On 7/5/19 2:14 PM, Sukrit Bhatnagar wrote: On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman wrote: > On 5 Jul 2019, at 4:07, Marcel Apfelbaum

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-08 Thread Marcel Apfelbaum
On 7/8/19 7:03 PM, Dr. David Alan Gilbert wrote: * Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: On 7/5/19 2:14 PM, Sukrit Bhatnagar wrote: On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman wrote: On 5 Jul 2019, at 4:07, Marcel Apfelbaum wrote: At some point vmxnet3 live migration

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-08 Thread Dr. David Alan Gilbert
* Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: > > > On 7/5/19 2:14 PM, Sukrit Bhatnagar wrote: > > On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman > > wrote: > > > > > > > On 5 Jul 2019, at 4:07, Marcel Apfelbaum > > > > wrote: > > > > > > > > At some point vmxnet3 live migration

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-05 Thread Marcel Apfelbaum
On 7/5/19 2:14 PM, Sukrit Bhatnagar wrote: On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman wrote: On 5 Jul 2019, at 4:07, Marcel Apfelbaum wrote: At some point vmxnet3 live migration stopped working and git-bisect didn't help finding a working version. The issue is the PCI configuration

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-05 Thread Sukrit Bhatnagar
On Fri, 5 Jul 2019 at 16:29, Dmitry Fleytman wrote: > > > > On 5 Jul 2019, at 4:07, Marcel Apfelbaum wrote: > > > > At some point vmxnet3 live migration stopped working and git-bisect > > didn't help finding a working version. > > The issue is the PCI configuration space is not being migrated >

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-05 Thread Dmitry Fleytman
> On 5 Jul 2019, at 4:07, Marcel Apfelbaum wrote: > > At some point vmxnet3 live migration stopped working and git-bisect > didn't help finding a working version. > The issue is the PCI configuration space is not being migrated > successfully and MSIX remains masked at destination. > > Remove

Re: [Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-05 Thread Sukrit Bhatnagar
On Fri, 5 Jul 2019 at 06:38, Marcel Apfelbaum wrote: > > At some point vmxnet3 live migration stopped working and git-bisect > didn't help finding a working version. > The issue is the PCI configuration space is not being migrated > successfully and MSIX remains masked at destination. > > Remove

[Qemu-devel] [PATCH] hw/net: fix vmxnet3 live migration

2019-07-04 Thread Marcel Apfelbaum
At some point vmxnet3 live migration stopped working and git-bisect didn't help finding a working version. The issue is the PCI configuration space is not being migrated successfully and MSIX remains masked at destination. Remove the migration differentiation between PCI and PCIe since the logic