Re: [Xen-devel] [PATCH 1/2] xen: prepare p2m list for memory hotplug

2015-03-19 Thread Paul Bolle
SG(). (I haven't tested this so you're allowed to bark at me if this ends up wasting your time.) Paul Bolle ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH 13/13] xen: allow more than 512 GB of RAM for 64 bit pv-domains

2015-02-18 Thread Paul Bolle
On Wed, 2015-02-18 at 10:37 +0100, Juergen Gross wrote: > On 02/18/2015 10:21 AM, Paul Bolle wrote: > > On Wed, 2015-02-18 at 07:52 +0100, Juergen Gross wrote: > >> +choice > >> + prompt "Support pv-domains larger than 512GB" > >> + default

Re: [Xen-devel] [PATCH 13/13] xen: allow more than 512 GB of RAM for 64 bit pv-domains

2015-02-18 Thread Paul Bolle
> +{ > + bool val = false; > + > + if (!arg) > + val = true; > + else if (strtobool(arg, &val)) > + return 1; > + > + xen_dom0_512gb_limit = val; > + xen_domu_512gb_limit = val; > + > + return 0; > +} > +early_param("xen_512gb_limit", xen_parse_512gb); > + > static void __init xen_add_extra_mem(phys_addr_t start, phys_addr_t size) > { > int i; So one can configure these two limits separately, but the kernel parameter is used for both. Any particular reason? Thanks, Paul Bolle ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH v3 0/2] x86/arm64: add xenconfig

2015-02-10 Thread Paul Bolle
On Tue, 2015-02-10 at 14:21 -0800, David Rientjes wrote: > We need an update to the MAINTAINERS file if "Yann E. MORIN" > isn't the active Kconfig maintainer anymore. Yes, we do. Michal, what update would you suggest? Thanks, Paul Bolle __

Re: [Xen-devel] [PATCH] modify the IO_TLB_SEGSIZE to io_tlb_segsize configurable as flexible requirement about SW-IOMMU.

2015-02-05 Thread Paul Bolle
ttle in this patch that I could say anything interesting about, so I don't really care that much. Thanks, Paul Bolle > arch/mips/cavium-octeon/dma-octeon.c |2 +- > arch/mips/netlogic/common/nlm-dma.c |2 +- > drivers/xen/swiotlb-xen.c|6 +++--- >

Re: [Xen-devel] [PATCH v3 0/2] x86/arm64: add xenconfig

2015-01-29 Thread Paul Bolle
nfig > >> > > >> > Who could these changes go through? > >> > >> I would be OK with taking it in the Xen tree, but I would feel more > >> comfortable doing that if you had an ack from Yann Morin (CC'ed). > > > > *Poke* > > Hey Yann, wondering if you had any feedback. Thanks. Yann has disappeared a year ago. Michal now, informally, keeps an eye on kconfig related patches. Paul Bolle ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel