From: Amit Shah Date: Wed, 20 Jul 2011 08:05:30 +0000 (+0530) Subject: balloon: Fix header comment; add Copyright X-Git-Tag: v0.15.0-rc1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2b40e003aab79778d7f79fbf982afa1eb62cda9;p=thirdparty%2Fqemu.git balloon: Fix header comment; add Copyright Signed-off-by: Amit Shah --- diff --git a/balloon.c b/balloon.c index 8be3812ee28..a9384752705 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 * * 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;