21:01:06 Hey, out of curiousity is there anyway to create a VM with a different architecture? Such as a VM emulating arm? 21:31:23 charadon: I'm not aware of a way to do it directly via vmadm - but you can run qemu inside a zone 21:32:00 I figured that's what i'd probably have to do =P 21:33:12 Only issue with using qemu directly, is that I have never actually figured out how to send a shutdown signal to the VM. Everything just kills qemu and causes an abrupt shutdown 21:33:44 charadon: I think if you are manually running qemu you can tell it to create the monitor socket that you can connect to. 21:35:52 That's the telnet thing right? 21:36:11 I think it's some unix domain socket. 21:36:41 God, I wish the documentation for qemu was better lol 21:37:31 Their documentation is basically just stack overflow answers =P 21:37:51 It's been a long time since I've used it, but I have some vague recollection here. 21:37:57 Hopefully that's something at least. 21:38:29 Yeah, I found the command-line switch to create the socket, thanks for pointing me in the right direction