On Fri, Aug 08, 2025 at 04:03:34PM +0800, Jiqian Chen wrote: > vpci_remove_register() only supports removing a register in a time, > but the follow-on changes need to remove all registers within a range. > So, refactor it to support removing all registers in a given region. > > And it is no issue to remove a non exist register, so remove the > __must_check prefix. > > Note: two test cases don't math the new logic of > vpci_remove_registers(), then modify them. > > Signed-off-by: Jiqian Chen <jiqian.c...@amd.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.