From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qldd3-00065W-ND for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qldd2-0006Rx-L7 for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qldd2-0006Rs-6v for qemu-devel@nongnu.org; Tue, 26 Jul 2011 05:08:40 -0400 From: Amit Shah Date: Tue, 26 Jul 2011 14:38:16 +0530 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 6/7] balloon: Fix header comment; add Copyright List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , jforbes@redhat.com, Markus Armbruster Signed-off-by: Amit Shah --- balloon.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/balloon.c b/balloon.c index 8be3812..a938475 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; -- 1.7.6