Displaying 2 results from an estimated 2 matches for "01433ms".
Did you mean:
00133ms
2014 Dec 09
2
Re: [Qemu-devel] Cubietruck: cannot create KVM guests: "kvm_init_vcpu failed: Invalid argument"
...eturn NULL;
> + return "host";
>
> #elif defined(__aarch64__)
> /* With -M virt, the default -cpu is cortex-a15. Stupid. */
>
>
> I can boot a KVM guest successfully on Cubietruck, invoked via
> libguestfs appliance:
>
> . . .
> [01433ms] /bin/qemu-system-arm \
> -global virtio-blk-device.scsi=off \
> -nodefconfig \
> -enable-fips \
> -nodefaults \
> -display none \
> -M vexpress-a15 \
> -cpu host \
> -machine accel=kvm:tcg \
> -m 500 \
> -no-reboot \
> -r...
2014 Dec 09
0
Re: [Qemu-devel] Cubietruck: cannot create KVM guests: "kvm_init_vcpu failed: Invalid argument"
...gt; >
> > #elif defined(__aarch64__)
> > /* With -M virt, the default -cpu is cortex-a15. Stupid. */
> >
> >
> > I can boot a KVM guest successfully on Cubietruck, invoked via
> > libguestfs appliance:
> >
> > . . .
> > [01433ms] /bin/qemu-system-arm \
> > -global virtio-blk-device.scsi=off \
> > -nodefconfig \
> > -enable-fips \
> > -nodefaults \
> > -display none \
> > -M vexpress-a15 \
> > -cpu host \
> > -machine accel=kvm:tcg \
> >...