From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7l2e-0000qA-Cw for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7l2c-0008W6-7R for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:58:15 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:42345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7l2b-0008Vh-UZ for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:58:14 -0400 Received: by wwi18 with SMTP id 18so4994271wwi.4 for ; Thu, 07 Apr 2011 01:58:12 -0700 (PDT) Date: Thu, 7 Apr 2011 09:57:41 +0100 From: Stefan Hajnoczi Subject: Re: [Qemu-devel] Assorted trivial bugfixes Message-ID: <20110407085700.GA22425@stefanha-thinkpad.localdomain> References: <1302145325-4634-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1302145325-4634-1-git-send-email-david@gibson.dropbear.id.au> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: aik@ozlabs.ru, qemu-devel@nongnu.org On Thu, Apr 07, 2011 at 01:02:00PM +1000, David Gibson wrote: > This series contains 5 essentially unrelated trivial bugfixes for qemu > code. Most are aimed at eventually getting virtio devices working on > the pseries target, the others are just annoying build bugs. Thanks, patches 2-4 are in the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Patch 1 is being discussed and patch 5 needs review from Amit, it's too large to throw in here. I will send a pull request today that includes patches 2-4. For more information on the trivial patches tree: http://qemu.org/Contribute/TrivialPatches Stefan