[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-next 5/9] coverage: introduce generic file
On Mon, Oct 30, 2017 at 04:48:21PM +0000, Wei Liu wrote: > On Thu, Oct 26, 2017 at 10:19:34AM +0100, Roger Pau Monne wrote: > > > > diff --git a/xen/common/coverage/Makefile b/xen/common/coverage/Makefile > > index f68d050eca..0e0510679e 100644 > > --- a/xen/common/coverage/Makefile > > +++ b/xen/common/coverage/Makefile > > @@ -1,4 +1,4 @@ > > -obj-y += gcov_base.o gcov.o > > +obj-y += gcov_base.o gcov.o coverage.o > > obj-$(CONFIG_GCOV_FORMAT_3_4) += gcc_3_4.o > > obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_4_7.o > > obj-$(CONFIG_GCOV_FORMAT_4_9) += gcc_4_9.o > > diff --git a/xen/common/coverage/coverage.c b/xen/common/coverage/coverage.c > > new file mode 100644 > > index 0000000000..1dec6944be > > --- /dev/null > > +++ b/xen/common/coverage/coverage.c > > @@ -0,0 +1,71 @@ > > +/* > > + * Generic functionality for coverage analysis. > > + * > > + * Copyright (C) 2017 Citrix Systems R&D > > + * > > + * This program is free software; you can redistribute it and/or > > + * modify it under the terms and conditions of the GNU General Public > > + * License, version 2, as published by the Free Software Foundation. > > + * > > + * This program is distributed in the hope that it will be useful, > > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > > + * General Public License for more details. > > + * > > + * You should have received a copy of the GNU General Public > > + * License along with this program; If not, see > > <http://www.gnu.org/licenses/>. > > + */ > > + > > +#include <xen/errno.h> > > +#include <xen/guest_access.h> > > +#include <xen/types.h> > > +#include <xen/coverage.h> > > Please sort this. OK, I will have to include type.h in coverage.h then. Thanks, Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |