Tuesday, October 1, 2013

QEMU Source Code Study - 1




  • The entry point of QEMU is int main in vl.c
  • MODULE_INIT_TYPE (Code1-1)
  • Four types Module Definition
  • module_init()
  • register_module_init()
  • module_call_init(...)
  • TypeInfo
  • The basic parameter used to restore QEMU Object.

    No comments:

    Post a Comment