search for: db96cb4bf877

Displaying 6 results from an estimated 6 matches for "db96cb4bf877".

2019 Oct 13
2
[PATCH] tools/virtio: Fix build
...es changed, 4 insertions(+) create mode 100644 tools/virtio/crypto/hash.h diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h index f91aeb5fe571..db96cb4bf877 100644 --- a/tools/virtio/linux/dma-mapping.h +++ b/tools/virtio/linux/dma-mapping.h @@ -29,4 +29,6 @@ enum dma_data_direction { #define dma_unmap_single(...) do { } while (0) #define dma_unmap_page(...) do { } while (0) +#define dma_max_mapping_size(d) 0 + #endif diff --git a/tools/virtio/linu...
2019 Oct 13
2
[PATCH] tools/virtio: Fix build
...es changed, 4 insertions(+) create mode 100644 tools/virtio/crypto/hash.h diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h index f91aeb5fe571..db96cb4bf877 100644 --- a/tools/virtio/linux/dma-mapping.h +++ b/tools/virtio/linux/dma-mapping.h @@ -29,4 +29,6 @@ enum dma_data_direction { #define dma_unmap_single(...) do { } while (0) #define dma_unmap_page(...) do { } while (0) +#define dma_max_mapping_size(d) 0 + #endif diff --git a/tools/virtio/linu...
2019 Oct 13
2
[PATCH] tools/virtio: Fix build
.../virtio/crypto/hash.h >> >> diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h >> new file mode 100644 >> index 000000000000..e69de29bb2d1 >> diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h >> index f91aeb5fe571..db96cb4bf877 100644 >> --- a/tools/virtio/linux/dma-mapping.h >> +++ b/tools/virtio/linux/dma-mapping.h >> @@ -29,4 +29,6 @@ enum dma_data_direction { >> #define dma_unmap_single(...) do { } while (0) >> #define dma_unmap_page(...) do { } while (0) >> >> +#define dma_...
2019 Oct 13
2
[PATCH] tools/virtio: Fix build
.../virtio/crypto/hash.h >> >> diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h >> new file mode 100644 >> index 000000000000..e69de29bb2d1 >> diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h >> index f91aeb5fe571..db96cb4bf877 100644 >> --- a/tools/virtio/linux/dma-mapping.h >> +++ b/tools/virtio/linux/dma-mapping.h >> @@ -29,4 +29,6 @@ enum dma_data_direction { >> #define dma_unmap_single(...) do { } while (0) >> #define dma_unmap_page(...) do { } while (0) >> >> +#define dma_...
2019 Oct 13
0
[PATCH] tools/virtio: Fix build
...reate mode 100644 tools/virtio/crypto/hash.h > > diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h > new file mode 100644 > index 000000000000..e69de29bb2d1 > diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h > index f91aeb5fe571..db96cb4bf877 100644 > --- a/tools/virtio/linux/dma-mapping.h > +++ b/tools/virtio/linux/dma-mapping.h > @@ -29,4 +29,6 @@ enum dma_data_direction { > #define dma_unmap_single(...) do { } while (0) > #define dma_unmap_page(...) do { } while (0) > > +#define dma_max_mapping_size(d) 0 >...
2019 Oct 13
0
[PATCH] tools/virtio: Fix build
...;> > >> diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h > >> new file mode 100644 > >> index 000000000000..e69de29bb2d1 > >> diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h > >> index f91aeb5fe571..db96cb4bf877 100644 > >> --- a/tools/virtio/linux/dma-mapping.h > >> +++ b/tools/virtio/linux/dma-mapping.h > >> @@ -29,4 +29,6 @@ enum dma_data_direction { > >> #define dma_unmap_single(...) do { } while (0) > >> #define dma_unmap_page(...) do { } while (0) > &...