From: Rusty Russell Date: Mon, 22 Oct 2007 01:03:27 +0000 (+1000) Subject: Remove fixed limit on number of guests, and lguests array. X-Git-Tag: v2.6.24-rc1~28^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48245cc0708d49d1d0566b9fa617ad6c5f4c6934;p=pandora-kernel.git 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 --- Reading git-diff-tree failed