On 03/03/21 19:22, Philippe Mathieu-Daudé wrote:
Series is organized as: - preliminary trivial cleanups - introduce AccelvCPUState - move WHPX fields (build-tested) - move HAX fields (not tested) - move KVM fields (build-tested) - move HVF fields (not tested)
This approach prevents adding a TCG state. Have you thought of using a union instead, or even a void pointer?
Paolo