Home
last modified time | relevance | path

Searched refs:MACHINE_VER_STR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/
H A Dboards.h524 #define MACHINE_VER_STR(...) \ macro
/openbmc/qemu/hw/m68k/
H A Dvirt.c345 mc->desc = "QEMU " MACHINE_VER_STR(__VA_ARGS__) " M68K Virtual Machine"; \ in type_init()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c840 mc->desc = "Virtual s390x machine (version " MACHINE_VER_STR(__VA_ARGS__) ")"; \
/openbmc/qemu/hw/arm/
H A Dvirt.c112 mc->desc = "QEMU " MACHINE_VER_STR(__VA_ARGS__) " ARM Virtual Machine"; \