[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH V6 09/24] xen/ioreq: Make x86's IOREQ related dm-op handling common
On 29.01.2021 02:48, Oleksandr Tyshchenko wrote: > --- /dev/null > +++ b/xen/include/xen/dm.h > @@ -0,0 +1,44 @@ > +/* > + * Copyright (c) 2016 Citrix Systems Inc. > + * > + * 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 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/>. > + */ > + > +#ifndef __XEN_DM_H__ > +#define __XEN_DM_H__ > + > +#include <xen/types.h> > + > +#include <public/xen.h> > +#include <public/hvm/dm_op.h> Nit (we can certainly live with how it is now): This is not the alphabetical ordering we try to use in new code. The committer may want to consider switching around these two. Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |