Slashdot Mirror


VMware, XenSource Join Forces For Linux

porjo writes "Peace has been established on at least one front: XenSource and VMware are working together to improve virtualization in the Linux kernel. Their original disagreement has been displaced by a commitment to work on a solution together, says Simon Crosby, CTO of XenSource, the company that builds products around Xen virtualization software. The two are trying to come up with a common approach to virtualization support in the Linux kernel. [snip] The work now under way would let hypervisors from Microsoft, VMware, and Xen work together in the same data center. Under such a scenario, it would be possible for a Xen virtual machine, trapped on a piece of failing hardware, to be automatically moved over to a VMware hypervisor on another piece of hardware."

63 comments

  1. Open standards by poeidon1 · · Score: 1

    If this is true, then its a great news for standards, since atleast I hope that now anyone (possibly) could write a hipervisor for unknown/research systems with a lot of testing and deployment testing available.

    --
    They called me mad, and I called them mad, and damn them, they outvoted me. -Nathaniel Lee
    1. Re:Open standards by LurkerXXX · · Score: 1

      What the hell kind of troll is this? You forgot to say how folks should just stop using vi and agree to all work on emacs...

      And no mention of distro X vs distry Y. tsk, tsk.

    2. Re:Open standards by Anonymous Coward · · Score: 0, Flamebait

      Actually, everything he said is true. And it's got nothing to do with your editor or distribution of choice or whatever - Gnome is a huge, deeply flawed waste of time and resources. KDE 4.0 will be the first genuine desktop candidate on Linux, and sadly it will still have to compete with Gnome for mindshare. What a sad state of affairs.

  2. Good thing but.. by Devv · · Score: 2, Insightful

    It is great to see that big software manufacturers can help each other and build up a better product. Though, with all my reservations, I might not know enough about this debate to say this. I will do that anyway and you can read it the way you want. Consider the fact that every company making a major product would start helping each other. As far as this drive the development further it's great! This might though carry the risks for having an oligopoly driving the prices forward which is not so great. Also consider the fact that the companies that have the most use for virtualization probably have such a great win in testing that they could pay high prices for a product worth less. All this brings virtualization away from people who just need it for private use. I should also tell you that I don't even know in what extent these products do cost anything.

    --
    +1 Agree -1 Disagree
    1. Re:Good thing but.. by mabinogi · · Score: 2, Informative

      > I should also tell you that I don't even know in what extent these products do cost anything.

      Xen is Open Source, and VMWare has two free of cost products - VMWare Player and VMWare Server and two commerical products - VMWare Workstation and VMWare ESX

      --
      Advanced users are users too!
  3. This reminds me of Ghost in the Shell. by supasam · · Score: 5, Funny

    Maybe some day we'll only power down our computers after uploading them-still running-to an off site server to continue their existence. An then some day those never ending processes can mate and have children.

    --


    Suck a lemon?
    1. Re:This reminds me of Ghost in the Shell. by vicaya · · Score: 1

      Sorry pal, you misspelled f**k. Processes can't have children until they f**k.

    2. Re:This reminds me of Ghost in the Shell. by einhverfr · · Score: 2, Funny

      Well, fork you, CS nazi!

      --

      LedgerSMB: Open source Accounting/ERP
  4. Will it be so universal? by stas2k · · Score: 3, Interesting

    Now this is great news! As VMware user on production systems, I am very pleased with such news. Now one of many thing that can go wrong in such "alliance" as that hypervisor interface will get bloated with vendor specific extensions. And we will end up with non-compatible interfaces as it was before.

  5. Which systems support Windows clients? by billstewart · · Score: 1

    I'd really like to run a virtual machine environment, so I've got Linux or OpenBSD underneath and a Windows client OS on top for when I want to run Windows applications. There seem to be a range of choices if I want Linux client OS, including Xen, VMWare, User-Mode Linux, etc., and some for BSD client OS, but is the VMWare server for Linux the only free choice if I want to support Windows clients? Free-beer is good enough, and I'm not a gamer, so accelerated graphics performance isn't critical either. If platform matters, I'm running Intel Celeron, so some of the newer hardware tricks probably aren't available.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:Which systems support Windows clients? by Trelane · · Score: 5, Informative
      There seem to be a range of choices if I want Linux client OS, including Xen, VMWare, User-Mode Linux, etc., and some for BSD client OS, but is the VMWare server for Linux the only free choice if I want to support Windows clients?

      At this level, it is because Microsoft VirtualPC doesn't support a Linux host, Xen requires modifications that (apparently) they can't legally use with a Windows client, UML is User Mode Linux (not Windows) and requires kernel-level modifications (obviously unavailable outside of Redmond, WA, USA), and Win4Lin has no free offering. (These are the only ones I'm familiar with) With Hypervisor, however, Xen no longer requires the legally-questionable mods, so there's hope for the future if you don't like VMWare. So, the answers seem to be: lack of support, lack of free, and lack of source.

      Otherwise, there're technologies like Bochs, which emulate the actual chip, but are much slower.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    2. Re:Which systems support Windows clients? by JamesTRexx · · Score: 5, Informative

      Virtual PC can run Linux distros, you just have to try it. I've had Gentoo run and livecd's based on FreeBSD (PC-BSD and DesktopBSD) and OpenBSD (OliveBSD).
      And there's also Qemu which is available for *nix and Windows. Together with the kqemu accelerator it runs Windows very fast on *nix and vice-versa.
      (currently running Windows in Qemu on FreeBSD 6, Ubuntu 6.06 desktop in VMware server on Windows XP and Windows in VMware server on Ubuntu 6.06 desktop)

      --
      home
    3. Re:Which systems support Windows clients? by LinuxGeek · · Score: 2, Informative

      Screenshot of XP running on Xen.

      --

      Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
    4. Re:Which systems support Windows clients? by Anonymous Coward · · Score: 1, Informative

      The poster wants to run Windows on top of Linux, not Linux on top of Windows. Thus, VirtualPC is out.

    5. Re:Which systems support Windows clients? by spectro · · Score: 4, Informative
      Xen requires modifications that (apparently) they can't legally use with a Windows client

      I understand Xen 3.0.2 can run unmodified windows guests if you have a processor with virtualization extensions (Intel Pentium D 9xx series, or AMD Athlon 64 X2 Windsor series). I am planning to try this out but I need a few months to shell out the $400+ to buy new cpu, mobo, video and DDR2 memory.

      --
      HTML is obsolete. It's time for a new, simpler and richer markup language.
    6. Re:Which systems support Windows clients? by value_added · · Score: 2, Funny

      I'd be interested in hearing about how well things work using Qemu with FreeBSD as a host OS.

      But would be even more interesting is hearing about anyone's experience using the various Qemu compatible OS Types listed on the Qemu support page link, including, but not limited to:

      ann kournikova upskirt
      buy phentermine
      fishing rod saltwater
      teen titan porn
      tranny shemale

      Maybe the folks at Qemu should check out that redirect?

    7. Re:Which systems support Windows clients? by Trelane · · Score: 1
      I understand Xen 3.0.2 can run unmodified windows guests if you have a processor with virtualization extensions
      That was my understanding as well, although I wasn't sure if it was out yet. That's why I said:
      With Hypervisor, however, Xen no longer requires the legally-questionable mods, so there's hope for the future if you don't like VMWare.
      Though maybe I was confusing terminology; maybe "hypervisor support on the CPU" would have been clearer.
      --

      --
      Given enough personal experience, all stereotypes are shallow.
    8. Re:Which systems support Windows clients? by qnetter · · Score: 1

      The term we seem to be converging on is "hardware-assisted virtualization."

    9. Re:Which systems support Windows clients? by lukfil · · Score: 1

      It only recuires a AMD AM2 socket and it will work.

    10. Re:Which systems support Windows clients? by kandresen · · Score: 1

      Qemu can install and run Windows from inside Linux.
      http://fabrice.bellard.free.fr/qemu/

    11. Re:Which systems support Windows clients? by daverabbitz · · Score: 2, Insightful


      I have bought a $6k box for work to run xen. The results were incredibly disappointing. The para-virtualization is lightning quick, but the HVM is crap.

      GFX: The Graphics emulation is incredibly slow (on par with Qemu some of the time, other times slower). VNC display driver has serious mouse issues (this could be solved by using a touch screen emulation, but I don't believe there is one yet.

      Sound: Not tested. it's a server after all.

      Network: Only emulates PCnet32 and NE2000PCI NIC's, for some reason rightly or wrongly it enforces 10Mbps data rates, same as real cards. Not very useful for virtualizing a Windows server. This is pretty much the biggest killer.

      HDD: Performance sucks. this isn't so much of an issue as you can just install an iSCSI initiator in the HVM and connect it directly to your SAN.

      So while I *really* want to use Xen, it looks like I'm going to have to go back to the current way we're doing things (VMWare on Linux).

      Oh, and I can't run VMWare on Xen outside an HVM, or inside one because of the above performance issues.

      --
      What could be better than a jet powered motorcycle? http://www.youtube.com/watch?v=u8l6GTHLSWE
    12. Re:Which systems support Windows clients? by OverflowingBitBucket · · Score: 2, Funny

      But would be even more interesting is hearing about anyone's experience using the various Qemu compatible OS Types listed on the Qemu support page link [claunia.com], including, but not limited to:

      ann kournikova upskirt
      buy phentermine
      fishing rod saltwater
      teen titan porn
      tranny shemale

      I admire their dedication to maintaining cross platform code, but this is ridiculous.

      Hand on... Teen Titan Porn? Okay, stop the internet, I want to get off.

    13. Re:Which systems support Windows clients? by OverflowingBitBucket · · Score: 1

      Hand on

      Okay, okay, Freud is definitely laughing his ass off at me from above.

    14. Re:Which systems support Windows clients? by faragon · · Score: 1

      Also, Virtual PC -from the Connectix era, and also nowdays- runs LynxOS 3.1/4.0 (Hard Real Time OS UNIX), where VMWare fails.

    15. Re:Which systems support Windows clients? by fusion9290991 · · Score: 1

      I couldn't even get XP SP2 installed inside an M$ virtual PC on a Win2K box. But it worked perfectly under VMWare. Micro$oft - always the bridesmaid, never the bride...

      --
      remember to loot and pillage before you burn!
  6. This is good news by Anonymous Coward · · Score: 1, Funny

    Run VMware to sandbox MS DRM crap and Xen to sandbox VMware!

  7. Weird by Anonymous Coward · · Score: 2, Funny

    Under such a scenario, it would be possible for a Xen virtual machine, trapped on a piece of failing hardware, to be automatically moved over to a VMware hypervisor on another piece of hardware.

    This is just like that episode of Star Trek where Professor Moriarty succeeds in escaping from the holodeck!

  8. A good move for virtualization as a whole by rfinnvik · · Score: 2, Interesting

    It's only a matter of time before the hypervisor/virtualization layer is a commodity - and with standardized interfaces, the vendors can focus on infrastructure management software.

    VirtualCenter is imho way ahead of anything else available - and will be VMware's most important product going forward.

    1. Re:A good move for virtualization as a whole by qnetter · · Score: 1

      Why do you think on an ongoing basis VMware will continue to outpace more generalized system management software companies at this? Just curious.

  9. Is this paravirt_ops? by Wesley+Felter · · Score: 1

    Is this article talking about the paravirt_ops API that is being discussed on linux-kernel lately, or something else?

    1. Re:Is this paravirt_ops? by Anthony+Liguori · · Score: 1

      Is this article talking about the paravirt_ops API that is being discussed on linux-kernel lately, or something
      else?


      It's just paravirt_ops.

  10. Offtopic my Heinlein! by Anonymous Coward · · Score: 0

    Offtopic? Some reading suggestions for the mods. Mannie and Mike and Lazarus will provide you with some info on how the parent relates to the topic. Robert A. Heinlein was an award winning author who many nerds felt an affinity with. If your from a family of nerds your ancestors would probably have recognized the references. Perhaps a Wiki or two will help.

    At one point Heinlein sends Lazarus on multiple time travel trips rescuing his various heros and heroines of his numerous novels. This includes (at least by my less then perfect recollection which I can't check cause the ex got custody of my library) a failed attempt at rescuing Mike the sentient computer of the Lunar revolution. "Under such a scenario, it would be possible for a Xen virtual machine, trapped on a piece of failing hardware, to be automatically moved over to a VMware hypervisor on another piece of hardware." See? Method of escape for Mike. Levity for those who recognize the reference in the parent post.

    Please mods, if you don't understand a reference then don't mod it down. Especially on an AC post where it will lanquish at 0 anyway if no one finds it funny, interesting, informative or insightful and also has mod points they think it's worth spending on, which raises the question of what was so bad about it that it rated wasting a mod point on moments after it was posted? IMO modding a non-offensive attempt at humor by an AC to -1 is a waste of a mod point.

  11. More importantly... by DanMc · · Score: 2, Interesting
    it would be possible for a Xen virtual machine, trapped on a piece of failing hardware, to be automatically moved over to a VMware hypervisor on another piece of hardware.

    Nobody is really going to use this. When people talk about this, it's like saying, "if it's the 3rd Tuesday of a month that ends in 'ber', I'm in an important meeting, sitting in my assigned seat, and I spill coffee on my shirt but not my tie, I can totally switch my shirt without taking off my tie with only a small hiccup in the meeting agenda that we can train the attendees to work around as long as they're sitting in their assigned seats! Isn't that great?! Let's set up our systems to support this and assign the seats now! Move all critical meetings to the 3rd Tuesday of the month!" You'll pick your favorite VM engine and hypervisor and run all your VMs in it. You might have individual users like developers running groups of VMs under a different hypervisor, but you'll be hard pressed to find an excuse to transfer a running VM versus rebooting it. And you almost never "pre-detect" failing hardware and transfer a running machine. I'm constantly reminding people that vmotion and transfering running machines has everything to do with scheduled maintenance, and nothing to do with disaster response. You can't currently (and don't want to) transfer a VM off a local disk over the network, to another disk. Transfering depends on a SAN and fast uncongested network. If your disk controller is failing, you're not going to transfer. If your nic is failing you're not going to transfer. If your CPU or RAM starts glitching you'll be very lucky to successfully transfer a blue-screened OS. If your power drops and you're running on battery and want to transfer somewhere else, you need so many prereqs like a bridged network to somewhere where there's still power, and a mechanism to seamlessly switch your users over... Maybe? If you're this size and budget you probably have the same brand of hypervisor as a hot spare in the remote bridged, SAN replicated, alternatively powered site.

    The really important news here is that they're not going to be forking the kernel. Xen and VMware were submitting patches that weren't compatible. If Morton and Torvalds went with Xen's patches, then they wouldn't consider similar but different VMware patches. It'd be redundant. So VMware would need a forked kernel to put their patches in.

    Microsoft will never jump in and run a hypervisor on Linux, and if they wanted to they had wanted to last week, they'd need to submit patches to Linux to compete effectively. Extremely unlikely. With this news, MS could write a VM engine or hypervisor to run under Linux. The earlier announced partnership between MS and Xen is simply getting Xen to help make sure Linux VMs work in MS Virtual Server. (In other words, the patches Xen is submitting to the Linux kernel will help make sure that Microsoft can get a few snippits of info from a Linux VM running under MS Virtual Server. It's not really important.) I *WISH* MS would tweak Windows to run more smoothly on hypervisors. But I predict that they'll only be tweaking it to run better under Virtual Server.

    1. Re:More importantly... by Anonymous Coward · · Score: 0

      Or, you know, it could be a joke...

  12. What about OpenVZ? by Anonymous Coward · · Score: 0

    I guess I'm just curious. Isn't Virtuozzo and its GPL'd counterpart, OpenVZ, also a legitimate virtualization contender? Does anyone know why they weren't included in these discussions? I thought that they were the first company to request that their hypervisor be added to the mainline kernel.

    BTW, Qemu on x86 with the kqemu acceleration module works great with Win2k for basic software, e.g. it's still a bit slow for intensive video / sound apps.

    1. Re:What about OpenVZ? by DanMc · · Score: 1
      These projects aren't really shooting for the virtualization pie. As far as I know, OpenVZ, qemu, bochs aren't interested in moving to hypervisors. It's a new way of thinking about virtualization. In fact, VMware is is having to re-do a lot of stuff they've already got solved in their software emulation layers in the hypervisor way, because it's really worth it! You know how the VMWareTools installed inside the hosted OS speeds things up and allows you to see disks and other (limited) parts of the host's hardware? Hypervisors solve those problems more elegantly, and make the core parts of virtualization cleaner and faster. If VMware doesn't retool as a hypervisor VM provider instead of software emulated VMs then they're going to be killed off by Xen. Microsoft is too slow and keeps looking for a way to tie their VM solutions to their existing customer base through marketing. If they take too long to get there, Xen VMs will be performing 10-20% faster. If XenSource doesn't make their setup and management tools tools better, customers won't care about a little more performance.

      The "big thing" is running 10+ servers on 1 physical box in the datacenter. You become incredibly nimble in terms of improving your traditional backup/restore processes; upgrades and provisioning and test environments are a snap. It's the same types of benefits that people saw in SANs vs. RAID arrays for storage. But VMs virtualize the whole server, not just the data disk. You get to a point where it's just silly not to do it because of the benefits.

      Also, you might see 20 centralized WinXP desktops for end users. But that's not as simple as servers. You'll be doing virtual desktops after you've plucked the fruit of server virtualization.

    2. Re:What about OpenVZ? by Anonymous Coward · · Score: 0

      OpenVZ isn't like bochs or qemu, it's more like Xen, and requires a modified kernel to run and has less than 3% overhead, like Xen. So that's why I was wondering why they're not in on these discussions, especially as Debian has chosen OpenVZ over Xen for inclusion in their next distro release.

    3. Re:What about OpenVZ? by ovz_kir · · Score: 2, Informative

      OpenVZ is an OS-level virtualisation -- this is quite different technology from that of Xen and VMware. OpenVZ provides separate isolated containers within a *single* kernel image, while Xen makes possible to run *different* kernels on the same piece of hardware. More info about those differences is here; the only thing I want to add is VMware is moving into Xen direction.

      --
      -- Kir Kolyshkin, OpenVZ project leader.
  13. Great idea Microsoft never thought of before by Anonymous Coward · · Score: 0

    how about creating an operating system that isn't more full of holes than swiss cheese?

    Actually, it sucks that you had a bad experience with Linux, so much so that you'd rather use what I consider to be one of the worst operating systems ever perpetrated on the computing public, Windows 98.

    I partially agree with you, though. Virtualization is a great tool, but I hope we don't start using virtualization as an excuse to write poorly written and insecure code.

    I think that security and usability have to be balanced with each other, and using Win98 is the electronic equivalent of wearing a sign on your back that says "Kick Me" and a T-shirt with a bulls-eye on the front.

  14. But they always f**ked and had children by Anonymous Coward · · Score: 0

    Sorry mate

  15. What's virtualisation for? by johansalk · · Score: 1

    Can someone explain to ignorant old me what linux-on-linux virtualisation is for? What problem does it solve?

    1. Re:What's virtualisation for? by McGiraf · · Score: 4, Funny

      "Can someone explain to ignorant old me what linux-on-linux virtualisation is for? What problem does it solve?"

      It's for running linux on linux, it solves linux not running on linux.

      Hape that helps.

    2. Re:What's virtualisation for? by mattyrobinson69 · · Score: 2, Informative

      You may want to run bind and apache on the same machine, but not have to worry about the security issues of one affecting the other, so you run two virtual machines, each with a seperate server (I know about chroots, but a vm is more secure).

    3. Re:What's virtualisation for? by Anonymous Coward · · Score: 1, Informative

      Can someone explain to ignorant old me what linux-on-linux virtualisation is for? What problem does it solve?

      Well, lets say you run a hosting operation. Normally you rent servers in your data center to your customers.

      What if the customer doesn't need a quality server (with scsi raid & redundant power) all to themselves but they still want full control (with root) of the operating system?

      Create a linux VM for them. Customer gets a "server" they fully control, running on quality hardware.

      Or, what if you're a developer and you want to test your software on different versions of redhat, fedora, debian, mandrake, ubuntu (etc, etc). Are you going to have 10 computers sitting around the office, each with a version of linux installed? That's a lot of space & cost. Just run them in a VM.

      Ditto for windows, bsd, etc.

    4. Re:What's virtualisation for? by martin-boundary · · Score: 2, Informative
      It's simple. A typical computer running a web server is idle most of the time. With virtualization, you can run many OSes simultaneously on a single machine. That's attractive to web hosting providers who can buy one beefed up server and pretend they have a gazillion separate machines. So each customer gets a dedicated "computer" for running their website, but there's only one real machine to pay for, do maintenance on, and lease space in the colo.

      s/web server/other service/g

    5. Re:What's virtualisation for? by asrail · · Score: 1

      Virtualization is for "running windows on linux", "running linux on windows", "running macosx os freebsd" and so on.

      You may use another operating system without having to reboot the computer, without having to leave your desktop
      and with a performance that makes it to be as near as possible the performance of the system outside guest OS.

      The joint is for making hardware virtualization working better on Linux and for VMWare and Xen solutions to interoperate.

    6. Re:What's virtualisation for? by ovz_kir · · Score: 1

      Here are some typical usage scenarios for OS-level virtualization; server consolidation is number one I believe. All that also applies to Xen and VMware (although their overhead in those cases would be higher); in addition, they can run *different* operating systems on the same box -- this is what OpenVZ don't do.

      --
      -- Kir Kolyshkin, OpenVZ project leader.
  16. QEMU!!!! (and KQEMU virtualization module) by ratta · · Score: 1

    QEMU is a dynamic translator, ie like bochs but MUCH faster. Not only, there is KQEMU that is a kernel module to enable true virtualization for QEMU (like VMWare). Unluckily, KQEMU is not open source, but the creator Fabrice Bellard is willing to release the source if he gets the money he deserves. I think QEMU/KQEMU deserves more attention...

    --
    Wondering why i am doing so strange posts? I am trying to get a "+5,Flamebait" or "-1,Insightful" rating.
  17. Mainframe magic by HeraldMage · · Score: 1

    It'd be really great if they'd also learn the lessons and great ideas from the mainframe, where IBM has been doing virtualization (VM, now z/VM) and a decoupled hipervisor (that's their term I believe) for more than 35 years now. It's clear that the hipervisor in System i and System p are all gearing up to really allow one to move VMs from one place to another as the situation demands.

    Disclaimer: I do not work for IBM, but I think they've got great technology. I'd love to have the dough to buy a new System z9 and load it up with all things Linux.

    --
    Ich suche die Leidenschaft, die keine Leiden schafft.
  18. gawd! by Anonymous Coward · · Score: 0

    this is sooo boring ...

  19. Looks like XP-on-Xen needs special CPU by billstewart · · Score: 1

    Too bad :-) I'm running an old basic P4 Celeron, so I'll need something besides Xen. QEMU sounds like an interesting option, or else there's VMWare.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  20. Parallels is the counterexample by MemoryDragon · · Score: 1

    Parallels really is the counterexample to this paper, the speed is pretty much the same in hardware VT-X or software only, but the main difference is that the processor load is way lower once VT-X is turned on.

    1. Re:Parallels is the counterexample by Anonymous Coward · · Score: 0

      You talk like a Mac zealot who has never seen real virtualization in action. I have seen a demo of VMware's technology ported to Mac OS at WWDC 2006, and the features and performance were already better than Parallels (USB 2.0 QuickCam perfectly smooth, Hi-res video 720p perfectly smooth, all this on a bottom-of-the-line Mac Mini).

      Wait until VMware actually does some perf tuning and delivers their beta by the end of the year as promised, and you will discover the true leader in the virtualization field. Parallels was an interim solution, they will be wiped out. In fact, Parallels have the same product on Windows and Linux. Does anybody know them there? No. Well that is my point. The same will happen on the Mac platform.

      Parallels product is good, but not good enough.

    2. Re:Parallels is the counterexample by MemoryDragon · · Score: 1

      Parallels is pretty known on windows as well, the reason for this is that the better stuff from vmware costs literally almost as much as a new computer. I know many people who use parallels on windows, but no sysadmins, because there is no server version. If vmware can deliver a good vm for OSX then good for them, if it still will cost as much as an entire pc, then no money from me.... I am not married to parallels, but for now it is the best you can get on osx and for client side apps the only good affordable solution for windows!

  21. IIRC by Ayanami+Rei · · Score: 1

    There is an 8139too network target too (which is 100mbps), which should be more than acceptable, but I think you need to build Xen yourself to get it.
    Also, what of giving the guest OS it's own network card through a PCI mapping? I always have more onboard/outboard network controllers than I know what to do with in my servers. It's not the most transparent way of going about things but if you have a bandwidth-hogging virtual host to run...

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  22. I agree. by Ayanami+Rei · · Score: 1

    Also it would be nice if we got a few more emulated devices supported. Maybe a gigabit ethernet adapter. A CDROM 'server' that allows you to attach and unattach ISOs (which might look like insert/remove events).
    The holy grail would be M on N threading. But I don't think that fits into his emulation model very cleanly.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  23. Virtualizing Linux and FreeBSD... by Ayanami+Rei · · Score: 1

    ... is old hat. We know how to do that, and we can do it easily.

    But z/VM can't virtualize Windows.
    That's what we're trying to do within an infrastructure that we control.
    IBM can't help us there.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON