>>> Tamas K Lengyel <ta...@tklengyel.com> 04/14/16 6:34 PM >>> >+static inline uint32_t arch_monitor_get_capabilities(struct domain *d) >+{ >+ uint32_t capabilities = 0;
Pointless initializer. >+ capabilities = (1U << XEN_DOMCTL_MONITOR_EVENT_GUEST_REQUEST); >+ >+ return capabilities; >+} Even more - the entire function body could be just a single return statement. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel