Re: QEMU VM hang after runnig jailhouse enable configs/qemu-vm.cell

2017-06-20 Thread Vineesh Kumar
On Tuesday, June 20, 2017 at 2:52:38 PM UTC+5:30, Henning Schild wrote: > Am Tue, 20 Jun 2017 01:40:52 -0700 > schrieb Vineesh Kumar : > > > On Tuesday, June 20, 2017 at 1:03:42 PM UTC+5:30, Henning Schild > > wrote: > > > Am Mon, 19 Jun 2017 23:05:27 -0700 > > > schrieb

Re: QEMU VM hang after runnig jailhouse enable configs/qemu-vm.cell

2017-06-20 Thread Henning Schild
Am Tue, 20 Jun 2017 01:40:52 -0700 schrieb Vineesh Kumar : > On Tuesday, June 20, 2017 at 1:03:42 PM UTC+5:30, Henning Schild > wrote: > > Am Mon, 19 Jun 2017 23:05:27 -0700 > > schrieb : > > > > > Hi > > >started the qemu vm with following

Re: Compile error "recompile with -fPIC"

2017-06-20 Thread Henning Schild
Am Tue, 20 Jun 2017 02:59:02 -0700 schrieb mike : > To learn about jailhouse I'm trying to compile jailhouse on a ubuntu > 17.04 machine and I'm getting the link error Maybe try an older compiler, which version is your gcc? You can probably install something older and

Re: Compile error "recompile with -fPIC"

2017-06-20 Thread Henning Schild
Am Tue, 20 Jun 2017 03:54:10 -0700 schrieb mike : > Henning, thanks for the hint. > > make "CC=gcc-6" > gives the same error. > My installed compiler version is > mike@ubuntu1704ssd:~/jailhouse/jailhouse$ gcc --version > gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406 Well

Compile error "recompile with -fPIC"

2017-06-20 Thread mike
To learn about jailhouse I'm trying to compile jailhouse on a ubuntu 17.04 machine and I'm getting the link error LD /home/mike/jailhouse/jailhouse/tools/jailhouse /usr/bin/ld: /home/mike/jailhouse/jailhouse/tools/jailhouse.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be

Re: QEMU VM hang after runnig jailhouse enable configs/qemu-vm.cell

2017-06-20 Thread Henning Schild
Am Mon, 19 Jun 2017 23:05:27 -0700 schrieb : > Hi >started the qemu vm with following command line. qemu-version: 2.9 > > #qemu-system-x86_64 -machine q35,kernel_irqchip=split -m 4G > -enable-kvm -smp 4 -device intel-iommu,intremap=on,x-buggy-eim=on > -cpu >

Re: Update on x86 Linux inmates

2017-06-20 Thread Gustavo Lima Chaves
* Jan Kiszka [2017-06-20 18:39:09 +0200]: > On 2017-06-20 18:18, Gustavo Lima Chaves wrote: > > > > [...] > > > >>> > >>> And now things become even easier to use: > >>> > >>> jailhouse cell linux config.cell bzImage -i initrd -c \ > >>> "console=... memmap=1M@0

Re: Compile error "recompile with -fPIC"

2017-06-20 Thread mike
Henning, thank you for the great support. Adding -fPIC to tools/Makefile KBUILD_CFLAGS := -fPIC -g -O3 -DLIBEXECDIR=\"$(libexecdir)\" \ -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Werror \ -DJAILHOUSE_VERSION=\"$(shell cat $(src)/../VERSION)\" $(EXTRA_CFLAGS) did

Re: Update on x86 Linux inmates

2017-06-20 Thread Gustavo Lima Chaves
[...] > > > > And now things become even easier to use: > > > > jailhouse cell linux config.cell bzImage -i initrd -c \ > > "console=... memmap=1M@0 memmap=... pmtmr=0x..." > > > > The memmap and pmtmr arguments should be overcome via ACPI tables in the > > future. Then no redundant

Re: Update on x86 Linux inmates

2017-06-20 Thread Jan Kiszka
On 2017-06-20 18:18, Gustavo Lima Chaves wrote: > > [...] > >>> >>> And now things become even easier to use: >>> >>> jailhouse cell linux config.cell bzImage -i initrd -c \ >>> "console=... memmap=1M@0 memmap=... pmtmr=0x..." >>> >>> The memmap and pmtmr arguments should be overcome via