[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/1] net: Add SunGEM device emulation
From: |
Mark Cave-Ayland |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/1] net: Add SunGEM device emulation as found on Apple UniNorth |
Date: |
Wed, 6 Sep 2017 18:54:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 06/09/17 07:56, David Gibson wrote:
>>>> Applied to ppc-for-2.11.
>>>
>>> Until I discovered that it breaks compile with
>>> --enable-trace-backend=ust. So I've removed it again.
>>
>> Oh that's interesting. I've had --enable-trace-backend=simple as part of
>> my default build for a long while now, so I'm quite surprised that the
>> trace-events are backend sensitive.
>>
>> Any clue as to what the error might be before I go and start installing
>> the relevant libraries?
>
> Not so far. I'd investigate myself, but I'm actually really sick
> right now.
Okay, got it - it's because I'd used hwaddr and HWADDR_PRI in
trace-events and of course those types don't exist outside of QEMU.
Switching them over to uint64_t seems to do the trick, so I'll send a v2
shortly.
Hope you feel better soon.
ATB,
Mark.