December 15, 2003

VMWare to be acquired!

OMG. Apparently EMC is buying VMWare for around $635 Million in cash. I hope they don't lose focus on the product. Its the best virtual emulator for doing kernel development testing on. Thank $DEITY for named pipes treated as virtual serial to use WinDbg +VMWare... its a GREAT combo that I use all the time.

Posted by SilverStr at December 15, 2003 11:19 PM | TrackBack
Comments

Microsoft Virtual PC 2004, which has just been released, supports kernel mode debugging via a virtual serial port just like VMWare. For those accustomed to using VMWare with a virtual serial port, setting Virtual PC up should be very straightforward, as the configuration UI is spookily similar. Coincidence? :) Anyway, shops that have an MSDN subscription already can download Virtual PC from MSDN Subscriber Downloads.

Posted by: Jói at December 16, 2003 06:06 PM

When I was at Microsoft in November I talked to the PM of the Virtual PC team, and explained how I use VMWare for testing my kernelmode code. When I asked if they supported inline snapshots I was told no.

Although VirtualPC does now have named pipe support, it can't snapshot inline (while the OS is running in any given state), making testing things a nightmare as you ALWAYS have to reboot. With VMWare I currently have many different images in different states, allowing me to quickly test my code in different scenarios. In on particular example, I have a VMWare image pointing to a driver install where when "resumed" it immediately installs my recompiled driver and within seconds is rebooted. Doing it from power on would take about 2 to 5 minutes for two reboots. At about 30-50 "virtual" reboots a day, I am easily saving 3 to 4 hrs a day of wasted time waiting for the extra reboot if I used VirtualPC. In my first day in time saved I paid for the cost of VMWare. Now thats an ROI!

Posted by: SilverStr at December 21, 2003 08:02 AM