Cleaned up some of my previous work:
My efi and 64bit fixes were merged:
Decided with Josh to use qemu like syntax for command-line options
-net tap,mac=aa:aa:aa:aa:aa:aa,foo=bar,...
That would use the tap driver with specified mac, foo=bar etc
-net tap,ip=192.168.1.100 use-cached=1
That would use the tap driver with the specified ip and set use-cached to 1 so that DHCP won't override it.
Worked towards getting base64 support for CHAP in iSCSI. In the end only one of my patches were used. I had to refresh my mind on the topic to do the testing though.