From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDHB6-0002Jq-TX for qemu-devel@nongnu.org; Mon, 10 Oct 2011 10:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDHB1-0007kS-9s for qemu-devel@nongnu.org; Mon, 10 Oct 2011 10:50:04 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:41764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDHB1-0007kI-55 for qemu-devel@nongnu.org; Mon, 10 Oct 2011 10:49:59 -0400 Received: by iakl21 with SMTP id l21so5636701iak.4 for ; Mon, 10 Oct 2011 07:49:57 -0700 (PDT) Message-ID: <4E930612.2090104@codemonkey.ws> Date: Mon, 10 Oct 2011 09:49:54 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] FYI: Need to a make clean due to recently pushed commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Luiz Capitulino Due to: commit e3193601c84558c303b1773379da76fce80c0a56 Author: Anthony Liguori Date: Fri Sep 2 12:34:47 2011 -0500 qapi: use middle mode in QMP server It'll be necessary to do a make clean if you have a tree that has a build from before this commit. If you get compile errors about "qmp-commands-old.h" or "qmp-commands.h", this is most likely your problem. Regards, Anthony Liguori