Home
last modified time | relevance | path

Searched defs:VERSION (Results 1 – 3 of 3) sorted by relevance

/qemu/
H A DMakefile208 VERSION = $(shell cat $(SRC_PATH)/VERSION) macro
/qemu/hw/usb/
H A Dredirect.c192 #define VERSION "qemu usb-redir guest " QEMU_VERSION macro
/qemu/linux-user/
H A Dsyscall_defs.h35 #define IPCOP_CALL(VERSION, OP) ((VERSION) << 16 | (OP)) argument