We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now we have this piece of code:
libvmm/src/util/atomic.h
Lines 3 to 6 in af4a705
that forces QEMU to use certain atomics as QEMU faults if you try to use compiler atomic builtins with certain memory orderings.
This does not make sense to me and should be looked into more, if it is an issue with QEMU then we should link to a bug report in the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we have this piece of code:
libvmm/src/util/atomic.h
Lines 3 to 6 in af4a705
that forces QEMU to use certain atomics as QEMU faults if you try to use compiler atomic builtins with certain memory orderings.
This does not make sense to me and should be looked into more, if it is an issue with QEMU then we should link to a bug report in the code.
The text was updated successfully, but these errors were encountered: