|
@@ -530,6 +530,10 @@ static inline void qemu_timersub(const struct timeval *val1,
|
|
ssize_t qemu_write_full(int fd, const void *buf, size_t count)
|
|
ssize_t qemu_write_full(int fd, const void *buf, size_t count)
|
|
G_GNUC_WARN_UNUSED_RESULT;
|
|
G_GNUC_WARN_UNUSED_RESULT;
|
|
|
|
|
|
|
|
+#ifndef _WIN32
|
|
|
|
+int qemu_pipe(int pipefd[2]);
|
|
|
|
+#endif
|
|
|
|
+
|
|
void qemu_set_cloexec(int fd);
|
|
void qemu_set_cloexec(int fd);
|
|
|
|
|
|
void fips_set_state(bool requested);
|
|
void fips_set_state(bool requested);
|