Re: [PATCH 1/3] tools/xg: Move xc_cpu_policy_t to xenguest.h

2024-05-16 Thread Alejandro Vallejo
On 30/04/2024 15:13, Anthony PERARD wrote: > On Wed, Feb 07, 2024 at 05:39:55PM +, Alejandro Vallejo wrote: >> diff --git a/tools/include/xenguest.h b/tools/include/xenguest.h >> index e01f494b772a..4e9078fdee4d 100644 >> --- a/tools/include/xenguest.h >> +++ b/tools/include/xenguest.h >> @@

Re: [PATCH 1/3] tools/xg: Move xc_cpu_policy_t to xenguest.h

2024-04-30 Thread Anthony PERARD
On Wed, Feb 07, 2024 at 05:39:55PM +, Alejandro Vallejo wrote: > diff --git a/tools/include/xenguest.h b/tools/include/xenguest.h > index e01f494b772a..4e9078fdee4d 100644 > --- a/tools/include/xenguest.h > +++ b/tools/include/xenguest.h > @@ -784,7 +784,13 @@ xen_pfn_t

[PATCH 1/3] tools/xg: Move xc_cpu_policy_t to xenguest.h

2024-02-07 Thread Alejandro Vallejo
This enables a set of follow-up simplifications in the toolstack. No functional change. Signed-off-by: Alejandro Vallejo --- tools/include/xenguest.h | 8 +++- tools/libs/guest/xg_private.h| 10 -- xen/include/xen/lib/x86/cpu-policy.h | 6 -- 3 files