Re: [PATCH] x86emul: drop host_and_vcpu_must_have()
Andrew Cooper <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/07/2026 10:46 am, Jan Beulich wrote: > With CPU policy dependency logic now properly in place and working, and > with us never enabling ISA bits in guest policies which the underlying > hardware doesn't support, the dual checks aren't needed anymore. In fact > in Misra terms they are dead code. > > In turn, a number of cpu_has_* can then also go away, when their only user > was the emulator code. > > Signed-off-by: Jan Beulich <[email protected]> Acked-by: Andrew Cooper <[email protected]>