OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [PATCH 0/3] tools/virtio: build fixes for virtio_test


On Tue, Feb 11, 2014 at 04:58:17PM +1030, Joel Stanley wrote:
> Recent changes to drivers/virtio broke compilation for the tests in
> tools/virtio. The following patches are build fixes for those changes, as well
> as a fix for a typo that would have never built.
> 
> The changes were tested on my amd64 system against 3.14-rc2.

Ah, thanks a lot for posting this.
I had this fixed in my tree but forgot to send.
For the series:

Acked-by: Michael S. Tsirkin <mst@redhat.com>

Rusty, will you pick this up?

> Joel Stanley (3):
>   tools/virtio: update internal copies of headers
>   tools/virtio: fix missing kmemleak_ignore symbol
>   tools/virtio: add a missing )
> 
>  drivers/virtio/virtio_ring.c  | 1 +
>  tools/virtio/linux/kmemleak.h | 3 +++
>  tools/virtio/linux/virtio.h   | 4 ++--
>  tools/virtio/virtio_test.c    | 2 +-
>  4 files changed, 7 insertions(+), 3 deletions(-)
>  create mode 100644 tools/virtio/linux/kmemleak.h
> 
> -- 
> 1.9.rc1


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]