vio_ctrl_gen_fdt()

Generate an FDT node for VIRTIO devices

Synopsis:

#include <qvm/vio.h>
void vio_ctrl_gen_fdt(struct vio_state *vsp,
                      const char *name,
                      int parent)

Arguments:

vsp
A pointer to the vdev's state structure.
name
A string containing the base name of the node.
parent
The offset of the parent node.
Page updated: