From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: Re: KVM call agenda for Jan 11 Date: Mon, 10 Jan 2011 14:32:40 +0100 Message-ID: References: Reply-To: quintela@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-devel , Chris Wright To: qemu-devel@nongnu.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19998 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753722Ab1AJNdm (ORCPT ); Mon, 10 Jan 2011 08:33:42 -0500 In-Reply-To: (Juan Quintela's message of "Mon, 10 Jan 2011 12:59:22 +0100") Sender: kvm-owner@vger.kernel.org List-ID: Juan Quintela wrote: > Juan Quintela wrote: > > Now sent it to the right kvm list. Sorry for the second sent. > >> Please send any agenda items you are interested in covering. >> >> - KVM Forum 2011 (Jes). >> >> thanks, Juan. - migration and block devices: a mess. * patches I sent last week: only work for root (for some definition of work) * qemu is used as non-root user. * forcing to have cache=none solves the issue * we use migrate not only for live migration, but also for save/resume. At this point only 4 ideas remaining: * -incoming-this-is-a-live-migration (or the opposite -incoming-this-is-a-restore-operation) * just forche cache=none if you want to call migration code. * let management app to do the right thing (it can check for cache=none) * do nothing and pray? Later, Juan.