All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: remove dummy pages
@ 2012-07-23 14:03 Xiao Guangrong
  2012-07-23 14:05 ` [PATCH 1/3] KVM: MMU: using kvm_release_pfn_clean to release pfn Xiao Guangrong
  2012-07-24  2:13 ` [PATCH 0/3] " Xiao Guangrong
  0 siblings, 2 replies; 5+ messages in thread
From: Xiao Guangrong @ 2012-07-23 14:03 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, LKML, KVM

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-24  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 14:03 [PATCH 0/3] KVM: remove dummy pages Xiao Guangrong
2012-07-23 14:05 ` [PATCH 1/3] KVM: MMU: using kvm_release_pfn_clean to release pfn Xiao Guangrong
2012-07-23 14:06   ` [PATCH 2/3] KVM: use kvm_release_page_clean to guest page Xiao Guangrong
2012-07-23 14:07   ` [PATCH 3/3] KVM: remove dummy pages Xiao Guangrong
2012-07-24  2:13 ` [PATCH 0/3] " Xiao Guangrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.