rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0-chardev socket,id=charch0,path=/run/vc/vm/856a63e5791df94f809b80ac589e3fad059297fed704579769330d214af68700/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=false,fsdev=extra-9p-kata...
|-- virtio::virtio_device <|--- virtio::mmio_device --- | bool is_modern() | --- ^ |-- virtio::net (uses) | | | |-- virtio::blk hw_driver <|--- virtio::virtio_driver <|--| |-- virtio::scsi | |-- virtio::rng To recap most of the coding went into major refacto...
qemu启动命令:http://www.linux-kvm.org/page/9p_virtio kernel配置:http://wiki.qemu.org/Documentation/9psetup qemu添加configure选项:https://groups.google.com/forum/#!topic/coreos-dev/MjhL3tOOAVM mkdir /tmp/host_files mount-t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/host_files /...