067b913619
include/exec/poison: Mark some CONFIG defines as poisoned, too
...
These are defined in config-target.h and thus should never be
used in common code.
Signed-off-by: Thomas Huth <thuth@redhat.com >
Message-Id: <1497468113-2874-3-git-send-email-thuth@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2017-06-15 11:18:39 +02:00
e947738e38
include/exec/poison: Add missing TARGET defines
...
Since we've got some new CPU targets in QEMU during the last months
and years, we've got some new TARGET_xxx defines now which should
be marked as poisoned for common code.
Signed-off-by: Thomas Huth <thuth@redhat.com >
Message-Id: <1497468113-2874-2-git-send-email-thuth@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2017-06-15 11:18:39 +02:00
a7d6039cb3
cpu: move endian-dependent load/store functions to cpu-all.h
...
Disentangle cpu-common.h and memory.h from NEED_CPU_H. Prototypes are
not defined for !NEED_CPU_H, so remove them from poison.h too. Only
macros need poisoning.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2016-05-19 16:42:28 +02:00
0dd60ae2f4
exec: Remove env from list of poisoned names
...
The global variable env was removed some time ago, so this name may be
used without any restriction now.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
2013-07-27 11:22:54 +04:00
8b0d6711a2
exec: eliminate stq_phys_notdirty
...
It is not used anywhere.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-05-24 18:42:27 +02:00
022c62cbbc
exec: move include files to include/exec/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:31:31 +01:00