All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen: Allow xen tools to run in guest using 64K page granularity
@ 2015-05-11 11:55 Julien Grall
  2015-05-11 11:55 ` [PATCH 1/2] tools/xenstored: Use XC_PAGE_SIZE rather than getpagesize() Julien Grall
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Julien Grall @ 2015-05-11 11:55 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, ian.campbell, tim, ian.jackson, Julien Grall,
	stefano.stabellini

Hi all,

This small series are the only changes required in Xen in order to run a guest
using 64K page granularity on top of an unmodified Xen.

I'd like feedback from maintainers tools to know if it might be worth to
introduce a function xc_pagesize() replicating the behavior of getpagesize()
for Xen.

Sincerely yours,

Julien Grall (2):
  tools/xenstored: Use XC_PAGE_SIZE rather than getpagesize()
  tools/xenconsoled: Use XC_PAGE_SIZE rather than getpagesize()

 tools/console/daemon/io.c         | 4 ++--
 tools/xenstore/xenstored_domain.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-20 14:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 11:55 [PATCH 0/2] xen: Allow xen tools to run in guest using 64K page granularity Julien Grall
2015-05-11 11:55 ` [PATCH 1/2] tools/xenstored: Use XC_PAGE_SIZE rather than getpagesize() Julien Grall
2015-05-11 11:55 ` [PATCH 2/2] tools/xenconsoled: " Julien Grall
2015-06-23 16:54 ` [PATCH 0/2] xen: Allow xen tools to run in guest using 64K page granularity Julien Grall
2015-06-25 10:21 ` Wei Liu
2015-06-25 11:23   ` Ian Campbell
2015-06-25 11:45     ` Wei Liu
2015-06-25 14:10     ` Julien Grall
2015-07-07 12:20     ` Julien Grall
2015-07-07 15:19       ` Ian Campbell
2015-07-20 13:57         ` Julien Grall
2015-07-20 14:06           ` Ian Campbell
2015-06-25 12:58 ` Wei Liu

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.