Re: [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation.

2016-02-20 Thread Peter Crosthwaite
On Sat, Feb 20, 2016 at 10:03 AM, Jean-Christophe DUBOIS wrote: > Le 20/02/2016 16:30, Peter Crosthwaite a écrit : >> >> On Sat, Feb 20, 2016 at 2:55 AM, Jean-Christophe DUBOIS >> wrote: >>> >>> Just to compare I tried to run Linux on QEMU emulating

Re: [Qemu-devel] [PATCH v5] vhost-user interrupt management fixes

2016-02-20 Thread Michael S. Tsirkin
On Fri, Feb 19, 2016 at 10:02:16AM +0100, Didier Pallard wrote: > Hi victor, > > I'm sorry, i didn't get time to work on this patch. > Thanks for your work. > > didier Could you please confirm that the patch works for you? > > On 02/18/2016 03:12 PM, Victor Kaplansky wrote: > >Since

Re: [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation.

2016-02-20 Thread Jean-Christophe DUBOIS
Le 20/02/2016 16:30, Peter Crosthwaite a écrit : On Sat, Feb 20, 2016 at 2:55 AM, Jean-Christophe DUBOIS wrote: Just to compare I tried to run Linux on QEMU emulating highbank. For now I am unable to start in SMP mode. Only one core is activated. This is probably due

[Qemu-devel] [PATCH 3/4] block/null-{co, aio}: Implement get_block_status()

2016-02-20 Thread Max Reitz
Signed-off-by: Max Reitz --- block/null.c | 17 + 1 file changed, 17 insertions(+) diff --git a/block/null.c b/block/null.c index ad883d9..0a8ff7b 100644 --- a/block/null.c +++ b/block/null.c @@ -186,6 +186,19 @@ static int null_reopen_prepare(BDRVReopenState

[Qemu-devel] [PATCH 0/4] qemu-img: Fix preallocation with -S 0 for convert

2016-02-20 Thread Max Reitz
Using -S 0 is supposed to allocate everything in the output image; or at least it is supposed to always explicitly write zeros even if the area in question is known to only contain zeros. That doesn't always work right now, so this series fixes it (patch 1, to be specific). I only noticed after I

[Qemu-devel] [PATCH 2/4] block/null-{co, aio}: Return zeros when read

2016-02-20 Thread Max Reitz
Currently, we do not define exactly what is returned when read, but having a reliable source of zeros is always nice. Signed-off-by: Max Reitz --- block/null.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/block/null.c b/block/null.c index d90165d..ad883d9 100644 ---

[Qemu-devel] [PATCH 4/4] iotests: Test qemu-img convert -S 0 behavior

2016-02-20 Thread Max Reitz
Passing -S 0 to qemu-img convert should result in all source data being copied to the output, even if that source data is known to be 0. The output image should therefore have exactly the same size on disk as an image which we explicitly filled with data. Signed-off-by: Max Reitz

[Qemu-devel] [PATCH 1/4] qemu-img: Fix preallocation with -S 0 for convert

2016-02-20 Thread Max Reitz
When passing -S 0 to qemu-img convert, the target image is supposed to be fully allocated. Right now, this is not the case if the source image contains areas which bdrv_get_block_status() reports as being zero. This patch introduces a new ImgConvertBlockStatus named BLK_ZERO_DATA which is set by

Re: [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation.

2016-02-20 Thread Peter Crosthwaite
On Sat, Feb 20, 2016 at 2:55 AM, Jean-Christophe DUBOIS wrote: > Just to compare I tried to run Linux on QEMU emulating highbank. > > For now I am unable to start in SMP mode. Only one core is activated. > This is probably due to the fact that the PSCI command encodings for

Re: [Qemu-devel] [PATCH v2 0/2] qemu-iotests: fix 140 on s390x

2016-02-20 Thread Max Reitz
On 18.02.2016 21:37, Sascha Silbe wrote: > Yet another IDE-using test crept in (commit 16dee418). Fix it by > disabling the implicit drive. > > v1->v2: > - don't use any drive at all instead of replacing IDE with virtio-scsi > - split off virtio alias patch into separate series (no longer needed

Re: [Qemu-devel] [PATCH v2 2/2] qemu-iotests: 140: make description slightly more verbose

2016-02-20 Thread Max Reitz
On 18.02.2016 21:37, Sascha Silbe wrote: > Describe in a little more detail what the test is supposed to achieve. > > Signed-off-by: Sascha Silbe > --- > Max, does this reflect your intentions well enough? I took the liberty > of re-using some of your review comments to

Re: [Qemu-devel] [PATCH v2 1/1] qemu-iotests: 067: ignore QMP events

2016-02-20 Thread Max Reitz
On 19.02.2016 14:01, Sascha Silbe wrote: > The relative ordering of "device_del" return value and the > "DEVICE_DELETED" QMP event depends on the architecture being > tested. On x86 unplugging virtio disks is asynchronous > (=qdev_unplug()= → =hotplug_handler_unplug_request()=) while on s390x > it

Re: [Qemu-devel] [PATCH v2 1/1] quorum: Change vote rules for 64 bits hash

2016-02-20 Thread Max Reitz
On 19.02.2016 12:24, Alberto Garcia wrote: > On Fri 19 Feb 2016 09:26:53 AM CET, Wen Congyang wrote: > If quorum has two children(A, B). A do flush sucessfully, but B flush failed. We MUST choice A as winner rather than just pick anyone of them. Otherwise

Re: [Qemu-devel] [PATCH v3 09/14] block: Move some bdrv_*_all() functions to BB

2016-02-20 Thread Max Reitz
On 17.02.2016 16:51, Kevin Wolf wrote: > Am 16.02.2016 um 19:08 hat Max Reitz geschrieben: >> Move bdrv_commit_all() and bdrv_flush_all() to the BlockBackend level. >> >> Signed-off-by: Max Reitz >> --- >> block.c | 20 >>

[Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8

2016-02-20 Thread leoheck
Hi Mark, it is very good to hear that it isn't only with me. Let me know if you need a help to test and/or collect any information to help you to discover/fix this problem. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [PATCH v3 07/14] blockdev: Add list of monitor-owned BlockBackends

2016-02-20 Thread Max Reitz
On 20.02.2016 14:34, Max Reitz wrote: > On 17.02.2016 17:20, Kevin Wolf wrote: >> Am 17.02.2016 um 16:41 hat Max Reitz geschrieben: >>> On 17.02.2016 11:53, Kevin Wolf wrote: Am 16.02.2016 um 19:08 hat Max Reitz geschrieben: > The monitor does hold references to some BlockBackends so it

Re: [Qemu-devel] [PATCH v3 07/14] blockdev: Add list of monitor-owned BlockBackends

2016-02-20 Thread Max Reitz
On 17.02.2016 17:20, Kevin Wolf wrote: > Am 17.02.2016 um 16:41 hat Max Reitz geschrieben: >> On 17.02.2016 11:53, Kevin Wolf wrote: >>> Am 16.02.2016 um 19:08 hat Max Reitz geschrieben: The monitor does hold references to some BlockBackends so it should have >>> >>> s/does hold/holds/? >> >>

Re: [Qemu-devel] [PATCH v9 4/5] acpi: arm: add fw_cfg device node to dsdt

2016-02-20 Thread Shannon Zhao
On 2016/2/20 2:20, Gabriel L. Somlo wrote: Add a fw_cfg device node to the ACPI DSDT. This is mostly informational, as the authoritative fw_cfg MMIO region(s) are listed in the Device Tree. However, since we are building ACPI tables, we might as well be thorough while at it... Signed-off-by:

[Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8

2016-02-20 Thread Mark Cave-Ayland
I've been looking at this as I have time, and IMO it's a qemu bug. Fortunately I have a easy local reproducer here, and from what I can see in this one particular case it seems the QEMU doesn't honour the annul bit in the branch (or apparently corrupts it according to the guest?!). So yes, it's a

Re: [Qemu-devel] [PATCH] hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided

2016-02-20 Thread Peter Maydell
On 19 February 2016 at 21:58, Laszlo Ersek wrote: > On 02/19/16 22:41, Ard Biesheuvel wrote: >> On 19 February 2016 at 22:03, Laszlo Ersek wrote: >>> Ard, any opinion on this? >>> >> >> I agree with Peter. Note that this is strictly about emulation, under >>

Re: [Qemu-devel] [PATCH v2 2/2] target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM traps

2016-02-20 Thread Peter Maydell
On 19 February 2016 at 19:38, Alistair Francis wrote: > On Fri, Feb 19, 2016 at 6:39 AM, Peter Maydell > wrote: >> +/* Check for traps to performance monitor registers, which are controlled >> + * by MDCR_EL2.TPM for EL2 and MDCR_EL3.TPM for EL3.

Re: [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation.

2016-02-20 Thread Jean-Christophe DUBOIS
Just to compare I tried to run Linux on QEMU emulating highbank. For now I am unable to start in SMP mode. Only one core is activated. And there is linux backtrace in L2C-310 init. My command line: # qemu-system-arm -smp 4 -M highbank -m 1024M -display none -no-reboot -kernel zImage -initrd

Re: [Qemu-devel] [PATCH 1/1] arm: virt: change GPIO trigger interrupt to pulse

2016-02-20 Thread Shannon Zhao
Hi Wei, On 2016/2/10 6:59, Wei Huang wrote: > > On 02/04/2016 12:51 AM, Shannon Zhao wrote: >> >> >> On 2016/2/4 14:10, Wei Huang wrote: >>> >>> On 02/03/2016 07:44 PM, Shannon Zhao wrote: > > > >>> I reversed the order of edge pulling. The state is 1 according to printk >>> inside gpio_keys

[Qemu-devel] kernel 4.4.2: kvm_irq_delivery_to_api / rwsem_down_read_failed

2016-02-20 Thread Stefan Priebe
Hi, while testing Kernel 4.4.2 and starting 20 Qemu 2.4.1 virtual machines. I got those traces and a load of 500 on those system. I was only abler to recover by sysrq-trigger. All traces: INFO: task pvedaemon worke:7470 blocked for more than 120 seconds. Not tainted 4.4.2+1-ph #1 "echo 0 >

Re: [Qemu-devel] [PATCH 0/3] memory: an optimization

2016-02-20 Thread Gonglei (Arei)
Hi Paolo, > -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Saturday, February 20, 2016 5:48 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangpeng (Peter) > Subject: Re: [PATCH 0/3] memory: an optimization > > > >

Re: [Qemu-devel] [PATCH 00/13] IOMMU: Enable interrupt remapping for Intel IOMMU

2016-02-20 Thread Jan Kiszka
On 2016-02-19 10:29, Peter Xu wrote: >> Would be helpful for more convenient import and experiments. E.g. I >> could quickly through my test setup at them and tell you if they work >> for it. > > I have put codes onto github for better reference: > >

Re: [Qemu-devel] [PATCH 0/3] memory: an optimization

2016-02-20 Thread Paolo Bonzini
On 20/02/2016 03:35, Gonglei wrote: > Perf top tells me qemu_get_ram_ptr consume too much cpu cycles. >> 22.56% qemu-kvm [.] address_space_translate >> 13.29% qemu-kvm [.] qemu_get_ram_ptr >> 4.71% qemu-kvm [.] phys_page_find >> 4.43%

Re: [Qemu-devel] kvm: "warning: host doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]"

2016-02-20 Thread Paolo Bonzini
- Original Message - > From: "Jan Kiszka" > To: "Eduardo Habkost" , "Paolo Bonzini" > > Cc: "qemu-devel" , "kvm" > Sent: Saturday, February 20, 2016 9:09:32 AM > Subject: kvm:

[Qemu-devel] kvm: "warning: host doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]"

2016-02-20 Thread Jan Kiszka
Hi all, I suppose 5120901a37 introduced this: qemu with kernel_irqchip=off now generates these warnings, one per VCPU, during QEMU startup. Is the plan to live with them until we finally have x2APIC emulation in userspace (ie. also MSR vmexiting to there), or should we otherwise avoid it?