Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-25 | main-loop: Add missing include file | Stefan Weil | |
stdint.h defines the POSIX data types and is needed for MinGW-w64 (and maybe other hosts). v2: Instead of adding stdint.h directly, qemu-common.h is now included and duplicate include statements were removed. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2011-10-21 | main-loop: create main-loop.c | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |