tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bounty for virtio 1.0 (now with instructions!)



On Mon, Nov 02, 2020 at 07:54:02PM +0000, coypu%sdf.org@localhost wrote:
> touch myfile
> qemu-system-x86_64 \
>  -device virtio-net-pci,disable-legacy=on \
>  -device virtio-rng,disable-legacy=on \
>  -drive id=mydrive,file=./myfile,if=none \
>  -device virtio-blk-pci,drive=mydrive,disable-legacy=on \
>  -cdrom mynetbsd.iso

I've tried the following to get an idea on the current support:

qemu-system-x86_64 -accel nvmm \
  -device virtio-net-pci \
  -device virtio-rng \
  -drive id=mydrive,file=./dummy.fs,format=raw,if=nonea\
  -device virtio-blk-pci,drive=mydrive 
  -cdrom boot-com.iso -nographic

But no luck.

The disc stuff is working fine, the rng I don't know, the virtio network is
detected fine but dhcp is not working on it.

Network is ambiguous, vioif0 is not getting dhcp (IP4all) but wm0 at least
gets the 10.x.y.z with this setup though on the 10.x.y.z network 

Is that common or is the invocation missing something :)

Reinoud

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index