Current problem reports assigned to freebsd-virtualization@FreeBSD.org

2012-10-29 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

dev/virtio stuff

2012-10-29 Thread Sean Bruno
So ... I see we have virtio nowish. I've started my hackery to make some man(4) pages for this, but have some questions. Doing some raw QEMU things, I can't quite see how to get the virtio blk and net devices working. I've loaded the virtio drivers as modules. Is this not going to work in this

Re: dev/virtio stuff

2012-10-29 Thread Vincent Hoffman
On 29/10/2012 21:49, Sean Bruno wrote: > So ... I see we have virtio nowish. I've started my hackery to make > some man(4) pages for this, but have some questions. Doing some raw > QEMU things, I can't quite see how to get the virtio blk and net devices > working. > > I've loaded the virtio drive

Re: dev/virtio stuff

2012-10-29 Thread Sean Bruno
On Mon, 2012-10-29 at 16:58 -0700, Vincent Hoffman wrote: > On 29/10/2012 21:49, Sean Bruno wrote: > > So ... I see we have virtio nowish. I've started my hackery to make > > some man(4) pages for this, but have some questions. Doing some raw > > QEMU things, I can't quite see how to get the virt

Re: dev/virtio stuff

2012-10-29 Thread Sean Bruno
On Mon, 2012-10-29 at 17:00 -0700, Sean Bruno wrote: > > [root@fbsd ~]# ifconfig vtnet0 > > vtnet0: flags=8943 > > metric 0 mtu 1500 > > > > > options=c07bb > > ether 54:52:00:2a:63:af > > inet 213.xxx.xxx.13 netmask 0xfc00 broadcast 213.xxx.xxx.255 > > inet6 fe80::5652:ff:fe2a:

Re: dev/virtio stuff

2012-10-29 Thread Bryan Venteicher
Hi, - Original Message - > From: "Sean Bruno" > To: freebsd-virtualization@freebsd.org > Sent: Monday, October 29, 2012 4:49:42 PM > Subject: dev/virtio stuff > > So ... I see we have virtio nowish. I've started my hackery to make > some man(4) pages for this, but have some questions.