On 13/06/14 18:00, Daniel Kiper wrote: > Define constants and structures which are needed to properly > execute EFI related hypercall in Xen dom0. > > This patch is based on Jan Beulich and Tang Liang work. > > v5 - suggestions/fixes: This version information should be after a '---' marker. > + struct { > + GUEST_HANDLE(void) name; /* UCS-2/UTF-16 string */ > + xen_ulong_t size; > + GUEST_HANDLE(void) data; > + struct xenpf_efi_guid { > + uint32_t data1; > + uint16_t data2; > + uint16_t data3; > + uint8_t data4[8]; > + } vendor_guid; Indentation looks all messed up here and in many other places. David -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html