From patchwork Wed Jul 20 08:45:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Shah X-Patchwork-Id: 105615 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 91089B6F7A for ; Wed, 20 Jul 2011 19:50:09 +1000 (EST) Received: from localhost ([::1]:35721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjTPp-0007gZ-Oq for incoming@patchwork.ozlabs.org; Wed, 20 Jul 2011 05:50:06 -0400 Received: from eggs.gnu.org ([140.186.70.92]:46715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSPg-0000C5-D0 for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjSPe-00052I-Mx for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:45:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSPe-00052D-9D for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:45:50 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6K8jlpd020181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 20 Jul 2011 04:45:47 -0400 Received: from localhost (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6K8jjEb019955; Wed, 20 Jul 2011 04:45:46 -0400 From: Amit Shah To: qemu list Date: Wed, 20 Jul 2011 14:15:16 +0530 Message-Id: <213f9297ed7ba4a75dea38b411a859a1a09ec160.1311149456.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Amit Shah , Markus Armbruster Subject: [Qemu-devel] [PATCH 6/7] balloon: Fix header comment; add Copyright X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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;