Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups

2023-12-11 Thread Peter Maydell
On Thu, 23 Nov 2023 at 04:43, Richard Henderson wrote: > > This is primarily concerned with merging kvm64.c with kvm.c > and then unexporting everything that is not required outside. > Applied to target-arm.next for 9.0, thanks. -- PMM

Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups

2023-11-24 Thread Philippe Mathieu-Daudé
On 23/11/23 05:41, Richard Henderson wrote: This is primarily concerned with merging kvm64.c with kvm.c and then unexporting everything that is not required outside. r~ Chao Du (1): target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe Richard Henderson (20): accel/kvm:

Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups

2023-11-23 Thread Philippe Mathieu-Daudé
On 23/11/23 18:40, Philippe Mathieu-Daudé wrote: On 23/11/23 05:41, Richard Henderson wrote: This is primarily concerned with merging kvm64.c with kvm.c and then unexporting everything that is not required outside.   target/arm/kvm_arm.h   |  203 -- Unrelated to this series goal, but

Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups

2023-11-23 Thread Philippe Mathieu-Daudé
On 23/11/23 05:41, Richard Henderson wrote: This is primarily concerned with merging kvm64.c with kvm.c and then unexporting everything that is not required outside. target/arm/kvm_arm.h | 203 -- Unrelated to this series goal, but I notice half of the API takes CPUState, the other