Re: [PATCH v4 4/7] target/mips: Add implementation of GINVT instruction

2020-01-24 Thread Aleksandar Rikalo
> From: Yongbok Kim > > Implement emulation of GINVT instruction. As QEMU doesn't support > caches and virtualization, this implementation covers only GINVT > (Global Invalidate TLB) instruction among TLB-related instructions. > > Signed-off-by: Yongbok Kim > Signed-off-by: Aleksandar Markovic

[PATCH v4 4/7] target/mips: Add implementation of GINVT instruction

2020-01-24 Thread Aleksandar Markovic
From: Yongbok Kim Implement emulation of GINVT instruction. As QEMU doesn't support caches and virtualization, this implementation covers only GINVT (Global Invalidate TLB) instruction among TLB-related instructions. Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic --- disas/mips