Skip to content

Instantly share code, notes, and snippets.

View greggorrell's full-sized avatar

Gregory Gorrell greggorrell

View GitHub Profile
@greggorrell
greggorrell / lovebox.txt
Last active February 5, 2021 21:54
Matti's Love Box
Love you, Matti
@greggorrell
greggorrell / windows-qemu-config
Created February 26, 2021 14:59
Template for Windows 10 Guest
<domain type="kvm">
<name>Windows10</name>
<uuid>{SET THIS AS YOUR UUID}</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://microsoft.com/win/10"/>
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">2097152</memory>
<currentMemory unit="KiB">2097152</currentMemory>