Re: [PATCH 0/7] hw/hyperv: remove duplication compilation units

2025-03-15 Thread Richard Henderson
On 3/5/25 22:41, Pierrick Bouvier wrote: Work towards having a single binary, by removing duplicated object files. hw/hyperv/hyperv.c was excluded at this time, because it depends on target dependent symbols: - from system/kvm.h - kvm_check_extension - kvm_vm_ioctl - from exec/cpu-all.

Re: [PATCH 0/7] hw/hyperv: remove duplication compilation units

2025-03-06 Thread Pierrick Bouvier
On 3/6/25 08:26, Richard Henderson wrote: On 3/5/25 22:41, Pierrick Bouvier wrote: Work towards having a single binary, by removing duplicated object files. hw/hyperv/hyperv.c was excluded at this time, because it depends on target dependent symbols: - from system/kvm.h - kvm_check_extens

Re: [PATCH 0/7] hw/hyperv: remove duplication compilation units

2025-03-06 Thread Pierrick Bouvier
On 3/6/25 08:35, Pierrick Bouvier wrote: On 3/6/25 08:26, Richard Henderson wrote: On 3/5/25 22:41, Pierrick Bouvier wrote: Work towards having a single binary, by removing duplicated object files. hw/hyperv/hyperv.c was excluded at this time, because it depends on target dependent symbols: -

[PATCH 0/7] hw/hyperv: remove duplication compilation units

2025-03-06 Thread Pierrick Bouvier
Work towards having a single binary, by removing duplicated object files. hw/hyperv/hyperv.c was excluded at this time, because it depends on target dependent symbols: - from system/kvm.h - kvm_check_extension - kvm_vm_ioctl - from exec/cpu-all.h | memory_ldst_phys.h.inc - ldq_phys Pi