Re: Cross compiling QEMU for aarch64

2019-03-28 Thread Rohit Khanna
Thanks Richard, that was very helpful. I was able to resolve the issue with this. Thanks again! Thanks Rohit From: Richard Henderson Sent: Thursday, March 28, 2019 11:50 AM To: Rohit Khanna; linaro-toolchain@lists.linaro.org Subject: Re: Cross compiling QEMU fo

Re: Cross compiling QEMU for aarch64

2019-03-28 Thread Rohit Khanna
Thanks Wookey and Richard. I was able to resolve the pkg-config issue after installing it with - apt install pkg-config-aarch64-linux-gnu I modified my configure command to below - ./configure --target-list=aarch64-softmmu --enable-kvm --enable-vhost-net --cross-prefix=aarch64-linux-gnu- Now I

Re: Cross compiling QEMU for aarch64

2019-03-28 Thread Richard Henderson
On 3/28/19 11:40 AM, Rohit Khanna wrote: > > > rokhanna@rokhanna-dev ~/dev/qemu.git $ ./configure > --target-list=aarch64-softmmu --enable-kvm --enable-vhost-net > --cross-prefix=aarch64-linux-gnu- > > ERROR: glib-2.40 gthread-2.0 is required to compile QEMU > > > I have installed libglib2.0-0

Re: Cross compiling QEMU for aarch64

2019-03-28 Thread Rohit Khanna
Thanks Wookey and Richard. I was able to resolve the pkg-config issue after installing it with - apt install pkg-config-aarch64-linux-gnu I modified my configure command to below - ./configure --target-list=aarch64-softmmu --enable-kvm --enable-vhost-net --cross-prefix=aarch64-linux-gnu- Now I

[ACTIVITY] report week ending 28 Mar

2019-03-28 Thread Peter Maydell
Progress: (short week, 3 days) * VIRT-65 [QEMU upstream maintainership] + reviewed a few patchsets that had been lurking in my queue too long + trawled through the QEMU bug system for bugs we'd already fixed and forgotten to close, bugs which need more info from the submitter, and bugs