From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH 0/3] KVM: remove dummy pages Date: Mon, 23 Jul 2012 22:03:19 +0800 Message-ID: <500D59A7.9060503@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , LKML , KVM To: Avi Kivity Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Currently, kvm allocates some pages and use then as error indicators, it wastes memory and is not good for scalability. In this patchset, we introduce some error code instead of the pages to indicate the error conditions.