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 <[email protected]>
> Signed-off-by: Jin Dongming <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html