qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V12 3/7] stubs add function qemu_set_fd_handler


From: Wenchao Xia
Subject: [Qemu-devel] [PATCH V12 3/7] stubs add function qemu_set_fd_handler
Date: Wed, 28 Nov 2012 16:55:31 +0800

  This function is needed by libqblock linkage, so add it.

Signed-off-by: Wenchao Xia <address@hidden>
---
 stubs/set-fd-handler.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
index 4807b5d..7b4ca4f 100644
--- a/stubs/set-fd-handler.c
+++ b/stubs/set-fd-handler.c
@@ -9,3 +9,11 @@ int qemu_set_fd_handler2(int fd,
 {
     abort();
 }
+
+int qemu_set_fd_handler(int fd,
+                        IOHandler *fd_read,
+                        IOHandler *fd_write,
+                        void *opaque)
+{
+    abort();
+}
-- 
1.7.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]