From 7f2cdf67053cdfdc459626205983bad5e3b25c13 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sun, 17 Jun 2018 22:32:13 +0200 Subject: [PATCH] ajustement pour Debian 9 --- HowtoKVM.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/HowtoKVM.md b/HowtoKVM.md index 9c3174ee..8e8458d8 100644 --- a/HowtoKVM.md +++ b/HowtoKVM.md @@ -12,21 +12,22 @@ On l'utilise avec [libvirt](https://libvirt.org), une surcouche qui facilite l'u Pour installer un hyperviseur (machine capable de faire tourner des machines virtuelles) : ~~~ -# apt install qemu-kvm bridge-utils qemu-utils libvirt-bin virtinst netcat-openbsd +# apt install qemu-kvm bridge-utils qemu-utils libvirt-daemon-system libvirt-clients virtinst netcat-openbsd ~~~ ~~~ $ kvm --version -QEMU emulator version 2.1.2 (Debian 1:2.1+dfsg-12+deb8u6), Copyright (c) 2003-2008 Fabrice Bellard +QEMU emulator version 2.8.1(Debian 1:2.8+dfsg-6+deb9u4) +Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers $ virsh -V -Virsh command line tool of libvirt 1.2.9 +Virsh command line tool of libvirt 3.0.0 See web site at http://libvirt.org/ Compiled with support for: - Hypervisors: QEMU/KVM LXC UML Xen LibXL OpenVZ VMWare VirtualBox Test + Hypervisors: QEMU/KVM LXC UML Xen LibXL OpenVZ VMware VirtualBox Test Networking: Remote Network Bridging Interface netcf Nwfilter VirtualPort - Storage: Dir Disk Filesystem SCSI Multipath iSCSI LVM RBD Sheepdog + Storage: Dir Disk Filesystem SCSI Multipath iSCSI LVM RBD Sheepdog ZFS Miscellaneous: Daemon Nodedev AppArmor SELinux Secrets Debug DTrace Readline Modular ~~~