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
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
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