diff options
author | Mike Day <ncmike@ncultra.org> | 2013-09-05 14:41:35 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-02-16 17:30:20 +0100 |
commit | ae3a7047d00cfa7ed221beda08f98487b7e17501 (patch) | |
tree | 2adace1719b8eb16a4aaac4daa34c91a8548ad1c /include/exec/cpu-all.h | |
parent | 43771539d4666cba16298fc6b0ea63867425277c (diff) | |
download | qemu-ae3a7047d00cfa7ed221beda08f98487b7e17501.zip |
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/cpu-all.h')
-rw-r--r-- | include/exec/cpu-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index b8781d118a..f7a3625478 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. |