Re: [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs
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é > --- ... > Guest CPU Cores (HAXM) > - > diff --git a/stubs/meson.build b/stubs/meson.build > index e0b322bc282..
[PATCH v2 4/6] stubs: Split accelerator / hardware related stubs
Move hardware stubs unrelated from the accelerator to xen-hw-stub.c. Signed-off-by: Philippe Mathieu-Daudé --- accel/stubs/xen-stub.c | 41 +-- stubs/xen-hw-stub.c| 49 ++ MAINTAINERS| 1 + stubs/meson.build