[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5010C008.4030304@linux.vnet.ibm.com>
Date: Thu, 26 Jul 2012 11:56:56 +0800
From: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
To: Avi Kivity <avi@...hat.com>
CC: Marcelo Tosatti <mtosatti@...hat.com>,
LKML <linux-kernel@...r.kernel.org>, KVM <kvm@...r.kernel.org>
Subject: [PATCH v2 0/3] KVM: remove dummy pages
Changelog:
correct some typos in the title/changelog.
Currently, kvm allocates some pages (e.g: bad_page/fault_page) and use them
as error indicators, it wastes memory and is not good for scalability.
Base on Avi's suggestion, in this patchset, we introduce some error codes
instead of these pages to indicate the error conditions.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists