[Qemu-devel] [PATCH 03/19] target-i386: use CPU_LDoubleU instead of a private union

2011-04-12 Thread Aurelien Jarno
Use CPU_LDoubleU in cpu_dump_state() instead of redefining a union for doing the conversion. Based on a patch from Laurent Vivier laur...@vivier.eu. Cc: Laurent Vivier laur...@vivier.eu Signed-off-by: Aurelien Jarno aurel...@aurel32.net --- target-i386/helper.c | 12 +++- 1 files

Re: [Qemu-devel] [Bug 757702] Re: Undefined instruction exception starts at offset 0x8 instead of 0x4

2011-04-12 Thread Anup Patel
Hi, Were you able to replicate the problem with the steps that I had mentioned ? The key thing is is if you don't set breakpoint at 0x4 or 0x8 just follow the execution flow using si command of GDB. You will definitely hit the problem. --Anup On Tue, Apr 12, 2011 at 5:57 PM, Anup Patel

Re: [Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Paolo Bonzini
On 04/12/2011 11:50 PM, Edgar E. Iglesias wrote: I also tested the code and it works beautifully for my testcases! iothread icount ran faster than icount without iothread. That's very good news, thanks! Paolo

Re: [Qemu-devel] [PATCH 11/15] s390x: Implement opcode helpers

2011-04-12 Thread Alexander Graf
Am 12.04.2011 um 23:32 schrieb Aurelien Jarno aurel...@aurel32.net: On Mon, Apr 04, 2011 at 04:32:20PM +0200, Alexander Graf wrote: There are some instructions that can't (or shouldn't) be expressed by pure tcg code. For those, we call into externally compiled C functions. This patch

Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support

2011-04-12 Thread Josh Durgin
On Wed, 13 Apr 2011 04:43:39 +0200, Christoph Hellwig h...@lst.de wrote: @@ -43,6 +43,10 @@ _supported_fmt raw _supported_proto generic _supported_os Linux +# rbd images are not growable +if [ $IMGPROTO = rbd ]; then +_notrun image protocol $IMGPROTO does not support growable images

Re: [Qemu-devel] [PATCH 1/3] target-unicore32: remove cpu_halted()

2011-04-12 Thread Guan Xuetao
Applied. Thanks. Guan Xuetao -Original Message- From: Aurelien Jarno [mailto:aurel...@aurel32.net] Sent: Wednesday, April 13, 2011 6:31 AM To: qemu-devel@nongnu.org Cc: Aurelien Jarno; Guan Xuetao Subject: [PATCH 1/3] target-unicore32: remove cpu_halted() cpu_halted() has been

<    1   2   3