Re: [PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure

2020-10-28 Thread AlexChen
On 2020/10/28 15:44, Paolo Bonzini wrote: > On 28/10/20 08:11, AlexChen wrote: >> The current 'DEBUG_KVM' macro is defined in many files, and turning on >> the debug switch requires code modification, which is very inconvenient, >> so this series add an option to configure to support the definition

Re: [PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure

2020-10-28 Thread Cornelia Huck
On Wed, 28 Oct 2020 08:44:59 +0100 Paolo Bonzini wrote: > On 28/10/20 08:11, AlexChen wrote: > > The current 'DEBUG_KVM' macro is defined in many files, and turning on > > the debug switch requires code modification, which is very inconvenient, > > so this series add an option to configure to sup

Re: [PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure

2020-10-28 Thread Paolo Bonzini
On 28/10/20 08:11, AlexChen wrote: > The current 'DEBUG_KVM' macro is defined in many files, and turning on > the debug switch requires code modification, which is very inconvenient, > so this series add an option to configure to support the definition of > the 'DEBUG_KVM' macro. > In addition, pat

[PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure

2020-10-28 Thread AlexChen
The current 'DEBUG_KVM' macro is defined in many files, and turning on the debug switch requires code modification, which is very inconvenient, so this series add an option to configure to support the definition of the 'DEBUG_KVM' macro. In addition, patches 3 and 4 also make printf always compile