From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qweeb-0002Jf-7G for qemu-devel@nongnu.org; Thu, 25 Aug 2011 14:27:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QweeZ-0003Lh-Rw for qemu-devel@nongnu.org; Thu, 25 Aug 2011 14:27:49 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:40339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QweeZ-0003LL-HZ for qemu-devel@nongnu.org; Thu, 25 Aug 2011 14:27:47 -0400 Received: by fxbb27 with SMTP id b27so2229548fxb.4 for ; Thu, 25 Aug 2011 11:27:45 -0700 (PDT) Date: Thu, 25 Aug 2011 20:27:39 +0200 From: "Edgar E. Iglesias" Message-ID: <20110825182739.GA21302@zapo> References: <4E560145.1010900@redhat.com> <4E564862.8060506@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E564862.8060506@codemonkey.ws> Subject: Re: [Qemu-devel] [PULL] Memory API conversions, batch 5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Avi Kivity , "qemu-devel@nongnu.org" On Thu, Aug 25, 2011 at 08:04:34AM -0500, Anthony Liguori wrote: > On 08/25/2011 03:01 AM, Avi Kivity wrote: > >Please pull from > > > >git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/batch > > > >to receive the fifth memory API conversions batch. There is really > >nothing notable, except perhaps the first use of the transaction API. > > > >While the patches have been on the list for just a short time, they have > >received quite extensive review, for which I am thankful. > > Pulled. Thanks. Guys, please start testing before applying these patches. It's not hard, there are images on the wiki with scripts that area easy to run. Cheers $ gdb --args ~/src/c/qemu/build-qemu/microblaze-softmmu/qemu-system-microblaze -kernel linux.bin -serial stdio GNU gdb (Ubuntu/Linaro 7.3-0ubuntu1) 7.3-2011.08~bzr Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/edgar/src/c/qemu/build-qemu/microblaze-softmmu/qemu-system-microblaze...done. (gdb) run Starting program: /home/edgar/src/c/qemu/build-qemu/microblaze-softmmu/qemu-system-microblaze -kernel linux.bin -serial stdio [Thread debugging using libthread_db enabled] [New Thread 0x7fffeef3e700 (LWP 25891)] Program received signal SIGSEGV, Segmentation fault. 0x000000000041be54 in memory_region_init_rom_device (mr=0xfb6900, ops=, dev=, name=0x564c5d "petalogix_s3adsp1800.flash", size=16777216) at /home/edgar/src/c/qemu/qemu/memory.c:973 973 mr->ram_addr |= cpu_register_io_memory(memory_region_read_thunk, (gdb)