Re: [PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time

2020-09-07 Thread Andrew Jones
FYI, the new KVM cap is on its way into the kernel and Peter has submit patches to remove kvm32 from qemu. So I'll be refreshing this series to incorporate both those changes. Thanks, drew On Wed, Aug 05, 2020 at 11:16:35AM +0200, Andrew Jones wrote: > v2: > - Changed the introduction of the

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time

2020-08-05 Thread Andrew Jones
v2: - Changed the introduction of the feature to 5.2 from 5.1 (The 5.2 machine type patch posted by Cornelia was thrown in for completeness, but I suppose that'll get picked up separately.) - Added a patch adding g_assert_not_reached() to many KVM stubs. (This isn't exactly re