[PATCH 3/5] X86: Hyper-V: Enhanced IPI enlightenment

Michael Kelley (EOSG) Michael.H.Kelley at microsoft.com
Thu Apr 26 23:25:33 UTC 2018


On Wed, 25 Apr 2018, KY Srinivasan <kys at microsoft.com> wrote:
> 
> +struct ipi_arg_ex {
> +	u32 vector;
> +	u32  reserved;
> +	struct hv_vpset vp_set;
> +};

Again, suggest moving to hyperv-tlfs.h.  And the 5.0b version
of the TLFS has:

	u32		vector;
	u8		targetvtl;
	u8		reserved[3];
	struct hv_vpset	vp_set;

....
 
> 
> +struct hv_vpset {
> +	u64 format;
> +	u64 valid_bank_mask;
> +	u64 bank_contents[];
> +};

And this as well.

Michael


More information about the devel mailing list