From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration Date: Mon, 8 Aug 2016 09:15:58 -0700 Message-ID: <57A8B03E.4080709@intel.com> References: <1470638134-24149-1-git-send-email-liang.z.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: virtualization@lists.linux-foundation.org, linux-mm@kvack.org, virtio-dev@lists.oasis-open.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, quintela@redhat.com, dgilbert@redhat.com To: Liang Li , linux-kernel@vger.kernel.org Return-path: In-Reply-To: <1470638134-24149-1-git-send-email-liang.z.li@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 08/07/2016 11:35 PM, Liang Li wrote: > Dave Hansen suggested a new scheme to encode the data structure, > because of additional complexity, it's not implemented in v3. FWIW, I don't think it takes any additional complexity here, at least in the guest implementation side. The thing I suggested would just mean explicitly calling out that there was a single bitmap instead of implying it in the ABI. Do you think the scheme I suggested is the way to go?