> From: Nicholas Piggin <npig...@gmail.com> > Sent: Monday, May 20, 2024 9:19 AM > > On Mon May 20, 2024 at 7:06 AM AEST, Salil Mehta wrote: > > Virtual CPU Hot-unplug leads to unrealization of a CPU object. This > > also involves destruction of the CPU AddressSpace. Add common function > > to help destroy the CPU AddressSpace. > > Patches 6,7 seem okay to me. I would like to see a series where they get > used. Would it be possible to include at least a TCG user in your series? > That > would make it easier to review and test.
If you wish to play then you can use below repository which is V8 version of architecture agnostic patch-set plus architecture dependent patch-set stacked up together. This effectively RFC V2 rearranged with clear separation of arch agnostic and specific parts and some review comments incorporated. https://github.com/salil-mehta/qemu/commits/virt-cpuhp-armv8/rfc-v3-rc1/ It has TCG but it has some issues and hence we have disabled it for now. We are working to fix it. Thanks Salil. > > Thanks, > Nick