search for: tap_vnet_hdr

Displaying 8 results from an estimated 8 matches for "tap_vnet_hdr".

Did you mean: has_vnet_hdr
2009 Aug 13
0
[PATCHv2 3/3] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 469c6e3..1ac05a2 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Aug 13
0
[PATCHv2 3/3] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 469c6e3..1ac05a2 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Aug 17
1
[PATCHv3 3/4] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 469c6e3..1ac05a2 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Aug 17
1
[PATCHv3 3/4] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 469c6e3..1ac05a2 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Aug 10
0
[PATCH 3/3] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 2e51a6a..95d9f93 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Aug 10
0
[PATCH 3/3] qemu-kvm: vhost-net implementation
..._net *net, + VirtIODevice *dev, + char *vhost_device); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 2e51a6a..95d9f93 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + char *vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -134,9 +138,12 @@ static uint32_t virtio_net_get_features(VirtIODevice...
2009 Nov 02
2
[PATCHv4 6/6] qemu-kvm: vhost-net implementation
...st_net_ack_features(struct vhost_net *net, unsigned features); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 2e51a6a..3b0b947 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + int vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -127,16 +131,10 @@ static void virtio_net_reset(VirtIODevice *vdev) st...
2009 Nov 02
2
[PATCHv4 6/6] qemu-kvm: vhost-net implementation
...st_net_ack_features(struct vhost_net *net, unsigned features); + +#endif diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 2e51a6a..3b0b947 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -19,6 +19,8 @@ #include "qemu-kvm.h" #endif +#include "vhost_net.h" + #define TAP_VNET_HDR #define VIRTIO_NET_VM_VERSION 10 @@ -56,6 +58,8 @@ typedef struct VirtIONet uint8_t *macs; } mac_table; uint32_t *vlans; + int vhost_device; + struct vhost_net vhost; } VirtIONet; /* TODO @@ -127,16 +131,10 @@ static void virtio_net_reset(VirtIODevice *vdev) st...