4

As is well known by people that have the joy of having a FireWire professional audio interface, virtual machines (VirtualBox, VmWare, etc.) cannot access FireWire devices.

I'm wondering if there are ongoing projects to support firewire emulation over network bridges (tun or tap devices) so that these connections can be provided to virtual machines?

viking
  • 524
lurscher
  • 322

1 Answers1

1

Life inside of a VirtualMachine is full of jitter and lag. If you're going to actually take advantage of professional gear, you need a dedicated machine.

Firewire it's self though, very simple hardware, copies memory from one host to another. Very simple and very fast. Downside is that to put that in a VM, the memory address would have to be mangled for each and every transaction. I don't think anyone is working on this idea for that reason.

stonefoz
  • 121