Re: [PATCH 0/2] Add Xen CpusAccel

2020-10-13 Thread Philippe Mathieu-Daudé
On 10/12/20 10:16 PM, Claudio Fontana wrote: On 10/12/20 10:07 PM, Jason Andryuk wrote: Xen was left behind when CpusAccel became mandatory and fails the assert in qemu_init_vcpu(). It relied on the same dummy cpu threads as qtest. Move the qtest cpu functions to a common location and reuse the

Re: [PATCH 0/2] Add Xen CpusAccel

2020-10-12 Thread Claudio Fontana
On 10/12/20 10:07 PM, Jason Andryuk wrote: > Xen was left behind when CpusAccel became mandatory and fails the assert > in qemu_init_vcpu(). It relied on the same dummy cpu threads as qtest. > Move the qtest cpu functions to a common location and reuse them for > Xen. > > Jason Andryuk (2): > a

[PATCH 0/2] Add Xen CpusAccel

2020-10-12 Thread Jason Andryuk
Xen was left behind when CpusAccel became mandatory and fails the assert in qemu_init_vcpu(). It relied on the same dummy cpu threads as qtest. Move the qtest cpu functions to a common location and reuse them for Xen. Jason Andryuk (2): accel: move qtest CpusAccel functions to a common location