qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] How does a system call work on QEMU?


From: grisu46
Subject: Re: [Qemu-devel] How does a system call work on QEMU?
Date: Thu, 14 May 2009 19:11:48 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Avi Kivity ha scritto:
Heli wrote:
Does QEMU generate a system call that goes to libc library and the to the kernel? Then the kernel run it on hardware, kernel replies to libc and libc notifies to QEMU. QEMU replies to guest O.S, is it true?

No. Look at target-i386/translate.c, case 0x105 for syscall emulation. Eventually it ends up calling helper_syscall().


Simplify?
I am a newbie.

Thanks you all for your rapid answers.
Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]