Hi,
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 emulator in Android
4.0 ?
Thanks
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 --target-list=s390x-linux-user
>
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 --target-list=s390x-linux-user
make
and running example with:
QEMU_STRACE=1 ./s390x-lin
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 get the impression that patches have been submitted,
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 get the impression that patches have been submitted, but I can't see
> anything in the repos. Is t