Hello,
We are currently trying to launch an Ubuntu guest OS (with virtualization/kvm)
on a Cortex-A15/Exynos 5250 Arndale board with the following qemu command line :
qemu-system-arm \
-enable-kvm \
-m 512 -M vexpress-a15 -cpu cortex-a15 -smp 2 \
-drive if=none,cache=writeback,file=rootfs_gue
Hello,
We are currently trying to launch an Ubuntu guest OS (with virtualization/kvm)
on a Cortex-A15/Exynos 5250 Arndale board with the following qemu command line :
qemu-system-arm \
-enable-kvm \
-m 512 -M vexpress-a15 -cpu cortex-a15 -smp 2 \
-drive if=none,cache=writeback,file=rootfs_gue
On 5 February 2015 at 10:44, Eric Valette wrote:
> On 05/02/2015 11:39, Peter Maydell wrote:
>> For Android emulation you'll need 3D acceleration to get good
>> performance anyway, which upstream QEMU doesn't have.
> Granted.
You might want to investigate the new upstream Android emulator
work (
On 5 February 2015 at 16:11, wrote:
> I just found out that mouse and keyboard are working correctly
> BUT the issue is that QEMU graphical window is badly refreshed...
> It's also linked to my other message about the graphical issue.
Can you confirm which host OS and which of QEMU's UI frontend
On 5 February 2015 at 16:26, wrote:
> On 5 February 2015 at 16:11, wrote:
>> I just found out that mouse and keyboard are working correctly
>> BUT the issue is that QEMU graphical window is badly refreshed...
>> It's also linked to my other message about the graphical issue.
>
> Can you confirm
On 6 February 2015 at 13:44, wrote:
> I just tested with current qemu version (version 2.2.50 after a
> "git clone git://git.qemu-project.org/qemu.git") and I still
> have the same issue... Can I test something to find out where
> does this issue comes from ? Can I use another frontend ?
If you
> On 6 February 2015 at 13:44, wrote:
> > I just tested with current qemu version (version 2.2.50 after a
> > "git clone git://git.qemu-project.org/qemu.git") and I still
> > have the same issue... Can I test something to find out where
> > does this issue comes from ? Can I use another frontend