]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-os-posix.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / qemu-os-posix.h
index 81fd9ab389c648c448685adec5ff473fd87527ce..7f198e475cda10dad36804d68e9bf2a2169804f4 100644 (file)
 #ifndef QEMU_OS_POSIX_H
 #define QEMU_OS_POSIX_H
 
-static inline void os_host_main_loop_wait(int *timeout)
-{
-}
-
 void os_set_line_buffering(void);
 void os_set_proc_name(const char *s);
 void os_setup_signal_handling(void);
@@ -48,7 +44,8 @@ typedef struct timeval qemu_timeval;
 #endif
 #endif
 typedef struct timespec qemu_timespec;
-int qemu_utimensat(int dirfd, const char *path, const qemu_timespec *times,
-    int flags);
+int qemu_utimens(const char *path, const qemu_timespec *times);
+
+bool is_daemonized(void);
 
 #endif