mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
log: do not unnecessarily include qom/cpu.h
Split the bits that require it to exec/log.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-id: 1452174932-28657-8-git-send-email-den@openvz.org Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
e9527dd399
commit
508127e243
41 changed files with 99 additions and 59 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "cpu.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "exec/log.h"
|
||||
|
||||
enum {
|
||||
TLBRET_XI = -6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue