Go to file
Pavel Hrdina 291f2ef214 DomainCpu: fix detection of CPU security features
VM configured with mode="host-model" will have the CPU definition
expanded once the VM is started.  Libvirt will try to use the closest
CPU model with some features enabled/disabled.

The issue is that there are some models that include spec-ctrl or ibpb
features and they will not appear in the explicit list of features and
virt-manager will not correctly detect if all security features are
enabled or not.  As a workaround we can check the suffix of CPU model to
figure out which security features are enabled by the model itself.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2019-04-09 13:30:25 +02:00
data setup: Generate bashcompletion files in builddir 2018-12-18 14:23:01 -05:00
man cli: introduce CPU secure parameter 2019-04-04 13:40:20 +02:00
po Update translations 2019-02-07 09:58:25 -05:00
tests Bump gtk dep to 3.22 for new popup routines 2019-04-07 13:54:00 -04:00
ui Bump gtk dep to 3.22 for new popup routines 2019-04-07 13:54:00 -04:00
virtManager console: Use popup_at_rect 2019-04-07 13:54:00 -04:00
virtcli Prep for release 2.1.0 2019-02-03 16:26:44 -05:00
virtconv Remove Author lines from file headers 2019-01-08 11:45:35 -05:00
virtinst DomainCpu: fix detection of CPU security features 2019-04-09 13:30:25 +02:00
.gitignore .gitignore: Remove the outdated path info of bashcompletion files 2019-01-06 18:40:50 -05:00
.gitpublish git: add a git publish configuration file 2018-04-30 13:35:32 -04:00
.mailmap Add .mailmap 2013-04-03 18:13:25 -04:00
COPYING Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
HACKING.md setup: Integrate codespell 2018-06-05 14:27:29 -04:00
INSTALL.md Bump gtk dep to 3.22 for new popup routines 2019-04-07 13:54:00 -04:00
MANIFEST.in tests: test_urls: Look for manual.ini in ~/.config/virt-manager 2018-04-03 15:29:03 -04:00
NEWS.md Prep for release 2.1.0 2019-02-03 16:26:44 -05:00
README.md Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
pylintrc Move tests/pylint.cfg to pylintrc 2019-01-30 17:25:14 -05:00
setup.cfg setup.cfg: Drop unicode, it upsets CI 2019-01-30 18:01:20 -05:00
setup.py tests: test_urls: Add --*libosinfo, --iso-only, --url-only 2019-03-24 12:32:03 -04:00
virt-clone virt-clone: fix force-copy of empty cdrom or floppy disk 2019-02-28 18:05:31 +01:00
virt-convert Remove Author lines from file headers 2019-01-08 11:45:35 -05:00
virt-install installer: add support for windows unattended install 2019-04-01 16:28:52 -04:00
virt-manager Bump gtk dep to 3.22 for new popup routines 2019-04-07 13:54:00 -04:00
virt-manager.spec.in Add perform_floppy_injections() 2019-04-01 16:28:52 -04:00
virt-xml virt-xml: Handle VM names that look like id/uuid (bz 1679025) 2019-03-21 13:45:58 -04:00

README.md

Virtual Machine Manager

This application provides a graphical tool for managing virtual machines via the libvirt library.

The front end of the application uses the GTK / Glade libraries for all user interaction components. The back end uses libvirt for managing Qemu/KVM and Xen virtual machines, as well as LXC containers. The UI is primarily tested with KVM, but is intended to be reasonably portable to any virtualization backend libvirt supports.

Several command line tools are also provided:

  • virt-install: Create new libvirt virtual machines
  • virt-clone: Duplicate existing libvirt virtual machines
  • virt-xml: Edit existing libvirt virtual machines/manipulate libvirt XML
  • virt-convert: Convert VMX or OVF configs to libvirt virtual machines

For dependency info and installation instructions, see the INSTALL.md file.

Contact

  • All comments / suggestions / patches should be directed to the virt-tools-list mailing list.
  • For IRC we use #virt on OFTC.
  • For bug reporting info, see BugReporting.
  • There are further project details on the virt-manager website.
  • See the HACKING.md file for info about submitting patches or contributing translations.