]> xenbits.xensource.com Git - mini-os.git/commit
stubdom: drop lwip support xen-3.4.0-rc3
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Apr 2009 11:19:14 +0000 (12:19 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Apr 2009 11:19:14 +0000 (12:19 +0100)
commit7f85ba2efea3e6ce05e64a400d69b1e1e40ada94
tree4c141788f3d3e4d0f0a0ac3d715a32ee06daf33f
parentbfd97c3af1f560f212207e6ecc739b6f09fcb56b
stubdom: drop lwip support

Network support is still provided the same way: using the tap
interface, created in qemu using netfront.
The lwip stack is still available to avoid additional compilation
issues.
However the stubdom is not going to have its own vif anymore,
this means that the only vnc server supported is the one in dom0.
You can still enable the vnc server in a stubdom at compile time, if
you want so.

Probably the most important change caused by this patch to xen users
is that you don't have to specify two vif in the stubdom config file
anymore, but just one:

-vif = [ '', 'ip=10.0.1.1,mac=aa:00:00:12:23:34']
+vif = ['ip=10.0.1.1,mac=aa:00:00:12:23:34']

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
lib/sys.c
main.c
netfront.c