On 9/8/20 5:55 PM, Philippe Mathieu-Daudé wrote: > Move hardware stubs unrelated from the accelerator to xen-hw-stub.c. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- ... > Guest CPU Cores (HAXM) > --------------------- > diff --git a/stubs/meson.build b/stubs/meson.build > index e0b322bc282..c3e318a57f3 100644 > --- a/stubs/meson.build > +++ b/stubs/meson.build > @@ -46,4 +46,5 @@ stub_ss.add(files('vm-stop.c')) > stub_ss.add(files('win32-kbd-hook.c')) > if have_system > stub_ss.add(files('semihost.c')) > + stub_ss.add(when: 'CONFIG_XEN', if_false: files('xen-hw-stub.c'))
Bah wrong place :/ not my day. > endif >