git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6b5bf
)
Remove fixed limit on number of guests, and lguests array.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 22 Oct 2007 01:03:27 +0000
(11:03 +1000)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:51 +0000
(15:49 +1000)
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>
No differences found