Download doesn't seem to work. The VMware download area closed in late April, and can't seem to download Fusion now. The replacement store doesn't seem to be available yet. I'm using Parallels and it is great on an Apple Silicon Mac, but I'm a long-time VMware Workstation and Fusion user, so I'd like to try it again.
As a paying Workstation customer, I had to install it from scratch the other day and couldn't find a binary anywhere. I eventually found an old installer on archive.org (!) and settled for that. Grateful to whoever had the foresight to point the Wayback Machine at VMWare's CDN before it was too late.
VMware Fusion Pro: Now available free for personal use
91–100 of 178 posts
Re: VMware Fusion Pro: Now available free for personal use
#92I'd rather not use an Oracle product (VB) but are there any advantages in switching back? Main use is running Ubuntu VMs on Windows.
Re: VMware Fusion Pro: Now available free for personal use
#93Earlier quoted context omitted.
Do any of the commercial hypervisors do that today?
Pretty much all of them do, though the platform support varies by hypervisor/guest OS. Paravirtualized (aka non-passthrough) 3D acceleration has been implemented for well over a decade.
Re: VMware Fusion Pro: Now available free for personal use
#94Earlier quoted context omitted.
They still need to. You are glossing over the fact that you need to provide device access, USB access, graphics, and a lot of things that are not necessarily provided by the "native" hypervisor (HyperKit does not do even half of what Parallels does, for instance).
> have lost much of the reason I didn't say they have no reason to exist. I indicated they are moving towards becoming UI shells around standard OS features and/or other commodity software, which they are. Look at UTM, for instance. Even VMware Workstation and VirtualBox on Windows use HyperV under the hood if you have HyperV or WSL features enabled. While everyone still seems to be busy disagreeing with me because o…
VirtualBox is consistently (and significantly) slower when it uses HyperV as backend than when it uses its original driver, and many features are not supported at all with HyperV. In fact the GUI actually shows a "tortoise" icon in the status bar when running with HyperV backend.
Re: VMware Fusion Pro: Now available free for personal use
#95Earlier quoted context omitted.
They still need to. You are glossing over the fact that you need to provide device access, USB access, graphics, and a lot of things that are not necessarily provided by the "native" hypervisor (HyperKit does not do even half of what Parallels does, for instance).
Yeah, if you care about 3D acceleration on a Windows guest and aren't doing pcie passthrough, then KVM sure isn't going to do it. There is a driver in the works, but it's not there yet. edit: I made a mistake and got confused in my head with qemu and the lack of paravirtualized support. (It does have a PV 3D linux driver, though)
Re: VMware Fusion Pro: Now available free for personal use
#96Earlier quoted context omitted.
Workstation was already rotting for all intents and purposes. Likely Fusion was also rotting since the switch to ARM but never tried it. The entire space ("desktop virtualization") is dead. Even VirtualBox which I praised a year ago seems to be slowing down. This likely just poisons the well for a market they had all but abandoned.
Virtual box was never good, it always felt half baked.
Re: VMware Fusion Pro: Now available free for personal use
#97Earlier quoted context omitted.
Yeah, if you care about 3D acceleration on a Windows guest and aren't doing pcie passthrough, then KVM sure isn't going to do it. There is a driver in the works, but it's not there yet. edit: I made a mistake and got confused in my head with qemu and the lack of paravirtualized support. (It does have a PV 3D linux driver, though)
KVM will happily work with real virtual GPU support from every vendor; it's the vendors (except for intel) that feel the need to artificially limit who is allowed to use these features.
Re: VMware Fusion Pro: Now available free for personal use
#98They're very late to do this IMO, but better late than never. I am certain that VMWare has not been selling many Workstation licenses to personal users (costing ~$300 each) and making the products free gives free advertising and mindshare to VMWare. Visual Studio is a good example of this, Microsoft making Visual Studio free for personal use in 2014 provided a huge boost to a platform that a lot of people had written…
What is Visual Studio used for these days? Of course windows development, and I'm guessing xbox development too. Anything else?
Re: VMware Fusion Pro: Now available free for personal use
#99First of all every desktop now has its own mature virtualization.
And secondly, Broadcom has no interest in this market.
Re: VMware Fusion Pro: Now available free for personal use
#100Earlier quoted context omitted.
Agreed. Virtualized 3d acceleration in particular still has quite a bit of "secret sauce" left in it.
Today this is mostly implemented by having a guest driver pass calls through to a layer on the host that does the actual rendering. While I agree that there is a lot of magic to making such an arrangement work, it's a terrible awful idea to suggest that relying on a vendor's emulation layer is how things should be done today. Proper GPU virtualization and/or partitioning is the right way to do it and the vendors need…
And that's assuming they propose anything at all.
Even GVT-g breaks every other Linux release, is at risk of being abandoned by Intel (e.g. how they already abandoned the Xen version) or limited to specific CPU market segments, and already has ridiculous limitations such as a limit on the number of concurrent framebuffers AND framebuffer sizes (why? VMware Workstation offers you an infinitely resizable window, does it with 3D acceleration just fine, and I have never been able to tell if they have a limit on the number of simultaneous VMs... ).
In the meanwhile "software-based GPU virtualization" allows me to share GPUs in the host that will never have hardware-based partitioning support (e.g. ANY consumer AMD card), and allows guests to have working 3D by implementing only one interface (e.g. https://github.com/JHRobotics/softgpu for retro Windows) instead of having to implement drivers for every GPU in existence.