On 05/03/2018 10:51 PM, Michael S. Tsirkin wrote:
> Some places include kvm_i386.h, others target/i386/kvm_i386.h.
> Let's be consistent.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> hw/i386/kvm/apic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/kvm/apic.c b/hw/i386/kvm/apic.c
> index 1df6d26..ce43c3c 100644
> --- a/hw/i386/kvm/apic.c
> +++ b/hw/i386/kvm/apic.c
> @@ -16,7 +16,7 @@
> #include "hw/pci/msi.h"
> #include "sysemu/hw_accel.h"
> #include "sysemu/kvm.h"
> -#include "target/i386/kvm_i386.h"
> +#include "kvm_i386.h"
>
> static inline void kvm_apic_set_reg(struct kvm_lapic_state *kapic,
> int reg_id, uint32_t val)
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Thanks,
Marcel