From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8KlB-0006h0-O4 for qemu-devel@nongnu.org; Thu, 04 Dec 2008 15:25:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8Kl9-0006gU-VL for qemu-devel@nongnu.org; Thu, 04 Dec 2008 15:25:17 -0500 Received: from [199.232.76.173] (port=51494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8Kl9-0006gR-Pf for qemu-devel@nongnu.org; Thu, 04 Dec 2008 15:25:15 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:43107) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8Kl9-00071y-0P for qemu-devel@nongnu.org; Thu, 04 Dec 2008 15:25:15 -0500 Received: by ug-out-1314.google.com with SMTP id 29so3845610ugc.36 for ; Thu, 04 Dec 2008 12:25:12 -0800 (PST) Message-ID: Date: Thu, 4 Dec 2008 22:25:12 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5873] Add ballooning infrastructure. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori On 12/4/08, Anthony Liguori wrote: > Revision: 5873 > Modified Paths: > -------------- > trunk/monitor.c > trunk/vl.c > --- trunk/monitor.c 2008-12-04 20:08:06 UTC (rev 5872) > +++ trunk/monitor.c 2008-12-04 20:19:35 UTC (rev 5873) > +#include "balloon.h" Forgot something?