From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47567 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7rPp-0005jf-7O for qemu-devel@nongnu.org; Thu, 07 Apr 2011 11:46:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7rPk-0004q1-Az for qemu-devel@nongnu.org; Thu, 07 Apr 2011 11:46:36 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:44569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7rPk-0004pk-4t for qemu-devel@nongnu.org; Thu, 07 Apr 2011 11:46:32 -0400 Received: by gyg4 with SMTP id 4so1320246gyg.4 for ; Thu, 07 Apr 2011 08:46:31 -0700 (PDT) Message-ID: <4D9DDC45.9020005@codemonkey.ws> Date: Thu, 07 Apr 2011 10:46:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [GIT PULL] Trivial patches for 6-7 April 2011 References: <20110407141533.GA32107@stefanha-thinkpad.localdomain> In-Reply-To: <20110407141533.GA32107@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 04/07/2011 09:15 AM, Stefan Hajnoczi wrote: > The following changes since commit 3b8e6a2db1946b5f21e69fde31b39f43367f1928: > > exec: Handle registrations of the entire address space (2011-04-07 10:53:41 +0200) > > are available in the git repository at: > git://repo.or.cz/qemu/stefanha.git trivial-patches Pulled, thanks. In the future, can you just use [PULL instead of [GIT PULL? Regards, Anthony Liguori > Alexey Kardashevskiy (3): > spapr_llan: Fix warning when compiled with -dDEBUG > virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guest > virtio-balloon: fixed endianness bug in the config space > > Brad Hards (1): > usb-ccid: Spelling fixes > > Michael Tokarev (1): > qdev: Fix comment around qdev_init_nofail() > > hw/qdev.c | 3 ++- > hw/spapr_llan.c | 3 --- > hw/usb-ccid.c | 8 ++++---- > hw/virtio-9p.c | 9 +++------ > hw/virtio-balloon.c | 2 +- > 5 files changed, 10 insertions(+), 15 deletions(-) >