.org
>
> On 24 August 2015 at 11:03, françois Guerret
> wrote:
> > Hello,
> >
> > I use qemu to emulate a SMP multicore processor and I am looking for a way :
> > * either to ask qemu scheduler to execute an other core. For that I need a
> > kind of
> >
Hello,
I use qemu to emulate a SMP multicore processor and I am looking for a way : *
either to ask qemu scheduler to execute an other core. For that I need a kind
of *yield()* syscall that I could insert into user code and which would be
catched by QEMU scheduler. * or to give an optio
ur goal.
> I understand that you want to bind each virtual core with a host thread
> then ask the host to schedule it in order to get the same amount of
> execution time on each vcpu, is that right ?
> I'm not sure that qemu can modify its host OS scheduling.
>
> Rega
Hello,
I am a newcomer on QEMU so I would like to ask a few questions about the way
QEMU works before beginning to develop.
After some experiments and after having read the source code I understood that
the time (the clocks) on which the timers are based in QEMU depends:
on the host clock
on t