Displaying 2 results from an estimated 2 matches for "etoomuchmag".
Did you mean:
etoomuchmagic
2007 Nov 06
3
virtio config_ops refactoring
Hi,
The current virtio config_ops do not map very well to the PCI config
space. Here they are:
> struct virtio_config_ops
> {
> void *(*find)(struct virtio_device *vdev, u8 type, unsigned *len);
> void (*get)(struct virtio_device *vdev, void *token,
> void *buf, unsigned len);
> void (*set)(struct virtio_device *vdev, void *token,
>
2007 Nov 06
3
virtio config_ops refactoring
Hi,
The current virtio config_ops do not map very well to the PCI config
space. Here they are:
> struct virtio_config_ops
> {
> void *(*find)(struct virtio_device *vdev, u8 type, unsigned *len);
> void (*get)(struct virtio_device *vdev, void *token,
> void *buf, unsigned len);
> void (*set)(struct virtio_device *vdev, void *token,
>