diff options
author | Amit Shah <amit.shah@redhat.com> | 2011-07-20 13:35:30 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-04 16:43:09 -0500 |
commit | 73428a8ed53b7c7b1a52141e0ab71c50a42ce931 (patch) | |
tree | db67574421eb3c60c1a952967cc09cd52973cc2f /balloon.c | |
parent | 30fb2ca603e8b8d0f02630ef18bc0d0637a88ffa (diff) |
balloon: Fix header comment; add Copyright
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'balloon.c')
-rw-r--r-- | balloon.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |