Re: [PATCH 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386

2025-03-15 Thread Philippe Mathieu-Daudé
On 6/3/25 07:41, Pierrick Bouvier wrote: Allows them to be available for common compilation units. Signed-off-by: Pierrick Bouvier --- include/hw/hyperv/hyperv-proto.h | 12 target/i386/kvm/hyperv-proto.h | 12 2 files changed, 12 insertions(+), 12 deletions(-)

[PATCH 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386

2025-03-15 Thread Pierrick Bouvier
Allows them to be available for common compilation units. Signed-off-by: Pierrick Bouvier --- include/hw/hyperv/hyperv-proto.h | 12 target/i386/kvm/hyperv-proto.h | 12 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/hw/hyperv/hyperv-proto.h