Re: [Qemu-devel] [PATCH v2 1/3] update-linux-headers.sh: add unistd.h

2018-03-20 Thread Paolo Bonzini
On 20/03/2018 18:29, Michael S. Tsirkin wrote: >> For MIPS, KVM is supposed to be properly supported these days, right? >> That sounds like we should not be blacklisting them either, but instead >> sorting out whatever issues it was that made us exclude them. > > I agree but I'd rather someone else

Re: [Qemu-devel] [PATCH v2 1/3] update-linux-headers.sh: add unistd.h

2018-03-20 Thread Michael S. Tsirkin
On Tue, Mar 20, 2018 at 05:24:20PM +, Peter Maydell wrote: > On 20 March 2018 at 17:17, Michael S. Tsirkin wrote: > > Add the header and its dependencies. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > scripts/update-linux-headers.sh | 17 ++--- > > 1 file changed, 10 inse

Re: [Qemu-devel] [PATCH v2 1/3] update-linux-headers.sh: add unistd.h

2018-03-20 Thread Peter Maydell
On 20 March 2018 at 17:17, Michael S. Tsirkin wrote: > Add the header and its dependencies. > > Signed-off-by: Michael S. Tsirkin > --- > scripts/update-linux-headers.sh | 17 ++--- > 1 file changed, 10 insertions(+), 7 deletions(-) > > diff --git a/scripts/update-linux-headers.sh b/

[Qemu-devel] [PATCH v2 1/3] update-linux-headers.sh: add unistd.h

2018-03-20 Thread Michael S. Tsirkin
Add the header and its dependencies. Signed-off-by: Michael S. Tsirkin --- scripts/update-linux-headers.sh | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index d18e2f1..e528bda 100755 --- a/