qemu-patch-raspberry4/contrib/libvhost-user
Michael S. Tsirkin 9174d8ad74 contrib/libvhost-user: switch to uint64_t
contrib/libvhost-user is now using __u64 which is
a long long. New linux headers will use uint64_t.

These need to be printed differently: llx versus PRIx64.

For now cast to uint64_t for portability so the change
does not break the build.

Casts will go away in the future.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2019-02-04 00:08:53 -05:00
..
libvhost-user-glib.c libvhost-user: add glib source helper 2017-10-10 23:31:09 +02:00
libvhost-user-glib.h libvhost-user: add glib source helper 2017-10-10 23:31:09 +02:00
libvhost-user.c contrib/libvhost-user: switch to uint64_t 2019-02-04 00:08:53 -05:00
libvhost-user.h libvhost-user: support host notifier 2018-05-24 21:14:11 +03:00
Makefile.objs libvhost-user: add glib source helper 2017-10-10 23:31:09 +02:00