On Thu, 2010-11-25 at 09:19 +0800, Jin Dongming wrote:
[...]

> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -1053,9 +1053,15 @@ ETEXI
>  
>      {
>          .name       = "mce",
> +#if defined(KVM_CAP_MCE)
> +        .args_type  = 
> "cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l,broadcast:s?",
> +        .params     = "cpu bank status mcgstatus addr misc [broadcast|b]",
> +        .help       = "inject a MCE on the given CPU [and broadcast to other 
> CPUs]",
> +#else
>          .args_type  = 
> "cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l",
>          .params     = "cpu bank status mcgstatus addr misc",
>          .help       = "inject a MCE on the given CPU",
> +#endif

Broadcast can not be used by QEMU-TCG?

[...]

Best Regards,
Huang Ying


--
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

Reply via email to