qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5875] Add missing file from previous commit.


From: Anthony Liguori
Subject: [Qemu-devel] [5875] Add missing file from previous commit.
Date: Thu, 04 Dec 2008 20:35:16 +0000

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 <address@hidden>

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   <address@hidden>
+ *
+ * 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]