Re: [PATCH] target/arm/kvm64.c: Remove unused include

2023-10-01 Thread Philippe Mathieu-Daudé
On 25/9/23 13:04, Peter Maydell wrote: The include of hw/arm/virt.h in kvm64.c is unnecessary and also a layering violation since the generic KVM code shouldn't need to know anything about board-specifics. The include line is an accidental leftover from commit 15613357ba53a4763, where we cleaned

Re: [PATCH] target/arm/kvm64.c: Remove unused include

2023-09-27 Thread Gavin Shan
On 9/25/23 21:04, Peter Maydell wrote: The include of hw/arm/virt.h in kvm64.c is unnecessary and also a layering violation since the generic KVM code shouldn't need to know anything about board-specifics. The include line is an accidental leftover from commit 15613357ba53a4763, where we clea

[PATCH] target/arm/kvm64.c: Remove unused include

2023-09-25 Thread Peter Maydell
The include of hw/arm/virt.h in kvm64.c is unnecessary and also a layering violation since the generic KVM code shouldn't need to know anything about board-specifics. The include line is an accidental leftover from commit 15613357ba53a4763, where we cleaned up the code to not depend on virt board