Re: [Qemu-discuss] qemu-system-tricore requested regions overlap

2016-08-26 Thread Peter Maydell
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

[Qemu-discuss] qemu-system-tricore requested regions overlap

2016-08-26 Thread Fatz
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-discuss] team net-if in host VS team net-if in guest

2016-08-26 Thread lejeczek
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

Re: [Qemu-discuss] How to emulate vmx feature in qemu?

2016-08-26 Thread Parfait Tokponnon
-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

Re: [Qemu-discuss] How to emulate vmx feature in qemu?

2016-08-26 Thread Narcis Garcia
Why -no-kvm ? El 26/08/16 a les 00:33, Parfait Tokponnon ha escrit: > 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