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