[Qemu-devel] [Bug 1819343] Re: Qcow2 image stuck as locked after host crash

2019-03-18 Thread John Snow
OK; I will be marking this as invalid to mark our belief that this is a bug in NFS and not in QEMU; please re-open if you run into additional troubles! ** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is sub

Re: [Qemu-devel] running out of Arm TB flags...

2019-03-18 Thread Richard Henderson
On 3/18/19 12:46 PM, Peter Maydell wrote: > Hi; for the M-profile floating point work I'm going to need I think > three new TB flags (to control whether to generate the code to do > the various independent things the pseudocode ExecuteFPCheck() function > does before executing any FP insn). Unfortu

Re: [Qemu-devel] [PATCH v1 00/12] Upstream RISC-V fork patches, part 4

2019-03-18 Thread Alistair Francis
On Fri, Mar 15, 2019 at 6:22 PM Alistair Francis wrote: > > On Fri, Mar 15, 2019 at 6:19 PM Alistair Francis > wrote: > > > > v3: > > - Add a patch to remove some dead code > > - Rebase on master > > v2: > > - Add a patch for SiFive U SMP support > > - Rebase on master > > > > Alistair Franci

Re: [Qemu-devel] [PATCH v3] hw/acpi: extract acpi_add_rom_blob()

2019-03-18 Thread Wei Yang
On Mon, Mar 18, 2019 at 01:39:12PM +0100, Igor Mammedov wrote: >On Fri, 15 Mar 2019 08:44:32 +0800 >Wei Yang wrote: > >in subject: s/extract/generalize/ > >> arm and i386 has almost the same function acpi_add_rom_blob(), except >> giving different FWCfgCallback function. >> >> This patch extract

[Qemu-devel] [PATCH v1 0/1] Convert qdev pointer properties to QOM links

2019-03-18 Thread Sukrit Bhatnagar
Changes made: - the properties for dma_out and dma_in objects will be added upon etraxfs ethernet device initialization - the qom links for these objects will be added upon the device realization and will point to the respective dma controllers - the qdev properties for them, defined using DEFI

[Qemu-devel] [PATCH v1 1/1] etraxfs: convert dma_out and dma_in pointer properties from qdev to qom links

2019-03-18 Thread Sukrit Bhatnagar
The ETRAXFS Ethernet device needs pointers to the dma controllers to operate. According to qdev-properties.h, properties of pointer types should be avoided. A QOM link type property is a good substitution. Cc: Edgar E. Iglesias Signed-off-by: Sukrit Bhatnagar --- hw/net/etraxfs_eth.c | 13

[Qemu-devel] Why is vhost-user limited to 8 slots?

2019-03-18 Thread Raphael Norwitz
Hi MST, Looking at the kernel commit log, I see that commit c9ce42f72fd0ba180fd35539829e4139dca31494 introduced support for a configurable number of regions in vhost, but vhost-user is still limited to 8 slots. Is there a reason for that? Would you consider a patch to either statically increas

[Qemu-devel] 答复: [Qemu-block] [PATCH] scsi-disk: Fix crash if request is invaild or disk is no medium

2019-03-18 Thread lizhengui
This problem can be reproduced by detaching and attaching remote cdrom repeatly. -邮件原件- 发件人: John Snow [mailto:js...@redhat.com] 发送时间: 2019年3月19日 7:34 收件人: lizhengui; pbonz...@redhat.com; stefa...@redhat.com; mre...@redhat.com 抄送: qemu-bl...@nongnu.org; Fangyi (C); qemu-devel@nongnu.org;

[Qemu-devel] [PATCH 2/2] tests: fw_cfg: add reboot_timeout test case

2019-03-18 Thread Li Qiang
Signed-off-by: Li Qiang --- tests/fw_cfg-test.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/fw_cfg-test.c b/tests/fw_cfg-test.c index 1c5103fe1c..551b51e38f 100644 --- a/tests/fw_cfg-test.c +++ b/tests/fw_cfg-test.c @@ -99,6 +99,17 @@ static void test

[Qemu-devel] [PATCH 0/2] tests: fw_cfg: add reboot-timeout test case

2019-03-18 Thread Li Qiang
The first patch adds a util function to get the fw_cfg file entry. And second adds the reboot-timeout test case. Li Qiang (2): tests: fw_cfg: add a function to get the fw_cfg file tests: fw_cfg: add reboot_timeout test case tests/fw_cfg-test.c | 15 ++- tests/libqos/fw_cfg.c |

[Qemu-devel] [PATCH 1/2] tests: fw_cfg: add a function to get the fw_cfg file

2019-03-18 Thread Li Qiang
This is useful to write qtest about fw_cfg file entry. Signed-off-by: Li Qiang --- tests/libqos/fw_cfg.c | 45 +++ tests/libqos/fw_cfg.h | 2 ++ 2 files changed, 47 insertions(+) diff --git a/tests/libqos/fw_cfg.c b/tests/libqos/fw_cfg.c index d0889d1e22

Re: [Qemu-devel] [PATCH v1 00/12] Upstream RISC-V fork patches, part 4

2019-03-18 Thread Palmer Dabbelt
On Mon, 18 Mar 2019 17:33:38 PDT (-0700), alistai...@gmail.com wrote: On Fri, Mar 15, 2019 at 6:22 PM Alistair Francis wrote: On Fri, Mar 15, 2019 at 6:19 PM Alistair Francis wrote: > > v3: > - Add a patch to remove some dead code > - Rebase on master > v2: > - Add a patch for SiFive U SMP

[Qemu-devel] [PATCH v2] ui/cocoa: Fix absolute input device grabbing issues on Mojave

2019-03-18 Thread Chen Zhang via Qemu-devel
On Mojave, absolute input device, i.e. tablet, had trouble re-grabbing the cursor in re-entry into the virtual screen area. In some cases, the `window` property of NSEvent object is nil, after exit of cursor, meaning that the `-locationInWindow` method would return value in screen coordinates. Curr

Re: [Qemu-devel] [PATCH v2] ui/cocoa: Fix absolute input device grabbing issues on Mojave

2019-03-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/2d646e18-7f28-4f06-9f3d-d5f8a1408...@me.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 2d646e18-7f28-4f06-9f3d-d5f8a1408...@me.com Type: series Subject: [Qemu-devel] [PATCH v2] ui/cocoa: F

[Qemu-devel] HELP IN CREATING ACCOUNT IN QEMU WIKI

2019-03-18 Thread Sarah Abraham
Hey all! I am Sarah Abraham and I'm an Outreachy applicant for May '19-Aug '19 round.I'm really interested to work on the project "Improve GNOME boxes express-installations by adding support to tree-based installations" . Currently I am reading the project description on the Outreachy page and

Re: [Qemu-devel] [RFC PATCH v4 5/5] target/ppc: support single stepping with KVM HV

2019-03-18 Thread Alexey Kardashevskiy
On 01/03/2019 09:57, Fabiano Rosas wrote: > The hardware singlestep mechanism in POWER works via a Trace Interrupt > (0xd00) that happens after any instruction executes, whenever MSR_SE = > 1 (PowerISA Section 6.5.15 - Trace Interrupt). > > However, with kvm_hv, the Trace Interrupt happens insi

Re: [Qemu-devel] [PATCH] spapr: Remove NULL checks on error_propagate() calls

2019-03-18 Thread David Gibson
On Mon, Mar 18, 2019 at 08:01:48PM +0100, Markus Armbruster wrote: > Patch created mechanically by rerunning: > > $ spatch --sp-file scripts/coccinelle/error_propagate_null.cocci \ > --macro-file scripts/cocci-macro-file.h \ > --dir . --in-place > > Signed-off-by: Markus Ar

<    1   2   3