commit | 2417c87059b0f29535bcedf9360b94a0110bc3da | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Thu Jul 18 13:55:27 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Jul 20 09:00:44 2019 +0200 |
tree | 4274e6781152d7f7b2e01942f16ba155c35c6410 | |
parent | 118154bdf54ca79e4b5f3ce6d4a8a7c6b7c2c76f [diff] |
KVM: selftests: Remove superfluous define from vmx.c The code in vmx.c does not use "program_invocation_name", so there is no need to "#define _GNU_SOURCE" here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>