mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
main-loop: create main-loop.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
44a9b356ad
commit
d3b12f5dec
11 changed files with 523 additions and 454 deletions
|
@ -169,9 +169,6 @@ const char *path(const char *pathname);
|
|||
|
||||
void *qemu_oom_check(void *ptr);
|
||||
|
||||
void qemu_mutex_lock_iothread(void);
|
||||
void qemu_mutex_unlock_iothread(void);
|
||||
|
||||
int qemu_open(const char *name, int flags, ...);
|
||||
ssize_t qemu_write_full(int fd, const void *buf, size_t count)
|
||||
QEMU_WARN_UNUSED_RESULT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue