Re: [Qemu-devel] virtio-net sporadic error with QNX 7.0 guest: virtio-net ctrl missing headers

2018-09-23 Thread Claudio
Hello all, I am following this with QNX as a guest driver bug. Thank you, Claudio On 09/17/2018 08:57 AM, Claudio wrote: > Hello Michael, > > On 09/12/2018 07:26 PM, Michael S. Tsirkin wrote: >> On Wed, Sep 12, 2018 at 07:12:58PM +0200, Claudio wrote: >>> Hi Michael, >>> >>> On 09/12/2018 05:3

Re: [Qemu-devel] [PATCH v6 09/25] replay: introduce info hmp/qmp command

2018-09-23 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > Pavel Dovgalyuk writes: > > > This patch introduces 'info replay' monitor command and > > corresponding qmp request. > > These commands request the current record/replay mode, replay log file name, > > and the execution step (number or record

Re: [Qemu-devel] [PATCH v3 17/22] virtio-pmem: prototype

2018-09-23 Thread David Gibson
On Thu, Sep 20, 2018 at 12:32:38PM +0200, David Hildenbrand wrote: > From: Pankaj Gupta > > This is the current protoype of virtio-pmem. Support will require > machine changes for the architectures that will support it, so it will > not yet be compiled. > > Signed-off-by: Pankaj Gupta > [ Memor

Re: [Qemu-devel] [PATCH v3 16/22] memory-device: add optional function get_device_id()

2018-09-23 Thread David Gibson
On Thu, Sep 20, 2018 at 12:32:37PM +0200, David Hildenbrand wrote: > When reporting the id of virtio-based memory devices, we always have to > take the one of the proxy device (parent), not the one of the memory > device directly. > > Let's generalize this by allowing memory devices to specify an

Re: [Qemu-devel] [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode

2018-09-23 Thread Philippe Mathieu-Daudé
On 9/23/18 8:38 PM, Fredrik Noring wrote: > Hi Aleksandar, > > Thank your for your review comments. Please find clarifications and > questions below: > >>> Subject: [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode >> >> The expression "GCC programs" will raise many eyebrows. Wh

Re: [Qemu-devel] [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode

2018-09-23 Thread Maciej W. Rozycki
On Sun, 23 Sep 2018, Fredrik Noring wrote: > > Patch 4 will break bisect on clang builds. The reason for this is that > > clang treats unused functions as errors. Therefore, patch 4 must be merged > > with some of subsequent patches that contain first invocation of the > > function currently defin

Re: [Qemu-devel] [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode

2018-09-23 Thread Fredrik Noring
Hi Aleksandar, Thank your for your review comments. Please find clarifications and questions below: > > Subject: [PATCH v5 0/8] target/mips: Support R5900 GCC programs in user mode > > The expression "GCC programs" will raise many eyebrows. What R5900 > programs are not "GCC programs"? That wou

Re: [Qemu-devel] [PATCH] tests/Makefile: Re-enable the endianness-, wdt_ib700- and the vmxnet3-test

2018-09-23 Thread Paolo Bonzini
On 23/09/2018 17:04, Thomas Huth wrote: > On 2018-09-19 10:58, Thomas Huth wrote: >> Recent clean-ups moved these tests directly to the check-qtest-y variable, >> but this variable gets completely overwritten at the end of the Makefile by: >> >> check-qtest-y=$(foreach TARGET,$(TARGETS), $(check-qt

Re: [Qemu-devel] Ping [PATCH v2] qemu-img.c: add help for each command

2018-09-23 Thread Programmingkid
> On Sep 23, 2018, at 11:02 AM, Murilo Opsfelder Araujo > wrote: > > Hi, John. > > On Sat, Sep 22, 2018 at 01:16:06PM -0400, Programmingkid wrote: >> Patchworks url: https://patchwork.ozlabs.org/patch/970255/ >> >> Add the ability for the user to display help for a certain command. >> Exampl

Re: [Qemu-devel] Ping [PATCH v2] qemu-img.c: add help for each command

2018-09-23 Thread Murilo Opsfelder Araujo
Hi, John. On Sat, Sep 22, 2018 at 01:16:06PM -0400, Programmingkid wrote: > Patchworks url: https://patchwork.ozlabs.org/patch/970255/ > > Add the ability for the user to display help for a certain command. > Example: qemu-img create --help > > What is printed is all the options available to this

Re: [Qemu-devel] [PATCH] tests/Makefile: Re-enable the endianness-, wdt_ib700- and the vmxnet3-test

2018-09-23 Thread Thomas Huth
On 2018-09-19 10:58, Thomas Huth wrote: > Recent clean-ups moved these tests directly to the check-qtest-y variable, > but this variable gets completely overwritten at the end of the Makefile by: > > check-qtest-y=$(foreach TARGET,$(TARGETS), $(check-qtest-$(TARGET)-y)) > > So the endianness-, wd

[Qemu-devel] virtio notiry question

2018-09-23 Thread jack.chen
hello ,when I read virtio source code ,I was confused about when back-end notify front-end。 In function virtio_should_notify,if vq->signalled_used_valid == false or vring_need_event(vring_get_used_event(vq), new, old) is true,notiry will occur。but I can not understand when vq->signalled_used_valid