[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] migration/rdma: define htonll/ntohll only if not predefi
|
From: |
Nick Briggs |
|
Subject: |
Re: [PATCH 1/2] migration/rdma: define htonll/ntohll only if not predefined |
|
Date: |
Sun, 14 Jan 2024 22:46:26 -0800 |
Thank you.
Yes, with those two patches applied I have compiled qemu on Solaris 11.4
running on a SPARC-T4-1 (sun4v) system to emulate a single target: an HP
PA-RISC.
> On Jan 14, 2024, at 8:35 PM, Peter Xu <peterx@redhat.com> wrote:
>
> On Thu, Jan 11, 2024 at 01:20:17PM -0500, Nick Briggs wrote:
>> Solaris has #defines for htonll and ntohll which cause syntax errors
>> when compiling code that attempts to (re)define these functions..
>>
>> Signed-off-by: Nick Briggs <nicholas.h.briggs@gmail.com>
>
> I left the other QGA patch for QGA maintainers, assuming this will enable
> solaries build for qemu itself alone.
>
> Queued this one for migration-staging.
>
> Thanks,
>
> --
> Peter Xu
>