commit | 48245cc0708d49d1d0566b9fa617ad6c5f4c6934 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Oct 22 11:03:27 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:51 2007 +1000 |
tree | b396fd2d1ab185aab20894570e7e84bd4f656355 | |
parent | 3c6b5bfa3cf3b4057788e08482a468cc3bc00780 [diff] |
Remove fixed limit on number of guests, and lguests array. Back when we had all the Guest state in the switcher, we had a fixed array of them. This is no longer necessary. If we switch the network code to using random_ether_addr (46 bits is enough to avoid clashes), we can get rid of the concept of "guest id" altogether. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>