Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-05-18 Thread George Dunlap
On Thu, May 14, 2015 at 10:28 AM, Ian Campbell wrote: > On Thu, 2015-05-14 at 10:08 +0100, George Dunlap wrote: >> On Fri, Feb 6, 2015 at 5:45 PM, Stefano Stabellini >> wrote: >> >> >> +LINUX_URL=ftp://ftp.kernel.org/pub/linux/kernel/v3.x/$(LINUX_V).tar.xz >> >> >> + >> >> >> +all: $(VMLINUZ) >>

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-05-18 Thread Ian Campbell
On Mon, 2015-05-18 at 11:37 +0100, George Dunlap wrote: > So my unscientific poll (more details below) > > 1. Download tarball: 80MB, 111s (<2m) > > 2. git clone --depth 1: 138MiB, 392s. (~6m30s) > > I'd just go for the tarball, but I'll leave that decision up to you guys. TBH I don't think we

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-05-18 Thread George Dunlap
On 05/18/2015 11:45 AM, Ian Campbell wrote: > On Mon, 2015-05-18 at 11:37 +0100, George Dunlap wrote: >> So my unscientific poll (more details below) >> >> 1. Download tarball: 80MB, 111s (<2m) >> >> 2. git clone --depth 1: 138MiB, 392s. (~6m30s) >> >> I'd just go for the tarball, but I'll leave th

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-05-14 Thread Ian Campbell
On Thu, 2015-05-14 at 10:08 +0100, George Dunlap wrote: > On Fri, Feb 6, 2015 at 5:45 PM, Stefano Stabellini > wrote: > >> >> +LINUX_URL=ftp://ftp.kernel.org/pub/linux/kernel/v3.x/$(LINUX_V).tar.xz > >> >> + > >> >> +all: $(VMLINUZ) > >> > > >> > I think it is best if we git clone it. > >> > >> Is

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-05-14 Thread George Dunlap
On Fri, Feb 6, 2015 at 5:45 PM, Stefano Stabellini wrote: >> >> +LINUX_URL=ftp://ftp.kernel.org/pub/linux/kernel/v3.x/$(LINUX_V).tar.xz >> >> + >> >> +all: $(VMLINUZ) >> > >> > I think it is best if we git clone it. >> >> Is that still true if unpatched 3.18.6 works? I don't know if there >> is a

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-02-09 Thread Ian Campbell
On Fri, 2015-02-06 at 17:45 +, Stefano Stabellini wrote: > That's a good point. I think git clone would be more inline with any > other external project that we use. However I'll let the other > maintainers decide on this. If anything it should be a clone of a push-gated Linux git tree on xe

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-02-06 Thread Stefano Stabellini
On Fri, 6 Feb 2015, Eric Shelton wrote: > On Fri, Feb 6, 2015 at 10:51 AM, Stefano Stabellini > wrote: > > On Tue, 3 Feb 2015, Eric Shelton wrote: > >> This patch adds rules to the Makefile to retrieve Linux and build a > >> minimal kernel for the stubdomain. Using Linux kernel 3.17.8. > >> > >>

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-02-06 Thread Eric Shelton
On Fri, Feb 6, 2015 at 10:51 AM, Stefano Stabellini wrote: > On Tue, 3 Feb 2015, Eric Shelton wrote: >> This patch adds rules to the Makefile to retrieve Linux and build a >> minimal kernel for the stubdomain. Using Linux kernel 3.17.8. >> >> In order to work as a stubdomain, two patches are appl

Re: [Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-02-06 Thread Stefano Stabellini
On Tue, 3 Feb 2015, Eric Shelton wrote: > This patch adds rules to the Makefile to retrieve Linux and build a > minimal kernel for the stubdomain. Using Linux kernel 3.17.8. > > In order to work as a stubdomain, two patches are applied to the Linux > kernel source. Similarly to QEMU, we should g

[Xen-devel] [RFC 2/7] linux-stubdomain: Compile Linux

2015-02-03 Thread Eric Shelton
This patch adds rules to the Makefile to retrieve Linux and build a minimal kernel for the stubdomain. Using Linux kernel 3.17.8. In order to work as a stubdomain, two patches are applied to the Linux kernel source. Signed-off-by: Eric Shelton --- stubdom-linux/.gitignore