Il 09/04/2013 12:13, Igor Mammedov ha scritto: > > Why you didn't include it on libqemustub instead? You said on a previous > > thread that it is not possible to include all of kvm-stub.c into > > libqemustub. Why not? > > It wasn't possible, but after this patch it's, I guess. > Paolo objected to including CPU related stuff in libqemustub, hence > this hunk in Makefile.
I objected to including target-specific stuff, but general APIs certainly can go there. That is certainly the case for kvm-stub.c. Still, please make this a separate patch. Paolo