Re: [Qemu-devel] [PATCH v2 15/17] scripts: add arch specific standard-headers

2015-02-16 Thread Michael S. Tsirkin
On Mon, Feb 16, 2015 at 04:56:39PM +0100, Thomas Huth wrote: > On Sun, 15 Feb 2015 12:39:25 +0100 > "Michael S. Tsirkin" wrote: > > > Move virtio header copying logic to a function, > > use that to copy arch specific virtio headers. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > scripts

Re: [Qemu-devel] [PATCH v2 15/17] scripts: add arch specific standard-headers

2015-02-16 Thread Thomas Huth
On Sun, 15 Feb 2015 12:39:25 +0100 "Michael S. Tsirkin" wrote: > Move virtio header copying logic to a function, > use that to copy arch specific virtio headers. > > Signed-off-by: Michael S. Tsirkin > --- > scripts/update-linux-headers.sh | 56 > - > 1

[Qemu-devel] [PATCH v2 15/17] scripts: add arch specific standard-headers

2015-02-15 Thread Michael S. Tsirkin
Move virtio header copying logic to a function, use that to copy arch specific virtio headers. Signed-off-by: Michael S. Tsirkin --- scripts/update-linux-headers.sh | 56 - 1 file changed, 33 insertions(+), 23 deletions(-) diff --git a/scripts/update-linu