From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTRhW-0004Ib-4u for qemu-devel@nongnu.org; Thu, 14 Jun 2018 08:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTRhV-0000WD-DQ for qemu-devel@nongnu.org; Thu, 14 Jun 2018 08:50:06 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38180 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTRhV-0000VZ-8S for qemu-devel@nongnu.org; Thu, 14 Jun 2018 08:50:05 -0400 Date: Thu, 14 Jun 2018 15:50:03 +0300 From: "Michael S. Tsirkin" Message-ID: <20180614144414-mutt-send-email-mst@kernel.org> References: <1525734594-11134-1-git-send-email-sridhar.samudrala@intel.com> <20180611202207-mutt-send-email-mst@kernel.org> <20180612051432-mutt-send-email-mst@kernel.org> <23fc4aa4-ec41-d6e2-3354-10cbfc13b7ec@intel.com> <20180612142557-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [virtio-dev] Re: [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Siwei Liu Cc: "Samudrala, Sridhar" , Jason Wang , Alexander Duyck , virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org, Jiri Pirko , Jakub Kicinski , Netdev , "Brandeburg, Jesse" , virtualization@lists.linux-foundation.org, aaron.f.brown@intel.com On Wed, Jun 13, 2018 at 06:02:01PM -0700, Siwei Liu wrote: > >> And it's the guest that needs failover support not the VM. > > > > > > Isn't guest and VM synonymous? Guest is whatever software is running on top of the hypervisor. The virtual machine is the interface between the two. -- MST