> > > index 000000000000..f3b725336161 > > > --- /dev/null > > > +++ b/target/i386/kvm/tdx.h > > > @@ -0,0 +1,21 @@ > > > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > > > + > > > +#ifndef QEMU_I386_TDX_H > > > +#define QEMU_I386_TDX_H > > > > I386_TDX_H is enough... the QEMU prefix is rarely seen in the whole > > project. > > IMHO having a QEMU_ prefix here is "best practice", so don't remove it. > > That lots of other QEMU code doesn't follow best practice is unfortunate.
Thanks, now I see!