On 11/26/20 12:25 PM, Philippe Mathieu-Daudé wrote: > On 11/24/20 5:22 PM, Claudio Fontana wrote: >> apply this to the registration of the cpus accel interfaces, >> >> but this will be also in preparation for later use of this >> new module init step to also register per-accel x86 cpu type >> interfaces. >> >> Signed-off-by: Claudio Fontana <cfont...@suse.de> >> --- >> accel/kvm/kvm-all.c | 11 +++++++++-- >> accel/qtest/qtest.c | 10 +++++++++- >> accel/tcg/tcg-all.c | 8 -------- >> accel/tcg/tcg-cpus.c | 15 +++++++++++++++ >> accel/xen/xen-all.c | 12 +++++++++--- >> include/qemu/module.h | 2 ++ >> roms/qboot | 2 +- >> softmmu/vl.c | 6 ++++++ >> target/i386/hax/hax-all.c | 12 +++++++++--- >> target/i386/hvf/hvf.c | 10 +++++++++- >> target/i386/whpx/whpx-all.c | 11 +++++++++-- >> 11 files changed, 78 insertions(+), 21 deletions(-) > ... >> diff --git a/roms/qboot b/roms/qboot >> index a5300c4949..cb1c49e0cf 160000 >> --- a/roms/qboot >> +++ b/roms/qboot >> @@ -1 +1 @@ >> -Subproject commit a5300c4949b8d4de2d34bedfaed66793f48ec948 >> +Subproject commit cb1c49e0cfac99b9961d136ac0194da62c28cf64 > > Hmmm unrelated change I presume. >
Hi Philippe, yes, clearly, Thanks! Ciao, CLaudio