[Qemu-discuss] raspi2 unable to mount root fs using latest raspbian image

2017-11-24 Thread Jacob Yundt
This could be related to a recent post[1], but I'm unable to boot the latest raspbian stretch image ("2017-09-07-raspbian-stretch-lite.img") using 2.11.0-rc2 (or master). I'm using these args: ./qemu-system-arm -M raspi2 -kernel ~/stretch/kernel7.img -append "ro earlyprintk loglevel=8

Re: [Qemu-discuss] s390x user-mode working example

2017-11-24 Thread Alex Kashchenko
On 11/24/2017 12:52 PM, Thomas Huth wrote: On 24.11.2017 12:19, Alex Kashchenko wrote: Unfortunately, I just found that OpenJDK's JIT requires newer instruction set than z900: $ ./s390x-linux-user/qemu-s390x ~/jdk9/build/linux-s390x-normal-server-release/images/jdk/bin/java -version # # A

Re: [Qemu-discuss] s390x user-mode working example

2017-11-24 Thread Thomas Huth
On 24.11.2017 12:19, Alex Kashchenko wrote: > Unfortunately, I just found that OpenJDK's JIT requires newer > instruction set than z900: > > $ ./s390x-linux-user/qemu-s390x > ~/jdk9/build/linux-s390x-normal-server-release/images/jdk/bin/java -version > # > # A fatal error has been detected by the

Re: [Qemu-discuss] Apple hyphervisor.framework availability

2017-11-24 Thread Paolo Bonzini
On 24/11/2017 12:58, Brendan Simon (eTRIX) wrote: > > Checked out the `hvf` branch, but it failed the build.  Ran `mkdir build > ; cd build ; ../configure ; make` > > Am I missing some definitions or command line switches? No, I've pushed an updated version. Paolo

Re: [Qemu-discuss] Apple hyphervisor.framework availability

2017-11-24 Thread Brendan Simon (eTRIX)
On 23/11/17 11:06 pm, Paolo Bonzini wrote: > On 23/11/2017 12:55, Thomas Huth wrote: >> On 23.11.2017 08:36, Brendan Simon (eTRIX) wrote: >>> Hi QEMU devs, >>> >>> Just wondering when the accelerator for Apple's hypervisor.framework >>> (hvf) will hit the git repos to build and try out? >>> >>> I

Re: [Qemu-discuss] s390x user-mode working example

2017-11-24 Thread Alex Kashchenko
On 11/24/2017 05:57 AM, Thomas Huth wrote: On 23.11.2017 22:00, Alex Kashchenko wrote: Hi, I am trying to build qemu-s390x-user static binary to run a hello-world program cross-compiled with gcc-s390x-linux-gnu on linux_x86_64. I am building qemu with: ./configure --static --disable-werror

Re: [Qemu-discuss] s390x user-mode working example

2017-11-24 Thread Alex Kashchenko
On 11/24/2017 10:14 AM, Peter Maydell wrote: On 23 November 2017 at 21:00, Alex Kashchenko wrote: Hi, I am trying to build qemu-s390x-user static binary to run a hello-world program cross-compiled with gcc-s390x-linux-gnu on linux_x86_64. I am building qemu with:

Re: [Qemu-discuss] add tci module in android emulator

2017-11-24 Thread Peter Maydell
On 24 November 2017 at 07:21, jiang00gle wrote: > The Qemu is really a good project and the android emulator is > based on the Qemu. But the version of Qemu in android 4.0 is 0.10 > which has no Tci module. > > So, is there any mature solution to add the tci module in

Re: [Qemu-discuss] s390x user-mode working example

2017-11-24 Thread Peter Maydell
On 23 November 2017 at 21:00, Alex Kashchenko wrote: > Hi, > > I am trying to build qemu-s390x-user static binary to run a hello-world > program cross-compiled with gcc-s390x-linux-gnu on linux_x86_64. > > I am building qemu with: > > ./configure --static --disable-werror