commit | 44e9f2309fdb1315fc7d0a2f37eee3fecd471308 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 06 15:12:18 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Dec 17 19:32:48 2019 +0100 |
tree | 63004b9afb44fa340a115bd006ec3735899c5661 | |
parent | b8d89ba83bf42be1f7b1d7d45236eaf6960d1c4e [diff] |
stubs: replace stubs with lnot if applicable The stubs mechanism relies on static libraries and compilation order, which is a bit brittle and should be avoided unless necessary. Replace it with Boolean operations on CONFIG_* symbols. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>