Re: [PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Dec 10, 2010 at 05:25:20PM +0900, Jin Dongming wrote:
> Pass a table instead of multiple args.
> 
> Note:
> 
>     kvm_inject_x86_mce(env, bank, status, mcg_status, addr, misc,
>                        abort_on_error);
> 
> is equal to:
> 
>     struct kvm_x86_mce mce = {
>         .bank = bank,
>         .status = status,
>         .mcg_status = mcg_status,
>         .addr = addr,
>         .misc = misc,
>     };
>     kvm_inject_x86_mce_on(env, &mce, abort_on_error);
> 
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx>
> Signed-off-by: Jin Dongming <jin.dongming@xxxxxxxxxxxxxxxxxx>

Looks good, can you please regenerate against qemu-kvm.git's uq/master
branch?
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux