Skip to content

Instantly share code, notes, and snippets.

View JensHeinrich's full-sized avatar

Jens Heinrich JensHeinrich

View GitHub Profile
@JensHeinrich
JensHeinrich / vmware2libvirt.py
Last active February 6, 2025 14:16 — forked from FreedomBen/vmware2libvirt.py
Python script to convert VMware image format to libvirt XML
#! /usr/bin/env python3
#
# vmware2libvirt: migrate a vmware image to libvirt
# Author: Jamie Strandboge <jamie@canonical.com>
#
# Copyright (C) 2008 Canonical Ltd.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3,
# as published by the Free Software Foundation.