We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 847b43a + b980998 commit d40bcd8Copy full SHA for d40bcd8
linux-user/i386/target_elf.h
@@ -9,6 +9,6 @@
9
#define I386_TARGET_ELF_H
10
static inline const char *cpu_get_model(uint32_t eflags)
11
{
12
- return "qemu32";
+ return "max";
13
}
14
#endif
linux-user/x86_64/target_elf.h
#define X86_64_TARGET_ELF_H
- return "qemu64";
0 commit comments