Re: [Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers

2018-05-15 Thread Paolo Bonzini
On 15/05/2018 14:33, Michael S. Tsirkin wrote: >> Let's just pull it into standard-headers instead, and use >> on all platforms unconditionally. >> >> It turns out we only need the x86 version, so that is >> and extra a plus - drop the rest. > > Ping kvm maintainers - any comments? > Should I merge

Re: [Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers

2018-05-15 Thread Michael S. Tsirkin
On Tue, Apr 17, 2018 at 09:58:16PM +0300, Michael S. Tsirkin wrote: > kvm_para.h is normally an interface for guest. It's natural to need the > header in host to emulate that in qemu. > > ATM it does not actually work on non-kvm systems, which allowed us to > get by sticking it in linux-headers a

Re: [Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers

2018-04-17 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1523991487-241006-1-git-send-email-...@redhat.com Subject: [Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers

2018-04-17 Thread Michael S. Tsirkin
kvm_para.h is normally an interface for guest. It's natural to need the header in host to emulate that in qemu. ATM it does not actually work on non-kvm systems, which allowed us to get by sticking it in linux-headers and only pulling it in on Linux, but that turns out to be more pain than it's w