On Tue, Mar 20, 2018 at 05:20:04PM +0000, Peter Maydell wrote: > On 20 March 2018 at 17:17, Michael S. Tsirkin <m...@redhat.com> wrote: > > We have our own copy of unistd so there is no > > need to check for symbols present there. > > > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > I just sent a mail in the other thread about this, but we > only have our own copy of unistd if the host architecture > supports KVM. If it doesn't then we're going to be using > the system's copy of the includes... > > thanks > -- PMM
Hmm good point. I guess I should leave postcopy alone then, and just update the headers? That can go through my tree ... -- MST