aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2011-07-20 13:35:30 +0530
committerAmit Shah <amit.shah@redhat.com>2011-07-26 11:21:14 +0530
commite2b40e003aab79778d7f79fbf982afa1eb62cda9 (patch)
treee905169692bde6c7969b573e2722b5498bffaa6d
parentballoon: Separate out stat and balloon handling (diff)
downloadqemu-kvm-e2b40e003aab79778d7f79fbf982afa1eb62cda9.tar.gz
qemu-kvm-e2b40e003aab79778d7f79fbf982afa1eb62cda9.tar.bz2
qemu-kvm-e2b40e003aab79778d7f79fbf982afa1eb62cda9.zip
balloon: Fix header comment; add Copyright
Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--balloon.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/balloon.c b/balloon.c
index 8be3812ee..a93847527 100644
--- a/balloon.c
+++ b/balloon.c
@@ -1,7 +1,9 @@
/*
- * QEMU System Emulator
+ * Generic Balloon handlers and management
*
* Copyright (c) 2003-2008 Fabrice Bellard
+ * Copyright (C) 2011 Red Hat, Inc.
+ * Copyright (C) 2011 Amit Shah <amit.shah@redhat.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +32,6 @@
#include "balloon.h"
#include "trace.h"
-
static QEMUBalloonEvent *balloon_event_fn;
static QEMUBalloonStatus *balloon_stat_fn;
static void *balloon_opaque;