From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsYmD-00085j-FR for qemu-devel@nongnu.org; Sat, 21 Jul 2012 08:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsYmC-0004qy-CT for qemu-devel@nongnu.org; Sat, 21 Jul 2012 08:27:17 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:36541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsYmC-0004qg-4I for qemu-devel@nongnu.org; Sat, 21 Jul 2012 08:27:16 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 21 Jul 2012 13:27:13 +0100 Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6LCRCF02646220 for ; Sat, 21 Jul 2012 13:27:12 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6LCRCKM003944 for ; Sat, 21 Jul 2012 06:27:12 -0600 From: Stefan Hajnoczi Date: Sat, 21 Jul 2012 13:26:59 +0100 Message-Id: <1342873625-7979-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/6] Trivial patches for 14 to 21 July 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The following changes since commit 61dc008f3529fa74a63aad1907438dad857e255a: Revert "audio: Make PC speaker audio card available by default" (2012-07-19 18:25:52 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 43ffe61f9cc22f9ad4d05a18a304b1095fa1f2b3: Fix some more Qemus in documentation and help text (2012-07-21 10:54:40 +0100) ---------------------------------------------------------------- Alexey Kardashevskiy (1): powerpc pci: fixed packing of ranges[] Mao, Junjie (1): Recognize PCID feature Peter Maydell (1): cpus.c: Make all_cpu_threads_idle() static Stefan Weil (3): Use macro QEMU_PACKED for new packed structures qdev: Fix Open Firmware comment Fix some more Qemus in documentation and help text cpus.c | 52 ++++++++++++++-------------- docs/usb-storage.txt | 2 +- hw/mfi.h | 92 +++++++++++++++++++++++++------------------------- hw/ppce500_spin.c | 2 +- hw/qdev.h | 11 +++--- hw/spapr_pci.c | 2 +- qemu-common.h | 1 - qemu-options.hx | 4 +-- target-i386/cpu.c | 2 +- 9 files changed, 83 insertions(+), 85 deletions(-) -- 1.7.10.4