qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5875] Add missing file from previous commit.
@ 2008-12-04 20:35 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-12-04 20:35 UTC (permalink / raw)
  To: qemu-devel

Revision: 5875
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5875
Author:   aliguori
Date:     2008-12-04 20:35:16 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
Add missing file from previous commit.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Added Paths:
-----------
    trunk/balloon.h

Added: trunk/balloon.h
===================================================================
--- trunk/balloon.h	                        (rev 0)
+++ trunk/balloon.h	2008-12-04 20:35:16 UTC (rev 5875)
@@ -0,0 +1,27 @@
+/*
+ * Balloon
+ *
+ * Copyright IBM, Corp. 2008
+ *
+ * Authors:
+ *  Anthony Liguori   <aliguori@us.ibm.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
+ */
+
+#ifndef _QEMU_BALLOON_H
+#define _QEMU_BALLOON_H
+
+#include "cpu-defs.h"
+
+typedef ram_addr_t (QEMUBalloonEvent)(void *opaque, ram_addr_t target);
+
+void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque);
+
+void qemu_balloon(ram_addr_t target);
+
+ram_addr_t qemu_balloon_status(void);
+
+#endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-04 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 20:35 [Qemu-devel] [5875] Add missing file from previous commit Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).