Re: [PATCH 3/7] x86/HVM: remove unused MMIO handling code

2024-09-11 Thread Jan Beulich
On 10.09.2024 20:08, Andrew Cooper wrote: > On 10/09/2024 3:40 pm, Jan Beulich wrote: >> All read accesses are rejected by the ->accept handler, while writes >> bypass the bulk of the function body. Drop the dead code, leaving an >> assertion in the read handler. >> >> A number of other static item

Re: [PATCH 3/7] x86/HVM: remove unused MMIO handling code

2024-09-10 Thread Andrew Cooper
On 10/09/2024 3:40 pm, Jan Beulich wrote: > All read accesses are rejected by the ->accept handler, while writes > bypass the bulk of the function body. Drop the dead code, leaving an > assertion in the read handler. > > A number of other static items (and a macro) are then unreferenced and > hence