From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWUjE-0006zl-8G for qemu-devel@nongnu.org; Thu, 30 Jul 2009 08:27:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWUj9-0006uM-16 for qemu-devel@nongnu.org; Thu, 30 Jul 2009 08:27:23 -0400 Received: from [199.232.76.173] (port=52009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWUj8-0006u7-Mc for qemu-devel@nongnu.org; Thu, 30 Jul 2009 08:27:18 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33955) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWUj8-00032G-6D for qemu-devel@nongnu.org; Thu, 30 Jul 2009 08:27:18 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWUj6-0000hO-Ty for qemu-devel@nongnu.org; Thu, 30 Jul 2009 08:27:17 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH v2] make windows notice media change Date: Thu, 30 Jul 2009 13:27:12 +0100 References: <20090729120719.GN30449@redhat.com> <200907292105.19006.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907301327.13715.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Filip Navara , "qemu-devel@nongnu.org" , Gleb Natapov > Think about a sysadmin that kept his server running for the last X years > in a VM using xen (or kvm) and now wants to upgrade his host. > Is he supposed to reboot the VM as well? > Are we seriously suggesting that everytime the hypervisor is upgraded > the sysadmin must reboot all his VMs? I'd expect that stable branches would make effort to not break the snapshot/migration format. I think it's entirely reasonable to require a VM reboot when you do a major hypervisor upgrade. I'd expect this to be the least of your problems. Paul