From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQE5Q-00079O-4b for qemu-devel@nongnu.org; Wed, 28 Jun 2017 10:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQE5L-0006DR-98 for qemu-devel@nongnu.org; Wed, 28 Jun 2017 10:36:56 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:35518 helo=relay.sw.ru) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQE5K-0006Cp-TL for qemu-devel@nongnu.org; Wed, 28 Jun 2017 10:36:51 -0400 References: <20170628120530.31251-1-vsementsov@virtuozzo.com> <20170628120530.31251-14-vsementsov@virtuozzo.com> <6e99d1ce-a7e9-af1b-ec84-baae97f348df@virtuozzo.com> <4191c73e-a7d5-2dc2-c359-88e0eb00465c@redhat.com> From: Vladimir Sementsov-Ogievskiy Message-ID: <28106fa1-8e66-d23f-a11c-d6b6ba7f18ca@virtuozzo.com> Date: Wed, 28 Jun 2017 17:36:09 +0300 MIME-Version: 1.0 In-Reply-To: <4191c73e-a7d5-2dc2-c359-88e0eb00465c@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [Qemu-devel] [PATCH v22 13/30] block: new bdrv_reopen_bitmaps_rw interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Eric Blake , qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, armbru@redhat.com, jsnow@redhat.com, famz@redhat.com, den@openvz.org, stefanha@redhat.com 28.06.2017 16:31, Paolo Bonzini wrote: > > On 28/06/2017 15:02, Vladimir Sementsov-Ogievskiy wrote: >> It is interesting, but I see this problem only in your answers, in my >> letters I see this white-space on its place. > That's the good old Thunderbird "format=flowed" bug. > > Vladimir, download > http://people.redhat.com/pbonzini/format-flawed.tar.gz and place it into > ~/.thunderbird//extensions. It works around the bug. unfortunately, with this buttons 'reply' and 'reply to all' do nothing.. > > Paolo > >> 28.06.2017 15:36, Eric Blake wrote: >>> [meta-comment] >>> >>> On 06/28/2017 07:10 AM, Vladimir Sementsov-Ogievskiy wrote: >>>> 28.06.2017 15:05, Vladimir Sementsov-Ogievskiy wrote: >>>>> Add format driver handler, which should mark loaded read-only >>>>> bitmaps as 'IN_USE' in the image and unset read_only field in >>>>> corresponding BdrvDirtyBitmap's. >>>>> >>>>> Signed-off-by: Vladimir Sementsov-Ogievskiy >>>>> Reviewed-by: John Snow >>> Your original message had spaces before '<' in the email addresses, but >>> it got lost here... >>> -- Best regards, Vladimir