[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC v4 27/29] qapi: Change Netdev int
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC v4 27/29] qapi: Change Netdev into a flat union |
Date: |
Fri, 18 Sep 2015 08:56:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Wen Congyang <address@hidden> writes:
> On 09/18/2015 04:11 AM, Eric Blake wrote:
>> On 09/17/2015 08:34 AM, Eric Blake wrote:
>>
>>>>
>>>> I apply Markus's v8 patch and this series, make check will fail:
>>>> TEST: tests/virtio-net-test... (pid=23648)
>>>> /x86_64/virtio/net/pci/basic: qemu-system-x86_64: -netdev
>>>> socket,fd=6,id=hs0: Invalid parameter 'fd'
>>>
>>> Oh dear. I guess I was focused on 'make check-qapi-schema', and forgot
>>> to test the rest of the suite. The bug is most likely in my patches,
>>> and will be fixed by the time I post v5, now that you've pointed it out
>>> to me.
>>
>> Fix is simple: add this patch to your build:
>>
>> https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg01650.html
>>
>> I've rebased my git repo accordingly for now, and will post v5 later on
>> (I'm still working on other improvements, and may reshuffle patches
>> before actually getting to v5).
>>
>> git fetch git://repo.or.cz/qemu/ericb.git qapi
>> http://repo.or.cz/qemu/ericb.git/shortlog/refs/heads/qapi
>>
>
> OK, I will try it. What is difference between start_struct() and
> start_implicit_struct()?
I hope to be able to answer this question next week, after taking a dive
in the (almost entirely undocumented) visitors code.