search for: 8dc65f3

Displaying 2 results from an estimated 2 matches for "8dc65f3".

Did you mean: 34c65f3
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...16 in, struct uip_info *info) memcpy_toiovecend(iov, buf->vnet, 0, buf->vnet_len); memcpy_toiovecend(iov, buf->eth, buf->vnet_len, buf->eth_len); - len = buf->vnet_len + buf->eth_len; uip_buf_set_free(info, buf); diff --git a/virtio/9p.c b/virtio/9p.c index 49e7c5c..8dc65f3 100644 --- a/virtio/9p.c +++ b/virtio/9p.c @@ -1252,17 +1252,19 @@ static u8 *get_config(struct kvm *kvm, void *dev) return ((u8 *)(p9dev->config)); } -static u32 get_host_features(struct kvm *kvm, void *dev) +static u32 get_host_features(struct kvm *kvm, void *dev, int sel) { - return 1 &...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...16 in, struct uip_info *info) memcpy_toiovecend(iov, buf->vnet, 0, buf->vnet_len); memcpy_toiovecend(iov, buf->eth, buf->vnet_len, buf->eth_len); - len = buf->vnet_len + buf->eth_len; uip_buf_set_free(info, buf); diff --git a/virtio/9p.c b/virtio/9p.c index 49e7c5c..8dc65f3 100644 --- a/virtio/9p.c +++ b/virtio/9p.c @@ -1252,17 +1252,19 @@ static u8 *get_config(struct kvm *kvm, void *dev) return ((u8 *)(p9dev->config)); } -static u32 get_host_features(struct kvm *kvm, void *dev) +static u32 get_host_features(struct kvm *kvm, void *dev, int sel) { - return 1 &...