[PATCH v4 5/6] arch/x86: move domain_pause_for_debugger() to domain.h

2021-09-28 Thread Bobby Eshleman
domain_pause_for_debugger() was previously in debugger.h. This commit moves it to domain.h because its implementation is in domain.c. Signed-off-by: Bobby Eshleman --- Changes in v3: - domain_pause_for_debugger() is now moved into debugger.h, not a new file debugger.c Changes in v4: - Don't u

Re: [PATCH v4 5/6] arch/x86: move domain_pause_for_debugger() to domain.h

2021-09-28 Thread Andrew Cooper
On 28/09/2021 21:30, Bobby Eshleman wrote: > domain_pause_for_debugger() was previously in debugger.h. This commit > moves it to domain.h because its implementation is in domain.c. > > Signed-off-by: Bobby Eshleman Reviewed-by: Andrew Cooper