public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make handle_debug() static
@ 2007-06-03  9:43 Nguyen Anh Quynh
       [not found] ` <9cde8bff0706030243i1eb3ba34w598cdf2c7223cea8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Nguyen Anh Quynh @ 2007-06-03  9:43 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

This patch turnes a local function in kvmctl.c static.

Signed-off-by: Nguyen Anh Quynh <aquynh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

[-- Attachment #2: patch5.patch --]
[-- Type: application/octet-stream, Size: 379 bytes --]

diff --git a/user/kvmctl.c b/user/kvmctl.c
index 82d1926..4fc2421 100644
--- a/user/kvmctl.c
+++ b/user/kvmctl.c
@@ -503,7 +503,7 @@ static int handle_io(kvm_context_t kvm, struct kvm_run *run, int vcpu)
 	return 0;
 }
 
-int handle_debug(kvm_context_t kvm, int vcpu)
+static int handle_debug(kvm_context_t kvm, int vcpu)
 {
 	return kvm->callbacks->debug(kvm->opaque, vcpu);
 }

[-- Attachment #3: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-03  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03  9:43 [PATCH] make handle_debug() static Nguyen Anh Quynh
     [not found] ` <9cde8bff0706030243i1eb3ba34w598cdf2c7223cea8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-06-03  9:51   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox