Re: [Qemu-devel] [Please discard the previous mail] System call from a Guest Linux

2010-02-03 Thread Mulyadi Santosa
Hi Jong (Sorry, I am not sure how to politely call a Korean name...so apologize if it turns out to be rude...) On Thu, Feb 4, 2010 at 1:08 AM, Jong Chun Park wrote: > after compilation in the guest OS: > int main() { >    int fd; >    if (access("hello.txt", R_OK) != 0) { >      exit(0); >    }

[Qemu-devel] [Please discard the previous mail] System call from a Guest Linux

2010-02-03 Thread Jong Chun Park
Hi, all? First of all, I apologize you for the previous incomplete mail and this spam. I'm working with QEMU v0.12.1 with i386 Linux guest on x86-64 Linux host. I'm trying to find a point in the source code where a system call from the guest OS is handled. If I'm not mistaken, QEMU disassembles a