On (Sun) 14 Apr 2013 [15:01:02], fred.kon...@greensocs.com wrote: > From: KONRAD Frederic <fred.kon...@greensocs.com> > > This is the last backend of the refactoring. > > Basically it creates virtio-rng-device which extends virtio-device. > Then a virtio-rng-device can be connected on a virtio-bus. > virtio-rng-pci, virtio-rng-s390, virtio-rng-ccw are created too, they extend > respectively virtio-pci, virtio-s390-device, virtio-ccw-device and have a > virtio-rng-device. > > When rng option is NULL, a default rng backend is created as before. But after > this refactoring, this default-backend will be the child of virtio-rng-device > instead of virtio-rng-*. > > You can checkout my branch here: > > git://project.greensocs.com/qemu-virtio.git virtio-rng-v3 > > Note that it is nearly the same series as virtio-blk and virtio-scsi > refactoring, and is rebased on top of virtio-net-v3 I posted before. > > I made basic tests (with linux guests) on: > * qemu-system-i386
Looks OK. Acked-by: Amit Shah <amit.s...@redhat.com> Thanks, Amit