Re: [Qemu-devel] [PATCH] tcg/mips: Add support for mips64el backend

2016-11-12 Thread Richard Henderson
On 11/11/2016 08:20 AM, jinguo...@loongson.cn wrote: From: Jin Guojie This patch implements TCG mips64r2(little-endian) translation backend. Tested on Loongson 3A2000(a MIPS64-compatible CPU) with Fedora Linux 21 Remix. linux-0.2.img.bz2 runs well. The performance is

Re: [Qemu-devel] [PATCH v8 00/21] qcow2: persistent dirty bitmaps

2016-11-12 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v8 00/21] qcow2: persistent dirty bitmaps Message-id:

Re: [Qemu-devel] [RFC 0/3] aio: experimental virtio-blk polling mode

2016-11-12 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [RFC 0/3] aio: experimental virtio-blk polling mode Message-id:

Re: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement

2016-11-12 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement Message-id:

[Qemu-devel] [PATCH] cpu_ldst.h: use correct guest address parameter

2016-11-12 Thread Bobby Bingham
In the user emulation code path, tlb_vaddr_to_host erronesously passed vaddr as the guest address to be translated, instead of addr, the parameter which actually contained the guest address. This resulted in incorrect addresses being used when emulating block copy (mvc/mvpg) and block clear (xc)

Re: [Qemu-devel] [PULL 0/9] Ide patches

2016-11-12 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PULL 0/9] Ide patches Message-id: 1478890195-30841-1-git-send-email-js...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

Re: [Qemu-devel] [PATCH v2 0/5] [RFC] Add HAX support

2016-11-12 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v2 0/5] [RFC] Add HAX support Message-id: cover.1478863621.git.vpala...@chromium.org === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

Re: [Qemu-devel] [RFC PATCH 0/8] quorum: Implement .bdrv_co_preadv/pwritev()

2016-11-12 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC PATCH 0/8] quorum: Implement .bdrv_co_preadv/pwritev() Message-id: 1478798349-28983-1-git-send-email-kw...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH v2 0/1] vfio-pci: fix assert fail in host property if unused

2016-11-12 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v2 0/1] vfio-pci: fix assert fail in host property if unused Message-id: cover.1478777270.git.daniel.o...@gmail.com === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms

2016-11-12 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms Message-id: 1478694124-15803-1-git-send-email-da...@gibson.dropbear.id.au === TEST SCRIPT BEGIN ===

[Qemu-devel] OpenRISC suggested command-line

2016-11-12 Thread G 3
Hi, I'm working on the OpenRISC wiki page and was wondering if you could give me an example command-line for using qemu-system-or1k please? Here is the page: http://wiki.qemu.org/Documentation/ Platforms/OpenRISC

Re: [Qemu-devel] [V6, 2/7] nios2: Add architecture emulation support

2016-11-12 Thread Guenter Roeck
Hi Marek, On 11/12/2016 01:50 PM, Marek Vasut wrote: On 11/07/2016 08:54 PM, Guenter Roeck wrote: Hi Marek, On 11/07/2016 10:14 AM, Marek Vasut wrote: On 11/07/2016 04:58 AM, Guenter Roeck wrote: On Tue, Oct 25, 2016 at 09:57:43PM +0200, Marek Vasut wrote: From: Chris Wulff

Re: [Qemu-devel] [V6, 2/7] nios2: Add architecture emulation support

2016-11-12 Thread Marek Vasut
On 11/07/2016 08:54 PM, Guenter Roeck wrote: > Hi Marek, > > On 11/07/2016 10:14 AM, Marek Vasut wrote: >> On 11/07/2016 04:58 AM, Guenter Roeck wrote: >>> On Tue, Oct 25, 2016 at 09:57:43PM +0200, Marek Vasut wrote: From: Chris Wulff Add support for emulating

[Qemu-devel] target-alpha mttcg success

2016-11-12 Thread Richard Henderson
PID USER PR NIVIRTRES S P %CPU %MEM TIME+ COMMAND 7817 rth 20 0 5304360 712404 R 3 94.4 9.1 2:45.21 qemu-system-alp 7819 rth 20 0 5304360 712404 R 1 90.7 9.1 2:01.84 qemu-system-alp 7818 rth 20 0 5304360 712404 R 2 90.1 9.1 2:04.52

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-12 Thread Greg Kurz
On Fri, 11 Nov 2016 03:54:27 -0500 Pradeep Jagadeesh wrote: > Uses throttling APIs to limit I/O bandwidth and number of operations on the > devices which use 9p-local driver. > > Signed-off-by: Pradeep Jagadeesh > Reviewed-by: Alberto

Re: [Qemu-devel] [PATCH] 9pfs: free the private data memory in device unrealize

2016-11-12 Thread Greg Kurz
Hi Li, On Sat, 12 Nov 2016 00:13:56 -0800 Li Qiang wrote: > From: Li Qiang > > When the 9pfs use 'handle'/'proxy' as the backend driver it > will allocate a private data memory. But this memory is not freed in > the unrealize function thus leading a memory

[Qemu-devel] [PATCH] target-xtensa: fix ICACHE/DCACHE options detection

2016-11-12 Thread Max Filippov
Configuration overlay does not explicitly say whether there are ICACHE and DCACHE in the core. Current code uses XCHAL_[ID]CACHE_WAYS to detect if corresponding cache option is enabled, but that's not correct: on cores without cache these macros are defined as 1, not as 0. Check

[Qemu-devel] [PATCH] target-xtensa: drop unused timer_irq helper

2016-11-12 Thread Max Filippov
It's been there from the very beginning and it's been unused since then. Drop it. Signed-off-by: Max Filippov --- target-xtensa/helper.h| 1 - target-xtensa/op_helper.c | 5 - 2 files changed, 6 deletions(-) diff --git a/target-xtensa/helper.h

Re: [Qemu-devel] [PULL 22/55] q35: ioapic: add support for emulated IOAPIC IR

2016-11-12 Thread Alex Bennée
Emilio G. Cota writes: > On Fri, Nov 11, 2016 at 18:17:05 -0500, Peter Xu wrote: >> I also tried to test with exactly the same build parameters with the >> previous commit of above (09cd058a2c, "intel_iommu: get rid of {0} >> initializers"), it has the same problem (TCG version

Re: [Qemu-devel] Crashing in tcp_close

2016-11-12 Thread Samuel Thibault
Hello, Brian Candler, on Sat 12 Nov 2016 09:33:55 +, wrote: > On 11/11/2016 22:09, Samuel Thibault wrote: > >Ooh, I see. Now it's obvious, now that it's not coming from the tcb > >loop:) Could you try the attached patch? > > It looks like it now goes into an infinite loop when a connection

Re: [Qemu-devel] Crashing in tcp_close

2016-11-12 Thread Brian Candler
On 12/11/2016 09:33, Brian Candler wrote: So I sent a SIGABRT, here is the backtrace: And here is some state from the core dump: (gdb) print so $1 = (struct socket *) 0x564b181fc940 (gdb) print *so $2 = {so_next = 0x564b18258c60, so_prev = 0x564b181fcb00, canary1 = -559038737, s = 28,

Re: [Qemu-devel] Crashing in tcp_close

2016-11-12 Thread Brian Candler
On 11/11/2016 22:09, Samuel Thibault wrote: Ooh, I see. Now it's obvious, now that it's not coming from the tcb loop:) Could you try the attached patch? It looks like it now goes into an infinite loop when a connection is closed. Packer output stopped here: ... 2016/11/12 09:29:04 ui:

Re: [Qemu-devel] virtIO question

2016-11-12 Thread zhun...@gmail.com
Thanks,the expression is not the key problem,I just write it wrong,the key problem is that what I get from the code is everytime dirver add a sg ,it will call virtqueue_kick,such as network driver,in start_xmit function ,it called xmit_skb generate a sg list and add it to the queue,then called

Re: [Qemu-devel] [PATCH v4] target-m68k: add rol/ror/roxl/roxr instructions

2016-11-12 Thread Laurent Vivier
Le 12/11/2016 à 09:26, Richard Henderson a écrit : > On 11/11/2016 10:25 PM, Laurent Vivier wrote: >> Signed-off-by: Laurent Vivier >> --- >> v4: >> - don't overwrite TCGv descriptor in rotate16_reg() >> v3: >> - fix rotate memory decoding >> - use "shx = shx < 0 ? size :

Re: [Qemu-devel] [PATCH v4] target-m68k: add rol/ror/roxl/roxr instructions

2016-11-12 Thread Richard Henderson
On 11/11/2016 10:25 PM, Laurent Vivier wrote: Signed-off-by: Laurent Vivier --- v4: - don't overwrite TCGv descriptor in rotate16_reg() v3: - fix rotate memory decoding - use "shx = shx < 0 ? size : shx;" - some cleanup v2: - use shift to do rotate_x() for 8 and 16bit

[Qemu-devel] [PATCH] 9pfs: free the private data memory in device unrealize

2016-11-12 Thread Li Qiang
From: Li Qiang When the 9pfs use 'handle'/'proxy' as the backend driver it will allocate a private data memory. But this memory is not freed in the unrealize function thus leading a memory leak issue. This patch avoid this. Signed-off-by: Li Qiang ---