[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned networ
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned network devices |
Date: |
Tue, 6 Aug 2019 04:43:35 -0400 |
On Mon, Aug 05, 2019 at 08:49:49PM +0200, Jens Freimann wrote:
> On Mon, Aug 05, 2019 at 10:22:25AM -0400, Michael S. Tsirkin wrote:
> > On Mon, Aug 05, 2019 at 03:12:15PM +0200, Jens Freimann wrote:
> > > On Fri, Aug 02, 2019 at 11:22:10AM -0400, Michael S. Tsirkin wrote:
> > > > On Fri, Aug 02, 2019 at 05:05:56PM +0200, Jens Freimann wrote:
> > > > > This is implementing the host side of the net_failover concept
> > > > > (https://www.kernel.org/doc/html/latest/networking/net_failover.html)
> > > > >
> > > > > Changes since v1:
> > >
> > > [...]
> > >
> > > > Didn't read this yet, one question: how do migration commands look
> > > > like?
> > >
> > > You mean the hmp commands I think:
> > >
> > > migrate -d tcp:host:port
> > >
> > > and to cancel
> > >
> > > migrate_cancel
> > >
> > >
> > > regards,
> > > Jens
> >
> > Sorry, no. I mean the command line on the incoming side.
>
> It looks the same with -incoming tcp:0:4444 added. Pci address of
> vfio-pci device can be changed.
Sounds good. And I assume one can also skip the vfio device and
hotplug it later, right?
> >
> > --
> > MST
> >
- [Qemu-devel] [PATCH 4/9] migration: allow unplug during migration for failover devices, (continued)
- [Qemu-devel] [PATCH 4/9] migration: allow unplug during migration for failover devices, Jens Freimann, 2019/08/02
- [Qemu-devel] [PATCH 5/9] qapi: add unplug primary event, Jens Freimann, 2019/08/02
- [Qemu-devel] [PATCH 6/9] qapi: Add failover negotiated event, Jens Freimann, 2019/08/02
- [Qemu-devel] [PATCH 7/9] migration: Add new migration state wait-unplug, Jens Freimann, 2019/08/02
- [Qemu-devel] [PATCH 8/9] pci: mark devices partially unplugged, Jens Freimann, 2019/08/02
- [Qemu-devel] [PATCH 9/9] pci: mark device having guest unplug request pending, Jens Freimann, 2019/08/02
- Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned network devices, Michael S. Tsirkin, 2019/08/02
Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned network devices, no-reply, 2019/08/02
Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned network devices, no-reply, 2019/08/02
Re: [Qemu-devel] [PATCH v2 0/9] add failover feature for assigned network devices, Michael S. Tsirkin, 2019/08/12