From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQf7U-0003tM-MM for qemu-devel@nongnu.org; Fri, 12 Apr 2013 10:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQf7R-0004Kk-C6 for qemu-devel@nongnu.org; Fri, 12 Apr 2013 10:38:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQf7R-0004Kd-4K for qemu-devel@nongnu.org; Fri, 12 Apr 2013 10:38:25 -0400 From: Stefan Hajnoczi Date: Fri, 12 Apr 2013 16:38:18 +0200 Message-Id: <1365777502-7035-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 0/4] Trivial patches for 6 to 12 April 2013 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori v2: * Andreas F=C3=A4rber noticed my patch scripts aren't unicode safe, fix = his name The following changes since commit 93b48c201eb6c0404d15550a0eaa3c0f7937e3= 5e: virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge = (2013-04-09 07:47:00 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to c30d1aea1478cd55e8cfdf866afa39cd00bb4ea1: cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC) = (2013-04-12 14:33:21 +0200) ---------------------------------------------------------------- Petar Jovanovic (1): linux-user: pass correct host flags to eventfd2 call Peter Maydell (3): target-moxie: Fix VMState registration Typo, spelling and grammatical fixes cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EX= EC) configure | 3 --- cpu-exec.c | 15 ++++++--------- docs/bootindex.txt | 10 +++++----- docs/ccid.txt | 2 +- hw/block/virtio-blk.c | 4 ++-- hw/intc/armv7m_nvic.c | 2 +- hw/s390x/s390-virtio-ccw.c | 2 +- hw/s390x/s390-virtio.c | 2 +- hw/sd/sd.c | 4 ++-- linux-user/syscall.c | 11 ++++++++++- target-microblaze/mmu.c | 2 +- target-moxie/cpu.c | 2 +- target-moxie/cpu.h | 2 -- target-moxie/machine.c | 12 +----------- target-s390x/mem_helper.c | 8 ++++---- 15 files changed, 36 insertions(+), 45 deletions(-) --=20 1.8.1.4