Searched hist:a40161cbe9ccbcbab798c3e4d257c4bba99d153a (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/util/ |
H A D | sys_membarrier.c | a40161cbe9ccbcbab798c3e4d257c4bba99d153a Fri Feb 16 03:05:23 CST 2018 Paolo Bonzini <pbonzini@redhat.com> membarrier: add --enable-membarrier
Actually enable the global memory barriers if supported by the OS. Because only recent versions of Linux include the support, they are disabled by default. Note that it also has to be disabled for QEMU to run under Wine.
Before this patch, rcutorture reports 85 ns/read for my machine, after the patch it reports 12.5 ns/read. On the other hand updates go from 50 *micro*seconds to 20 *milli*seconds.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/include/qemu/ |
H A D | sys_membarrier.h | a40161cbe9ccbcbab798c3e4d257c4bba99d153a Fri Feb 16 03:05:23 CST 2018 Paolo Bonzini <pbonzini@redhat.com> membarrier: add --enable-membarrier
Actually enable the global memory barriers if supported by the OS. Because only recent versions of Linux include the support, they are disabled by default. Note that it also has to be disabled for QEMU to run under Wine.
Before this patch, rcutorture reports 85 ns/read for my machine, after the patch it reports 12.5 ns/read. On the other hand updates go from 50 *micro*seconds to 20 *milli*seconds.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/ |
H A D | configure | a40161cbe9ccbcbab798c3e4d257c4bba99d153a Fri Feb 16 03:05:23 CST 2018 Paolo Bonzini <pbonzini@redhat.com> membarrier: add --enable-membarrier
Actually enable the global memory barriers if supported by the OS. Because only recent versions of Linux include the support, they are disabled by default. Note that it also has to be disabled for QEMU to run under Wine.
Before this patch, rcutorture reports 85 ns/read for my machine, after the patch it reports 12.5 ns/read. On the other hand updates go from 50 *micro*seconds to 20 *milli*seconds.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|