On Tuesday 30 December 2008 01:42:35 Marcelo Tosatti wrote: > Signed-off-by: Marcelo Tosatti <[email protected]> > >-- > #if defined(TARGET_I386) || defined(TARGET_X86_64) || defined(TARGET_IA64) > || defined(__linux__) { "pcidevice", HAS_ARG, QEMU_OPTION_pcidevice }, > @@ -5267,6 +5270,11 @@ int main(int argc, char **argv, char **e > kvm_pit = 0; > break; > } > + case QEMU_OPTION_kvm_pit_no_reinject: { > + extern int kvm_pit_no_reinject; > + kvm_pit_no_reinject = 1; > + break; > + } > case QEMU_OPTION_enable_nesting: { > kvm_nested = 1; > break;
Do we need check the conflict of --kvm-pit-no-reinject and --no-kvm-pit/--no- kvm-irqchip? Check it ahead of kvm_qemu_create_context() seems a little better... -- regards Yang, Sheng -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
