]> Git Repo - qemu.git/blobdiff - hw/virtio/virtio-rng.c
spapr_pci: Allow PCI host bridge DMA window to be configured
[qemu.git] / hw / virtio / virtio-rng.c
index 6e5f02230141bd6228e91cb4bff478f78d279ccf..97d1541918bb2f3ae4ef7ad8c5fb2f1a6fc5df64 100644 (file)
@@ -104,7 +104,7 @@ static void handle_input(VirtIODevice *vdev, VirtQueue *vq)
     virtio_rng_process(vrng);
 }
 
-static uint64_t get_features(VirtIODevice *vdev, uint64_t f)
+static uint64_t get_features(VirtIODevice *vdev, uint64_t f, Error **errp)
 {
     return f;
 }
This page took 0.025576 seconds and 4 git commands to generate.