On 28/08/2015 16:53, Peter Maydell wrote: > sysemu.h is a bit of a huge grab-bag of stuff, so it seems > a shame to put qemu_in_vcpu_thread() into it, given that > (a) that function is only used by a couple of files and > (b) the files that do want that function don't want most of > what's in sysemu.h...
Ok, I'll replace it with a different patch that makes qemu_in_vcpu_thread() static. Paolo