]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: move TCG_MO/BAR types into own file
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 23 Feb 2017 18:29:07 +0000 (18:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Feb 2017 10:32:45 +0000 (10:32 +0000)
commit20937143145b8f5a4194e5c407731ba38797864e
treeb17ff8cfc05dc8888ccfa04e8679884a9b883436
parent4ec667042d9ac017daad318ad848cd05cd823df8
tcg: move TCG_MO/BAR types into own file

We'll be using the memory ordering definitions to define values for
both the host and guest. To avoid fighting with circular header
dependencies just move these types into their own minimal header.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
tcg/tcg-mo.h [new file with mode: 0644]
tcg/tcg.h