Hi Andre, On 04/06/2017 12:19 AM, Andre Przywara wrote:
+/* + * An Interrupt Translation Table Entry: this is indexed by a + * DeviceID/EventID pair and is located in guest memory. + */ +struct vits_itte +{ + uint32_t vlpi; + uint16_t collection; + uint16_t pad; +}; + +void vgic_v3_its_init_domain(struct domain *d)
likely vgic_v3_its_init_domain will return an error if it failed to allocate something.
So modify the return type.
+{ +} + +void vgic_v3_its_free_domain(struct domain *d) +{ +} + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */
Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel