On 26 August 2016 at 10:02, wrote:
> Hi
> I'm trying to run a simple hello world with
> qemu-system-tricore -machine tricore_testboard -cpu tc27x -nographic -kernel
> Test.elf
> The program is compiled with tricore-gcc (HighTec) for ROM target. The
> adress range for the code is 0x8000.
> Unf
Hi
I'm trying to run a simple hello world with
qemu-system-tricore -machine tricore_testboard -cpu tc27x -nographic -kernel Test.elf
The program is compiled with tricore-gcc (HighTec) for ROM target. The adress range for the code is 0x8000.
Unfortunately, I got this error message:
(qemu
On 25 August 2016 at 18:33, Parfait Tokponnon
wrote:
> Hello
>
> I read from here that vmx capability support on quemu must be explicitely
> enable by providing +vmx option to the command but the probllem is that it
> does not seem to work. In my system, VMX feature is still undetected.
>
> Comman
hi all,
guys/gals, how do you do it?
team interfaces (physical) in the host and pass it to guest?
or host pass-through two NICs and team them in the guest?
and why?
many thanks
-no-kvm because I don't want to expose any host VMX/SVM to the virtual
machine. I just want qemu to emulate the VMX capability. It is possible,
Isn't it?
Anyway removing this option does not solve the problem.
It worths noticing that qemu emulates SVM well in my system.
2016-08-26 7:43 GMT+01:00 N
just wondering whether it is possible/advisable to make/delete (internal) snapshots with qemu-img snapshot [-c/d] [snap_name] [image.qcow2]on a running VM? or does it have to be shutdown beforehand?