diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:29 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
| commit | 3bd04c091eb1cf2e01cd59e4e232b6b3bbdba15c (patch) | |
| tree | 6aa8b3f55d0ed1ebe52ee9d0c7452e929119d7c2 /include/qemu-common.h | |
| parent | 0d14a2f30043665f40c11f78b5a1fb80bdc6568a (diff) | |
| download | focaccia-qemu-3bd04c091eb1cf2e01cd59e4e232b6b3bbdba15c.tar.gz focaccia-qemu-3bd04c091eb1cf2e01cd59e4e232b6b3bbdba15c.zip | |
include: move qemu_pipe() to osdep.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-19-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu-common.h')
| -rw-r--r-- | include/qemu-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index c6f3ed94bc..2e1e76014a 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -24,10 +24,6 @@ int qemu_main(int argc, char **argv, char **envp); #endif -#ifndef _WIN32 -int qemu_pipe(int pipefd[2]); -#endif - void cpu_exec_init_all(void); void cpu_exec_step_atomic(CPUState *cpu); |