qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 65603e: tci: do not include exec/exec-all.h


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 65603e: tci: do not include exec/exec-all.h
Date: Fri, 20 May 2016 07:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 65603e2fc18b48e6e55a3dd693669413141694ec
      
https://github.com/qemu/qemu/commit/65603e2fc18b48e6e55a3dd693669413141694ec
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M disas/tci.c
    M tci.c

  Log Message:
  -----------
  tci: do not include exec/exec-all.h

TCI does not need the runtime definition in exec-all.h.  It only needs the
host-side definitions in tcg/tcg.h.  Now that cpu.h is not included
everywhere, this caused a failure because exec-all.h does need cpu.h
but does not include it itself.

Fix by including the intended header.

Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]