Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Jan Beulich
>>> On 12.11.15 at 18:09, wrote: > On Thu, 2015-11-12 at 08:44 -0700, Jan Beulich wrote: >> > > > On 12.11.15 at 14:41, wrote: >> > Hello, all. I'd like to have set of commands that would boot xen on all >> > platforms. I thought of following set: >> > >> > xen_hypervisor FILE XEN_OPTIONS >> > x

[PATCH] efinet: check for broken firmware

2015-11-12 Thread Josef Bacik
The firmware bug I've been tracking down has been too extensive to work around effectively. Basically once we switch to EXCLUSIVE everything is completely horked. I can add a multicast filter but it's timing sensitive, so it has to be done at least 10 seconds after initialization for it to take p

Re: [PATCH] tcp: make GRUB honor TCP MSS option

2015-11-12 Thread Andrei Borzenkov
27.10.2015 14:49, Ignat Korchagin пишет: Currently, GRUB neither parses nor announces TCP MSS option. According to RFC 879 and its successors if the MSS option is not present the default TCP segment size is 536. Well ... 536 is max common denominator. If you intend to support larger size, you

Re: [PATCH] broken ESC navigation if authentication is used

2015-11-12 Thread Andrei Borzenkov
08.11.2015 23:55, Vladimir 'φ-coder/phcoder' Serbinenko пишет: On 11.06.2015 05:55, Andrei Borzenkov wrote: В Wed, 10 Jun 2015 21:35:51 +0200 "Vladimir 'phcoder' Serbinenko" пишет: This patch may allow to escape to shell if menu was called from context without menu entries. This may happen in

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Andrei Borzenkov
12.11.2015 20:08, Jan Beulich пишет: On 12.11.15 at 17:58, wrote: 12.11.2015 18:44, Jan Beulich пишет: On 12.11.15 at 14:41, wrote: Hello, all. I'd like to have set of commands that would boot xen on all platforms. I thought of following set: xen_hypervisor FILE XEN_OPTIONS xen_kernel FILE

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Ian Campbell
On Thu, 2015-11-12 at 08:44 -0700, Jan Beulich wrote: > > > > On 12.11.15 at 14:41, wrote: > > Hello, all. I'd like to have set of commands that would boot xen on all > > platforms. I thought of following set: > > > > xen_hypervisor FILE XEN_OPTIONS > > xen_kernel FILE KERNEL_OPTIONS > > xen_init

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Jan Beulich
>>> On 12.11.15 at 17:58, wrote: > 12.11.2015 18:44, Jan Beulich пишет: > On 12.11.15 at 14:41, wrote: >>> Hello, all. I'd like to have set of commands that would boot xen on all >>> platforms. I thought of following set: >>> >>> xen_hypervisor FILE XEN_OPTIONS >>> xen_kernel FILE KERNEL_OPTI

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Andrei Borzenkov
12.11.2015 18:44, Jan Beulich пишет: On 12.11.15 at 14:41, wrote: Hello, all. I'd like to have set of commands that would boot xen on all platforms. I thought of following set: xen_hypervisor FILE XEN_OPTIONS xen_kernel FILE KERNEL_OPTIONS xen_initrd INITRD INITRD INITRD all initrds are concat

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Andrew Cooper
On 12/11/15 15:44, Jan Beulich wrote: On 12.11.15 at 14:41, wrote: >> Hello, all. I'd like to have set of commands that would boot xen on all >> platforms. I thought of following set: >> >> xen_hypervisor FILE XEN_OPTIONS >> xen_kernel FILE KERNEL_OPTIONS >> xen_initrd INITRD INITRD INITRD >>

Re: [Xen-devel] Uniform commands for booting xen

2015-11-12 Thread Jan Beulich
>>> On 12.11.15 at 14:41, wrote: > Hello, all. I'd like to have set of commands that would boot xen on all > platforms. I thought of following set: > > xen_hypervisor FILE XEN_OPTIONS > xen_kernel FILE KERNEL_OPTIONS > xen_initrd INITRD INITRD INITRD > all initrds are concatenated. > xen_xsm ???

Re: [Xen-devel] [PATCH GRUB] Allow initrd concatenation on ARM64

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.11.2015 14:27, Ian Campbell wrote: > On Thu, 2015-11-12 at 14:08 +0100, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: >> While on it also change "xen_linux" to "xen_kernel" to be vendor-neutral >> Could someone test please? I only compile-tested it > > I was expecting this patch to include

Re: [PATCH v2 3/6] i386/relocator: Add grub_relocator64_efi relocator

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2015 15:38, Daniel Kiper wrote: >>> - if (entry_specified) >>> > > + if (keep_bs && efi_entry_specified) >>> > > +grub_multiboot_payload_eip = efi_entry; >>> > > + else if (entry_specified) >>> > > grub_multiboot_payload_eip = entry; >>> > > >> > This seems redundant. > What is

Uniform commands for booting xen

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. I'd like to have set of commands that would boot xen on all platforms. I thought of following set: xen_hypervisor FILE XEN_OPTIONS xen_kernel FILE KERNEL_OPTIONS xen_initrd INITRD INITRD INITRD all initrds are concatenated. xen_xsm ??? On arm64 it would use the arm64 xen FDT protocol

Re: [PATCH v2 5/6] multiboot2: Add support for relocatable images

2015-11-12 Thread Daniel Kiper
On Thu, Nov 12, 2015 at 02:26:21PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 12.11.2015 14:15, Daniel Kiper wrote: > > On Tue, Nov 10, 2015 at 04:23:46PM +0100, Vladimir 'phcoder' Serbinenko > > wrote: > >> Le 10 nov. 2015 3:52 PM, "Daniel Kiper" a écrit : > >>> On Mon, Nov 09, 20

Re: [PATCH GRUB] Allow initrd concatenation on ARM64

2015-11-12 Thread Fu Wei
Hi Vladimir, OK, I will test it. On 12 November 2015 at 21:08, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > While on it also change "xen_linux" to "xen_kernel" to be vendor-neutral > Could someone test please? I only compile-tested it -- Best regards, Fu Wei Software Engineer Red Hat Soft

Re: [Xen-devel] [PATCH GRUB] Allow initrd concatenation on ARM64

2015-11-12 Thread Ian Campbell
On Thu, 2015-11-12 at 14:08 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > While on it also change "xen_linux" to "xen_kernel" to be vendor-neutral > Could someone test please? I only compile-tested it I was expecting this patch to include a change to ./util/grub.d/20_linux_xen.in to update

Re: [PATCH v2 5/6] multiboot2: Add support for relocatable images

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.11.2015 14:15, Daniel Kiper wrote: > On Tue, Nov 10, 2015 at 04:23:46PM +0100, Vladimir 'phcoder' Serbinenko wrote: >> Le 10 nov. 2015 3:52 PM, "Daniel Kiper" a écrit : >>> On Mon, Nov 09, 2015 at 09:08:35PM +0100, Vladimir 'φ-coder/phcoder' >> Serbinenko wrote: On 20.07.2015 16:35, Dan

[PATCH GRUB] Allow initrd concatenation on ARM64

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
While on it also change "xen_linux" to "xen_kernel" to be vendor-neutral Could someone test please? I only compile-tested it diff --git a/docs/grub.texi b/docs/grub.texi index 1df3db2..112b42b 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -3859,7 +3859,7 @@ you forget a command, you can run t

Re: [PATCH v5] ofdisk: add sas disks to the device list

2015-11-12 Thread Paulo Flabiano Smorigo
On Wed, Nov 11, 2015 at 11:39 PM, Vladimir 'phcoder' Serbinenko wrote: > Other than small comment inline go ahead > > Le 12 nov. 2015 1:36 AM, "Paulo Flabiano Smorigo" > a écrit : > >> > >> Changes: > >> - using sizeof ("/disk@7766554433221100"); > >> - grub_uint64_t *table; > >> + grub_

Re: [PATCH v3 3/4] * util/grub.d/20_linux_xen.in: Add support of the XEN boot on aarch64

2015-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2015 08:01, Andrei Borzenkov wrote: > Not really, although this is a good observation. Actually I think that > xen_initrd should indeed have behavior 1, because what it does is > provide initrd image to Linux kernel, and - although not often used - > initrd image may be constructed by conc

Re: [PATCH] Use UEFI Time Service to calibrate TSC

2015-11-12 Thread Michael Chang
On Thu, Nov 12, 2015 at 11:52:24AM +0300, Andrei Borzenkov wrote: > On Thu, Nov 12, 2015 at 10:34 AM, Michael Chang wrote: > > On Mon, Nov 09, 2015 at 03:21:37PM +0100, Vladimir 'φ-coder/phcoder' > > Serbinenko wrote: > >> On 09.11.2015 14:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >> > O

Re: [PATCH] Use UEFI Time Service to calibrate TSC

2015-11-12 Thread Andrei Borzenkov
On Thu, Nov 12, 2015 at 10:34 AM, Michael Chang wrote: > On Mon, Nov 09, 2015 at 03:21:37PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> On 09.11.2015 14:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> > On 09.11.2015 09:03, Michael Chang wrote: > >> Attached proof-of-concept. It'