-
charadonHey, out of curiousity is there anyway to create a VM with a different architecture? Such as a VM emulating arm?
-
wiedicharadon: I'm not aware of a way to do it directly via vmadm - but you can run qemu inside a zone
-
charadonI figured that's what i'd probably have to do =P
-
charadonOnly 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
-
rmustacccharadon: I think if you are manually running qemu you can tell it to create the monitor socket that you can connect to.
-
charadonThat's the telnet thing right?
-
rmustaccI think it's some unix domain socket.
-
charadonGod, I wish the documentation for qemu was better lol
-
charadonTheir documentation is basically just stack overflow answers =P
-
rmustaccIt's been a long time since I've used it, but I have some vague recollection here.
-
rmustaccHopefully that's something at least.
-
charadonYeah, I found the command-line switch to create the socket, thanks for pointing me in the right direction