Re: /dev/hwrng no such device

2020-02-05 Thread Christopher Snowhill (kode54)
> On Feb 5, 2020, at 2:02 PM, Wesley Chow wrote: > >  > I'm building a kernel suitable to boot Raspbian and a custom buildroot based > ARM OS via qemu-system-arm. Everything appears to work except for the > hardware rng device. I'm using a virt machine with: > > -object

Re: query-block command is missing device name. Deprecated?

2020-02-05 Thread Mike Lee
Max, Thanks for the thorough explanation. I finaly found some QEMU pdf docs out there describing that -blockdev was the way of the furture. I'll try providing a job-id for the backups. Again thanks for the reply/feedback. It's great to see how fast this stuff is progressing, even if it causes

specify password-secret during drive mirror

2020-02-05 Thread Jiatong Shen
Hello, I am trying to hot swap drive from a file to a rbd based image. I try the following command *virs# qemu-monitor-command 1476 '{"execute": "drive-mirror","arguments": {"device": "drive-virtio-disk1","job-id": "job0","target":

/dev/hwrng no such device

2020-02-05 Thread Wesley Chow
I'm building a kernel suitable to boot Raspbian and a custom buildroot based ARM OS via qemu-system-arm. Everything appears to work except for the hardware rng device. I'm using a virt machine with: -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 In both