[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: Very basic question
- To: Leroy Tennison <leroy.tennison@xxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
- From: Klaus Darilion <klaus.darilion@xxxxxx>
- Date: Mon, 31 Aug 2026 17:06:14 +0000
- Accept-language: de-DE, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nic.at; dmarc=pass action=none header.from=nic.at; dkim=pass header.d=nic.at; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=qMbAk4UrbmUftvgCd8fwEsslZeoJ3qoXpcEyT7+ySrE=; b=Y6hpQ1drhj0Bb/0KejrGJ0kj681S6aVDn3chF/xw3YJPouGIIEIdw6pitMzvfwCZcGd0imfFMJ/61z0kHWiUxOIzoqaKaUGsdWVEJBklcScWqdMxlr4uNXehp0DPN1Zxfr9Ogsf4gpcFx3JjepfLvrjXWMjeMtJMcYjR8yNqsOhVwdA1wUxIQTY9fFXSQeHzq1Yk1KrRtAJZyW4p3Ce0DgyitJFc364FUr1goYG7RAqt/OPJgI0T5xuY31vnT6Fmz0ZuUa/9syvs3tA1FHe5BYN4Ku0OVvgJqi/ix86l8yWxiqmP+Sa7SlkkC1ca+J/T3vkXe0kN7vhzQrIrLpzRfA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=EWj+DMFswHu7MJmm0j1I1NCqJwr4e+QQeWj+dNSv6GA/Wy7SiI2grDvH/Zi865Rrxo5yBdmDqmQSksifSE6F2PYZum4o1PTY6385ErI0UPGv/tN4VideShedqW2YNE5HHqMUv5GS9MLH2IGumg06SGqBltf4+1IwoscyrUaRAICxFrtyOzmUCwjnxCjrRQkMcIAYqKAwZumroix7Sla4sc3qkfIPNNfm/E1yRD5yoQ4u35OxxqtKi+cEAa0Ma3ZgxzfcSygBfpsD686dOilKTvkw/xOnLwH02+bgKfgSeS/is0AWwNR1OXgbjmwQrjsM2xIv98i1gO2qOm7fQlBKPQ==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=nic.at header.i="@nic.at" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:x-ms-exchange-senderadcheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=nic.at;
- Delivery-date: Mon, 31 Aug 2026 17:07:05 +0000
- List-id: Xen user discussion <xen-users.lists.xenproject.org>
- Thread-index: AQHdOVLk1ZG1StoD20a0sh2b8Up4iba4YjhQ
- Thread-topic: Very basic question
Hi Leroy!
IIRC xen does not require a Linux distribution - that is only one possibility,
and probably the easiest possibility to use xen. You need a boot loader to load
xen and then you have to instruct xen what to do, ie. xen manages VMs so
somehow you have to tell xen to start a VM. And these VMs have to exist some
where (ie. disk images on some hard disk) and you need to manage the hardware
of the server (network cards, hard disk, ...) as this is not done by xen. So,
using a Linux VM that is privileged (the dom0) is the easiest way to use xen.
But there are other possibilities too.
Regards
Klaus
-----Ursprüngliche Nachricht-----
Von: Xen-users <xen-users-bounces@xxxxxxxxxxxxxxxxxxxx> Im Auftrag von Leroy
Tennison
Gesendet: Sonntag, 30. August 2026 04:55
An: xen-users@xxxxxxxxxxxxxxxxxxxx
Betreff: Very basic question
I want to install xen and began reading the beginner's docunmentation. If xen
is (or can be) a type 1 hypervisor, why do the instructions require installing
a Linux distribution such as Debian and then installing the xen-system-amd64
package? Is xen running under the distribution? If so, how is it different
than qemu/libvirt/kvm? If it isn't, how does xen relate to the distribution
used to install it? Thanks for any and all explanation.
|