Re: [PATCH v3 0/4] Nested virtualization fixes for QEMU

2023-01-23 Thread Alistair Francis
On Fri, Jan 20, 2023 at 11:01 PM Anup Patel wrote: > > This series mainly includes fixes discovered while developing nested > virtualization running on QEMU. > > These patches can also be found in the riscv_nested_fixes_v3 branch at: > https://github.com/avpatel/qemu.git > > Changes since v2: > -

[PATCH v3 0/4] Nested virtualization fixes for QEMU

2023-01-20 Thread Anup Patel
This series mainly includes fixes discovered while developing nested virtualization running on QEMU. These patches can also be found in the riscv_nested_fixes_v3 branch at: https://github.com/avpatel/qemu.git Changes since v2: - Dropped PATCH1 since it is already merged - Rebased on latest risc