[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:emulators:helper_script_for_managing_qemu_virtual_machines [2016/09/04 20:16 (UTC)] – [Proposed Solution] louigi600howtos:emulators:helper_script_for_managing_qemu_virtual_machines [2023/12/12 08:13 (UTC)] (current) – [Sources] zeebra
Line 1: Line 1:
-====== Preface ======+====== Helper script for managing QEMU virtual machines ====== 
 +<!--I took the liberty to fix this headline, if it should have another name, change it  --- //[[wiki:user:zeebra|zeebra]] 2023/12/12 08:11 (UTC)// --> 
 +===== Preface =====
 Qemu is a popular and powerful open-source emulator often used for running KVM Virtual Machines (VMs). In fact qemu supports emulating so many things that it can be quite challenging, unless you do it very often, to manually start a VM from a text console. Who would want to write the below command for starting a VM ? Qemu is a popular and powerful open-source emulator often used for running KVM Virtual Machines (VMs). In fact qemu supports emulating so many things that it can be quite challenging, unless you do it very often, to manually start a VM from a text console. Who would want to write the below command for starting a VM ?
  
Line 35: Line 37:
  
 ===== Basic Configuration ===== ===== Basic Configuration =====
-To get better flexibility to where things are stored it's a good idea to have a basic configuration file that tells the management script there the important things are:+To get better flexibility for configuring where things are stored it's a good idea to have a basic configuration file that tells the management script where the important things are:
   * Path to folder that will contain all the VMs   * Path to folder that will contain all the VMs
   * Path to where the centralized VM configuration DB is   * Path to where the centralized VM configuration DB is
 howtos:emulators:helper_script_for_managing_qemu_virtual_machines ()