summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorMike Day <ncmike@ncultra.org>2013-09-05 14:41:35 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2015-02-16 17:30:20 +0100
commitae3a7047d00cfa7ed221beda08f98487b7e17501 (patch)
tree2adace1719b8eb16a4aaac4daa34c91a8548ad1c /include/exec
parent43771539d4666cba16298fc6b0ea63867425277c (diff)
downloadhqemu-ae3a7047d00cfa7ed221beda08f98487b7e17501.zip
hqemu-ae3a7047d00cfa7ed221beda08f98487b7e17501.tar.gz
cosmetic changes preparing for the following patches
Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Mike Day <ncmike@ncultra.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/cpu-all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index b8781d1..f7a3625 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -277,6 +277,7 @@ struct RAMBlock {
ram_addr_t max_length;
void (*resized)(const char*, uint64_t length, void *host);
uint32_t flags;
+ /* Protected by iothread lock. */
char idstr[256];
/* Reads can take either the iothread or the ramlist lock.
* Writes must take both locks.
OpenPOWER on IntegriCloud