> From: Yongbok Kim <[email protected]> > > Add PWBase register (CP0 Register 5, Select 5). > > The PWBase register contains the Page Table Base virtual address. > > This register is required for the hardware page walker feature. It > exists only if Config3 PW bit is set to 1. > > Signed-off-by: Yongbok Kim <[email protected]> > Signed-off-by: Aleksandar Markovic <[email protected]> > ---
The only problem with this and subsequent register-related patches is that they do not bump version_id and minimum_version_id of vmstate_mips_cpu in machine.c, and they should. Other than this: Reviewed-by: Aleksandar Markovic <[email protected]>
