MIPS_CPU_MVH
#define cpu_has_mvh __opt(MIPS_CPU_MVH)
#define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
c->options |= MIPS_CPU_MVH;
c->guest.options |= MIPS_CPU_MVH;