[Spice-devel] What are these directories on virtio-win-0.1-81.iso?

Christophe Fergeau cfergeau at redhat.com
Mon Sep 15 00:44:57 PDT 2014


Hey,

On Sun, Sep 14, 2014 at 01:52:26PM -0700, ToddAndMargo wrote:
> I just downloaded virtio-win-0.1-81.iso from
> 
>     http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers
> 
> Looking through the ISO, I find two directories: WLH and WNET.
> What are they?

WLH is short for Windows Longhorn which is was the codename for Windows
Vista.
WNET is for Windows.net which was Windows 2003
https://en.wikipedia.org/wiki/List_of_Microsoft_codenames

> Also, I find a WXP and and XP directory.  Why two of them?

The ISO layout is a bit messy, some drivers end up in WXP, others in XP,
I don't think there's a very good reason for that.
You can find some mapping table in
http://cgit.freedesktop.org/~teuf/spice-nsis/tree/tools/virtio.py
mapping these directories names to more usual Windows versions:

    "winxp": {
        "netkvm": Driver("XP/x86", "XP/amd64", "(netkvm.*|readme.doc)"),
        "serial": Driver("Wxp/x86", "Wnet/amd64",
"(vioser.*|wdfcoinstaller.*.dll)"),
        "balloon": Driver("Wxp/x86", "Wnet/amd64",
"(balloon.*|bln.*|wdfcoinstaller.*.dll)"),
        "block": Driver("Wxp/x86", "Wnet/amd64", "viostor.*"),
        "scsi": Driver("Wnet/x86", "Wnet/amd64", "vioscsi.*"),
    },

"winxp" is the 'readable' name, and then you have:
{ driver name: Driver(32 bit location, 64 bit location, file list) }

Hope that helps,

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20140915/e4d496dc/attachment.sig>


More information about the Spice-devel mailing list