From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyzhf-0000gt-Nk for qemu-devel@nongnu.org; Thu, 11 Dec 2014 04:06:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyzha-0008Be-L0 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 04:06:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyzha-0008BR-DA for qemu-devel@nongnu.org; Thu, 11 Dec 2014 04:06:26 -0500 Message-ID: <54895E8B.40900@redhat.com> Date: Thu, 11 Dec 2014 10:06:19 +0100 From: Max Reitz MIME-Version: 1.0 References: <5e582703e36450b9ca939e2e5c9fa3930030f7fe.1418018421.git.jcody@redhat.com> <54856647.1020509@redhat.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Lokesha, Amulya" , Jeff Cody , "qemu-devel@nongnu.org" Cc: "kwolf@redhat.com" , "stefanha@redhat.com" On 2014-12-11 at 05:21, Lokesha, Amulya wrote: > Hi, > > I raised a bug https://bugs.launchpad.net/qemu/+bug/1399191 in the qemu bugzilla and immediately started getting these patch mails. But, I am not seeing any update in the bugzilla site. > Till now I have got 4 patch mails regarding the issue. Please let me know which patch I should apply. Also let me know where can I get the patch files individually to be downloaded. > > We are waiting for the patch to provide to our customers. > > Thanks, > Amulya Hi Amulya, Patches 3 and 4 are absolutely necessary for this issue; however, I would recommend to simply apply all patches of the series. In order to download the patches you can simply save the patch emails and apply them with git am. If for some reason you don't want to use git, patch -p1 works as well. Max