You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/net/rocker
Paolo Bonzini 5150004ccf rocker: do not pollute the namespace
Do not leave the __le* macros defined, in fact do not use them at all.  Fixes a
build failure on Alpine with the TDX patches:

In file included from ../hw/net/rocker/rocker_of_dpa.c:25:
../hw/net/rocker/rocker_hw.h:14:16: error: conflicting types for 'uint64_t'; have '__u64' {aka 'long long unsigned int'}
   14 | #define __le64 uint64_t
      |                ^~~~~~~~
In file included from /usr/include/stdint.h:20,
                 from ../include/qemu/osdep.h:111,
                 from ../hw/net/rocker/rocker_of_dpa.c:17:
/usr/include/bits/alltypes.h:136:25: note: previous declaration of 'uint64_t' with type 'uint64_t' {aka 'long unsigned int'}
  136 | typedef unsigned _Int64 uint64_t;
      |                         ^~~~~~~~

because the Linux headers include a typedef of __leNN.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 month ago
..
qmp-norocker.c rocker: Tweak stubbed out monitor commands' error messages 2 years ago
rocker-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago
rocker.c qom: Make InterfaceInfo[] uses const 2 months ago
rocker.h rocker: do not pollute the namespace 1 month ago
rocker_desc.c bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx 2 years ago
rocker_desc.h
rocker_fp.c net: Provide MemReentrancyGuard * to qemu_new_nic() 2 years ago
rocker_fp.h
rocker_hw.h rocker: do not pollute the namespace 1 month ago
rocker_of_dpa.c rocker: do not pollute the namespace 1 month ago
rocker_of_dpa.h
rocker_tlv.h
rocker_world.c
rocker_world.h