xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 2] Virq for low memory condition, V4
@ 2012-03-01  2:25 Andres Lagar-Cavilla
  2012-03-01  2:25 ` [PATCH 1 of 2] Global virq for low memory situations Andres Lagar-Cavilla
  2012-03-01  2:25 ` [PATCH 2 of 2] Lowmemd: Simple demo code to show use of VIRQ_ENOMEM Andres Lagar-Cavilla
  0 siblings, 2 replies; 7+ messages in thread
From: Andres Lagar-Cavilla @ 2012-03-01  2:25 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.campbell, andres, tim, JBeulich, ian.jackson, adin

Changes form V3 posted Feb 28th
- lowmemd is now xen-lowmemd
- .hgignore rune added for xen-lowmemd
- User can specify zero on the command line to disable the virq altogether
- Addressed two comments from Jan Beulich
  + Better detection of no user-provided command line threshold
  + Deal with the case in which the threshold may end up being zero.

Patch 1 is hypervisor (xen/common bits), patch 2 is tools.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

 xen/common/page_alloc.c  |  112 +++++++++++++++++++++++++++++++++++
 xen/include/public/xen.h |    1 +
 .hgignore                |    1 +
 tools/misc/Makefile      |    7 +-
 tools/misc/xen-lowmemd.c |  148 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 267 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2012-03-01 21:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01  2:25 [PATCH 0 of 2] Virq for low memory condition, V4 Andres Lagar-Cavilla
2012-03-01  2:25 ` [PATCH 1 of 2] Global virq for low memory situations Andres Lagar-Cavilla
2012-03-01 19:19   ` Dan Magenheimer
2012-03-01 19:26     ` Andres Lagar-Cavilla
2012-03-01 21:08       ` Dan Magenheimer
2012-03-01  2:25 ` [PATCH 2 of 2] Lowmemd: Simple demo code to show use of VIRQ_ENOMEM Andres Lagar-Cavilla
2012-03-01 15:30   ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).