Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-25 | main-loop: Add missing include file | Stefan Weil | 1 | -25/+5 | |
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 | 1 | -0/+495 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |