Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-14 Thread Vladimir 'phcoder' Serbinenko
Le 14 juil. 2015 19:25, "Luc Van Rompaey" a écrit : > > Just a few quick notes: > I have just retried to integrate my 'setkey' and 'setnumpad' commands into my input terminal module, and it works. > I have no idea what I did wrong when I tried it earlier on, but it obviously must have been somethi

Re: [PATCH 0/4] Implement the 'setkey' command to allow changing the keyboard map

2015-07-14 Thread Luc Van Rompaey
Just a few quick notes: - I have just retried to integrate my 'setkey' and 'setnumpad' commands into my input terminal module, and it works. I have no idea what I did wrong when I tried it earlier on, but it obviously must have been something silly. - The INT16H/10H extended keyboar

Re: [Xen-devel] [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support

2015-07-14 Thread Konrad Rzeszutek Wilk
On Tue, Jul 14, 2015 at 10:41:28AM +0100, Ian Campbell wrote: > On Tue, 2015-07-14 at 06:53 +0300, Andrei Borzenkov wrote: > > > +if [ "x$machine" != xaarch64 ]; then > > > + multiboot_cmd="multiboot" > > > + module_cmd="module" And we should use the grub-file --is-multiboot2 to figure out if the

Re: [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support

2015-07-14 Thread Fu Wei
Hi Andrei, Great thanks for your review. So Are you suggesting this: (1) in util/grub.d/20_linux_xen.in, we only use xen_hypervisor/xen_module. (2) in xen_boot.c, we only register command xen_hypervisor/xen_module. (3) in grub-core/loader/i386/xen.c, we *add* --- cmd_xen_hypervisort

Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot

2015-07-14 Thread Fu Wei
Hi Ian, Great thanks for your testing, will add your tested-by in my next patchset :-) On 14 July 2015 at 17:29, Ian Campbell wrote: > On Mon, 2015-07-13 at 16:53 +0800, fu@linaro.org wrote: >> From: Fu Wei >> >> - This adds support for the Xen boot on ARM specification for arm64. > > I ha

Re: [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support

2015-07-14 Thread Ian Campbell
On Tue, 2015-07-14 at 06:53 +0300, Andrei Borzenkov wrote: > > +if [ "x$machine" != xaarch64 ]; then > > + multiboot_cmd="multiboot" > > + module_cmd="module" > > +else > > + multiboot_cmd="xen_hypervisor" > > + module_cmd="xen_module" > > +fi > > + > > Strictly speaking, this is boot-time

Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot

2015-07-14 Thread Ian Campbell
On Mon, 2015-07-13 at 16:53 +0800, fu@linaro.org wrote: > From: Fu Wei > > - This adds support for the Xen boot on ARM specification for arm64. I have used this to PXE boot Xen on a mustang board. My (handcrafted) grub.cfg was: set default=0 set timeout=5 menuentry