├── .color_coded.in ├── .ctags ├── .ctags.d └── libvirt.ctags ├── .dir-locals.el ├── .editorconfig ├── .gitignore ├── .gitlab-ci.yml ├── .gitmodules ├── .gitpublish ├── .mailmap ├── .travis.yml ├── .ycm_extra_conf.py.in ├── ABOUT-NLS ├── AUTHORS.in ├── COPYING ├── COPYING.LESSER ├── ChangeLog ├── GNUmakefile ├── Makefile.am ├── Makefile.nonreentrant ├── README ├── README-hacking ├── README.md ├── SECURITY.md ├── autogen.sh ├── ci ├── Makefile ├── build.sh ├── list-images.sh └── prepare.sh ├── config-post.h ├── configure.ac ├── docs ├── 32favicon.png ├── 404.html.in ├── Makefile.am ├── acl.html.in ├── aclpolkit.html.in ├── android-chrome-192x192.png ├── android-chrome-256x256.png ├── api.html.in ├── api_extension.html.in ├── apple-touch-icon.png ├── apps.html.in ├── architecture.fig ├── architecture.gif ├── architecture.html.in ├── auditlog.html.in ├── auth.html.in ├── bindings.html.in ├── browserconfig.xml ├── bugs.html.in ├── cgroups.html.in ├── compiling.html.in ├── contact.html.in ├── contribute.html.in ├── csharp.html.in ├── dbus.html.in ├── devguide.html.in ├── docs.html.in ├── downloads.html.in ├── drivers.html.in ├── drvbhyve.html.in ├── drvesx.html.in ├── drvhyperv.html.in ├── drvlxc.html.in ├── drvnodedev.html.in ├── drvopenvz.html.in ├── drvqemu.html.in ├── drvremote.html.in ├── drvsecret.html.in ├── drvtest.html.in ├── drvvbox.html.in ├── drvvirtuozzo.html.in ├── drvvmware.html.in ├── drvxen.html.in ├── errors.html.in ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── firewall.html.in ├── fonts │ ├── LICENSE.md │ ├── overpass-bold-italic.woff │ ├── overpass-bold.woff │ ├── overpass-italic.woff │ ├── overpass-light-italic.woff │ ├── overpass-light.woff │ ├── overpass-mono-bold.woff │ ├── overpass-mono-light.woff │ ├── overpass-mono-regular.woff │ ├── overpass-mono-semibold.woff │ ├── overpass-regular.woff │ └── stylesheet.css ├── format.html.in ├── formatbackup.html.in ├── formatcaps.html.in ├── formatcheckpoint.html.in ├── formatdomain.html.in ├── formatdomaincaps.html.in ├── formatnetwork.html.in ├── formatnetworkport.html.in ├── formatnode.html.in ├── formatnwfilter.html.in ├── formatsecret.html.in ├── formatsnapshot.html.in ├── formatstorage.html.in ├── formatstoragecaps.html.in ├── formatstorageencryption.html.in ├── generic.css ├── gitdm │ ├── aliases │ ├── companies │ │ ├── canonical │ │ ├── datto │ │ ├── dreamhost │ │ ├── ibm │ │ ├── nec │ │ ├── others │ │ ├── redhat │ │ ├── suse │ │ └── virtuozzo │ └── groups │ │ ├── education │ │ ├── opensource │ │ └── unaffiliated ├── goals.html.in ├── governance.html.in ├── hacking.html.in ├── hooks.html.in ├── html │ ├── home.png │ ├── left.png │ ├── right.png │ └── up.png ├── index.html.in ├── internals.html.in ├── internals │ ├── command.html.in │ ├── eventloop.html.in │ ├── locking.html.in │ └── rpc.html.in ├── java.html.in ├── js │ └── main.js ├── kbase.html.in ├── kbase │ ├── backing_chains.rst │ ├── domainstatecapture.rst │ ├── launch_security_sev.rst │ ├── locking-lockd.rst │ ├── locking-sanlock.rst │ ├── locking.rst │ ├── qemu-passthrough-security.rst │ ├── rpm-deployment.rst │ └── secureusage.rst ├── libvirt-daemon-arch.fig ├── libvirt-daemon-arch.png ├── libvirt-driver-arch.fig ├── libvirt-driver-arch.png ├── libvirt-go-xml.rst ├── libvirt-go.rst ├── libvirt-object-model.fig ├── libvirt-object-model.png ├── libvirt-virConnect-example.fig ├── libvirt-virConnect-example.png ├── libvirt.css ├── logging.html.in ├── logos │ ├── README │ ├── logo-banner-dark-256.png │ ├── logo-banner-dark-800.png │ ├── logo-banner-dark.svg │ ├── logo-banner-light-256.png │ ├── logo-banner-light-800.png │ ├── logo-banner-light.svg │ ├── logo-base.svg │ ├── logo-square-128.png │ ├── logo-square-192.png │ ├── logo-square-256.png │ ├── logo-square-96.png │ ├── logo-square-powered-128.png │ ├── logo-square-powered-192.png │ ├── logo-square-powered-256.png │ ├── logo-square-powered-96.png │ ├── logo-square-powered.svg │ ├── logo-square.svg │ ├── logo-sticker-hexagon.svg │ └── logo-sticker-square.svg ├── main.css ├── manifest.json ├── manpages │ ├── index.rst │ ├── libvirtd.rst │ ├── virsh.rst │ ├── virt-admin.rst │ ├── virt-host-validate.rst │ ├── virt-login-shell.rst │ ├── virt-pki-validate.rst │ ├── virt-qemu-run.rst │ ├── virt-sanlock-cleanup.rst │ ├── virt-xml-validate.rst │ ├── virtlockd.rst │ └── virtlogd.rst ├── migration-managed-direct.fig ├── migration-managed-direct.png ├── migration-managed-p2p.fig ├── migration-managed-p2p.png ├── migration-native.fig ├── migration-native.png ├── migration-tunnel.fig ├── migration-tunnel.png ├── migration-unmanaged-direct.fig ├── migration-unmanaged-direct.png ├── migration.html.in ├── mobile.css ├── mstile-150x150.png ├── newapi.xsl ├── news-2005.html.in ├── news-2006.html.in ├── news-2007.html.in ├── news-2008.html.in ├── news-2009.html.in ├── news-2010.html.in ├── news-2011.html.in ├── news-2012.html.in ├── news-2013.html.in ├── news-2014.html.in ├── news-2015.html.in ├── news-2016.html.in ├── news-ascii.xsl ├── news-html.xsl ├── news.rng ├── news.xml ├── node.fig ├── node.gif ├── nss.html.in ├── page.xsl ├── pci-hotplug.html.in ├── php.html.in ├── platforms.html.in ├── python.html.in ├── remote.html.in ├── schemas │ ├── basictypes.rng │ ├── capability.rng │ ├── cputypes.rng │ ├── domain.rng │ ├── domainbackup.rng │ ├── domaincaps.rng │ ├── domaincheckpoint.rng │ ├── domaincommon.rng │ ├── domainsnapshot.rng │ ├── interface.rng │ ├── network.rng │ ├── networkcommon.rng │ ├── networkport.rng │ ├── nodedev.rng │ ├── nwfilter.rng │ ├── nwfilter_params.rng │ ├── nwfilterbinding.rng │ ├── secret.rng │ ├── storagecommon.rng │ ├── storagepool.rng │ ├── storagepoolcaps.rng │ └── storagevol.rng ├── securityprocess.html.in ├── site.xsl ├── storage.html.in ├── strategy.html.in ├── structures.fig ├── styleguide.rst ├── subsite.xsl ├── support.html.in ├── testapi.html.in ├── testsuites.html.in ├── testtck.html.in ├── tlscerts.html.in ├── uri.html.in ├── virshcmdref.html.in ├── windows.html.in └── wrapstring.xsl ├── examples ├── Makefile.am ├── c │ ├── admin │ │ ├── client_close.c │ │ ├── client_info.c │ │ ├── client_limits.c │ │ ├── list_clients.c │ │ ├── list_servers.c │ │ ├── logging.c │ │ └── threadpool_params.c │ ├── domain │ │ ├── dommigrate.c │ │ ├── domtop.c │ │ ├── info1.c │ │ ├── rename.c │ │ └── suspend.c │ └── misc │ │ ├── event-test.c │ │ ├── hellolibvirt.c │ │ └── openauth.c ├── polkit │ └── libvirt-acl.rules ├── sh │ └── virt-lxc-convert ├── systemtap │ ├── events.stp │ ├── lock-debug.stp │ ├── qemu-monitor.stp │ └── rpc-monitor.stp └── xml │ ├── storage │ ├── pool-dir.xml │ ├── pool-fs.xml │ ├── pool-logical.xml │ ├── pool-netfs.xml │ ├── vol-cow.xml │ ├── vol-qcow.xml │ ├── vol-qcow2.xml │ ├── vol-raw.xml │ ├── vol-sparse.xml │ └── vol-vmdk.xml │ └── test │ ├── testdev.xml │ ├── testdomfc4.xml │ ├── testdomfv0.xml │ ├── testnetdef.xml │ ├── testnetpriv.xml │ ├── testnode.xml │ ├── testnodeinline.xml │ ├── testpool.xml │ └── testvol.xml ├── gitdm.config ├── include └── libvirt │ ├── Makefile.am │ ├── libvirt-admin.h │ ├── libvirt-common.h.in │ ├── libvirt-domain-checkpoint.h │ ├── libvirt-domain-snapshot.h │ ├── libvirt-domain.h │ ├── libvirt-event.h │ ├── libvirt-host.h │ ├── libvirt-interface.h │ ├── libvirt-lxc.h │ ├── libvirt-network.h │ ├── libvirt-nodedev.h │ ├── libvirt-nwfilter.h │ ├── libvirt-qemu.h │ ├── libvirt-secret.h │ ├── libvirt-storage.h │ ├── libvirt-stream.h │ ├── libvirt.h │ └── virterror.h ├── libvirt-admin.pc.in ├── libvirt-lxc.pc.in ├── libvirt-qemu.pc.in ├── libvirt.pc.in ├── libvirt.spec.in ├── m4 ├── virt-acl.m4 ├── virt-apparmor.m4 ├── virt-arg.m4 ├── virt-attr.m4 ├── virt-audit.m4 ├── virt-bash-completion.m4 ├── virt-blkid.m4 ├── virt-capng.m4 ├── virt-chrdev-lock-files.m4 ├── virt-compile-pie.m4 ├── virt-compile-warnings.m4 ├── virt-curl.m4 ├── virt-dbus.m4 ├── virt-debug.m4 ├── virt-default-editor.m4 ├── virt-devmapper.m4 ├── virt-dlopen.m4 ├── virt-driver-acrn.m4 ├── virt-driver-bhyve.m4 ├── virt-driver-esx.m4 ├── virt-driver-hyperv.m4 ├── virt-driver-interface.m4 ├── virt-driver-libvirtd.m4 ├── virt-driver-libxl.m4 ├── virt-driver-lxc.m4 ├── virt-driver-modules.m4 ├── virt-driver-network.m4 ├── virt-driver-openvz.m4 ├── virt-driver-qemu.m4 ├── virt-driver-remote.m4 ├── virt-driver-test.m4 ├── virt-driver-vbox.m4 ├── virt-driver-vmware.m4 ├── virt-driver-vz.m4 ├── virt-dtrace.m4 ├── virt-external-programs.m4 ├── virt-firewalld-zone.m4 ├── virt-firewalld.m4 ├── virt-fuse.m4 ├── virt-glib.m4 ├── virt-gluster.m4 ├── virt-gnutls.m4 ├── virt-hal.m4 ├── virt-host-validate.m4 ├── virt-init-script.m4 ├── virt-lib.m4 ├── virt-libiscsi.m4 ├── virt-libnl.m4 ├── virt-libpcap.m4 ├── virt-libssh.m4 ├── virt-libxml.m4 ├── virt-linker-no-indirect.m4 ├── virt-linker-no-undefined.m4 ├── virt-linker-relro.m4 ├── virt-loader-nvram.m4 ├── virt-login-shell.m4 ├── virt-macvtap.m4 ├── virt-manywarnings.m4 ├── virt-netcf.m4 ├── virt-nls.m4 ├── virt-nss.m4 ├── virt-numactl.m4 ├── virt-numad.m4 ├── virt-nwfilter.m4 ├── virt-openwsman.m4 ├── virt-parted.m4 ├── virt-pciaccess.m4 ├── virt-pm-utils.m4 ├── virt-polkit.m4 ├── virt-pthread.m4 ├── virt-readline.m4 ├── virt-result.m4 ├── virt-sanlock.m4 ├── virt-sasl.m4 ├── virt-secdriver-apparmor.m4 ├── virt-secdriver-selinux.m4 ├── virt-selinux.m4 ├── virt-ssh2.m4 ├── virt-storage-dir.m4 ├── virt-storage-disk.m4 ├── virt-storage-fs.m4 ├── virt-storage-gluster.m4 ├── virt-storage-iscsi-direct.m4 ├── virt-storage-iscsi.m4 ├── virt-storage-lvm.m4 ├── virt-storage-mpath.m4 ├── virt-storage-rbd.m4 ├── virt-storage-scsi.m4 ├── virt-storage-sheepdog.m4 ├── virt-storage-vstorage.m4 ├── virt-storage-zfs.m4 ├── virt-sysctl.m4 ├── virt-tls-priority.m4 ├── virt-udev.m4 ├── virt-virtualport.m4 ├── virt-warnings.m4 ├── virt-win-common.m4 ├── virt-win-mingw.m4 ├── virt-win-symbols.m4 ├── virt-win-windres.m4 ├── virt-wireshark.m4 ├── virt-xdr.m4 └── virt-yajl.m4 ├── mingw-libvirt.spec.in ├── po ├── Makefile.am ├── POTFILES.in ├── README.md ├── af.mini.po ├── am.mini.po ├── anp.mini.po ├── ar.mini.po ├── as.mini.po ├── ast.mini.po ├── bal.mini.po ├── be.mini.po ├── bg.mini.po ├── bn.mini.po ├── bn_IN.mini.po ├── bo.mini.po ├── br.mini.po ├── brx.mini.po ├── bs.mini.po ├── ca.mini.po ├── cs.mini.po ├── cy.mini.po ├── da.mini.po ├── de.mini.po ├── de_CH.mini.po ├── el.mini.po ├── en_GB.mini.po ├── eo.mini.po ├── es.mini.po ├── et.mini.po ├── eu.mini.po ├── fa.mini.po ├── fi.mini.po ├── fil.mini.po ├── fr.mini.po ├── fur.mini.po ├── ga.mini.po ├── gl.mini.po ├── gu.mini.po ├── he.mini.po ├── hi.mini.po ├── hr.mini.po ├── hu.mini.po ├── ia.mini.po ├── id.mini.po ├── ilo.mini.po ├── is.mini.po ├── it.mini.po ├── ja.mini.po ├── ka.mini.po ├── kk.mini.po ├── km.mini.po ├── kn.mini.po ├── ko.mini.po ├── kw.mini.po ├── kw@kkcor.mini.po ├── kw@uccor.mini.po ├── kw_GB.mini.po ├── ky.mini.po ├── lt.mini.po ├── lv.mini.po ├── mai.mini.po ├── mk.mini.po ├── ml.mini.po ├── mn.mini.po ├── mr.mini.po ├── ms.mini.po ├── my.mini.po ├── nb.mini.po ├── nds.mini.po ├── ne.mini.po ├── nl.mini.po ├── nn.mini.po ├── nso.mini.po ├── or.mini.po ├── pa.mini.po ├── pl.mini.po ├── pt.mini.po ├── pt_BR.mini.po ├── ro.mini.po ├── ru.mini.po ├── si.mini.po ├── sk.mini.po ├── sl.mini.po ├── sq.mini.po ├── sr.mini.po ├── sr@latin.mini.po ├── sv.mini.po ├── ta.mini.po ├── te.mini.po ├── tg.mini.po ├── th.mini.po ├── tr.mini.po ├── tw.mini.po ├── uk.mini.po ├── ur.mini.po ├── vi.mini.po ├── wba.mini.po ├── yo.mini.po ├── zanata.xml ├── zh_CN.mini.po ├── zh_HK.mini.po ├── zh_TW.mini.po └── zu.mini.po ├── run.in ├── scripts ├── apibuild.py ├── augeas-gentest.py ├── check-aclperms.py ├── check-aclrules.py ├── check-driverimpls.py ├── check-drivername.py ├── check-file-access.py ├── check-remote-protocol.py ├── check-symfile.py ├── check-symsorting.py ├── cocci-macro-file.h ├── dtrace2systemtap.py ├── esx_vi_generator.py ├── genaclperms.py ├── genpolkit.py ├── gensystemtap.py ├── group-qemu-caps.py ├── header-ifdef.py ├── hvsupport.py ├── hyperv_wmi_generator.py ├── minimize-po.py ├── mock-noinline.py ├── prohibit-duplicate-header.py ├── reformat-news.py └── test-wrap-argv.py ├── src ├── Makefile.am ├── README ├── access │ ├── Makefile.inc.am │ ├── viraccessdriver.h │ ├── viraccessdrivernop.c │ ├── viraccessdrivernop.h │ ├── viraccessdriverpolkit.c │ ├── viraccessdriverpolkit.h │ ├── viraccessdriverstack.c │ ├── viraccessdriverstack.h │ ├── viraccessmanager.c │ ├── viraccessmanager.h │ ├── viraccessperm.c │ └── viraccessperm.h ├── acrn │ ├── Makefile.inc.am │ ├── acrn_device.c │ ├── acrn_device.h │ ├── acrn_domain.c │ ├── acrn_domain.h │ ├── acrn_driver.c │ ├── acrn_driver.h │ ├── acrn_manager.c │ ├── acrn_manager.h │ ├── acrn_monitor.c │ ├── acrn_monitor.h │ ├── virtacrnd.init.in │ └── virtacrnd.service.in ├── admin │ ├── Makefile.inc.am │ ├── admin_protocol.x │ ├── admin_remote.c │ ├── admin_server.c │ ├── admin_server.h │ ├── admin_server_dispatch.c │ ├── admin_server_dispatch.h │ ├── libvirt-admin.c │ ├── libvirt-admin.conf │ ├── libvirt_admin_private.syms │ └── libvirt_admin_public.syms ├── admin_protocol-structs ├── bhyve │ ├── Makefile.inc.am │ ├── bhyve.conf │ ├── bhyve_capabilities.c │ ├── bhyve_capabilities.h │ ├── bhyve_command.c │ ├── bhyve_command.h │ ├── bhyve_conf.c │ ├── bhyve_conf.h │ ├── bhyve_device.c │ ├── bhyve_device.h │ ├── bhyve_domain.c │ ├── bhyve_domain.h │ ├── bhyve_driver.c │ ├── bhyve_driver.h │ ├── bhyve_monitor.c │ ├── bhyve_monitor.h │ ├── bhyve_parse_command.c │ ├── bhyve_parse_command.h │ ├── bhyve_process.c │ ├── bhyve_process.h │ ├── bhyve_utils.h │ ├── libvirtd_bhyve.aug │ └── test_libvirtd_bhyve.aug.in ├── conf │ ├── Makefile.inc.am │ ├── backup_conf.c │ ├── backup_conf.h │ ├── capabilities.c │ ├── capabilities.h │ ├── checkpoint_conf.c │ ├── checkpoint_conf.h │ ├── cpu_conf.c │ ├── cpu_conf.h │ ├── device_conf.c │ ├── device_conf.h │ ├── domain_addr.c │ ├── domain_addr.h │ ├── domain_audit.c │ ├── domain_audit.h │ ├── domain_capabilities.c │ ├── domain_capabilities.h │ ├── domain_conf.c │ ├── domain_conf.h │ ├── domain_event.c │ ├── domain_event.h │ ├── domain_nwfilter.c │ ├── domain_nwfilter.h │ ├── interface_conf.c │ ├── interface_conf.h │ ├── moment_conf.c │ ├── moment_conf.h │ ├── netdev_bandwidth_conf.c │ ├── netdev_bandwidth_conf.h │ ├── netdev_vlan_conf.c │ ├── netdev_vlan_conf.h │ ├── netdev_vport_profile_conf.c │ ├── netdev_vport_profile_conf.h │ ├── network_conf.c │ ├── network_conf.h │ ├── network_event.c │ ├── network_event.h │ ├── networkcommon_conf.c │ ├── networkcommon_conf.h │ ├── node_device_conf.c │ ├── node_device_conf.h │ ├── node_device_event.c │ ├── node_device_event.h │ ├── node_device_util.c │ ├── node_device_util.h │ ├── numa_conf.c │ ├── numa_conf.h │ ├── nwfilter_conf.c │ ├── nwfilter_conf.h │ ├── nwfilter_ipaddrmap.c │ ├── nwfilter_ipaddrmap.h │ ├── nwfilter_params.c │ ├── nwfilter_params.h │ ├── object_event.c │ ├── object_event.h │ ├── object_event_private.h │ ├── secret_conf.c │ ├── secret_conf.h │ ├── secret_event.c │ ├── secret_event.h │ ├── snapshot_conf.c │ ├── snapshot_conf.h │ ├── snapshot_conf_priv.h │ ├── storage_adapter_conf.c │ ├── storage_adapter_conf.h │ ├── storage_capabilities.c │ ├── storage_capabilities.h │ ├── storage_conf.c │ ├── storage_conf.h │ ├── storage_event.c │ ├── storage_event.h │ ├── virchrdev.c │ ├── virchrdev.h │ ├── virconftypes.h │ ├── virdomaincheckpointobjlist.c │ ├── virdomaincheckpointobjlist.h │ ├── virdomainmomentobjlist.c │ ├── virdomainmomentobjlist.h │ ├── virdomainobjlist.c │ ├── virdomainobjlist.h │ ├── virdomainsnapshotobjlist.c │ ├── virdomainsnapshotobjlist.h │ ├── virinterfaceobj.c │ ├── virinterfaceobj.h │ ├── virnetworkobj.c │ ├── virnetworkobj.h │ ├── virnetworkportdef.c │ ├── virnetworkportdef.h │ ├── virnodedeviceobj.c │ ├── virnodedeviceobj.h │ ├── virnwfilterbindingdef.c │ ├── virnwfilterbindingdef.h │ ├── virnwfilterbindingobj.c │ ├── virnwfilterbindingobj.h │ ├── virnwfilterbindingobjlist.c │ ├── virnwfilterbindingobjlist.h │ ├── virnwfilterobj.c │ ├── virnwfilterobj.h │ ├── virsavecookie.c │ ├── virsavecookie.h │ ├── virsecretobj.c │ ├── virsecretobj.h │ ├── virstorageobj.c │ └── virstorageobj.h ├── cpu │ ├── Makefile.inc.am │ ├── cpu.c │ ├── cpu.h │ ├── cpu_arm.c │ ├── cpu_arm.h │ ├── cpu_map.c │ ├── cpu_map.h │ ├── cpu_ppc64.c │ ├── cpu_ppc64.h │ ├── cpu_ppc64_data.h │ ├── cpu_s390.c │ ├── cpu_s390.h │ ├── cpu_x86.c │ ├── cpu_x86.h │ └── cpu_x86_data.h ├── cpu_map │ ├── Makefile.inc.am │ ├── arm_features.xml │ ├── index.xml │ ├── ppc64_POWER6.xml │ ├── ppc64_POWER7.xml │ ├── ppc64_POWER8.xml │ ├── ppc64_POWER9.xml │ ├── ppc64_POWERPC_e5500.xml │ ├── ppc64_POWERPC_e6500.xml │ ├── ppc64_vendors.xml │ ├── x86_486.xml │ ├── x86_Broadwell-IBRS.xml │ ├── x86_Broadwell-noTSX-IBRS.xml │ ├── x86_Broadwell-noTSX.xml │ ├── x86_Broadwell.xml │ ├── x86_Cascadelake-Server.xml │ ├── x86_Conroe.xml │ ├── x86_Dhyana.xml │ ├── x86_EPYC-IBPB.xml │ ├── x86_EPYC.xml │ ├── x86_Haswell-IBRS.xml │ ├── x86_Haswell-noTSX-IBRS.xml │ ├── x86_Haswell-noTSX.xml │ ├── x86_Haswell.xml │ ├── x86_Icelake-Client.xml │ ├── x86_Icelake-Server.xml │ ├── x86_IvyBridge-IBRS.xml │ ├── x86_IvyBridge.xml │ ├── x86_Nehalem-IBRS.xml │ ├── x86_Nehalem.xml │ ├── x86_Opteron_G1.xml │ ├── x86_Opteron_G2.xml │ ├── x86_Opteron_G3.xml │ ├── x86_Opteron_G4.xml │ ├── x86_Opteron_G5.xml │ ├── x86_Penryn.xml │ ├── x86_SandyBridge-IBRS.xml │ ├── x86_SandyBridge.xml │ ├── x86_Skylake-Client-IBRS.xml │ ├── x86_Skylake-Client.xml │ ├── x86_Skylake-Server-IBRS.xml │ ├── x86_Skylake-Server.xml │ ├── x86_Westmere-IBRS.xml │ ├── x86_Westmere.xml │ ├── x86_athlon.xml │ ├── x86_core2duo.xml │ ├── x86_coreduo.xml │ ├── x86_cpu64-rhel5.xml │ ├── x86_cpu64-rhel6.xml │ ├── x86_features.xml │ ├── x86_kvm32.xml │ ├── x86_kvm64.xml │ ├── x86_n270.xml │ ├── x86_pentium.xml │ ├── x86_pentium2.xml │ ├── x86_pentium3.xml │ ├── x86_pentiumpro.xml │ ├── x86_phenom.xml │ ├── x86_qemu32.xml │ ├── x86_qemu64.xml │ └── x86_vendors.xml ├── datatypes.c ├── datatypes.h ├── driver-hypervisor.h ├── driver-interface.h ├── driver-network.h ├── driver-nodedev.h ├── driver-nwfilter.h ├── driver-secret.h ├── driver-state.h ├── driver-storage.h ├── driver-stream.h ├── driver.c ├── driver.h ├── esx │ ├── Makefile.inc.am │ ├── README │ ├── esx_driver.c │ ├── esx_driver.h │ ├── esx_interface_driver.c │ ├── esx_interface_driver.h │ ├── esx_network_driver.c │ ├── esx_network_driver.h │ ├── esx_private.h │ ├── esx_storage_backend_iscsi.c │ ├── esx_storage_backend_iscsi.h │ ├── esx_storage_backend_vmfs.c │ ├── esx_storage_backend_vmfs.h │ ├── esx_storage_driver.c │ ├── esx_storage_driver.h │ ├── esx_stream.c │ ├── esx_stream.h │ ├── esx_util.c │ ├── esx_util.h │ ├── esx_vi.c │ ├── esx_vi.h │ ├── esx_vi_generator.input │ ├── esx_vi_methods.c │ ├── esx_vi_methods.h │ ├── esx_vi_types.c │ └── esx_vi_types.h ├── hyperv │ ├── Makefile.inc.am │ ├── hyperv_driver.c │ ├── hyperv_driver.h │ ├── hyperv_private.h │ ├── hyperv_util.c │ ├── hyperv_util.h │ ├── hyperv_wmi.c │ ├── hyperv_wmi.h │ ├── hyperv_wmi_classes.c │ ├── hyperv_wmi_classes.h │ ├── hyperv_wmi_generator.input │ └── openwsman.h ├── hypervisor │ ├── Makefile.inc.am │ ├── domain_cgroup.c │ ├── domain_cgroup.h │ ├── domain_driver.c │ ├── domain_driver.h │ ├── virclosecallbacks.c │ ├── virclosecallbacks.h │ ├── virhostdev.c │ └── virhostdev.h ├── interface │ ├── Makefile.inc.am │ ├── interface_backend_netcf.c │ ├── interface_backend_udev.c │ ├── interface_driver.c │ ├── interface_driver.h │ ├── virtinterfaced.init.in │ └── virtinterfaced.service.in ├── internal.h ├── libvirt-domain-checkpoint.c ├── libvirt-domain-snapshot.c ├── libvirt-domain.c ├── libvirt-host.c ├── libvirt-interface.c ├── libvirt-lxc.c ├── libvirt-lxc.pc.in ├── libvirt-network.c ├── libvirt-nodedev.c ├── libvirt-nwfilter.c ├── libvirt-qemu.c ├── libvirt-qemu.pc.in ├── libvirt-secret.c ├── libvirt-storage.c ├── libvirt-stream.c ├── libvirt.c ├── libvirt.conf ├── libvirt.pc.in ├── libvirt_driver_modules.syms ├── libvirt_esx.syms ├── libvirt_internal.h ├── libvirt_libssh.syms ├── libvirt_libssh2.syms ├── libvirt_linux.syms ├── libvirt_lxc.syms ├── libvirt_openvz.syms ├── libvirt_private.syms ├── libvirt_probes.d ├── libvirt_public.syms ├── libvirt_qemu.syms ├── libvirt_qemu_probes.d ├── libvirt_remote.syms ├── libvirt_sasl.syms ├── libvirt_vmware.syms ├── libvirt_vmx.syms ├── libxl │ ├── Makefile.inc.am │ ├── libvirtd_libxl.aug │ ├── libxl.conf │ ├── libxl_capabilities.c │ ├── libxl_capabilities.h │ ├── libxl_conf.c │ ├── libxl_conf.h │ ├── libxl_domain.c │ ├── libxl_domain.h │ ├── libxl_driver.c │ ├── libxl_driver.h │ ├── libxl_logger.c │ ├── libxl_logger.h │ ├── libxl_migration.c │ ├── libxl_migration.h │ ├── test_libvirtd_libxl.aug.in │ ├── virtxend.init.in │ ├── virtxend.service.in │ ├── xen_common.c │ ├── xen_common.h │ ├── xen_xl.c │ ├── xen_xl.h │ ├── xen_xm.c │ ├── xen_xm.h │ └── xenxs_private.h ├── lock_protocol-structs ├── locking │ ├── Makefile.inc.am │ ├── domain_lock.c │ ├── domain_lock.h │ ├── libvirt_lockd.aug │ ├── libvirt_sanlock.aug │ ├── lock_daemon.c │ ├── lock_daemon.h │ ├── lock_daemon_config.c │ ├── lock_daemon_config.h │ ├── lock_daemon_dispatch.c │ ├── lock_daemon_dispatch.h │ ├── lock_driver.h │ ├── lock_driver_lockd.c │ ├── lock_driver_lockd.h │ ├── lock_driver_nop.c │ ├── lock_driver_nop.h │ ├── lock_driver_sanlock.c │ ├── lock_manager.c │ ├── lock_manager.h │ ├── lock_protocol.x │ ├── lockd.conf │ ├── sanlock.conf │ ├── sanlock_helper.c │ ├── test_libvirt_lockd.aug.in │ ├── test_libvirt_sanlock.aug.in │ ├── test_virtlockd.aug.in │ ├── virtlockd-admin.socket.in │ ├── virtlockd.aug │ ├── virtlockd.conf │ ├── virtlockd.init.in │ ├── virtlockd.service.in │ ├── virtlockd.socket.in │ └── virtlockd.sysconf ├── logging │ ├── Makefile.inc.am │ ├── log_daemon.c │ ├── log_daemon.h │ ├── log_daemon_config.c │ ├── log_daemon_config.h │ ├── log_daemon_dispatch.c │ ├── log_daemon_dispatch.h │ ├── log_handler.c │ ├── log_handler.h │ ├── log_manager.c │ ├── log_manager.h │ ├── log_protocol.x │ ├── test_virtlogd.aug.in │ ├── virtlogd-admin.socket.in │ ├── virtlogd.aug │ ├── virtlogd.conf │ ├── virtlogd.init.in │ ├── virtlogd.service.in │ ├── virtlogd.socket.in │ └── virtlogd.sysconf ├── lxc │ ├── Makefile.inc.am │ ├── libvirtd_lxc.aug │ ├── lxc.conf │ ├── lxc_cgroup.c │ ├── lxc_cgroup.h │ ├── lxc_conf.c │ ├── lxc_conf.h │ ├── lxc_container.c │ ├── lxc_container.h │ ├── lxc_controller.c │ ├── lxc_domain.c │ ├── lxc_domain.h │ ├── lxc_driver.c │ ├── lxc_driver.h │ ├── lxc_fuse.c │ ├── lxc_fuse.h │ ├── lxc_hostdev.c │ ├── lxc_hostdev.h │ ├── lxc_monitor.c │ ├── lxc_monitor.h │ ├── lxc_monitor_protocol.x │ ├── lxc_native.c │ ├── lxc_native.h │ ├── lxc_process.c │ ├── lxc_process.h │ ├── test_libvirtd_lxc.aug.in │ ├── virtlxcd.init.in │ └── virtlxcd.service.in ├── lxc_monitor_protocol-structs ├── lxc_protocol-structs ├── network │ ├── Makefile.inc.am │ ├── bridge_driver.c │ ├── bridge_driver.h │ ├── bridge_driver_linux.c │ ├── bridge_driver_nop.c │ ├── bridge_driver_platform.c │ ├── bridge_driver_platform.h │ ├── default.xml │ ├── leaseshelper.c │ ├── libvirt.zone │ ├── virtnetworkd.init.in │ └── virtnetworkd.service.in ├── node_device │ ├── Makefile.inc.am │ ├── node_device_driver.c │ ├── node_device_driver.h │ ├── node_device_hal.c │ ├── node_device_hal.h │ ├── node_device_udev.c │ ├── node_device_udev.h │ ├── virtnodedevd.init.in │ └── virtnodedevd.service.in ├── nwfilter │ ├── Makefile.inc.am │ ├── nwfilter_dhcpsnoop.c │ ├── nwfilter_dhcpsnoop.h │ ├── nwfilter_driver.c │ ├── nwfilter_driver.h │ ├── nwfilter_ebiptables_driver.c │ ├── nwfilter_ebiptables_driver.h │ ├── nwfilter_gentech_driver.c │ ├── nwfilter_gentech_driver.h │ ├── nwfilter_learnipaddr.c │ ├── nwfilter_learnipaddr.h │ ├── nwfilter_tech_driver.h │ ├── virtnwfilterd.init.in │ ├── virtnwfilterd.service.in │ └── xml │ │ ├── allow-arp.xml │ │ ├── allow-dhcp-server.xml │ │ ├── allow-dhcp.xml │ │ ├── allow-incoming-ipv4.xml │ │ ├── allow-ipv4.xml │ │ ├── clean-traffic-gateway.xml │ │ ├── clean-traffic.xml │ │ ├── no-arp-ip-spoofing.xml │ │ ├── no-arp-mac-spoofing.xml │ │ ├── no-arp-spoofing.xml │ │ ├── no-ip-multicast.xml │ │ ├── no-ip-spoofing.xml │ │ ├── no-mac-broadcast.xml │ │ ├── no-mac-spoofing.xml │ │ ├── no-other-l2-traffic.xml │ │ ├── no-other-rarp-traffic.xml │ │ ├── qemu-announce-self-rarp.xml │ │ └── qemu-announce-self.xml ├── openvz │ ├── Makefile.inc.am │ ├── openvz_conf.c │ ├── openvz_conf.h │ ├── openvz_driver.c │ ├── openvz_driver.h │ ├── openvz_util.c │ └── openvz_util.h ├── qemu │ ├── EVENTHANDLERS.txt │ ├── MIGRATION.txt │ ├── Makefile.inc.am │ ├── THREADS.txt │ ├── libvirtd_qemu.aug │ ├── qemu.conf │ ├── qemu_agent.c │ ├── qemu_agent.h │ ├── qemu_alias.c │ ├── qemu_alias.h │ ├── qemu_backup.c │ ├── qemu_backup.h │ ├── qemu_block.c │ ├── qemu_block.h │ ├── qemu_blockjob.c │ ├── qemu_blockjob.h │ ├── qemu_capabilities.c │ ├── qemu_capabilities.h │ ├── qemu_capspriv.h │ ├── qemu_cgroup.c │ ├── qemu_cgroup.h │ ├── qemu_checkpoint.c │ ├── qemu_checkpoint.h │ ├── qemu_command.c │ ├── qemu_command.h │ ├── qemu_conf.c │ ├── qemu_conf.h │ ├── qemu_dbus.c │ ├── qemu_dbus.h │ ├── qemu_domain.c │ ├── qemu_domain.h │ ├── qemu_domain_address.c │ ├── qemu_domain_address.h │ ├── qemu_driver.c │ ├── qemu_driver.h │ ├── qemu_extdevice.c │ ├── qemu_extdevice.h │ ├── qemu_firmware.c │ ├── qemu_firmware.h │ ├── qemu_hostdev.c │ ├── qemu_hostdev.h │ ├── qemu_hotplug.c │ ├── qemu_hotplug.h │ ├── qemu_interface.c │ ├── qemu_interface.h │ ├── qemu_interop_config.c │ ├── qemu_interop_config.h │ ├── qemu_migration.c │ ├── qemu_migration.h │ ├── qemu_migration_cookie.c │ ├── qemu_migration_cookie.h │ ├── qemu_migration_params.c │ ├── qemu_migration_params.h │ ├── qemu_migration_paramspriv.h │ ├── qemu_monitor.c │ ├── qemu_monitor.h │ ├── qemu_monitor_json.c │ ├── qemu_monitor_json.h │ ├── qemu_monitor_priv.h │ ├── qemu_monitor_text.c │ ├── qemu_monitor_text.h │ ├── qemu_process.c │ ├── qemu_process.h │ ├── qemu_processpriv.h │ ├── qemu_qapi.c │ ├── qemu_qapi.h │ ├── qemu_security.c │ ├── qemu_security.h │ ├── qemu_shim.c │ ├── qemu_slirp.c │ ├── qemu_slirp.h │ ├── qemu_tpm.c │ ├── qemu_tpm.h │ ├── qemu_vhost_user.c │ ├── qemu_vhost_user.h │ ├── qemu_vhost_user_gpu.c │ ├── qemu_vhost_user_gpu.h │ ├── test_libvirtd_qemu.aug.in │ ├── virtqemud.init.in │ └── virtqemud.service.in ├── qemu_protocol-structs ├── remote │ ├── Makefile.inc.am │ ├── libvirtd-admin.socket.in │ ├── libvirtd-ro.socket.in │ ├── libvirtd-tcp.socket.in │ ├── libvirtd-tls.socket.in │ ├── libvirtd.aug.in │ ├── libvirtd.conf.in │ ├── libvirtd.confd │ ├── libvirtd.init.in │ ├── libvirtd.libxl.logrotate.in │ ├── libvirtd.logrotate.in │ ├── libvirtd.lxc.logrotate.in │ ├── libvirtd.policy │ ├── libvirtd.qemu.logrotate.in │ ├── libvirtd.rules │ ├── libvirtd.sasl │ ├── libvirtd.service.in │ ├── libvirtd.socket.in │ ├── libvirtd.sysconf │ ├── libvirtd.sysctl │ ├── lxc_protocol.x │ ├── qemu_protocol.x │ ├── remote_daemon.c │ ├── remote_daemon.h │ ├── remote_daemon_config.c │ ├── remote_daemon_config.h │ ├── remote_daemon_dispatch.c │ ├── remote_daemon_dispatch.h │ ├── remote_daemon_stream.c │ ├── remote_daemon_stream.h │ ├── remote_driver.c │ ├── remote_driver.h │ ├── remote_protocol.x │ ├── test_libvirtd.aug.in │ ├── virt-guest-shutdown.target.in │ ├── virtproxyd.confd │ ├── virtproxyd.init.in │ └── virtproxyd.service.in ├── remote_protocol-structs ├── rpc │ ├── Makefile.inc.am │ ├── gendispatch.pl │ ├── genprotocol.pl │ ├── virkeepalive.c │ ├── virkeepalive.h │ ├── virkeepaliveprotocol.x │ ├── virnetclient.c │ ├── virnetclient.h │ ├── virnetclientprogram.c │ ├── virnetclientprogram.h │ ├── virnetclientstream.c │ ├── virnetclientstream.h │ ├── virnetdaemon.c │ ├── virnetdaemon.h │ ├── virnetlibsshsession.c │ ├── virnetlibsshsession.h │ ├── virnetmessage.c │ ├── virnetmessage.h │ ├── virnetprotocol.x │ ├── virnetsaslcontext.c │ ├── virnetsaslcontext.h │ ├── virnetserver.c │ ├── virnetserver.h │ ├── virnetserverclient.c │ ├── virnetserverclient.h │ ├── virnetserverprogram.c │ ├── virnetserverprogram.h │ ├── virnetserverservice.c │ ├── virnetserverservice.h │ ├── virnetsocket.c │ ├── virnetsocket.h │ ├── virnetsshsession.c │ ├── virnetsshsession.h │ ├── virnettlscontext.c │ └── virnettlscontext.h ├── secret │ ├── Makefile.inc.am │ ├── secret_driver.c │ ├── secret_driver.h │ ├── virtsecretd.init.in │ └── virtsecretd.service.in ├── security │ ├── Makefile.inc.am │ ├── apparmor │ │ ├── TEMPLATE.lxc │ │ ├── TEMPLATE.qemu │ │ ├── libvirt-lxc │ │ ├── libvirt-qemu │ │ ├── usr.lib.libvirt.virt-aa-helper.in │ │ └── usr.sbin.libvirtd.in │ ├── security_apparmor.c │ ├── security_apparmor.h │ ├── security_dac.c │ ├── security_dac.h │ ├── security_driver.c │ ├── security_driver.h │ ├── security_manager.c │ ├── security_manager.h │ ├── security_nop.c │ ├── security_nop.h │ ├── security_selinux.c │ ├── security_selinux.h │ ├── security_stack.c │ ├── security_stack.h │ ├── security_util.c │ ├── security_util.h │ └── virt-aa-helper.c ├── storage │ ├── Makefile.inc.am │ ├── parthelper.c │ ├── storage_backend.c │ ├── storage_backend.h │ ├── storage_backend_disk.c │ ├── storage_backend_disk.h │ ├── storage_backend_fs.c │ ├── storage_backend_fs.h │ ├── storage_backend_gluster.c │ ├── storage_backend_gluster.h │ ├── storage_backend_iscsi.c │ ├── storage_backend_iscsi.h │ ├── storage_backend_iscsi_direct.c │ ├── storage_backend_iscsi_direct.h │ ├── storage_backend_logical.c │ ├── storage_backend_logical.h │ ├── storage_backend_mpath.c │ ├── storage_backend_mpath.h │ ├── storage_backend_rbd.c │ ├── storage_backend_rbd.h │ ├── storage_backend_scsi.c │ ├── storage_backend_scsi.h │ ├── storage_backend_sheepdog.c │ ├── storage_backend_sheepdog.h │ ├── storage_backend_sheepdog_priv.h │ ├── storage_backend_vstorage.c │ ├── storage_backend_vstorage.h │ ├── storage_backend_zfs.c │ ├── storage_backend_zfs.h │ ├── storage_driver.c │ ├── storage_driver.h │ ├── storage_file_fs.c │ ├── storage_file_fs.h │ ├── storage_file_gluster.c │ ├── storage_file_gluster.h │ ├── storage_util.c │ ├── storage_util.h │ ├── virtstoraged.init.in │ └── virtstoraged.service.in ├── test │ ├── Makefile.inc.am │ ├── test-screenshot.png │ ├── test_driver.c │ └── test_driver.h ├── util │ ├── Makefile.inc.am │ ├── glibcompat.c │ ├── glibcompat.h │ ├── iohelper.c │ ├── viralloc.c │ ├── viralloc.h │ ├── virarch.c │ ├── virarch.h │ ├── virarptable.c │ ├── virarptable.h │ ├── viraudit.c │ ├── viraudit.h │ ├── virauth.c │ ├── virauth.h │ ├── virauthconfig.c │ ├── virauthconfig.h │ ├── virbitmap.c │ ├── virbitmap.h │ ├── virbpf.c │ ├── virbpf.h │ ├── virbuffer.c │ ├── virbuffer.h │ ├── vircgroup.c │ ├── vircgroup.h │ ├── vircgroupbackend.c │ ├── vircgroupbackend.h │ ├── vircgrouppriv.h │ ├── vircgroupv1.c │ ├── vircgroupv1.h │ ├── vircgroupv2.c │ ├── vircgroupv2.h │ ├── vircgroupv2devices.c │ ├── vircgroupv2devices.h │ ├── vircommand.c │ ├── vircommand.h │ ├── vircommandpriv.h │ ├── virconf.c │ ├── virconf.h │ ├── vircrypto.c │ ├── vircrypto.h │ ├── virdbus.c │ ├── virdbus.h │ ├── virdbuspriv.h │ ├── virdevmapper.c │ ├── virdevmapper.h │ ├── virdnsmasq.c │ ├── virdnsmasq.h │ ├── virebtables.c │ ├── virebtables.h │ ├── virendian.h │ ├── virenum.c │ ├── virenum.h │ ├── virerror.c │ ├── virerror.h │ ├── virerrorpriv.h │ ├── virevent.c │ ├── virevent.h │ ├── vireventglib.c │ ├── vireventglib.h │ ├── vireventglibwatch.c │ ├── vireventglibwatch.h │ ├── virfcp.c │ ├── virfcp.h │ ├── virfdstream.c │ ├── virfdstream.h │ ├── virfile.c │ ├── virfile.h │ ├── virfilecache.c │ ├── virfilecache.h │ ├── virfirewall.c │ ├── virfirewall.h │ ├── virfirewalld.c │ ├── virfirewalld.h │ ├── virfirewalldpriv.h │ ├── virfirewallpriv.h │ ├── virfirmware.c │ ├── virfirmware.h │ ├── virgettext.c │ ├── virgettext.h │ ├── virgic.c │ ├── virgic.h │ ├── virhash.c │ ├── virhash.h │ ├── virhashcode.c │ ├── virhashcode.h │ ├── virhook.c │ ├── virhook.h │ ├── virhostcpu.c │ ├── virhostcpu.h │ ├── virhostcpupriv.h │ ├── virhostmem.c │ ├── virhostmem.h │ ├── virhostuptime.c │ ├── virhostuptime.h │ ├── viridentity.c │ ├── viridentity.h │ ├── virinitctl.c │ ├── virinitctl.h │ ├── viriptables.c │ ├── viriptables.h │ ├── viriscsi.c │ ├── viriscsi.h │ ├── virjson.c │ ├── virjson.h │ ├── virkeycode.c │ ├── virkeycode.h │ ├── virkeyfile.c │ ├── virkeyfile.h │ ├── virkmod.c │ ├── virkmod.h │ ├── virlease.c │ ├── virlease.h │ ├── virlockspace.c │ ├── virlockspace.h │ ├── virlog.c │ ├── virlog.h │ ├── virmacaddr.c │ ├── virmacaddr.h │ ├── virmacmap.c │ ├── virmacmap.h │ ├── virmdev.c │ ├── virmdev.h │ ├── virmodule.c │ ├── virmodule.h │ ├── virnetdev.c │ ├── virnetdev.h │ ├── virnetdevbandwidth.c │ ├── virnetdevbandwidth.h │ ├── virnetdevbridge.c │ ├── virnetdevbridge.h │ ├── virnetdevip.c │ ├── virnetdevip.h │ ├── virnetdevmacvlan.c │ ├── virnetdevmacvlan.h │ ├── virnetdevmidonet.c │ ├── virnetdevmidonet.h │ ├── virnetdevopenvswitch.c │ ├── virnetdevopenvswitch.h │ ├── virnetdevtap.c │ ├── virnetdevtap.h │ ├── virnetdevveth.c │ ├── virnetdevveth.h │ ├── virnetdevvlan.c │ ├── virnetdevvlan.h │ ├── virnetdevvportprofile.c │ ├── virnetdevvportprofile.h │ ├── virnetlink.c │ ├── virnetlink.h │ ├── virnodesuspend.c │ ├── virnodesuspend.h │ ├── virnuma.c │ ├── virnuma.h │ ├── virnvme.c │ ├── virnvme.h │ ├── virobject.c │ ├── virobject.h │ ├── virpci.c │ ├── virpci.h │ ├── virperf.c │ ├── virperf.h │ ├── virpidfile.c │ ├── virpidfile.h │ ├── virpolkit.c │ ├── virpolkit.h │ ├── virportallocator.c │ ├── virportallocator.h │ ├── virprobe.h │ ├── virprocess.c │ ├── virprocess.h │ ├── virqemu.c │ ├── virqemu.h │ ├── virrandom.c │ ├── virrandom.h │ ├── virresctrl.c │ ├── virresctrl.h │ ├── virresctrlpriv.h │ ├── virrotatingfile.c │ ├── virrotatingfile.h │ ├── virscsi.c │ ├── virscsi.h │ ├── virscsihost.c │ ├── virscsihost.h │ ├── virscsivhost.c │ ├── virscsivhost.h │ ├── virseclabel.c │ ├── virseclabel.h │ ├── virsecret.c │ ├── virsecret.h │ ├── virsocket.c │ ├── virsocket.h │ ├── virsocketaddr.c │ ├── virsocketaddr.h │ ├── virstorageencryption.c │ ├── virstorageencryption.h │ ├── virstoragefile.c │ ├── virstoragefile.h │ ├── virstoragefilebackend.c │ ├── virstoragefilebackend.h │ ├── virstring.c │ ├── virstring.h │ ├── virsysinfo.c │ ├── virsysinfo.h │ ├── virsysinfopriv.h │ ├── virsystemd.c │ ├── virsystemd.h │ ├── virsystemdpriv.h │ ├── virthread.c │ ├── virthread.h │ ├── virthreadjob.c │ ├── virthreadjob.h │ ├── virthreadpool.c │ ├── virthreadpool.h │ ├── virtime.c │ ├── virtime.h │ ├── virtpm.c │ ├── virtpm.h │ ├── virtypedparam-public.c │ ├── virtypedparam.c │ ├── virtypedparam.h │ ├── viruri.c │ ├── viruri.h │ ├── virusb.c │ ├── virusb.h │ ├── virutil.c │ ├── virutil.h │ ├── viruuid.c │ ├── viruuid.h │ ├── virvhba.c │ ├── virvhba.h │ ├── virvsock.c │ ├── virvsock.h │ ├── virxdrdefs.h │ ├── virxml.c │ └── virxml.h ├── vbox │ ├── Makefile.inc.am │ ├── README │ ├── vbox_CAPI_v5_0.h │ ├── vbox_CAPI_v5_1.h │ ├── vbox_CAPI_v5_2.h │ ├── vbox_MSCOMGlue.c │ ├── vbox_MSCOMGlue.h │ ├── vbox_V5_0.c │ ├── vbox_V5_1.c │ ├── vbox_V5_2.c │ ├── vbox_XPCOMCGlue.c │ ├── vbox_XPCOMCGlue.h │ ├── vbox_common.c │ ├── vbox_common.h │ ├── vbox_driver.c │ ├── vbox_driver.h │ ├── vbox_get_driver.h │ ├── vbox_glue.c │ ├── vbox_glue.h │ ├── vbox_network.c │ ├── vbox_snapshot_conf.c │ ├── vbox_snapshot_conf.h │ ├── vbox_storage.c │ ├── vbox_tmpl.c │ ├── vbox_uniformed_api.h │ ├── virtvboxd.init.in │ └── virtvboxd.service.in ├── virkeepaliveprotocol-structs ├── virnetprotocol-structs ├── vmware │ ├── Makefile.inc.am │ ├── vmware_conf.c │ ├── vmware_conf.h │ ├── vmware_driver.c │ └── vmware_driver.h ├── vmx │ ├── Makefile.inc.am │ ├── vmx.c │ └── vmx.h └── vz │ ├── Makefile.inc.am │ ├── virtvzd.init.in │ ├── virtvzd.service.in │ ├── vz_driver.c │ ├── vz_driver.h │ ├── vz_sdk.c │ ├── vz_sdk.h │ ├── vz_utils.c │ └── vz_utils.h ├── tests ├── .valgrind.supp ├── Makefile.am ├── bhyveargv2xmldata │ ├── bhyveargv2xml-acpiapic.args │ ├── bhyveargv2xml-acpiapic.xml │ ├── bhyveargv2xml-ahci-hd.args │ ├── bhyveargv2xml-ahci-hd.xml │ ├── bhyveargv2xml-base.args │ ├── bhyveargv2xml-base.xml │ ├── bhyveargv2xml-bhyveload-bootorder.args │ ├── bhyveargv2xml-bhyveload-bootorder.xml │ ├── bhyveargv2xml-bhyveload-custom.args │ ├── bhyveargv2xml-bhyveload-custom.xml │ ├── bhyveargv2xml-bhyveload-mem-mismatch.args │ ├── bhyveargv2xml-bhyveload-memsize-fail.args │ ├── bhyveargv2xml-bhyveload-name-mismatch.args │ ├── bhyveargv2xml-bhyveload-vda.args │ ├── bhyveargv2xml-bhyveload-vda.xml │ ├── bhyveargv2xml-bhyverun-mem-mismatch.args │ ├── bhyveargv2xml-bhyverun-name-mismatch.args │ ├── bhyveargv2xml-cdrom.args │ ├── bhyveargv2xml-cdrom.xml │ ├── bhyveargv2xml-console.args │ ├── bhyveargv2xml-console.xml │ ├── bhyveargv2xml-console2.args │ ├── bhyveargv2xml-console2.xml │ ├── bhyveargv2xml-console3.args │ ├── bhyveargv2xml-console3.xml │ ├── bhyveargv2xml-console4.args │ ├── bhyveargv2xml-console4.xml │ ├── bhyveargv2xml-custom-loader.args │ ├── bhyveargv2xml-custom-loader.xml │ ├── bhyveargv2xml-disk-toomany.args │ ├── bhyveargv2xml-disk-toomany.xml │ ├── bhyveargv2xml-e1000.args │ ├── bhyveargv2xml-e1000.xml │ ├── bhyveargv2xml-extraargs.args │ ├── bhyveargv2xml-memsize-fail.args │ ├── bhyveargv2xml-memsize-human.args │ ├── bhyveargv2xml-memsize-human.xml │ ├── bhyveargv2xml-memsize-large.args │ ├── bhyveargv2xml-memsize-large.xml │ ├── bhyveargv2xml-name.args │ ├── bhyveargv2xml-name.xml │ ├── bhyveargv2xml-oneline.args │ ├── bhyveargv2xml-oneline.xml │ ├── bhyveargv2xml-utc.args │ ├── bhyveargv2xml-utc.xml │ ├── bhyveargv2xml-uuid.args │ ├── bhyveargv2xml-uuid.xml │ ├── bhyveargv2xml-uuid2.args │ ├── bhyveargv2xml-vcpus.args │ ├── bhyveargv2xml-vcpus.xml │ ├── bhyveargv2xml-virtio-blk.args │ ├── bhyveargv2xml-virtio-blk.xml │ ├── bhyveargv2xml-virtio-net.args │ ├── bhyveargv2xml-virtio-net.xml │ ├── bhyveargv2xml-virtio-net2.args │ ├── bhyveargv2xml-virtio-net2.xml │ ├── bhyveargv2xml-virtio-net3.args │ ├── bhyveargv2xml-virtio-net3.xml │ ├── bhyveargv2xml-virtio-net4.args │ ├── bhyveargv2xml-virtio-net4.xml │ ├── bhyveargv2xml-wired.args │ └── bhyveargv2xml-wired.xml ├── bhyveargv2xmlmock.c ├── bhyveargv2xmltest.c ├── bhyvexml2argvdata │ ├── bhyvexml2argv-acpiapic.args │ ├── bhyvexml2argv-acpiapic.ldargs │ ├── bhyvexml2argv-acpiapic.xml │ ├── bhyvexml2argv-addr-more-than-32-sata-disks.args │ ├── bhyvexml2argv-addr-more-than-32-sata-disks.ldargs │ ├── bhyvexml2argv-addr-more-than-32-sata-disks.xml │ ├── bhyvexml2argv-addr-multiple-sata-disks.args │ ├── bhyvexml2argv-addr-multiple-sata-disks.ldargs │ ├── bhyvexml2argv-addr-multiple-sata-disks.xml │ ├── bhyvexml2argv-addr-multiple-virtio-disks.args │ ├── bhyvexml2argv-addr-multiple-virtio-disks.ldargs │ ├── bhyvexml2argv-addr-multiple-virtio-disks.xml │ ├── bhyvexml2argv-addr-no32devs-more-than-32-sata-disks.xml │ ├── bhyvexml2argv-addr-no32devs-multiple-sata-disks.args │ ├── bhyvexml2argv-addr-no32devs-multiple-sata-disks.ldargs │ ├── bhyvexml2argv-addr-no32devs-multiple-sata-disks.xml │ ├── bhyvexml2argv-addr-no32devs-single-sata-disk.args │ ├── bhyvexml2argv-addr-no32devs-single-sata-disk.ldargs │ ├── bhyvexml2argv-addr-no32devs-single-sata-disk.xml │ ├── bhyvexml2argv-addr-single-sata-disk.args │ ├── bhyvexml2argv-addr-single-sata-disk.ldargs │ ├── bhyvexml2argv-addr-single-sata-disk.xml │ ├── bhyvexml2argv-addr-single-virtio-disk.args │ ├── bhyvexml2argv-addr-single-virtio-disk.ldargs │ ├── bhyvexml2argv-addr-single-virtio-disk.xml │ ├── bhyvexml2argv-base.args │ ├── bhyvexml2argv-base.ldargs │ ├── bhyvexml2argv-base.xml │ ├── bhyvexml2argv-bhyveload-bootorder.args │ ├── bhyvexml2argv-bhyveload-bootorder.ldargs │ ├── bhyvexml2argv-bhyveload-bootorder.xml │ ├── bhyvexml2argv-bhyveload-bootorder1.args │ ├── bhyvexml2argv-bhyveload-bootorder1.ldargs │ ├── bhyvexml2argv-bhyveload-bootorder1.xml │ ├── bhyvexml2argv-bhyveload-bootorder2.xml │ ├── bhyvexml2argv-bhyveload-bootorder3.args │ ├── bhyvexml2argv-bhyveload-bootorder3.ldargs │ ├── bhyvexml2argv-bhyveload-bootorder3.xml │ ├── bhyvexml2argv-bhyveload-bootorder4.xml │ ├── bhyvexml2argv-bhyveload-bootorder5.xml │ ├── bhyvexml2argv-bhyveload-explicitargs.args │ ├── bhyvexml2argv-bhyveload-explicitargs.ldargs │ ├── bhyvexml2argv-bhyveload-explicitargs.xml │ ├── bhyvexml2argv-commandline.args │ ├── bhyvexml2argv-commandline.ldargs │ ├── bhyvexml2argv-commandline.xml │ ├── bhyvexml2argv-console.args │ ├── bhyvexml2argv-console.ldargs │ ├── bhyvexml2argv-console.xml │ ├── bhyvexml2argv-cputopology-nvcpu-mismatch.xml │ ├── bhyvexml2argv-cputopology.args │ ├── bhyvexml2argv-cputopology.ldargs │ ├── bhyvexml2argv-cputopology.xml │ ├── bhyvexml2argv-custom-loader.args │ ├── bhyvexml2argv-custom-loader.ldargs │ ├── bhyvexml2argv-custom-loader.xml │ ├── bhyvexml2argv-disk-cdrom-grub.args │ ├── bhyvexml2argv-disk-cdrom-grub.devmap │ ├── bhyvexml2argv-disk-cdrom-grub.ldargs │ ├── bhyvexml2argv-disk-cdrom-grub.xml │ ├── bhyvexml2argv-disk-cdrom.args │ ├── bhyvexml2argv-disk-cdrom.ldargs │ ├── bhyvexml2argv-disk-cdrom.xml │ ├── bhyvexml2argv-disk-virtio.args │ ├── bhyvexml2argv-disk-virtio.ldargs │ ├── bhyvexml2argv-disk-virtio.xml │ ├── bhyvexml2argv-grub-bootorder.args │ ├── bhyvexml2argv-grub-bootorder.devmap │ ├── bhyvexml2argv-grub-bootorder.ldargs │ ├── bhyvexml2argv-grub-bootorder.xml │ ├── bhyvexml2argv-grub-bootorder2.args │ ├── bhyvexml2argv-grub-bootorder2.devmap │ ├── bhyvexml2argv-grub-bootorder2.ldargs │ ├── bhyvexml2argv-grub-bootorder2.xml │ ├── bhyvexml2argv-grub-defaults.args │ ├── bhyvexml2argv-grub-defaults.devmap │ ├── bhyvexml2argv-grub-defaults.ldargs │ ├── bhyvexml2argv-grub-defaults.xml │ ├── bhyvexml2argv-input-xhci-tablet.args │ ├── bhyvexml2argv-input-xhci-tablet.ldargs │ ├── bhyvexml2argv-input-xhci-tablet.xml │ ├── bhyvexml2argv-localtime.args │ ├── bhyvexml2argv-localtime.ldargs │ ├── bhyvexml2argv-localtime.xml │ ├── bhyvexml2argv-macaddr.args │ ├── bhyvexml2argv-macaddr.ldargs │ ├── bhyvexml2argv-macaddr.xml │ ├── bhyvexml2argv-metadata.xml │ ├── bhyvexml2argv-msrs.args │ ├── bhyvexml2argv-msrs.ldargs │ ├── bhyvexml2argv-msrs.xml │ ├── bhyvexml2argv-net-e1000.args │ ├── bhyvexml2argv-net-e1000.ldargs │ ├── bhyvexml2argv-net-e1000.xml │ ├── bhyvexml2argv-serial-grub-nocons.args │ ├── bhyvexml2argv-serial-grub-nocons.devmap │ ├── bhyvexml2argv-serial-grub-nocons.ldargs │ ├── bhyvexml2argv-serial-grub-nocons.xml │ ├── bhyvexml2argv-serial-grub.args │ ├── bhyvexml2argv-serial-grub.devmap │ ├── bhyvexml2argv-serial-grub.ldargs │ ├── bhyvexml2argv-serial-grub.xml │ ├── bhyvexml2argv-serial.args │ ├── bhyvexml2argv-serial.ldargs │ ├── bhyvexml2argv-serial.xml │ ├── bhyvexml2argv-uefi.args │ ├── bhyvexml2argv-uefi.ldargs │ ├── bhyvexml2argv-uefi.xml │ ├── bhyvexml2argv-vnc-autoport.args │ ├── bhyvexml2argv-vnc-autoport.ldargs │ ├── bhyvexml2argv-vnc-autoport.xml │ ├── bhyvexml2argv-vnc-vgaconf-io.args │ ├── bhyvexml2argv-vnc-vgaconf-io.ldargs │ ├── bhyvexml2argv-vnc-vgaconf-io.xml │ ├── bhyvexml2argv-vnc-vgaconf-off.args │ ├── bhyvexml2argv-vnc-vgaconf-off.ldargs │ ├── bhyvexml2argv-vnc-vgaconf-off.xml │ ├── bhyvexml2argv-vnc-vgaconf-on.args │ ├── bhyvexml2argv-vnc-vgaconf-on.ldargs │ ├── bhyvexml2argv-vnc-vgaconf-on.xml │ ├── bhyvexml2argv-vnc.args │ ├── bhyvexml2argv-vnc.ldargs │ ├── bhyvexml2argv-vnc.xml │ ├── bhyvexml2argv-wired.args │ ├── bhyvexml2argv-wired.ldargs │ ├── bhyvexml2argv-wired.xml │ ├── bhyvexml2argv-xhci-multiple-controllers.xml │ ├── bhyvexml2argv-xhci-multiple-devs.xml │ └── bhyvexml2argv-xhci-no-devs.xml ├── bhyvexml2argvmock.c ├── bhyvexml2argvtest.c ├── bhyvexml2xmloutdata │ ├── bhyvexml2xmlout-acpiapic.xml │ ├── bhyvexml2xmlout-addr-more-than-32-sata-disks.xml │ ├── bhyvexml2xmlout-addr-multiple-sata-disks.xml │ ├── bhyvexml2xmlout-addr-multiple-virtio-disks.xml │ ├── bhyvexml2xmlout-addr-no32devs-multiple-sata-disks.xml │ ├── bhyvexml2xmlout-addr-no32devs-single-sata-disk.xml │ ├── bhyvexml2xmlout-addr-single-sata-disk.xml │ ├── bhyvexml2xmlout-addr-single-virtio-disk.xml │ ├── bhyvexml2xmlout-base.xml │ ├── bhyvexml2xmlout-bhyveload-bootorder.xml │ ├── bhyvexml2xmlout-bhyveload-bootorder1.xml │ ├── bhyvexml2xmlout-bhyveload-bootorder2.xml │ ├── bhyvexml2xmlout-bhyveload-bootorder3.xml │ ├── bhyvexml2xmlout-bhyveload-bootorder4.xml │ ├── bhyvexml2xmlout-bhyveload-explicitargs.xml │ ├── bhyvexml2xmlout-commandline.xml │ ├── bhyvexml2xmlout-console.xml │ ├── bhyvexml2xmlout-custom-loader.xml │ ├── bhyvexml2xmlout-disk-cdrom-grub.xml │ ├── bhyvexml2xmlout-disk-cdrom.xml │ ├── bhyvexml2xmlout-disk-virtio.xml │ ├── bhyvexml2xmlout-grub-bootorder.xml │ ├── bhyvexml2xmlout-grub-bootorder2.xml │ ├── bhyvexml2xmlout-grub-defaults.xml │ ├── bhyvexml2xmlout-input-xhci-tablet.xml │ ├── bhyvexml2xmlout-localtime.xml │ ├── bhyvexml2xmlout-macaddr.xml │ ├── bhyvexml2xmlout-metadata.xml │ ├── bhyvexml2xmlout-msrs.xml │ ├── bhyvexml2xmlout-serial-grub-nocons.xml │ ├── bhyvexml2xmlout-serial-grub.xml │ ├── bhyvexml2xmlout-serial.xml │ ├── bhyvexml2xmlout-vnc-autoport.xml │ ├── bhyvexml2xmlout-vnc-vgaconf-io.xml │ ├── bhyvexml2xmlout-vnc-vgaconf-off.xml │ ├── bhyvexml2xmlout-vnc-vgaconf-on.xml │ ├── bhyvexml2xmlout-vnc.xml │ └── bhyvexml2xmlout-wired.xml ├── bhyvexml2xmltest.c ├── capabilityschemadata │ ├── caps-qemu-kvm.xml │ ├── caps-test.xml │ ├── caps-test2.xml │ └── caps-test3.xml ├── commanddata │ ├── test10.log │ ├── test11.log │ ├── test12.log │ ├── test13.log │ ├── test14.log │ ├── test15.log │ ├── test16.log │ ├── test2.log │ ├── test20.log │ ├── test21.log │ ├── test26.log │ ├── test27.log │ ├── test3.log │ ├── test4.log │ ├── test5.log │ ├── test6.log │ ├── test7.log │ ├── test8.log │ └── test9.log ├── commandhelper.c ├── commandtest.c ├── cputest.c ├── cputestdata │ ├── cpu-cpuid.py │ ├── cpu-gather.sh │ ├── cpu-parse.sh │ ├── cpu-reformat.py │ ├── ppc64-baseline-incompatible-models.xml │ ├── ppc64-baseline-incompatible-vendors.xml │ ├── ppc64-baseline-legacy.xml │ ├── ppc64-baseline-no-vendor-result.xml │ ├── ppc64-baseline-no-vendor.xml │ ├── ppc64-baseline-same-model-result.xml │ ├── ppc64-baseline-same-model.xml │ ├── ppc64-guest-compat-incompatible.xml │ ├── ppc64-guest-compat-invalid.xml │ ├── ppc64-guest-compat-none.xml │ ├── ppc64-guest-compat-valid.xml │ ├── ppc64-guest-exact.xml │ ├── ppc64-guest-host-model.xml │ ├── ppc64-guest-legacy-incompatible.xml │ ├── ppc64-guest-legacy-invalid.xml │ ├── ppc64-guest-legacy.xml │ ├── ppc64-guest-nofallback.xml │ ├── ppc64-guest-strict.xml │ ├── ppc64-guest.xml │ ├── ppc64-host+guest,ppc_models-result.xml │ ├── ppc64-host+guest-compat-incompatible.xml │ ├── ppc64-host+guest-compat-invalid.xml │ ├── ppc64-host+guest-compat-none.xml │ ├── ppc64-host+guest-compat-valid.xml │ ├── ppc64-host+guest-host-model.xml │ ├── ppc64-host+guest-legacy,ppc_models-result.xml │ ├── ppc64-host+guest-legacy-incompatible.xml │ ├── ppc64-host+guest-legacy-invalid.xml │ ├── ppc64-host+guest-legacy.xml │ ├── ppc64-host+guest-nofallback.xml │ ├── ppc64-host+guest.xml │ ├── ppc64-host-better.xml │ ├── ppc64-host-incomp-arch.xml │ ├── ppc64-host-no-vendor.xml │ ├── ppc64-host-worse.xml │ ├── ppc64-host.xml │ ├── x86_64-Haswell-noTSX-nofallback.xml │ ├── x86_64-Haswell-noTSX.xml │ ├── x86_64-Haswell.xml │ ├── x86_64-baseline-1-result.xml │ ├── x86_64-baseline-1.xml │ ├── x86_64-baseline-2-result.xml │ ├── x86_64-baseline-2.xml │ ├── x86_64-baseline-3-expanded.xml │ ├── x86_64-baseline-3-result.xml │ ├── x86_64-baseline-3.xml │ ├── x86_64-baseline-4-expanded.xml │ ├── x86_64-baseline-4-result.xml │ ├── x86_64-baseline-4.xml │ ├── x86_64-baseline-5-expanded.xml │ ├── x86_64-baseline-5-result.xml │ ├── x86_64-baseline-5.xml │ ├── x86_64-baseline-6-migratable.xml │ ├── x86_64-baseline-6-result.xml │ ├── x86_64-baseline-6.xml │ ├── x86_64-baseline-7-result.xml │ ├── x86_64-baseline-7.xml │ ├── x86_64-baseline-8-result.xml │ ├── x86_64-baseline-8.xml │ ├── x86_64-baseline-incompatible-vendors.xml │ ├── x86_64-baseline-no-vendor-result.xml │ ├── x86_64-baseline-no-vendor.xml │ ├── x86_64-baseline-some-vendors-result.xml │ ├── x86_64-baseline-some-vendors.xml │ ├── x86_64-bogus-feature.xml │ ├── x86_64-bogus-model.xml │ ├── x86_64-bogus-vendor.xml │ ├── x86_64-cpuid-A10-5800K-disabled.xml │ ├── x86_64-cpuid-A10-5800K-enabled.xml │ ├── x86_64-cpuid-A10-5800K-guest.xml │ ├── x86_64-cpuid-A10-5800K-host.xml │ ├── x86_64-cpuid-A10-5800K-json.xml │ ├── x86_64-cpuid-A10-5800K.json │ ├── x86_64-cpuid-A10-5800K.sig │ ├── x86_64-cpuid-A10-5800K.xml │ ├── x86_64-cpuid-Atom-D510-guest.xml │ ├── x86_64-cpuid-Atom-D510-host.xml │ ├── x86_64-cpuid-Atom-D510.sig │ ├── x86_64-cpuid-Atom-D510.xml │ ├── x86_64-cpuid-Atom-N450-guest.xml │ ├── x86_64-cpuid-Atom-N450-host.xml │ ├── x86_64-cpuid-Atom-N450.sig │ ├── x86_64-cpuid-Atom-N450.xml │ ├── x86_64-cpuid-Core-i5-2500-disabled.xml │ ├── x86_64-cpuid-Core-i5-2500-enabled.xml │ ├── x86_64-cpuid-Core-i5-2500-guest.xml │ ├── x86_64-cpuid-Core-i5-2500-host.xml │ ├── x86_64-cpuid-Core-i5-2500-json.xml │ ├── x86_64-cpuid-Core-i5-2500.json │ ├── x86_64-cpuid-Core-i5-2500.sig │ ├── x86_64-cpuid-Core-i5-2500.xml │ ├── x86_64-cpuid-Core-i5-2540M-disabled.xml │ ├── x86_64-cpuid-Core-i5-2540M-enabled.xml │ ├── x86_64-cpuid-Core-i5-2540M-guest.xml │ ├── x86_64-cpuid-Core-i5-2540M-host.xml │ ├── x86_64-cpuid-Core-i5-2540M-json.xml │ ├── x86_64-cpuid-Core-i5-2540M.json │ ├── x86_64-cpuid-Core-i5-2540M.sig │ ├── x86_64-cpuid-Core-i5-2540M.xml │ ├── x86_64-cpuid-Core-i5-4670T-disabled.xml │ ├── x86_64-cpuid-Core-i5-4670T-enabled.xml │ ├── x86_64-cpuid-Core-i5-4670T-guest.xml │ ├── x86_64-cpuid-Core-i5-4670T-host.xml │ ├── x86_64-cpuid-Core-i5-4670T-json.xml │ ├── x86_64-cpuid-Core-i5-4670T.json │ ├── x86_64-cpuid-Core-i5-4670T.sig │ ├── x86_64-cpuid-Core-i5-4670T.xml │ ├── x86_64-cpuid-Core-i5-650-disabled.xml │ ├── x86_64-cpuid-Core-i5-650-enabled.xml │ ├── x86_64-cpuid-Core-i5-650-guest.xml │ ├── x86_64-cpuid-Core-i5-650-host.xml │ ├── x86_64-cpuid-Core-i5-650-json.xml │ ├── x86_64-cpuid-Core-i5-650.json │ ├── x86_64-cpuid-Core-i5-650.sig │ ├── x86_64-cpuid-Core-i5-650.xml │ ├── x86_64-cpuid-Core-i5-6600-disabled.xml │ ├── x86_64-cpuid-Core-i5-6600-enabled.xml │ ├── x86_64-cpuid-Core-i5-6600-guest.xml │ ├── x86_64-cpuid-Core-i5-6600-host.xml │ ├── x86_64-cpuid-Core-i5-6600-json.xml │ ├── x86_64-cpuid-Core-i5-6600.json │ ├── x86_64-cpuid-Core-i5-6600.sig │ ├── x86_64-cpuid-Core-i5-6600.xml │ ├── x86_64-cpuid-Core-i7-2600-disabled.xml │ ├── x86_64-cpuid-Core-i7-2600-enabled.xml │ ├── x86_64-cpuid-Core-i7-2600-guest.xml │ ├── x86_64-cpuid-Core-i7-2600-host.xml │ ├── x86_64-cpuid-Core-i7-2600-json.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt-disabled.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt-enabled.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt-guest.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt-host.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt-json.xml │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt.json │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt.sig │ ├── x86_64-cpuid-Core-i7-2600-xsaveopt.xml │ ├── x86_64-cpuid-Core-i7-2600.json │ ├── x86_64-cpuid-Core-i7-2600.sig │ ├── x86_64-cpuid-Core-i7-2600.xml │ ├── x86_64-cpuid-Core-i7-3520M-guest.xml │ ├── x86_64-cpuid-Core-i7-3520M-host.xml │ ├── x86_64-cpuid-Core-i7-3520M.sig │ ├── x86_64-cpuid-Core-i7-3520M.xml │ ├── x86_64-cpuid-Core-i7-3740QM-disabled.xml │ ├── x86_64-cpuid-Core-i7-3740QM-enabled.xml │ ├── x86_64-cpuid-Core-i7-3740QM-guest.xml │ ├── x86_64-cpuid-Core-i7-3740QM-host.xml │ ├── x86_64-cpuid-Core-i7-3740QM-json.xml │ ├── x86_64-cpuid-Core-i7-3740QM.json │ ├── x86_64-cpuid-Core-i7-3740QM.sig │ ├── x86_64-cpuid-Core-i7-3740QM.xml │ ├── x86_64-cpuid-Core-i7-3770-disabled.xml │ ├── x86_64-cpuid-Core-i7-3770-enabled.xml │ ├── x86_64-cpuid-Core-i7-3770-guest.xml │ ├── x86_64-cpuid-Core-i7-3770-host.xml │ ├── x86_64-cpuid-Core-i7-3770-json.xml │ ├── x86_64-cpuid-Core-i7-3770.json │ ├── x86_64-cpuid-Core-i7-3770.sig │ ├── x86_64-cpuid-Core-i7-3770.xml │ ├── x86_64-cpuid-Core-i7-4510U-disabled.xml │ ├── x86_64-cpuid-Core-i7-4510U-enabled.xml │ ├── x86_64-cpuid-Core-i7-4510U-guest.xml │ ├── x86_64-cpuid-Core-i7-4510U-host.xml │ ├── x86_64-cpuid-Core-i7-4510U-json.xml │ ├── x86_64-cpuid-Core-i7-4510U.json │ ├── x86_64-cpuid-Core-i7-4510U.sig │ ├── x86_64-cpuid-Core-i7-4510U.xml │ ├── x86_64-cpuid-Core-i7-4600U-disabled.xml │ ├── x86_64-cpuid-Core-i7-4600U-enabled.xml │ ├── x86_64-cpuid-Core-i7-4600U-guest.xml │ ├── x86_64-cpuid-Core-i7-4600U-host.xml │ ├── x86_64-cpuid-Core-i7-4600U-json.xml │ ├── x86_64-cpuid-Core-i7-4600U.json │ ├── x86_64-cpuid-Core-i7-4600U.sig │ ├── x86_64-cpuid-Core-i7-4600U.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat-disabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat-enabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat-guest.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat-host.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat-json.xml │ ├── x86_64-cpuid-Core-i7-5600U-arat.json │ ├── x86_64-cpuid-Core-i7-5600U-arat.sig │ ├── x86_64-cpuid-Core-i7-5600U-arat.xml │ ├── x86_64-cpuid-Core-i7-5600U-disabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-enabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-guest.xml │ ├── x86_64-cpuid-Core-i7-5600U-host.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs-disabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs-enabled.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs-guest.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs-host.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs-json.xml │ ├── x86_64-cpuid-Core-i7-5600U-ibrs.json │ ├── x86_64-cpuid-Core-i7-5600U-ibrs.sig │ ├── x86_64-cpuid-Core-i7-5600U-ibrs.xml │ ├── x86_64-cpuid-Core-i7-5600U-json.xml │ ├── x86_64-cpuid-Core-i7-5600U.json │ ├── x86_64-cpuid-Core-i7-5600U.sig │ ├── x86_64-cpuid-Core-i7-5600U.xml │ ├── x86_64-cpuid-Core-i7-7600U-disabled.xml │ ├── x86_64-cpuid-Core-i7-7600U-enabled.xml │ ├── x86_64-cpuid-Core-i7-7600U-guest.xml │ ├── x86_64-cpuid-Core-i7-7600U-host.xml │ ├── x86_64-cpuid-Core-i7-7600U-json.xml │ ├── x86_64-cpuid-Core-i7-7600U.json │ ├── x86_64-cpuid-Core-i7-7600U.sig │ ├── x86_64-cpuid-Core-i7-7600U.xml │ ├── x86_64-cpuid-Core-i7-7700-disabled.xml │ ├── x86_64-cpuid-Core-i7-7700-enabled.xml │ ├── x86_64-cpuid-Core-i7-7700-guest.xml │ ├── x86_64-cpuid-Core-i7-7700-host.xml │ ├── x86_64-cpuid-Core-i7-7700-json.xml │ ├── x86_64-cpuid-Core-i7-7700.json │ ├── x86_64-cpuid-Core-i7-7700.sig │ ├── x86_64-cpuid-Core-i7-7700.xml │ ├── x86_64-cpuid-Core-i7-8700-disabled.xml │ ├── x86_64-cpuid-Core-i7-8700-enabled.xml │ ├── x86_64-cpuid-Core-i7-8700-guest.xml │ ├── x86_64-cpuid-Core-i7-8700-host.xml │ ├── x86_64-cpuid-Core-i7-8700-json.xml │ ├── x86_64-cpuid-Core-i7-8700.json │ ├── x86_64-cpuid-Core-i7-8700.sig │ ├── x86_64-cpuid-Core-i7-8700.xml │ ├── x86_64-cpuid-Core2-E6850-disabled.xml │ ├── x86_64-cpuid-Core2-E6850-enabled.xml │ ├── x86_64-cpuid-Core2-E6850-guest.xml │ ├── x86_64-cpuid-Core2-E6850-host.xml │ ├── x86_64-cpuid-Core2-E6850-json.xml │ ├── x86_64-cpuid-Core2-E6850.json │ ├── x86_64-cpuid-Core2-E6850.sig │ ├── x86_64-cpuid-Core2-E6850.xml │ ├── x86_64-cpuid-Core2-Q9500-guest.xml │ ├── x86_64-cpuid-Core2-Q9500-host.xml │ ├── x86_64-cpuid-Core2-Q9500.sig │ ├── x86_64-cpuid-Core2-Q9500.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-disabled.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-enabled.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-guest.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-host.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb-disabled.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb-enabled.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb-guest.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb-host.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb-json.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb.json │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb.sig │ ├── x86_64-cpuid-EPYC-7601-32-Core-ibpb.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core-json.xml │ ├── x86_64-cpuid-EPYC-7601-32-Core.json │ ├── x86_64-cpuid-EPYC-7601-32-Core.sig │ ├── x86_64-cpuid-EPYC-7601-32-Core.xml │ ├── x86_64-cpuid-FX-8150-guest.xml │ ├── x86_64-cpuid-FX-8150-host.xml │ ├── x86_64-cpuid-FX-8150.sig │ ├── x86_64-cpuid-FX-8150.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core-disabled.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core-enabled.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core-guest.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core-host.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core-json.xml │ ├── x86_64-cpuid-Hygon-C86-7185-32-core.json │ ├── x86_64-cpuid-Hygon-C86-7185-32-core.sig │ ├── x86_64-cpuid-Hygon-C86-7185-32-core.xml │ ├── x86_64-cpuid-Ice-Lake-Server-disabled.xml │ ├── x86_64-cpuid-Ice-Lake-Server-enabled.xml │ ├── x86_64-cpuid-Ice-Lake-Server-guest.xml │ ├── x86_64-cpuid-Ice-Lake-Server-host.xml │ ├── x86_64-cpuid-Ice-Lake-Server-json.xml │ ├── x86_64-cpuid-Ice-Lake-Server.json │ ├── x86_64-cpuid-Ice-Lake-Server.sig │ ├── x86_64-cpuid-Ice-Lake-Server.xml │ ├── x86_64-cpuid-Opteron-1352-guest.xml │ ├── x86_64-cpuid-Opteron-1352-host.xml │ ├── x86_64-cpuid-Opteron-1352.sig │ ├── x86_64-cpuid-Opteron-1352.xml │ ├── x86_64-cpuid-Opteron-2350-disabled.xml │ ├── x86_64-cpuid-Opteron-2350-enabled.xml │ ├── x86_64-cpuid-Opteron-2350-guest.xml │ ├── x86_64-cpuid-Opteron-2350-host.xml │ ├── x86_64-cpuid-Opteron-2350-json.xml │ ├── x86_64-cpuid-Opteron-2350.json │ ├── x86_64-cpuid-Opteron-2350.sig │ ├── x86_64-cpuid-Opteron-2350.xml │ ├── x86_64-cpuid-Opteron-6234-disabled.xml │ ├── x86_64-cpuid-Opteron-6234-enabled.xml │ ├── x86_64-cpuid-Opteron-6234-guest.xml │ ├── x86_64-cpuid-Opteron-6234-host.xml │ ├── x86_64-cpuid-Opteron-6234-json.xml │ ├── x86_64-cpuid-Opteron-6234.json │ ├── x86_64-cpuid-Opteron-6234.sig │ ├── x86_64-cpuid-Opteron-6234.xml │ ├── x86_64-cpuid-Opteron-6282-guest.xml │ ├── x86_64-cpuid-Opteron-6282-host.xml │ ├── x86_64-cpuid-Opteron-6282.sig │ ├── x86_64-cpuid-Opteron-6282.xml │ ├── x86_64-cpuid-Pentium-P6100-guest.xml │ ├── x86_64-cpuid-Pentium-P6100-host.xml │ ├── x86_64-cpuid-Pentium-P6100.sig │ ├── x86_64-cpuid-Pentium-P6100.xml │ ├── x86_64-cpuid-Phenom-B95-disabled.xml │ ├── x86_64-cpuid-Phenom-B95-enabled.xml │ ├── x86_64-cpuid-Phenom-B95-guest.xml │ ├── x86_64-cpuid-Phenom-B95-host.xml │ ├── x86_64-cpuid-Phenom-B95-json.xml │ ├── x86_64-cpuid-Phenom-B95.json │ ├── x86_64-cpuid-Phenom-B95.sig │ ├── x86_64-cpuid-Phenom-B95.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core.sig │ ├── x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml │ ├── x86_64-cpuid-Xeon-5110-guest.xml │ ├── x86_64-cpuid-Xeon-5110-host.xml │ ├── x86_64-cpuid-Xeon-5110.sig │ ├── x86_64-cpuid-Xeon-5110.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5-disabled.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5-enabled.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5-guest.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5-host.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5-json.xml │ ├── x86_64-cpuid-Xeon-E3-1225-v5.json │ ├── x86_64-cpuid-Xeon-E3-1225-v5.sig │ ├── x86_64-cpuid-Xeon-E3-1225-v5.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5-disabled.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5-enabled.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5-guest.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5-host.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5-json.xml │ ├── x86_64-cpuid-Xeon-E3-1245-v5.json │ ├── x86_64-cpuid-Xeon-E3-1245-v5.sig │ ├── x86_64-cpuid-Xeon-E3-1245-v5.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3-host.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3-json.xml │ ├── x86_64-cpuid-Xeon-E5-2609-v3.json │ ├── x86_64-cpuid-Xeon-E5-2609-v3.sig │ ├── x86_64-cpuid-Xeon-E5-2609-v3.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4-host.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4-json.xml │ ├── x86_64-cpuid-Xeon-E5-2623-v4.json │ ├── x86_64-cpuid-Xeon-E5-2623-v4.sig │ ├── x86_64-cpuid-Xeon-E5-2623-v4.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3-host.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3-json.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v3.json │ ├── x86_64-cpuid-Xeon-E5-2630-v3.sig │ ├── x86_64-cpuid-Xeon-E5-2630-v3.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4-host.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4-json.xml │ ├── x86_64-cpuid-Xeon-E5-2630-v4.json │ ├── x86_64-cpuid-Xeon-E5-2630-v4.sig │ ├── x86_64-cpuid-Xeon-E5-2630-v4.xml │ ├── x86_64-cpuid-Xeon-E5-2650-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2650-host.xml │ ├── x86_64-cpuid-Xeon-E5-2650-json.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3-host.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3-json.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v3.json │ ├── x86_64-cpuid-Xeon-E5-2650-v3.sig │ ├── x86_64-cpuid-Xeon-E5-2650-v3.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4-disabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4-enabled.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4-guest.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4-host.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4-json.xml │ ├── x86_64-cpuid-Xeon-E5-2650-v4.json │ ├── x86_64-cpuid-Xeon-E5-2650-v4.sig │ ├── x86_64-cpuid-Xeon-E5-2650-v4.xml │ ├── x86_64-cpuid-Xeon-E5-2650.json │ ├── x86_64-cpuid-Xeon-E5-2650.sig │ ├── x86_64-cpuid-Xeon-E5-2650.xml │ ├── x86_64-cpuid-Xeon-E7-4820-disabled.xml │ ├── x86_64-cpuid-Xeon-E7-4820-enabled.xml │ ├── x86_64-cpuid-Xeon-E7-4820-guest.xml │ ├── x86_64-cpuid-Xeon-E7-4820-host.xml │ ├── x86_64-cpuid-Xeon-E7-4820-json.xml │ ├── x86_64-cpuid-Xeon-E7-4820.json │ ├── x86_64-cpuid-Xeon-E7-4820.sig │ ├── x86_64-cpuid-Xeon-E7-4820.xml │ ├── x86_64-cpuid-Xeon-E7-4830-disabled.xml │ ├── x86_64-cpuid-Xeon-E7-4830-enabled.xml │ ├── x86_64-cpuid-Xeon-E7-4830-guest.xml │ ├── x86_64-cpuid-Xeon-E7-4830-host.xml │ ├── x86_64-cpuid-Xeon-E7-4830-json.xml │ ├── x86_64-cpuid-Xeon-E7-4830.json │ ├── x86_64-cpuid-Xeon-E7-4830.sig │ ├── x86_64-cpuid-Xeon-E7-4830.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3-disabled.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3-enabled.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3-guest.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3-host.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3-json.xml │ ├── x86_64-cpuid-Xeon-E7-8890-v3.json │ ├── x86_64-cpuid-Xeon-E7-8890-v3.sig │ ├── x86_64-cpuid-Xeon-E7-8890-v3.xml │ ├── x86_64-cpuid-Xeon-E7540-disabled.xml │ ├── x86_64-cpuid-Xeon-E7540-enabled.xml │ ├── x86_64-cpuid-Xeon-E7540-guest.xml │ ├── x86_64-cpuid-Xeon-E7540-host.xml │ ├── x86_64-cpuid-Xeon-E7540-json.xml │ ├── x86_64-cpuid-Xeon-E7540.json │ ├── x86_64-cpuid-Xeon-E7540.sig │ ├── x86_64-cpuid-Xeon-E7540.xml │ ├── x86_64-cpuid-Xeon-Gold-5115-disabled.xml │ ├── x86_64-cpuid-Xeon-Gold-5115-enabled.xml │ ├── x86_64-cpuid-Xeon-Gold-5115-guest.xml │ ├── x86_64-cpuid-Xeon-Gold-5115-host.xml │ ├── x86_64-cpuid-Xeon-Gold-5115-json.xml │ ├── x86_64-cpuid-Xeon-Gold-5115.json │ ├── x86_64-cpuid-Xeon-Gold-5115.sig │ ├── x86_64-cpuid-Xeon-Gold-5115.xml │ ├── x86_64-cpuid-Xeon-Gold-6148-disabled.xml │ ├── x86_64-cpuid-Xeon-Gold-6148-enabled.xml │ ├── x86_64-cpuid-Xeon-Gold-6148-guest.xml │ ├── x86_64-cpuid-Xeon-Gold-6148-host.xml │ ├── x86_64-cpuid-Xeon-Gold-6148-json.xml │ ├── x86_64-cpuid-Xeon-Gold-6148.json │ ├── x86_64-cpuid-Xeon-Gold-6148.sig │ ├── x86_64-cpuid-Xeon-Gold-6148.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268-disabled.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268-enabled.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268-guest.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268-host.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268-json.xml │ ├── x86_64-cpuid-Xeon-Platinum-8268.json │ ├── x86_64-cpuid-Xeon-Platinum-8268.sig │ ├── x86_64-cpuid-Xeon-Platinum-8268.xml │ ├── x86_64-cpuid-Xeon-W3520-disabled.xml │ ├── x86_64-cpuid-Xeon-W3520-enabled.xml │ ├── x86_64-cpuid-Xeon-W3520-guest.xml │ ├── x86_64-cpuid-Xeon-W3520-host.xml │ ├── x86_64-cpuid-Xeon-W3520-json.xml │ ├── x86_64-cpuid-Xeon-W3520.json │ ├── x86_64-cpuid-Xeon-W3520.sig │ ├── x86_64-cpuid-Xeon-W3520.xml │ ├── x86_64-cpuid-Xeon-X5460-guest.xml │ ├── x86_64-cpuid-Xeon-X5460-host.xml │ ├── x86_64-cpuid-Xeon-X5460.sig │ ├── x86_64-cpuid-Xeon-X5460.xml │ ├── x86_64-exact-disable-extra.xml │ ├── x86_64-exact-disable.xml │ ├── x86_64-exact-disable2.xml │ ├── x86_64-exact-forbid-extra.xml │ ├── x86_64-exact-forbid.xml │ ├── x86_64-exact-force-Haswell.xml │ ├── x86_64-exact-force.xml │ ├── x86_64-exact-require-extra.xml │ ├── x86_64-exact-require.xml │ ├── x86_64-exact.xml │ ├── x86_64-guest-nofallback.xml │ ├── x86_64-guest.xml │ ├── x86_64-host+guest,model486-result.xml │ ├── x86_64-host+guest,models-result.xml │ ├── x86_64-host+guest-result.xml │ ├── x86_64-host+guest.xml │ ├── x86_64-host+host+host-model,models-result.xml │ ├── x86_64-host+host-model-nofallback.xml │ ├── x86_64-host+host-model.xml │ ├── x86_64-host+host-passthrough-features.xml │ ├── x86_64-host+host-passthrough.xml │ ├── x86_64-host+min.xml │ ├── x86_64-host+penryn-force-result.xml │ ├── x86_64-host+pentium3.xml │ ├── x86_64-host+strict-force-extra-result.xml │ ├── x86_64-host-Haswell-noTSX+Haswell,haswell-result.xml │ ├── x86_64-host-Haswell-noTSX+Haswell-noTSX,haswell-result.xml │ ├── x86_64-host-Haswell-noTSX+Haswell-noTSX-result.xml │ ├── x86_64-host-Haswell-noTSX.xml │ ├── x86_64-host-SandyBridge.xml │ ├── x86_64-host-amd-fake.xml │ ├── x86_64-host-amd.xml │ ├── x86_64-host-better+pentium3-result.xml │ ├── x86_64-host-better.xml │ ├── x86_64-host-incomp-arch.xml │ ├── x86_64-host-invtsc+host-model.xml │ ├── x86_64-host-invtsc.xml │ ├── x86_64-host-model-nofallback.xml │ ├── x86_64-host-model.xml │ ├── x86_64-host-no-vendor.xml │ ├── x86_64-host-passthrough-features.xml │ ├── x86_64-host-passthrough.xml │ ├── x86_64-host-worse+guest-result.xml │ ├── x86_64-host-worse.xml │ ├── x86_64-host.xml │ ├── x86_64-min.xml │ ├── x86_64-penryn-force.xml │ ├── x86_64-pentium3-amd.xml │ ├── x86_64-pentium3.xml │ ├── x86_64-strict-disable.xml │ ├── x86_64-strict-force-extra.xml │ ├── x86_64-strict-full.xml │ └── x86_64-strict.xml ├── domainbackupxml2xmlin │ ├── backup-pull-seclabel.xml │ ├── backup-pull.xml │ ├── backup-push-seclabel.xml │ ├── backup-push.xml │ └── empty.xml ├── domainbackupxml2xmlout │ ├── backup-pull-seclabel.xml │ ├── backup-pull.xml │ ├── backup-push-seclabel.xml │ ├── backup-push.xml │ └── empty.xml ├── domaincapsdata │ ├── bhyve_basic.x86_64.xml │ ├── bhyve_fbuf.x86_64.xml │ ├── bhyve_uefi.x86_64.xml │ ├── empty.xml │ ├── libxl-xenfv.xml │ ├── libxl-xenpv.xml │ ├── qemu_1.5.3-q35.x86_64.xml │ ├── qemu_1.5.3-tcg.x86_64.xml │ ├── qemu_1.5.3.x86_64.xml │ ├── qemu_1.6.0-q35.x86_64.xml │ ├── qemu_1.6.0-tcg.x86_64.xml │ ├── qemu_1.6.0.x86_64.xml │ ├── qemu_1.7.0-q35.x86_64.xml │ ├── qemu_1.7.0-tcg.x86_64.xml │ ├── qemu_1.7.0.x86_64.xml │ ├── qemu_2.1.1-q35.x86_64.xml │ ├── qemu_2.1.1-tcg.x86_64.xml │ ├── qemu_2.1.1.x86_64.xml │ ├── qemu_2.10.0-q35.x86_64.xml │ ├── qemu_2.10.0-tcg.x86_64.xml │ ├── qemu_2.10.0-virt.aarch64.xml │ ├── qemu_2.10.0.aarch64.xml │ ├── qemu_2.10.0.ppc64.xml │ ├── qemu_2.10.0.s390x.xml │ ├── qemu_2.10.0.x86_64.xml │ ├── qemu_2.11.0-q35.x86_64.xml │ ├── qemu_2.11.0-tcg.x86_64.xml │ ├── qemu_2.11.0.s390x.xml │ ├── qemu_2.11.0.x86_64.xml │ ├── qemu_2.12.0-q35.x86_64.xml │ ├── qemu_2.12.0-tcg.x86_64.xml │ ├── qemu_2.12.0-virt.aarch64.xml │ ├── qemu_2.12.0.aarch64.xml │ ├── qemu_2.12.0.ppc64.xml │ ├── qemu_2.12.0.s390x.xml │ ├── qemu_2.12.0.x86_64.xml │ ├── qemu_2.4.0-q35.x86_64.xml │ ├── qemu_2.4.0-tcg.x86_64.xml │ ├── qemu_2.4.0.x86_64.xml │ ├── qemu_2.5.0-q35.x86_64.xml │ ├── qemu_2.5.0-tcg.x86_64.xml │ ├── qemu_2.5.0.x86_64.xml │ ├── qemu_2.6.0-q35.x86_64.xml │ ├── qemu_2.6.0-tcg.x86_64.xml │ ├── qemu_2.6.0-virt.aarch64.xml │ ├── qemu_2.6.0.aarch64.xml │ ├── qemu_2.6.0.ppc64.xml │ ├── qemu_2.6.0.x86_64.xml │ ├── qemu_2.7.0-q35.x86_64.xml │ ├── qemu_2.7.0-tcg.x86_64.xml │ ├── qemu_2.7.0.s390x.xml │ ├── qemu_2.7.0.x86_64.xml │ ├── qemu_2.8.0-q35.x86_64.xml │ ├── qemu_2.8.0-tcg.x86_64.xml │ ├── qemu_2.8.0.s390x.xml │ ├── qemu_2.8.0.x86_64.xml │ ├── qemu_2.9.0-q35.x86_64.xml │ ├── qemu_2.9.0-tcg.x86_64.xml │ ├── qemu_2.9.0.ppc64.xml │ ├── qemu_2.9.0.s390x.xml │ ├── qemu_2.9.0.x86_64.xml │ ├── qemu_3.0.0-q35.x86_64.xml │ ├── qemu_3.0.0-tcg.x86_64.xml │ ├── qemu_3.0.0.ppc64.xml │ ├── qemu_3.0.0.s390x.xml │ ├── qemu_3.0.0.x86_64.xml │ ├── qemu_3.1.0-q35.x86_64.xml │ ├── qemu_3.1.0-tcg.x86_64.xml │ ├── qemu_3.1.0.ppc64.xml │ ├── qemu_3.1.0.x86_64.xml │ ├── qemu_4.0.0-q35.x86_64.xml │ ├── qemu_4.0.0-tcg.x86_64.xml │ ├── qemu_4.0.0-virt.aarch64.xml │ ├── qemu_4.0.0.aarch64.xml │ ├── qemu_4.0.0.ppc64.xml │ ├── qemu_4.0.0.s390x.xml │ ├── qemu_4.0.0.x86_64.xml │ ├── qemu_4.1.0-q35.x86_64.xml │ ├── qemu_4.1.0-tcg.x86_64.xml │ ├── qemu_4.1.0.x86_64.xml │ ├── qemu_4.2.0-q35.x86_64.xml │ ├── qemu_4.2.0-tcg.x86_64.xml │ ├── qemu_4.2.0-virt.aarch64.xml │ ├── qemu_4.2.0.aarch64.xml │ ├── qemu_4.2.0.ppc64.xml │ ├── qemu_4.2.0.s390x.xml │ ├── qemu_4.2.0.x86_64.xml │ ├── qemu_5.0.0-q35.x86_64.xml │ ├── qemu_5.0.0-tcg.x86_64.xml │ ├── qemu_5.0.0-virt.aarch64.xml │ ├── qemu_5.0.0.aarch64.xml │ ├── qemu_5.0.0.ppc64.xml │ └── qemu_5.0.0.x86_64.xml ├── domaincapsmock.c ├── domaincapstest.c ├── domainconfdata │ └── getfilesystem.xml ├── domainconftest.c ├── domainschemadata │ ├── backing-chains.xml │ ├── default-cache-mode.xml │ ├── domain-bios-nvram-empty.xml │ ├── domain-caps-features.xml │ ├── domain-disk-source-space.xml │ ├── domain-lxc-simple.xml │ ├── domain-openvz-simple.xml │ ├── domain-parallels-ct-simple.xml │ ├── domain-parallels-vm-simple.xml │ ├── domain-qemu-interface-filterref.xml │ ├── maxMemory.xml │ ├── portprofile.xml │ ├── qemu-simple-description-title.xml │ └── timers.xml ├── esxutilstest.c ├── eventtest.c ├── fchostdata │ └── fc_host │ │ ├── host4 │ │ ├── fabric_name │ │ ├── max_npiv_vports │ │ ├── node_name │ │ ├── npiv_vports_inuse │ │ ├── port_name │ │ ├── port_state │ │ ├── vport_create │ │ └── vport_delete │ │ ├── host5 │ │ ├── fabric_name │ │ ├── max_npiv_vports │ │ ├── node_name │ │ ├── npiv_vports_inuse │ │ ├── port_name │ │ ├── port_state │ │ ├── vport_create │ │ └── vport_delete │ │ └── host6 │ │ ├── node_name │ │ ├── port_name │ │ └── port_state ├── fchosttest.c ├── fdstreamtest.c ├── file_access_whitelist.txt ├── genericxml2xmlindata │ ├── cachetune-cdp.xml │ ├── cachetune-colliding-allocs.xml │ ├── cachetune-colliding-monitor.xml │ ├── cachetune-colliding-tunes.xml │ ├── cachetune-colliding-types.xml │ ├── cachetune-extra-tunes.xml │ ├── cachetune-small.xml │ ├── cachetune.xml │ ├── chardev-reconnect-invalid-mode.xml │ ├── chardev-reconnect-missing-timeout.xml │ ├── chardev-reconnect.xml │ ├── chardev-tcp-missing-host.xml │ ├── chardev-tcp-missing-service.xml │ ├── chardev-tcp-multiple-source.xml │ ├── chardev-tcp.xml │ ├── chardev-udp-missing-connect-service.xml │ ├── chardev-udp-multiple-source.xml │ ├── chardev-udp.xml │ ├── chardev-unix-redirdev-missing-path.xml │ ├── chardev-unix-rng-missing-path.xml │ ├── chardev-unix-smartcard-missing-path.xml │ ├── chardev-unix.xml │ ├── cpu-cache-disable.xml │ ├── cpu-cache-emulate.xml │ ├── cpu-cache-passthrough.xml │ ├── cputune.xml │ ├── disk-network-http.xml │ ├── disk-virtio.xml │ ├── graphics-listen-back-compat-mismatch.xml │ ├── graphics-listen-back-compat.xml │ ├── graphics-vnc-autoport-no.xml │ ├── graphics-vnc-listen-attr-only.xml │ ├── graphics-vnc-listen-element-minimal.xml │ ├── graphics-vnc-listen-element-with-address.xml │ ├── graphics-vnc-manual-port.xml │ ├── graphics-vnc-minimal.xml │ ├── graphics-vnc-socket-attr-listen-address.xml │ ├── graphics-vnc-socket-attr-listen-socket-mismatch.xml │ ├── graphics-vnc-socket-attr-listen-socket.xml │ ├── graphics-vnc-socket-listen.xml │ ├── graphics-vnc-socket.xml │ ├── launch-security-sev.xml │ ├── memorytune-colliding-allocs.xml │ ├── memorytune-colliding-cachetune.xml │ ├── memorytune.xml │ ├── name-slash-fail.xml │ ├── perf.xml │ ├── tseg.xml │ └── vcpus-individual.xml ├── genericxml2xmloutdata │ ├── cachetune-extra-tunes.xml │ ├── cachetune.xml │ ├── chardev-reconnect.xml │ ├── chardev-tcp.xml │ ├── chardev-udp.xml │ ├── chardev-unix.xml │ ├── cputune.xml │ ├── disk-virtio.xml │ ├── graphics-listen-back-compat.xml │ ├── graphics-vnc-listen-attr-only.xml │ ├── graphics-vnc-listen-element-minimal.xml │ ├── graphics-vnc-listen-element-with-address.xml │ ├── graphics-vnc-manual-port.xml │ ├── graphics-vnc-minimal.xml │ ├── graphics-vnc-socket-attr-listen-address.xml │ ├── graphics-vnc-socket-attr-listen-socket.xml │ ├── graphics-vnc-socket-listen.xml │ ├── graphics-vnc-socket.xml │ └── memorytune.xml ├── genericxml2xmltest.c ├── interfaceschemadata │ ├── bond-arp.xml │ ├── bond.xml │ ├── bridge-bond.xml │ ├── bridge-empty.xml │ ├── bridge-no-address.xml │ ├── bridge-vlan.xml │ ├── bridge.xml │ ├── bridge42.xml │ ├── ethernet-dhcp-and-multi-static.xml │ ├── ethernet-dhcp.xml │ ├── ethernet-static-no-prefix.xml │ ├── ethernet-static.xml │ ├── ipv6-autoconf-dhcp.xml │ ├── ipv6-autoconf.xml │ ├── ipv6-dhcp.xml │ ├── ipv6-local.xml │ ├── ipv6-static-multi.xml │ ├── ipv6-static.xml │ └── vlan.xml ├── interfacexml2xmltest.c ├── libvirtd-fail ├── libvirtd-pool ├── libxlmock.c ├── libxlxml2domconfigdata │ ├── basic-hvm.json │ ├── basic-hvm.xml │ ├── basic-pv.json │ ├── basic-pv.xml │ ├── basic-pvh.json │ ├── basic-pvh.xml │ ├── cpu-shares-hvm.json │ ├── cpu-shares-hvm.xml │ ├── fullvirt-acpi-slic.json │ ├── fullvirt-acpi-slic.xml │ ├── fullvirt-cpuid-legacy-nest.json │ ├── fullvirt-cpuid-legacy-nest.xml │ ├── fullvirt-cpuid.json │ ├── fullvirt-cpuid.xml │ ├── max-gntframes-hvm.json │ ├── max-gntframes-hvm.xml │ ├── moredevs-hvm.json │ ├── moredevs-hvm.xml │ ├── multiple-ip.json │ ├── multiple-ip.xml │ ├── variable-clock-hvm.json │ ├── variable-clock-hvm.xml │ ├── vnuma-hvm-legacy-nest.json │ ├── vnuma-hvm-legacy-nest.xml │ ├── vnuma-hvm.json │ └── vnuma-hvm.xml ├── libxlxml2domconfigtest.c ├── lxcconf2xmldata │ ├── lxcconf2xml-blkiotune-v3.config │ ├── lxcconf2xml-blkiotune.config │ ├── lxcconf2xml-blkiotune.xml │ ├── lxcconf2xml-cpusettune-v3.config │ ├── lxcconf2xml-cpusettune.config │ ├── lxcconf2xml-cpusettune.xml │ ├── lxcconf2xml-cputune-v3.config │ ├── lxcconf2xml-cputune.config │ ├── lxcconf2xml-cputune.xml │ ├── lxcconf2xml-ethernet-v3.config │ ├── lxcconf2xml-ethernet.config │ ├── lxcconf2xml-ethernet.xml │ ├── lxcconf2xml-fstab-v3.config │ ├── lxcconf2xml-fstab.config │ ├── lxcconf2xml-idmap-v3.config │ ├── lxcconf2xml-idmap.config │ ├── lxcconf2xml-idmap.xml │ ├── lxcconf2xml-macvlannetwork-v3.config │ ├── lxcconf2xml-macvlannetwork.config │ ├── lxcconf2xml-macvlannetwork.xml │ ├── lxcconf2xml-memtune-v3.config │ ├── lxcconf2xml-memtune.config │ ├── lxcconf2xml-memtune.xml │ ├── lxcconf2xml-miscnetwork-v3.config │ ├── lxcconf2xml-miscnetwork.config │ ├── lxcconf2xml-miscnetwork.xml │ ├── lxcconf2xml-nonenetwork-v3.config │ ├── lxcconf2xml-nonenetwork.config │ ├── lxcconf2xml-nonenetwork.xml │ ├── lxcconf2xml-nonetwork-v3.config │ ├── lxcconf2xml-nonetwork.config │ ├── lxcconf2xml-nonetwork.xml │ ├── lxcconf2xml-physnetwork-v3.config │ ├── lxcconf2xml-physnetwork.config │ ├── lxcconf2xml-physnetwork.xml │ ├── lxcconf2xml-simple-v3.config │ ├── lxcconf2xml-simple.config │ ├── lxcconf2xml-simple.xml │ ├── lxcconf2xml-vlannetwork-v3.config │ ├── lxcconf2xml-vlannetwork.config │ └── lxcconf2xml-vlannetwork.xml ├── lxcconf2xmltest.c ├── lxcxml2xmldata │ ├── lxc-capabilities.xml │ ├── lxc-disk-formats.xml │ ├── lxc-ethernet-hostip.xml │ ├── lxc-ethernet.xml │ ├── lxc-filesystem-ram.xml │ ├── lxc-filesystem-root.xml │ ├── lxc-hostdev.xml │ ├── lxc-idmap.xml │ ├── lxc-initdir.xml │ ├── lxc-initenv.xml │ ├── lxc-inituser.xml │ ├── lxc-sharenet.xml │ └── lxc-systemd.xml ├── lxcxml2xmloutdata │ └── lxc-filesystem-ram.xml ├── lxcxml2xmltest.c ├── metadatatest.c ├── networkxml2confdata │ ├── dhcp6-nat-network.conf │ ├── dhcp6-nat-network.xml │ ├── dhcp6-network.conf │ ├── dhcp6-network.xml │ ├── dhcp6host-routed-network.conf │ ├── dhcp6host-routed-network.xml │ ├── dnsmasq-options.conf │ ├── dnsmasq-options.xml │ ├── isolated-network.conf │ ├── isolated-network.xml │ ├── nat-network-dns-forward-plain.conf │ ├── nat-network-dns-forward-plain.xml │ ├── nat-network-dns-forwarder-no-resolv.conf │ ├── nat-network-dns-forwarder-no-resolv.xml │ ├── nat-network-dns-forwarders.conf │ ├── nat-network-dns-forwarders.xml │ ├── nat-network-dns-hosts.conf │ ├── nat-network-dns-hosts.xml │ ├── nat-network-dns-local-domain.conf │ ├── nat-network-dns-local-domain.xml │ ├── nat-network-dns-srv-record-minimal.conf │ ├── nat-network-dns-srv-record-minimal.xml │ ├── nat-network-dns-srv-record.conf │ ├── nat-network-dns-srv-record.xml │ ├── nat-network-dns-txt-record.conf │ ├── nat-network-dns-txt-record.xml │ ├── nat-network-mtu.conf │ ├── nat-network-mtu.xml │ ├── nat-network-name-with-quotes.conf │ ├── nat-network-name-with-quotes.xml │ ├── nat-network.conf │ ├── nat-network.xml │ ├── netboot-network.conf │ ├── netboot-network.xml │ ├── netboot-proxy-network.conf │ ├── netboot-proxy-network.xml │ ├── open-network.conf │ ├── open-network.xml │ ├── ptr-domains-auto.conf │ ├── ptr-domains-auto.xml │ ├── routed-network-no-dns.conf │ ├── routed-network-no-dns.xml │ ├── routed-network.conf │ └── routed-network.xml ├── networkxml2conftest.c ├── networkxml2firewalldata │ ├── base.args │ ├── nat-default-linux.args │ ├── nat-default.xml │ ├── nat-ipv6-linux.args │ ├── nat-ipv6.xml │ ├── nat-many-ips-linux.args │ ├── nat-many-ips.xml │ ├── nat-no-dhcp-linux.args │ ├── nat-no-dhcp.xml │ ├── nat-tftp-linux.args │ ├── nat-tftp.xml │ ├── route-default-linux.args │ └── route-default.xml ├── networkxml2firewalltest.c ├── networkxml2xmlin │ ├── 8021Qbh-net.xml │ ├── bandwidth-network.xml │ ├── dhcp6host-routed-network.xml │ ├── direct-net.xml │ ├── dnsmasq-options.xml │ ├── empty-allow-ipv6.xml │ ├── host-bridge-net.xml │ ├── host-bridge-no-flood.xml │ ├── hostdev-duplicate.xml │ ├── hostdev-pf.xml │ ├── hostdev.xml │ ├── isolated-network.xml │ ├── isolated-ports.xml │ ├── metadata.xml │ ├── nat-network-dns-forward-plain.xml │ ├── nat-network-dns-forwarder-no-resolv.xml │ ├── nat-network-dns-forwarders.xml │ ├── nat-network-dns-hosts.xml │ ├── nat-network-dns-srv-record-minimal.xml │ ├── nat-network-dns-srv-record.xml │ ├── nat-network-dns-srv-records.xml │ ├── nat-network-dns-txt-record.xml │ ├── nat-network-explicit-flood.xml │ ├── nat-network-forward-nat-address.xml │ ├── nat-network-forward-nat-no-address.xml │ ├── nat-network-mtu.xml │ ├── nat-network.xml │ ├── netboot-network.xml │ ├── netboot-proxy-network.xml │ ├── open-network-with-forward-dev.xml │ ├── open-network.xml │ ├── openvswitch-net.xml │ ├── passthrough-address-crash.xml │ ├── passthrough-duplicate.xml │ ├── passthrough-pf.xml │ ├── routed-network-no-dns-extra-elements.xml │ ├── routed-network-no-dns.xml │ ├── routed-network.xml │ ├── set-mtu.xml │ └── vepa-net.xml ├── networkxml2xmlout │ ├── 8021Qbh-net.xml │ ├── bandwidth-network.xml │ ├── dhcp6host-routed-network.xml │ ├── direct-net.xml │ ├── dnsmasq-options.xml │ ├── empty-allow-ipv6.xml │ ├── host-bridge-net.xml │ ├── host-bridge-no-flood.xml │ ├── hostdev-pf.xml │ ├── hostdev.xml │ ├── isolated-network.xml │ ├── isolated-ports.xml │ ├── metadata.xml │ ├── nat-network-dns-forward-plain.xml │ ├── nat-network-dns-forwarder-no-resolv.xml │ ├── nat-network-dns-forwarders.xml │ ├── nat-network-dns-hosts.xml │ ├── nat-network-dns-srv-record-minimal.xml │ ├── nat-network-dns-srv-record.xml │ ├── nat-network-dns-srv-records.xml │ ├── nat-network-dns-txt-record.xml │ ├── nat-network-explicit-flood.xml │ ├── nat-network-forward-nat-address.xml │ ├── nat-network-forward-nat-no-address.xml │ ├── nat-network-mtu.xml │ ├── nat-network.xml │ ├── netboot-network.xml │ ├── netboot-proxy-network.xml │ ├── open-network.xml │ ├── openvswitch-net.xml │ ├── passthrough-address-crash.xml │ ├── passthrough-pf.xml │ ├── routed-network-no-dns.xml │ ├── routed-network.xml │ ├── set-mtu.xml │ └── vepa-net.xml ├── networkxml2xmltest.c ├── networkxml2xmlupdatein │ ├── dhcp-range-10.xml │ ├── dhcp-range-existing.xml │ ├── dhcp-range.xml │ ├── dns-host-gateway-incomplete.xml │ ├── dns-host-pudding.xml │ ├── dns-txt-record-example.xml │ ├── dns-txt-record-snowman.xml │ ├── host-existing.xml │ ├── host-incomplete.xml │ ├── host-new-incomplete.xml │ ├── host-new.xml │ ├── host-updated.xml │ ├── interface-eth1.xml │ ├── interface-eth47.xml │ ├── portgroup-alice-new.xml │ ├── portgroup-alison.xml │ ├── srv-record-donkey.xml │ ├── srv-record-invalid.xml │ ├── srv-record-protocol.xml │ ├── srv-record-service.xml │ ├── srv-record.xml │ └── unparsable-dns-host.xml ├── networkxml2xmlupdateout │ ├── dhcp6host-routed-network-another-range.xml │ ├── dhcp6host-routed-network-range.xml │ ├── nat-network-dns-more-hosts.xml │ ├── nat-network-dns-srv-record.xml │ ├── nat-network-dns-srv-records.xml │ ├── nat-network-dns-txt-none.xml │ ├── nat-network-dns-txt-records.xml │ ├── nat-network-forward-ifaces.xml │ ├── nat-network-host-updated.xml │ ├── nat-network-hosts.xml │ ├── nat-network-no-forward-ifaces.xml │ ├── nat-network-no-hosts.xml │ ├── nat-network-no-range.xml │ ├── nat-network-one-host.xml │ ├── nat-network.xml │ ├── openvswitch-net-modified.xml │ ├── openvswitch-net-more-portgroups.xml │ └── openvswitch-net-without-alice.xml ├── networkxml2xmlupdatetest.c ├── nodedevschemadata │ ├── DVD_GCC_4247N.xml │ ├── DVD_with_media.xml │ ├── ccw_0_0_10000-invalid.xml │ ├── ccw_0_0_ffff.xml │ ├── computer.xml │ ├── drm_renderD129.xml │ ├── mdev_3627463d_b7f0_4fea_b468_f1da537d301b.xml │ ├── net_00_13_02_b9_f9_d3.xml │ ├── net_00_15_58_2f_e9_55.xml │ ├── pci_0000_00_02_0_header_type.xml │ ├── pci_0000_00_1c_0_header_type.xml │ ├── pci_0000_02_10_7_mdev_types.xml │ ├── pci_0000_02_10_7_sriov.xml │ ├── pci_0000_02_10_7_sriov_pf_vfs_all.xml │ ├── pci_0000_02_10_7_sriov_pf_vfs_all_header_type.xml │ ├── pci_0000_02_10_7_sriov_vfs.xml │ ├── pci_0000_02_10_7_sriov_zero_vfs_max_count.xml │ ├── pci_1002_71c4.xml │ ├── pci_8086_0c0c_snd_hda_intel.xml │ ├── pci_8086_10c9_sriov_pf.xml │ ├── pci_8086_27c5_scsi_host.xml │ ├── pci_8086_27c5_scsi_host_0.xml │ ├── pci_8086_27c5_scsi_host_0_unique_id.xml │ ├── pci_8086_27c5_scsi_host_scsi_device_lun0.xml │ ├── pci_8086_27c5_scsi_host_scsi_host.xml │ ├── pci_8086_4238_pcie_wireless.xml │ ├── pci_82579LM_network_adapter.xml │ ├── scsi_target0_0_0.xml │ ├── scsi_target1_0_0.xml │ ├── storage_serial_3600c0ff000d7a2a5d463ff4902000000.xml │ ├── storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE.xml │ ├── usb_device_1d6b_1_0000_00_1d_0.xml │ └── usb_device_1d6b_1_0000_00_1d_0_if0.xml ├── nodedevxml2xmltest.c ├── nssdata │ ├── virbr0.macs │ ├── virbr0.status │ ├── virbr1.macs │ └── virbr1.status ├── nsslinktest.c ├── nssmock.c ├── nsstest.c ├── nwfilterebiptablestest.c ├── nwfilterxml2firewalldata │ ├── ah-ipv6-linux.args │ ├── ah-ipv6.xml │ ├── ah-linux.args │ ├── ah.xml │ ├── all-ipv6-linux.args │ ├── all-ipv6.xml │ ├── all-linux.args │ ├── all.xml │ ├── arp-linux.args │ ├── arp.xml │ ├── comment-linux.args │ ├── comment.xml │ ├── conntrack-linux.args │ ├── conntrack.xml │ ├── esp-ipv6-linux.args │ ├── esp-ipv6.xml │ ├── esp-linux.args │ ├── esp.xml │ ├── example-1-linux.args │ ├── example-1.xml │ ├── example-2-linux.args │ ├── example-2.xml │ ├── hex-data-linux.args │ ├── hex-data.xml │ ├── icmp-direction-linux.args │ ├── icmp-direction.xml │ ├── icmp-direction2-linux.args │ ├── icmp-direction2.xml │ ├── icmp-direction3-linux.args │ ├── icmp-direction3.xml │ ├── icmp-linux.args │ ├── icmp.xml │ ├── icmpv6-linux.args │ ├── icmpv6.xml │ ├── igmp-linux.args │ ├── igmp.xml │ ├── ip-linux.args │ ├── ip.xml │ ├── ipset-linux.args │ ├── ipset.xml │ ├── ipt-no-macspoof-linux.args │ ├── ipt-no-macspoof.xml │ ├── ipv6-linux.args │ ├── ipv6.xml │ ├── iter1-linux.args │ ├── iter1.xml │ ├── iter2-linux.args │ ├── iter2.xml │ ├── iter3-linux.args │ ├── iter3.xml │ ├── mac-linux.args │ ├── mac.xml │ ├── rarp-linux.args │ ├── rarp.xml │ ├── ref-rule.xml │ ├── ref.xml │ ├── sctp-ipv6-linux.args │ ├── sctp-ipv6.xml │ ├── sctp-linux.args │ ├── sctp.xml │ ├── stp-linux.args │ ├── stp.xml │ ├── target-linux.args │ ├── target.xml │ ├── target2-linux.args │ ├── target2.xml │ ├── tcp-ipv6-linux.args │ ├── tcp-ipv6.xml │ ├── tcp-linux.args │ ├── tcp.xml │ ├── udp-ipv6-linux.args │ ├── udp-ipv6.xml │ ├── udp-linux.args │ ├── udp.xml │ ├── udplite-ipv6-linux.args │ ├── udplite-ipv6.xml │ ├── udplite-linux.args │ ├── udplite.xml │ ├── vlan-linux.args │ └── vlan.xml ├── nwfilterxml2firewalltest.c ├── nwfilterxml2xmlin │ ├── ah-ipv6-test.xml │ ├── ah-test.xml │ ├── all-ipv6-test.xml │ ├── all-test.xml │ ├── arp-test.xml │ ├── attr-value-test.xml │ ├── chain_prefixtest1.xml │ ├── comment-test.xml │ ├── conntrack-test.xml │ ├── esp-ipv6-test.xml │ ├── esp-test.xml │ ├── example-1.xml │ ├── example-2.xml │ ├── hex-data-test.xml │ ├── icmp-direction-test.xml │ ├── icmp-direction2-test.xml │ ├── icmp-direction3-test.xml │ ├── icmp-test.xml │ ├── icmpv6-test.xml │ ├── igmp-test.xml │ ├── ip-test.xml │ ├── ipset-test.xml │ ├── ipt-no-macspoof-test.xml │ ├── ipv6-test.xml │ ├── iter-test1.xml │ ├── iter-test2.xml │ ├── iter-test3.xml │ ├── mac-test.xml │ ├── rarp-test.xml │ ├── ref-rule-test.xml │ ├── ref-test.xml │ ├── sctp-ipv6-test.xml │ ├── sctp-test.xml │ ├── stp-test.xml │ ├── tcp-ipv6-test.xml │ ├── tcp-test.xml │ ├── udp-ipv6-test.xml │ ├── udp-test.xml │ ├── udplite-ipv6-test.xml │ ├── udplite-test.xml │ └── vlan-test.xml ├── nwfilterxml2xmlout │ ├── ah-ipv6-test.xml │ ├── ah-test.xml │ ├── all-ipv6-test.xml │ ├── all-test.xml │ ├── arp-test.xml │ ├── attr-value-test.xml │ ├── chain_prefixtest1.xml │ ├── comment-test.xml │ ├── conntrack-test.xml │ ├── esp-ipv6-test.xml │ ├── esp-test.xml │ ├── example-1.xml │ ├── example-2.xml │ ├── hex-data-test.xml │ ├── icmp-direction-test.xml │ ├── icmp-direction2-test.xml │ ├── icmp-direction3-test.xml │ ├── icmp-test.xml │ ├── icmpv6-test.xml │ ├── igmp-test.xml │ ├── ip-test.xml │ ├── ipset-test.xml │ ├── ipt-no-macspoof-test.xml │ ├── ipv6-test.xml │ ├── iter-test1.xml │ ├── iter-test2.xml │ ├── iter-test3.xml │ ├── mac-test.xml │ ├── rarp-test.xml │ ├── ref-rule-test.xml │ ├── ref-test.xml │ ├── sctp-ipv6-test.xml │ ├── sctp-test.xml │ ├── stp-test.xml │ ├── tcp-ipv6-test.xml │ ├── tcp-test.xml │ ├── udp-ipv6-test.xml │ ├── udp-test.xml │ ├── udplite-ipv6-test.xml │ ├── udplite-test.xml │ └── vlan-test.xml ├── nwfilterxml2xmltest.c ├── objecteventtest.c ├── openvzutilstest.c ├── openvzutilstest.conf ├── pkix_asn1_tab.c ├── qemuagentdata │ └── fsinfo.xml ├── qemuagenttest.c ├── qemublocktest.c ├── qemublocktestdata │ ├── backupmerge │ │ ├── basic-deep-out.json │ │ ├── basic-flat-out.json │ │ ├── basic-intermediate-out.json │ │ ├── snapshot-deep-out.json │ │ ├── snapshot-flat-out.json │ │ └── snapshot-intermediate-out.json │ ├── bitmap │ │ ├── basic.json │ │ ├── basic.out │ │ ├── snapshots-synthetic-broken.json │ │ ├── snapshots-synthetic-broken.out │ │ ├── snapshots-synthetic-checkpoint.json │ │ ├── snapshots-synthetic-checkpoint.out │ │ ├── snapshots.json │ │ ├── snapshots.out │ │ ├── synthetic.json │ │ └── synthetic.out │ ├── bitmapblockcopy │ │ ├── basic-deep-out.json │ │ ├── basic-shallow-out.json │ │ ├── snapshots-deep-out.json │ │ └── snapshots-shallow-out.json │ ├── checkpointdelete │ │ ├── basic-current-out.json │ │ ├── basic-intermediate1-out.json │ │ ├── basic-intermediate2-out.json │ │ ├── basic-intermediate3-out.json │ │ ├── basic-noparent-out.json │ │ ├── snapshots-current-out.json │ │ ├── snapshots-intermediate1-out.json │ │ ├── snapshots-intermediate2-out.json │ │ ├── snapshots-intermediate3-out.json │ │ ├── snapshots-noparent-out.json │ │ ├── snapshots-synthetic-checkpoint-current-out.json │ │ ├── snapshots-synthetic-checkpoint-intermediate1-out.json │ │ ├── snapshots-synthetic-checkpoint-intermediate2-out.json │ │ ├── snapshots-synthetic-checkpoint-intermediate3-out.json │ │ └── snapshots-synthetic-checkpoint-noparent-out.json │ ├── imagecreate │ │ ├── luks-encopts.json │ │ ├── luks-encopts.xml │ │ ├── luks-noopts.json │ │ ├── luks-noopts.xml │ │ ├── network-gluster-qcow2.json │ │ ├── network-gluster-qcow2.xml │ │ ├── network-rbd-qcow2.json │ │ ├── network-rbd-qcow2.xml │ │ ├── network-sheepdog-qcow2.json │ │ ├── network-sheepdog-qcow2.xml │ │ ├── network-ssh-qcow2.json │ │ ├── network-ssh-qcow2.xml │ │ ├── qcow2-backing-luks.json │ │ ├── qcow2-backing-luks.xml │ │ ├── qcow2-backing-qcow2-slice.json │ │ ├── qcow2-backing-qcow2-slice.xml │ │ ├── qcow2-backing-raw-nbd.json │ │ ├── qcow2-backing-raw-nbd.xml │ │ ├── qcow2-backing-raw-slice.json │ │ ├── qcow2-backing-raw-slice.xml │ │ ├── qcow2-backing-raw.json │ │ ├── qcow2-backing-raw.xml │ │ ├── qcow2-luks-encopts-backing.json │ │ ├── qcow2-luks-encopts-backing.xml │ │ ├── qcow2-luks-encopts.json │ │ ├── qcow2-luks-encopts.xml │ │ ├── qcow2-luks-noopts.json │ │ ├── qcow2-luks-noopts.xml │ │ ├── qcow2-slice.xml │ │ ├── qcow2.json │ │ ├── qcow2.xml │ │ ├── raw-nbd.json │ │ ├── raw-nbd.xml │ │ ├── raw-slice.xml │ │ ├── raw.json │ │ └── raw.xml │ └── xml2json │ │ ├── block-raw-noopts-srconly.json │ │ ├── block-raw-noopts.json │ │ ├── block-raw-noopts.xml │ │ ├── block-raw-reservations-srconly.json │ │ ├── block-raw-reservations.json │ │ ├── block-raw-reservations.xml │ │ ├── dir-fat-cache-srconly.json │ │ ├── dir-fat-cache.json │ │ ├── dir-fat-cache.xml │ │ ├── dir-fat-floppy-srconly.json │ │ ├── dir-fat-floppy.json │ │ ├── dir-fat-floppy.xml │ │ ├── dir-fat-readonly-srconly.json │ │ ├── dir-fat-readonly.json │ │ ├── dir-fat-readonly.xml │ │ ├── file-backing_basic-aio_threads-srconly.json │ │ ├── file-backing_basic-aio_threads.json │ │ ├── file-backing_basic-aio_threads.xml │ │ ├── file-backing_basic-cache-directsync-srconly.json │ │ ├── file-backing_basic-cache-directsync.json │ │ ├── file-backing_basic-cache-directsync.xml │ │ ├── file-backing_basic-cache-none-srconly.json │ │ ├── file-backing_basic-cache-none.json │ │ ├── file-backing_basic-cache-none.xml │ │ ├── file-backing_basic-cache-unsafe-srconly.json │ │ ├── file-backing_basic-cache-unsafe.json │ │ ├── file-backing_basic-cache-unsafe.xml │ │ ├── file-backing_basic-cache-writeback-srconly.json │ │ ├── file-backing_basic-cache-writeback.json │ │ ├── file-backing_basic-cache-writeback.xml │ │ ├── file-backing_basic-cache-writethrough-srconly.json │ │ ├── file-backing_basic-cache-writethrough.json │ │ ├── file-backing_basic-cache-writethrough.xml │ │ ├── file-backing_basic-detect-srconly.json │ │ ├── file-backing_basic-detect.json │ │ ├── file-backing_basic-detect.xml │ │ ├── file-backing_basic-noopts-srconly.json │ │ ├── file-backing_basic-noopts.json │ │ ├── file-backing_basic-noopts.xml │ │ ├── file-backing_basic-unmap-detect-srconly.json │ │ ├── file-backing_basic-unmap-detect.json │ │ ├── file-backing_basic-unmap-detect.xml │ │ ├── file-backing_basic-unmap-ignore-srconly.json │ │ ├── file-backing_basic-unmap-ignore.json │ │ ├── file-backing_basic-unmap-ignore.xml │ │ ├── file-backing_basic-unmap-srconly.json │ │ ├── file-backing_basic-unmap.json │ │ ├── file-backing_basic-unmap.xml │ │ ├── file-bochs-noopts-srconly.json │ │ ├── file-bochs-noopts.json │ │ ├── file-bochs-noopts.xml │ │ ├── file-cloop-noopts-srconly.json │ │ ├── file-cloop-noopts.json │ │ ├── file-cloop-noopts.xml │ │ ├── file-dmg-noopts-srconly.json │ │ ├── file-dmg-noopts.json │ │ ├── file-dmg-noopts.xml │ │ ├── file-ploop-noopts-srconly.json │ │ ├── file-ploop-noopts.json │ │ ├── file-ploop-noopts.xml │ │ ├── file-qcow2-backing-chain-encryption-srconly.json │ │ ├── file-qcow2-backing-chain-encryption.json │ │ ├── file-qcow2-backing-chain-encryption.xml │ │ ├── file-qcow2-backing-chain-noopts-srconly.json │ │ ├── file-qcow2-backing-chain-noopts.json │ │ ├── file-qcow2-backing-chain-noopts.xml │ │ ├── file-qcow2-backing-chain-unterminated-srconly.json │ │ ├── file-qcow2-backing-chain-unterminated.json │ │ ├── file-qcow2-backing-chain-unterminated.xml │ │ ├── file-raw-aio_native-srconly.json │ │ ├── file-raw-aio_native.json │ │ ├── file-raw-aio_native.xml │ │ ├── file-raw-luks-srconly.json │ │ ├── file-raw-luks.json │ │ ├── file-raw-luks.xml │ │ ├── file-raw-noopts-srconly.json │ │ ├── file-raw-noopts.json │ │ ├── file-raw-noopts.xml │ │ ├── file-vdi-noopts-srconly.json │ │ ├── file-vdi-noopts.json │ │ ├── file-vdi-noopts.xml │ │ ├── file-vhd-noopts-srconly.json │ │ ├── file-vhd-noopts.json │ │ ├── file-vhd-noopts.xml │ │ ├── file-vpc-noopts-srconly.json │ │ ├── file-vpc-noopts.json │ │ ├── file-vpc-noopts.xml │ │ ├── network-nbd-tls-srconly.json │ │ ├── network-nbd-tls.json │ │ ├── network-nbd-tls.xml │ │ ├── network-qcow2-backing-chain-cache-unsafe-srconly.json │ │ ├── network-qcow2-backing-chain-cache-unsafe.json │ │ ├── network-qcow2-backing-chain-cache-unsafe.xml │ │ ├── network-qcow2-backing-chain-encryption_auth-srconly.json │ │ ├── network-qcow2-backing-chain-encryption_auth.json │ │ ├── network-qcow2-backing-chain-encryption_auth.xml │ │ ├── nodename-long-format.xml │ │ └── nodename-long-protocol.xml ├── qemucapabilitiesdata │ ├── caps_1.5.3.x86_64.replies │ ├── caps_1.5.3.x86_64.xml │ ├── caps_1.6.0.x86_64.replies │ ├── caps_1.6.0.x86_64.xml │ ├── caps_1.7.0.x86_64.replies │ ├── caps_1.7.0.x86_64.xml │ ├── caps_2.1.1.x86_64.replies │ ├── caps_2.1.1.x86_64.xml │ ├── caps_2.10.0.aarch64.replies │ ├── caps_2.10.0.aarch64.xml │ ├── caps_2.10.0.ppc64.replies │ ├── caps_2.10.0.ppc64.xml │ ├── caps_2.10.0.s390x.replies │ ├── caps_2.10.0.s390x.xml │ ├── caps_2.10.0.x86_64.replies │ ├── caps_2.10.0.x86_64.xml │ ├── caps_2.11.0.s390x.replies │ ├── caps_2.11.0.s390x.xml │ ├── caps_2.11.0.x86_64.replies │ ├── caps_2.11.0.x86_64.xml │ ├── caps_2.12.0.aarch64.replies │ ├── caps_2.12.0.aarch64.xml │ ├── caps_2.12.0.ppc64.replies │ ├── caps_2.12.0.ppc64.xml │ ├── caps_2.12.0.s390x.replies │ ├── caps_2.12.0.s390x.xml │ ├── caps_2.12.0.x86_64.replies │ ├── caps_2.12.0.x86_64.xml │ ├── caps_2.4.0.x86_64.replies │ ├── caps_2.4.0.x86_64.xml │ ├── caps_2.5.0.x86_64.replies │ ├── caps_2.5.0.x86_64.xml │ ├── caps_2.6.0.aarch64.replies │ ├── caps_2.6.0.aarch64.xml │ ├── caps_2.6.0.ppc64.replies │ ├── caps_2.6.0.ppc64.xml │ ├── caps_2.6.0.x86_64.replies │ ├── caps_2.6.0.x86_64.xml │ ├── caps_2.7.0.s390x.replies │ ├── caps_2.7.0.s390x.xml │ ├── caps_2.7.0.x86_64.replies │ ├── caps_2.7.0.x86_64.xml │ ├── caps_2.8.0.s390x.replies │ ├── caps_2.8.0.s390x.xml │ ├── caps_2.8.0.x86_64.replies │ ├── caps_2.8.0.x86_64.xml │ ├── caps_2.9.0.ppc64.replies │ ├── caps_2.9.0.ppc64.xml │ ├── caps_2.9.0.s390x.replies │ ├── caps_2.9.0.s390x.xml │ ├── caps_2.9.0.x86_64.replies │ ├── caps_2.9.0.x86_64.xml │ ├── caps_3.0.0.ppc64.replies │ ├── caps_3.0.0.ppc64.xml │ ├── caps_3.0.0.riscv32.replies │ ├── caps_3.0.0.riscv32.xml │ ├── caps_3.0.0.riscv64.replies │ ├── caps_3.0.0.riscv64.xml │ ├── caps_3.0.0.s390x.replies │ ├── caps_3.0.0.s390x.xml │ ├── caps_3.0.0.x86_64.replies │ ├── caps_3.0.0.x86_64.xml │ ├── caps_3.1.0.ppc64.replies │ ├── caps_3.1.0.ppc64.xml │ ├── caps_3.1.0.x86_64.replies │ ├── caps_3.1.0.x86_64.xml │ ├── caps_4.0.0.aarch64.replies │ ├── caps_4.0.0.aarch64.xml │ ├── caps_4.0.0.ppc64.replies │ ├── caps_4.0.0.ppc64.xml │ ├── caps_4.0.0.riscv32.replies │ ├── caps_4.0.0.riscv32.xml │ ├── caps_4.0.0.riscv64.replies │ ├── caps_4.0.0.riscv64.xml │ ├── caps_4.0.0.s390x.replies │ ├── caps_4.0.0.s390x.xml │ ├── caps_4.0.0.x86_64.replies │ ├── caps_4.0.0.x86_64.xml │ ├── caps_4.1.0.x86_64.replies │ ├── caps_4.1.0.x86_64.xml │ ├── caps_4.2.0.aarch64.replies │ ├── caps_4.2.0.aarch64.xml │ ├── caps_4.2.0.ppc64.replies │ ├── caps_4.2.0.ppc64.xml │ ├── caps_4.2.0.s390x.replies │ ├── caps_4.2.0.s390x.xml │ ├── caps_4.2.0.x86_64.replies │ ├── caps_4.2.0.x86_64.xml │ ├── caps_5.0.0.aarch64.replies │ ├── caps_5.0.0.aarch64.xml │ ├── caps_5.0.0.ppc64.replies │ ├── caps_5.0.0.ppc64.xml │ ├── caps_5.0.0.x86_64.replies │ └── caps_5.0.0.x86_64.xml ├── qemucapabilitiestest.c ├── qemucaps2xmlmock.c ├── qemucaps2xmloutdata │ ├── caps.aarch64.xml │ ├── caps.ppc64.xml │ ├── caps.riscv32.xml │ ├── caps.riscv64.xml │ ├── caps.s390x.xml │ └── caps.x86_64.xml ├── qemucaps2xmltest.c ├── qemucapsfixreplies ├── qemucapsprobe.c ├── qemucapsprobemock.c ├── qemucommandutiltest.c ├── qemucpumock.c ├── qemudomaincheckpointxml2xmlin │ ├── disk-default.xml │ ├── disk-invalid.xml │ ├── empty.xml │ ├── name-invalid.xml │ ├── sample.xml │ └── size.xml ├── qemudomaincheckpointxml2xmlout │ ├── disk-default.xml │ ├── empty.xml │ ├── internal-active-invalid.xml │ ├── internal-inactive-invalid.xml │ ├── redefine.xml │ ├── sample.xml │ └── size.xml ├── qemudomaincheckpointxml2xmltest.c ├── qemudomainsnapshotxml2xmlin │ ├── description_only.xml │ ├── disk-invalid.xml │ ├── disk-network-seclabel-invalid.xml │ ├── disk-seclabel.xml │ ├── disk_driver_name_null.xml │ ├── disk_snapshot.xml │ ├── empty.xml │ ├── external_vm.xml │ ├── name_and_description.xml │ ├── name_only.xml │ └── noparent.xml ├── qemudomainsnapshotxml2xmlout │ ├── all_parameters.xml │ ├── disk-seclabel.xml │ ├── disk_driver_name_null.xml │ ├── disk_snapshot.xml │ ├── disk_snapshot_redefine.xml │ ├── empty.xml │ ├── external_vm.xml │ ├── external_vm_redefine.xml │ ├── full_domain.xml │ ├── metadata.xml │ ├── name_and_description.xml │ ├── noparent.xml │ ├── noparent_nodescription.xml │ └── noparent_nodescription_noactive.xml ├── qemudomainsnapshotxml2xmltest.c ├── qemufirmwaredata │ ├── etc │ │ └── qemu │ │ │ └── firmware │ │ │ ├── 40-ovmf-sb-keys.json │ │ │ └── 60-ovmf-sb.json │ ├── home │ │ └── user │ │ │ └── .config │ │ │ └── qemu │ │ │ └── firmware │ │ │ └── 10-bios.json │ └── usr │ │ └── share │ │ └── qemu │ │ └── firmware │ │ ├── 40-bios.json │ │ ├── 50-ovmf-sb-keys.json │ │ ├── 60-ovmf-sb.json │ │ ├── 61-ovmf.json │ │ └── 70-aavmf.json ├── qemufirmwaretest.c ├── qemuhotplugmock.c ├── qemuhotplugtest.c ├── qemuhotplugtestcpus │ ├── ppc64-modern-bulk-domain.xml │ ├── ppc64-modern-bulk-monitor.json │ ├── ppc64-modern-bulk-result-conf.xml │ ├── ppc64-modern-bulk-result-live.xml │ ├── ppc64-modern-individual-domain.xml │ ├── ppc64-modern-individual-monitor.json │ ├── ppc64-modern-individual-result-conf.xml │ ├── ppc64-modern-individual-result-live.xml │ ├── x86-modern-bulk-domain.xml │ ├── x86-modern-bulk-monitor.json │ ├── x86-modern-bulk-result-conf.xml │ ├── x86-modern-bulk-result-live.xml │ ├── x86-modern-individual-add-domain.xml │ ├── x86-modern-individual-add-monitor.json │ ├── x86-modern-individual-add-result-conf.xml │ ├── x86-modern-individual-add-result-live.xml │ ├── x86-old-bulk-domain.xml │ ├── x86-old-bulk-monitor.json │ ├── x86-old-bulk-result-conf.xml │ └── x86-old-bulk-result-live.xml ├── qemuhotplugtestdevices │ ├── qemuhotplug-ccw-virtio-1-explicit.xml │ ├── qemuhotplug-ccw-virtio-1-reverse.xml │ ├── qemuhotplug-ccw-virtio-2-explicit.xml │ ├── qemuhotplug-ccw-virtio-2.xml │ ├── qemuhotplug-ccw-virtio.xml │ ├── qemuhotplug-console-virtio.xml │ ├── qemuhotplug-disk-cdrom-nochange.xml │ ├── qemuhotplug-disk-scsi-2.xml │ ├── qemuhotplug-disk-scsi-duplicate-wwn.xml │ ├── qemuhotplug-disk-scsi.xml │ ├── qemuhotplug-disk-usb.xml │ ├── qemuhotplug-disk-virtio.xml │ ├── qemuhotplug-graphics-spice-listen-network-password.xml │ ├── qemuhotplug-graphics-spice-listen.xml │ ├── qemuhotplug-graphics-spice-nochange.xml │ ├── qemuhotplug-graphics-spice-timeout-nochange.xml │ ├── qemuhotplug-graphics-spice-timeout-password.xml │ ├── qemuhotplug-guestfwd.xml │ ├── qemuhotplug-hostdev-pci.xml │ ├── qemuhotplug-ivshmem-doorbell-detach.xml │ ├── qemuhotplug-ivshmem-doorbell.xml │ ├── qemuhotplug-ivshmem-plain-detach.xml │ ├── qemuhotplug-ivshmem-plain.xml │ ├── qemuhotplug-qemu-agent-detach.xml │ ├── qemuhotplug-qemu-agent.xml │ ├── qemuhotplug-watchdog-full.xml │ ├── qemuhotplug-watchdog-user-alias-full.xml │ ├── qemuhotplug-watchdog-user-alias.xml │ └── qemuhotplug-watchdog.xml ├── qemuhotplugtestdomains │ ├── qemuhotplug-base+qemu-agent-detach.xml │ ├── qemuhotplug-base+qemu-agent.xml │ ├── qemuhotplug-base-ccw-live+ccw-virtio.xml │ ├── qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-explicit.xml │ ├── qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-reverse.xml │ ├── qemuhotplug-base-ccw-live-with-2-ccw-virtio.xml │ ├── qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2-explicit.xml │ ├── qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2.xml │ ├── qemuhotplug-base-ccw-live-with-ccw-virtio.xml │ ├── qemuhotplug-base-ccw-live.xml │ ├── qemuhotplug-base-live+disk-scsi-wwn+disk-scsi-duplicate-wwn.xml │ ├── qemuhotplug-base-live+disk-scsi-wwn.xml │ ├── qemuhotplug-base-live+disk-scsi.xml │ ├── qemuhotplug-base-live+disk-usb.xml │ ├── qemuhotplug-base-live+disk-virtio.xml │ ├── qemuhotplug-base-live+guestfwd.xml │ ├── qemuhotplug-base-live+hostdev-pci.xml │ ├── qemuhotplug-base-live+ivshmem-doorbell-detach.xml │ ├── qemuhotplug-base-live+ivshmem-doorbell.xml │ ├── qemuhotplug-base-live+ivshmem-plain-detach.xml │ ├── qemuhotplug-base-live+ivshmem-plain.xml │ ├── qemuhotplug-base-live+qemu-agent-detach.xml │ ├── qemuhotplug-base-live+qemu-agent.xml │ ├── qemuhotplug-base-live+watchdog-user-alias.xml │ ├── qemuhotplug-base-live+watchdog.xml │ ├── qemuhotplug-base-live.xml │ ├── qemuhotplug-base-with-scsi-controller-live+disk-scsi-2.xml │ ├── qemuhotplug-base-with-scsi-controller-live.xml │ ├── qemuhotplug-base-without-scsi-controller-live+disk-scsi-2.xml │ ├── qemuhotplug-base-without-scsi-controller-live.xml │ ├── qemuhotplug-console-compat-2-live+console-virtio.xml │ ├── qemuhotplug-console-compat-2-live.xml │ ├── qemuhotplug-disk-cdrom.xml │ ├── qemuhotplug-graphics-spice-listen-network.xml │ ├── qemuhotplug-graphics-spice-timeout.xml │ ├── qemuhotplug-graphics-spice.xml │ ├── qemuhotplug-pseries-base-live+hostdev-pci.xml │ └── qemuhotplug-pseries-base-live.xml ├── qemumemlockdata │ ├── qemumemlock-pc-hardlimit+hostdev.xml │ ├── qemumemlock-pc-hardlimit+locked+hostdev.xml │ ├── qemumemlock-pc-hardlimit+locked.xml │ ├── qemumemlock-pc-hardlimit.xml │ ├── qemumemlock-pc-hostdev.xml │ ├── qemumemlock-pc-kvm.xml │ ├── qemumemlock-pc-locked+hostdev.xml │ ├── qemumemlock-pc-locked.xml │ ├── qemumemlock-pc-tcg.xml │ ├── qemumemlock-pseries-hardlimit+hostdev.xml │ ├── qemumemlock-pseries-hardlimit+locked+hostdev.xml │ ├── qemumemlock-pseries-hardlimit+locked.xml │ ├── qemumemlock-pseries-hardlimit.xml │ ├── qemumemlock-pseries-hostdev.xml │ ├── qemumemlock-pseries-kvm.xml │ ├── qemumemlock-pseries-locked+hostdev.xml │ ├── qemumemlock-pseries-locked.xml │ └── qemumemlock-pseries-tcg.xml ├── qemumemlocktest.c ├── qemumigparamsdata │ ├── basic.json │ ├── basic.reply │ ├── basic.xml │ ├── empty.json │ ├── empty.reply │ ├── empty.xml │ ├── tls-enabled.json │ ├── tls-enabled.reply │ ├── tls-enabled.xml │ ├── tls-hostname.json │ ├── tls-hostname.reply │ ├── tls-hostname.xml │ ├── tls.json │ ├── tls.reply │ ├── tls.xml │ ├── unsupported.json │ ├── unsupported.reply │ └── unsupported.xml ├── qemumigparamstest.c ├── qemumonitorjsondata │ ├── qemumonitorjson-cpuinfo-ppc64-basic-cpus.json │ ├── qemumonitorjson-cpuinfo-ppc64-basic-hotplug.json │ ├── qemumonitorjson-cpuinfo-ppc64-basic.data │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-1-cpus.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-1-hotplug.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-1.data │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-2-cpus.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-2-hotplug.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-2.data │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-4-cpus.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-4-hotplug.json │ ├── qemumonitorjson-cpuinfo-ppc64-hotplug-4.data │ ├── qemumonitorjson-cpuinfo-ppc64-no-threads-cpus.json │ ├── qemumonitorjson-cpuinfo-ppc64-no-threads-hotplug.json │ ├── qemumonitorjson-cpuinfo-ppc64-no-threads.data │ ├── qemumonitorjson-cpuinfo-s390-fast-cpus.json │ ├── qemumonitorjson-cpuinfo-s390-fast-hotplug.json │ ├── qemumonitorjson-cpuinfo-s390-fast.data │ ├── qemumonitorjson-cpuinfo-x86-basic-pluggable-cpus.json │ ├── qemumonitorjson-cpuinfo-x86-basic-pluggable-hotplug.json │ ├── qemumonitorjson-cpuinfo-x86-basic-pluggable.data │ ├── qemumonitorjson-cpuinfo-x86-full-cpus.json │ ├── qemumonitorjson-cpuinfo-x86-full-fast-cpus.json │ ├── qemumonitorjson-cpuinfo-x86-full-fast-hotplug.json │ ├── qemumonitorjson-cpuinfo-x86-full-fast.data │ ├── qemumonitorjson-cpuinfo-x86-full-hotplug.json │ ├── qemumonitorjson-cpuinfo-x86-full.data │ ├── qemumonitorjson-cpuinfo-x86-node-full-cpus.json │ ├── qemumonitorjson-cpuinfo-x86-node-full-hotplug.json │ ├── qemumonitorjson-cpuinfo-x86-node-full.data │ ├── qemumonitorjson-getcpu-ecx.data │ ├── qemumonitorjson-getcpu-ecx.json │ ├── qemumonitorjson-getcpu-full.data │ ├── qemumonitorjson-getcpu-full.json │ ├── qemumonitorjson-getcpu-host.data │ ├── qemumonitorjson-getcpu-host.json │ ├── qemumonitorjson-nodename-basic-blockstats.json │ ├── qemumonitorjson-nodename-basic-named-nodes.json │ ├── qemumonitorjson-nodename-basic.result │ ├── qemumonitorjson-nodename-blockjob-blockstats.json │ ├── qemumonitorjson-nodename-blockjob-named-nodes.json │ ├── qemumonitorjson-nodename-blockjob.result │ ├── qemumonitorjson-nodename-empty-blockstats.json │ ├── qemumonitorjson-nodename-empty-named-nodes.json │ ├── qemumonitorjson-nodename-empty.result │ ├── qemumonitorjson-nodename-gluster-blockstats.json │ ├── qemumonitorjson-nodename-gluster-named-nodes.json │ ├── qemumonitorjson-nodename-gluster.result │ ├── qemumonitorjson-nodename-iscsi-blockstats.json │ ├── qemumonitorjson-nodename-iscsi-named-nodes.json │ ├── qemumonitorjson-nodename-iscsi.result │ ├── qemumonitorjson-nodename-luks-blockstats.json │ ├── qemumonitorjson-nodename-luks-named-nodes.json │ ├── qemumonitorjson-nodename-luks.result │ ├── qemumonitorjson-nodename-old-blockstats.json │ ├── qemumonitorjson-nodename-old-named-nodes.json │ ├── qemumonitorjson-nodename-old.result │ ├── qemumonitorjson-nodename-relative-blockstats.json │ ├── qemumonitorjson-nodename-relative-named-nodes.json │ ├── qemumonitorjson-nodename-relative.result │ ├── qemumonitorjson-nodename-same-backing-blockstats.json │ ├── qemumonitorjson-nodename-same-backing-named-nodes.json │ ├── qemumonitorjson-nodename-same-backing.result │ ├── query-jobs-create.json │ ├── query-jobs-create.result │ ├── query-jobs-empty.json │ └── query-jobs-empty.result ├── qemumonitorjsontest.c ├── qemumonitortestutils.c ├── qemumonitortestutils.h ├── qemusecuritymock.c ├── qemusecuritytest.c ├── qemusecuritytest.h ├── qemustatusxml2xmldata │ ├── backup-pull-in.xml │ ├── backup-pull-out.xml │ ├── blockjob-blockdev-in.xml │ ├── blockjob-blockdev-out.xml │ ├── blockjob-mirror-in.xml │ ├── blockjob-mirror-out.xml │ ├── disk-secinfo-upgrade-in.xml │ ├── disk-secinfo-upgrade-out.xml │ ├── migration-in-params-in.xml │ ├── migration-in-params-out.xml │ ├── migration-out-nbd-in.xml │ ├── migration-out-nbd-out.xml │ ├── migration-out-nbd-tls-in.xml │ ├── migration-out-nbd-tls-out.xml │ ├── migration-out-params-in.xml │ ├── migration-out-params-out.xml │ ├── modern-in.xml │ ├── modern-out.xml │ ├── vcpus-multi-in.xml │ └── vcpus-multi-out.xml ├── qemuvhostuserdata │ ├── etc │ │ └── qemu │ │ │ └── vhost-user │ │ │ ├── 40-gpu.json │ │ │ └── 50-gpu.json │ └── usr │ │ ├── libexec │ │ └── qemu │ │ │ └── vhost-user │ │ │ └── test-vhost-user-gpu │ │ └── share │ │ └── qemu │ │ └── vhost-user │ │ ├── 30-gpu.json │ │ ├── 50-gpu.json │ │ └── 60-gpu.json ├── qemuvhostusertest.c ├── qemuxml2argvdata │ ├── 440fx-ide-address-conflict.xml │ ├── 440fx-wrong-root.xml │ ├── aarch64-aavmf-virtio-mmio.args │ ├── aarch64-aavmf-virtio-mmio.xml │ ├── aarch64-acpi-nouefi.xml │ ├── aarch64-acpi-uefi.args │ ├── aarch64-acpi-uefi.xml │ ├── aarch64-cpu-passthrough.args │ ├── aarch64-cpu-passthrough.xml │ ├── aarch64-default-cpu-kvm-virt-4.2.aarch64-latest.args │ ├── aarch64-default-cpu-kvm-virt-4.2.xml │ ├── aarch64-default-cpu-tcg-virt-4.2.aarch64-latest.args │ ├── aarch64-default-cpu-tcg-virt-4.2.xml │ ├── aarch64-features-sve-disabled.xml │ ├── aarch64-features-sve.aarch64-latest.args │ ├── aarch64-features-sve.xml │ ├── aarch64-features-wrong.xml │ ├── aarch64-gic-default-both.args │ ├── aarch64-gic-default-both.xml │ ├── aarch64-gic-default-v2.args │ ├── aarch64-gic-default-v2.xml │ ├── aarch64-gic-default-v3.args │ ├── aarch64-gic-default-v3.xml │ ├── aarch64-gic-default.args │ ├── aarch64-gic-default.xml │ ├── aarch64-gic-host.args │ ├── aarch64-gic-host.xml │ ├── aarch64-gic-invalid.xml │ ├── aarch64-gic-none-both.args │ ├── aarch64-gic-none-both.xml │ ├── aarch64-gic-none-tcg.args │ ├── aarch64-gic-none-tcg.xml │ ├── aarch64-gic-none-v2.args │ ├── aarch64-gic-none-v2.xml │ ├── aarch64-gic-none-v3.args │ ├── aarch64-gic-none-v3.xml │ ├── aarch64-gic-none.args │ ├── aarch64-gic-none.xml │ ├── aarch64-gic-not-arm.xml │ ├── aarch64-gic-not-virt.xml │ ├── aarch64-gic-v2.args │ ├── aarch64-gic-v2.xml │ ├── aarch64-gic-v3.args │ ├── aarch64-gic-v3.xml │ ├── aarch64-kvm-32-on-64.args │ ├── aarch64-kvm-32-on-64.xml │ ├── aarch64-noacpi-nouefi.args │ ├── aarch64-noacpi-nouefi.xml │ ├── aarch64-noacpi-uefi.args │ ├── aarch64-noacpi-uefi.xml │ ├── aarch64-os-firmware-efi.aarch64-latest.args │ ├── aarch64-os-firmware-efi.xml │ ├── aarch64-pci-serial.args │ ├── aarch64-pci-serial.xml │ ├── aarch64-traditional-pci.args │ ├── aarch64-traditional-pci.xml │ ├── aarch64-usb-controller-nec-xhci.args │ ├── aarch64-usb-controller-nec-xhci.xml │ ├── aarch64-usb-controller-qemu-xhci.args │ ├── aarch64-usb-controller-qemu-xhci.xml │ ├── aarch64-video-default.args │ ├── aarch64-video-default.xml │ ├── aarch64-video-virtio-gpu-pci.args │ ├── aarch64-video-virtio-gpu-pci.xml │ ├── aarch64-virt-2.6-virtio-pci-default.args │ ├── aarch64-virt-2.6-virtio-pci-default.xml │ ├── aarch64-virt-default-nic.args │ ├── aarch64-virt-default-nic.xml │ ├── aarch64-virt-graphics.aarch64-latest.args │ ├── aarch64-virt-graphics.xml │ ├── aarch64-virt-headless.aarch64-latest.args │ ├── aarch64-virt-headless.xml │ ├── aarch64-virt-virtio.args │ ├── aarch64-virt-virtio.xml │ ├── aarch64-virtio-pci-default.args │ ├── aarch64-virtio-pci-default.xml │ ├── aarch64-virtio-pci-manual-addresses.args │ ├── aarch64-virtio-pci-manual-addresses.xml │ ├── acpi-table.args │ ├── acpi-table.xml │ ├── arm-vexpressa9-basic.args │ ├── arm-vexpressa9-basic.xml │ ├── arm-vexpressa9-nodevs.args │ ├── arm-vexpressa9-nodevs.xml │ ├── arm-vexpressa9-virtio.args │ ├── arm-vexpressa9-virtio.xml │ ├── arm-virt-virtio.args │ ├── arm-virt-virtio.xml │ ├── autoindex.args │ ├── autoindex.xml │ ├── balloon-ccw-deflate.args │ ├── balloon-ccw-deflate.xml │ ├── balloon-device-auto.args │ ├── balloon-device-auto.xml │ ├── balloon-device-deflate-off.args │ ├── balloon-device-deflate-off.xml │ ├── balloon-device-deflate.args │ ├── balloon-device-deflate.xml │ ├── balloon-device-period.args │ ├── balloon-device-period.xml │ ├── balloon-device.args │ ├── balloon-device.xml │ ├── balloon-mmio-deflate.args │ ├── balloon-mmio-deflate.xml │ ├── bios-nvram-os-interleave.xml │ ├── bios-nvram-secure.args │ ├── bios-nvram-secure.xml │ ├── bios-nvram.args │ ├── bios-nvram.xml │ ├── bios.args │ ├── bios.xml │ ├── blkdeviotune-group-num.args │ ├── blkdeviotune-group-num.xml │ ├── blkdeviotune-max-length.args │ ├── blkdeviotune-max-length.xml │ ├── blkdeviotune-max.args │ ├── blkdeviotune-max.xml │ ├── blkdeviotune.xml │ ├── blkiotune-device.args │ ├── blkiotune-device.xml │ ├── blkiotune.args │ ├── blkiotune.xml │ ├── boot-cdrom.args │ ├── boot-cdrom.xml │ ├── boot-complex.args │ ├── boot-complex.xml │ ├── boot-dev+order.xml │ ├── boot-floppy-q35.args │ ├── boot-floppy-q35.xml │ ├── boot-floppy.args │ ├── boot-floppy.xml │ ├── boot-menu-disable-drive.args │ ├── boot-menu-disable-drive.xml │ ├── boot-menu-disable-with-timeout.xml │ ├── boot-menu-disable.args │ ├── boot-menu-disable.xml │ ├── boot-menu-enable-with-timeout-invalid.xml │ ├── boot-menu-enable-with-timeout.args │ ├── boot-menu-enable-with-timeout.xml │ ├── boot-menu-enable.args │ ├── boot-menu-enable.xml │ ├── boot-multi.args │ ├── boot-multi.xml │ ├── boot-network.args │ ├── boot-network.xml │ ├── boot-order.args │ ├── boot-order.xml │ ├── boot-strict.args │ ├── boot-strict.xml │ ├── channel-guestfwd.args │ ├── channel-guestfwd.xml │ ├── channel-spicevmc.args │ ├── channel-spicevmc.xml │ ├── channel-unix-guestfwd.x86_64-2.5.0.args │ ├── channel-unix-guestfwd.x86_64-latest.args │ ├── channel-unix-guestfwd.xml │ ├── channel-unix-source-path.xml │ ├── channel-virtio-auto.args │ ├── channel-virtio-auto.xml │ ├── channel-virtio-autoadd.args │ ├── channel-virtio-autoadd.xml │ ├── channel-virtio-autoassign.args │ ├── channel-virtio-autoassign.xml │ ├── channel-virtio-default.args │ ├── channel-virtio-default.xml │ ├── channel-virtio-state.args │ ├── channel-virtio-state.xml │ ├── channel-virtio-unix.args │ ├── channel-virtio-unix.xml │ ├── channel-virtio.args │ ├── channel-virtio.xml │ ├── chardev-label.xml │ ├── chardev-reconnect-generated-path.xml │ ├── chardev-reconnect-invalid-timeout.xml │ ├── chardev-reconnect.args │ ├── chardev-reconnect.xml │ ├── clock-catchup.args │ ├── clock-catchup.xml │ ├── clock-france.args │ ├── clock-france.xml │ ├── clock-hpet-off.args │ ├── clock-hpet-off.xml │ ├── clock-localtime-basis-localtime.args │ ├── clock-localtime-basis-localtime.xml │ ├── clock-localtime.args │ ├── clock-localtime.xml │ ├── clock-timer-armvtimer.aarch64-latest.args │ ├── clock-timer-armvtimer.xml │ ├── clock-timer-hyperv-rtc.args │ ├── clock-timer-hyperv-rtc.xml │ ├── clock-utc.args │ ├── clock-utc.xml │ ├── clock-variable.args │ ├── clock-variable.xml │ ├── console-compat-2.xml │ ├── console-compat-auto.args │ ├── console-compat-auto.xml │ ├── console-compat-chardev.args │ ├── console-compat-chardev.xml │ ├── console-compat.args │ ├── console-compat.xml │ ├── console-compat2.xml │ ├── console-sclp.args │ ├── console-sclp.xml │ ├── console-virtio-ccw.args │ ├── console-virtio-ccw.xml │ ├── console-virtio-many.args │ ├── console-virtio-many.xml │ ├── console-virtio-s390.args │ ├── console-virtio-s390.xml │ ├── console-virtio-unix.x86_64-2.5.0.args │ ├── console-virtio-unix.x86_64-latest.args │ ├── console-virtio-unix.xml │ ├── console-virtio.args │ ├── console-virtio.xml │ ├── controller-order.args │ ├── controller-order.xml │ ├── controller-usb-order.xml │ ├── controller-virtio-scsi.x86_64-latest.args │ ├── controller-virtio-scsi.xml │ ├── cpu-Haswell-noTSX.args │ ├── cpu-Haswell-noTSX.xml │ ├── cpu-Haswell.args │ ├── cpu-Haswell.xml │ ├── cpu-Haswell2.args │ ├── cpu-Haswell2.xml │ ├── cpu-Haswell3.args │ ├── cpu-Haswell3.xml │ ├── cpu-Icelake-Server-pconfig.x86_64-3.1.0.args │ ├── cpu-Icelake-Server-pconfig.x86_64-latest.args │ ├── cpu-Icelake-Server-pconfig.xml │ ├── cpu-cache-disable.args │ ├── cpu-cache-disable.xml │ ├── cpu-cache-disable2.args │ ├── cpu-cache-disable2.xml │ ├── cpu-cache-disable3.args │ ├── cpu-cache-disable3.xml │ ├── cpu-cache-emulate-l2.xml │ ├── cpu-cache-emulate-l3.args │ ├── cpu-cache-emulate-l3.xml │ ├── cpu-cache-passthrough-l3.xml │ ├── cpu-cache-passthrough.args │ ├── cpu-cache-passthrough.xml │ ├── cpu-cache-passthrough2.args │ ├── cpu-cache-passthrough2.xml │ ├── cpu-cache-passthrough3.xml │ ├── cpu-check-default-none.args │ ├── cpu-check-default-none.xml │ ├── cpu-check-default-none2.args │ ├── cpu-check-default-none2.xml │ ├── cpu-check-default-partial.args │ ├── cpu-check-default-partial.xml │ ├── cpu-check-default-partial2.args │ ├── cpu-check-default-partial2.xml │ ├── cpu-check-full.args │ ├── cpu-check-full.xml │ ├── cpu-check-none.args │ ├── cpu-check-none.xml │ ├── cpu-check-partial.args │ ├── cpu-check-partial.xml │ ├── cpu-empty.xml │ ├── cpu-eoi-disabled.args │ ├── cpu-eoi-disabled.xml │ ├── cpu-eoi-enabled.args │ ├── cpu-eoi-enabled.xml │ ├── cpu-exact1.args │ ├── cpu-exact1.xml │ ├── cpu-exact2-nofallback.args │ ├── cpu-exact2-nofallback.xml │ ├── cpu-exact2.args │ ├── cpu-exact2.xml │ ├── cpu-fallback.args │ ├── cpu-fallback.xml │ ├── cpu-host-kvmclock.args │ ├── cpu-host-kvmclock.xml │ ├── cpu-host-model-cmt.args │ ├── cpu-host-model-cmt.x86_64-4.0.0.args │ ├── cpu-host-model-cmt.xml │ ├── cpu-host-model-fallback.args │ ├── cpu-host-model-fallback.xml │ ├── cpu-host-model-features.xml │ ├── cpu-host-model-nofallback.xml │ ├── cpu-host-model-vendor.args │ ├── cpu-host-model-vendor.xml │ ├── cpu-host-model.args │ ├── cpu-host-model.xml │ ├── cpu-host-passthrough-features.args │ ├── cpu-host-passthrough-features.xml │ ├── cpu-host-passthrough.args │ ├── cpu-host-passthrough.xml │ ├── cpu-hotplug-granularity.xml │ ├── cpu-hotplug-startup.args │ ├── cpu-hotplug-startup.xml │ ├── cpu-kvmclock.args │ ├── cpu-kvmclock.xml │ ├── cpu-minimum1.args │ ├── cpu-minimum1.xml │ ├── cpu-minimum2.args │ ├── cpu-minimum2.xml │ ├── cpu-no-removed-features.args │ ├── cpu-no-removed-features.xml │ ├── cpu-nofallback.xml │ ├── cpu-numa-disjoint.args │ ├── cpu-numa-disjoint.xml │ ├── cpu-numa-disordered.xml │ ├── cpu-numa-memshared.args │ ├── cpu-numa-memshared.xml │ ├── cpu-numa-no-memory-element.args │ ├── cpu-numa-no-memory-element.xml │ ├── cpu-numa1.args │ ├── cpu-numa1.xml │ ├── cpu-numa2.args │ ├── cpu-numa2.xml │ ├── cpu-numa3.xml │ ├── cpu-qemu-host-passthrough.xml │ ├── cpu-s390-features.args │ ├── cpu-s390-features.xml │ ├── cpu-s390-zEC12.args │ ├── cpu-s390-zEC12.xml │ ├── cpu-strict1.args │ ├── cpu-strict1.xml │ ├── cpu-topology1.args │ ├── cpu-topology1.xml │ ├── cpu-topology2.args │ ├── cpu-topology2.xml │ ├── cpu-topology3.args │ ├── cpu-topology3.xml │ ├── cpu-translation.x86_64-4.0.0.args │ ├── cpu-translation.x86_64-latest.args │ ├── cpu-translation.xml │ ├── cpu-tsc-frequency.args │ ├── cpu-tsc-frequency.x86_64-4.0.0.args │ ├── cpu-tsc-frequency.xml │ ├── cputune-iothreads.xml │ ├── cputune-iothreadsched-toomuch.xml │ ├── cputune-iothreadsched-zeropriority.xml │ ├── cputune-iothreadsched.xml │ ├── cputune-numatune.args │ ├── cputune-numatune.xml │ ├── cputune-vcpusched-overlap.xml │ ├── cputune-zero-shares.args │ ├── cputune-zero-shares.xml │ ├── cputune.args │ ├── cputune.xml │ ├── debug-threads.args │ ├── debug-threads.xml │ ├── default-kvm-host-arch.args │ ├── default-kvm-host-arch.xml │ ├── default-qemu-host-arch.args │ ├── default-qemu-host-arch.xml │ ├── default-video-type-aarch64.aarch64-latest.args │ ├── default-video-type-aarch64.xml │ ├── default-video-type-ppc64.ppc64-latest.args │ ├── default-video-type-ppc64.xml │ ├── default-video-type-riscv64.riscv64-latest.args │ ├── default-video-type-riscv64.xml │ ├── default-video-type-s390x.s390x-latest.args │ ├── default-video-type-s390x.xml │ ├── default-video-type-x86_64-caps-test-0.xml │ ├── default-video-type-x86_64-caps-test-1.xml │ ├── disk-active-commit.xml │ ├── disk-address-conflict.xml │ ├── disk-aio.args │ ├── disk-aio.x86_64-2.12.0.args │ ├── disk-aio.x86_64-latest.args │ ├── disk-aio.xml │ ├── disk-attaching-partition-nosupport.xml │ ├── disk-backing-chains-index.x86_64-2.12.0.args │ ├── disk-backing-chains-index.x86_64-latest.args │ ├── disk-backing-chains-index.xml │ ├── disk-backing-chains-noindex.x86_64-2.12.0.args │ ├── disk-backing-chains-noindex.x86_64-latest.args │ ├── disk-backing-chains-noindex.xml │ ├── disk-backing-chains.xml │ ├── disk-blockio.args │ ├── disk-blockio.xml │ ├── disk-boot-cdrom.args │ ├── disk-boot-cdrom.xml │ ├── disk-boot-disk.args │ ├── disk-boot-disk.xml │ ├── disk-cache.x86_64-1.5.3.args │ ├── disk-cache.x86_64-2.12.0.args │ ├── disk-cache.x86_64-2.6.0.args │ ├── disk-cache.x86_64-2.7.0.args │ ├── disk-cache.x86_64-latest.args │ ├── disk-cache.xml │ ├── disk-cdrom-bus-other.x86_64-latest.args │ ├── disk-cdrom-bus-other.xml │ ├── disk-cdrom-empty-network-invalid.x86_64-latest.args │ ├── disk-cdrom-empty-network-invalid.xml │ ├── disk-cdrom-network.args │ ├── disk-cdrom-network.x86_64-2.12.0.args │ ├── disk-cdrom-network.x86_64-latest.args │ ├── disk-cdrom-network.xml │ ├── disk-cdrom-tray.args │ ├── disk-cdrom-tray.x86_64-2.12.0.args │ ├── disk-cdrom-tray.x86_64-latest.args │ ├── disk-cdrom-tray.xml │ ├── disk-cdrom.args │ ├── disk-cdrom.x86_64-2.12.0.args │ ├── disk-cdrom.x86_64-latest.args │ ├── disk-cdrom.xml │ ├── disk-copy_on_read.args │ ├── disk-copy_on_read.x86_64-2.12.0.args │ ├── disk-copy_on_read.x86_64-latest.args │ ├── disk-copy_on_read.xml │ ├── disk-detect-zeroes.args │ ├── disk-detect-zeroes.x86_64-2.12.0.args │ ├── disk-detect-zeroes.x86_64-latest.args │ ├── disk-detect-zeroes.xml │ ├── disk-device-lun-type-invalid.xml │ ├── disk-discard.args │ ├── disk-discard.xml │ ├── disk-error-policy.args │ ├── disk-error-policy.x86_64-2.12.0.args │ ├── disk-error-policy.x86_64-latest.args │ ├── disk-error-policy.xml │ ├── disk-fdc-incompatible-address.xml │ ├── disk-floppy-pseries.xml │ ├── disk-floppy-q35-2_11.x86_64-2.12.0.args │ ├── disk-floppy-q35-2_11.x86_64-latest.args │ ├── disk-floppy-q35-2_11.xml │ ├── disk-floppy-q35-2_9.x86_64-2.12.0.args │ ├── disk-floppy-q35-2_9.x86_64-latest.args │ ├── disk-floppy-q35-2_9.xml │ ├── disk-floppy-tray.args │ ├── disk-floppy-tray.xml │ ├── disk-floppy.args │ ├── disk-floppy.x86_64-2.12.0.args │ ├── disk-floppy.x86_64-latest.args │ ├── disk-floppy.xml │ ├── disk-fmt-cow.xml │ ├── disk-fmt-dir.xml │ ├── disk-fmt-iso.xml │ ├── disk-fmt-qcow.args │ ├── disk-fmt-qcow.xml │ ├── disk-geometry.args │ ├── disk-geometry.xml │ ├── disk-hostdev-scsi-address-conflict.xml │ ├── disk-hostdev-scsi-virtio-iscsi-auth-AES.args │ ├── disk-hostdev-scsi-virtio-iscsi-auth-AES.xml │ ├── disk-ide-incompatible-address.xml │ ├── disk-ide-split.args │ ├── disk-ide-split.xml │ ├── disk-ide-wwn.args │ ├── disk-ide-wwn.xml │ ├── disk-ioeventfd.args │ ├── disk-ioeventfd.xml │ ├── disk-iscsi.args │ ├── disk-iscsi.xml │ ├── disk-mirror-old.xml │ ├── disk-mirror.xml │ ├── disk-network-gluster.args │ ├── disk-network-gluster.x86_64-2.12.0.args │ ├── disk-network-gluster.x86_64-latest.args │ ├── disk-network-gluster.xml │ ├── disk-network-iscsi-auth-secrettype-invalid.xml │ ├── disk-network-iscsi-auth-wrong-secrettype.xml │ ├── disk-network-iscsi-modern.args │ ├── disk-network-iscsi-modern.xml │ ├── disk-network-iscsi.args │ ├── disk-network-iscsi.x86_64-2.12.0.args │ ├── disk-network-iscsi.x86_64-latest.args │ ├── disk-network-iscsi.xml │ ├── disk-network-nbd.args │ ├── disk-network-nbd.x86_64-2.12.0.args │ ├── disk-network-nbd.x86_64-latest.args │ ├── disk-network-nbd.xml │ ├── disk-network-rbd-no-colon.xml │ ├── disk-network-rbd.x86_64-2.12.0.args │ ├── disk-network-rbd.x86_64-2.5.0.args │ ├── disk-network-rbd.x86_64-latest.args │ ├── disk-network-rbd.xml │ ├── disk-network-sheepdog.args │ ├── disk-network-sheepdog.x86_64-2.12.0.args │ ├── disk-network-sheepdog.x86_64-latest.args │ ├── disk-network-sheepdog.xml │ ├── disk-network-source-auth-both.xml │ ├── disk-network-source-auth.args │ ├── disk-network-source-auth.x86_64-2.12.0.args │ ├── disk-network-source-auth.x86_64-latest.args │ ├── disk-network-source-auth.xml │ ├── disk-network-tlsx509.args │ ├── disk-network-tlsx509.x86_64-2.12.0.args │ ├── disk-network-tlsx509.x86_64-latest.args │ ├── disk-network-tlsx509.xml │ ├── disk-network-vxhs.args │ ├── disk-network-vxhs.xml │ ├── disk-no-boot.args │ ├── disk-no-boot.xml │ ├── disk-nvme.x86_64-latest.args │ ├── disk-nvme.xml │ ├── disk-order.args │ ├── disk-order.xml │ ├── disk-readonly-disk.args │ ├── disk-readonly-disk.x86_64-2.12.0.args │ ├── disk-readonly-disk.x86_64-latest.args │ ├── disk-readonly-disk.xml │ ├── disk-same-targets.xml │ ├── disk-sata-device.args │ ├── disk-sata-device.xml │ ├── disk-sata-incompatible-address.xml │ ├── disk-scsi-device-auto.x86_64-1.5.3.args │ ├── disk-scsi-device-auto.x86_64-latest.args │ ├── disk-scsi-device-auto.xml │ ├── disk-scsi-disk-split.args │ ├── disk-scsi-disk-split.xml │ ├── disk-scsi-disk-vpd-build-error.xml │ ├── disk-scsi-disk-vpd.args │ ├── disk-scsi-disk-vpd.xml │ ├── disk-scsi-disk-wwn.args │ ├── disk-scsi-disk-wwn.xml │ ├── disk-scsi-incompatible-address.xml │ ├── disk-scsi-lun-passthrough-sgio.xml │ ├── disk-scsi-lun-passthrough.args │ ├── disk-scsi-lun-passthrough.xml │ ├── disk-scsi.x86_64-latest.args │ ├── disk-scsi.xml │ ├── disk-serial.args │ ├── disk-serial.xml │ ├── disk-shared-qcow.xml │ ├── disk-shared.x86_64-2.12.0.args │ ├── disk-shared.x86_64-latest.args │ ├── disk-shared.xml │ ├── disk-slices.x86_64-latest.args │ ├── disk-slices.xml │ ├── disk-snapshot.args │ ├── disk-snapshot.xml │ ├── disk-source-pool-mode.args │ ├── disk-source-pool-mode.xml │ ├── disk-source-pool.args │ ├── disk-source-pool.xml │ ├── disk-transient.xml │ ├── disk-usb-device-removable.args │ ├── disk-usb-device-removable.xml │ ├── disk-usb-device.args │ ├── disk-usb-device.xml │ ├── disk-usb-nosupport.xml │ ├── disk-usb-pci.xml │ ├── disk-virtio-ccw-many.args │ ├── disk-virtio-ccw-many.xml │ ├── disk-virtio-ccw.args │ ├── disk-virtio-ccw.xml │ ├── disk-virtio-queues.args │ ├── disk-virtio-queues.xml │ ├── disk-virtio-s390-zpci.args │ ├── disk-virtio-s390-zpci.xml │ ├── disk-virtio-s390.args │ ├── disk-virtio-s390.xml │ ├── disk-virtio-scsi-reservations.x86_64-2.12.0.args │ ├── disk-virtio-scsi-reservations.x86_64-latest.args │ ├── disk-virtio-scsi-reservations.xml │ ├── disk-virtio.args │ ├── disk-virtio.xml │ ├── encrypted-disk-usage.args │ ├── encrypted-disk-usage.xml │ ├── encrypted-disk.args │ ├── encrypted-disk.xml │ ├── eoi-disabled.x86_64-2.7.0.args │ ├── eoi-disabled.x86_64-4.0.0.args │ ├── eoi-disabled.x86_64-latest.args │ ├── eoi-disabled.xml │ ├── eoi-enabled.x86_64-2.7.0.args │ ├── eoi-enabled.x86_64-4.0.0.args │ ├── eoi-enabled.x86_64-latest.args │ ├── eoi-enabled.xml │ ├── event_idx.args │ ├── event_idx.xml │ ├── fd-memory-no-numa-topology.args │ ├── fd-memory-no-numa-topology.xml │ ├── fd-memory-numa-topology.args │ ├── fd-memory-numa-topology.xml │ ├── fd-memory-numa-topology2.args │ ├── fd-memory-numa-topology2.xml │ ├── fd-memory-numa-topology3.args │ ├── fd-memory-numa-topology3.xml │ ├── fips-enabled.args │ ├── fips-enabled.xml │ ├── floppy-drive-fat.args │ ├── floppy-drive-fat.x86_64-2.12.0.args │ ├── floppy-drive-fat.x86_64-latest.args │ ├── floppy-drive-fat.xml │ ├── fs9p-ccw.args │ ├── fs9p-ccw.s390x-latest.args │ ├── fs9p-ccw.xml │ ├── fs9p.args │ ├── fs9p.x86_64-latest.args │ ├── fs9p.xml │ ├── genid-auto.x86_64-latest.args │ ├── genid-auto.xml │ ├── genid.x86_64-latest.args │ ├── genid.xml │ ├── graphics-egl-headless-rendernode.x86_64-latest.args │ ├── graphics-egl-headless-rendernode.xml │ ├── graphics-egl-headless.args │ ├── graphics-egl-headless.x86_64-latest.args │ ├── graphics-egl-headless.xml │ ├── graphics-listen-network.xml │ ├── graphics-listen-network2.xml │ ├── graphics-sdl-egl-headless.xml │ ├── graphics-sdl-fullscreen.args │ ├── graphics-sdl-fullscreen.xml │ ├── graphics-sdl.args │ ├── graphics-sdl.xml │ ├── graphics-spice-agent-file-xfer.args │ ├── graphics-spice-agent-file-xfer.xml │ ├── graphics-spice-agentmouse.args │ ├── graphics-spice-agentmouse.xml │ ├── graphics-spice-auto-socket-cfg.args │ ├── graphics-spice-auto-socket-cfg.xml │ ├── graphics-spice-auto-socket.args │ ├── graphics-spice-auto-socket.xml │ ├── graphics-spice-compression.args │ ├── graphics-spice-compression.xml │ ├── graphics-spice-egl-headless.args │ ├── graphics-spice-egl-headless.xml │ ├── graphics-spice-gl-auto-rendernode.x86_64-latest.args │ ├── graphics-spice-gl-auto-rendernode.xml │ ├── graphics-spice-invalid-egl-headless.xml │ ├── graphics-spice-no-args.args │ ├── graphics-spice-no-args.xml │ ├── graphics-spice-qxl-vga.args │ ├── graphics-spice-qxl-vga.xml │ ├── graphics-spice-sasl.args │ ├── graphics-spice-sasl.xml │ ├── graphics-spice-socket.args │ ├── graphics-spice-socket.xml │ ├── graphics-spice-timeout.args │ ├── graphics-spice-timeout.xml │ ├── graphics-spice-usb-redir.args │ ├── graphics-spice-usb-redir.xml │ ├── graphics-spice.args │ ├── graphics-spice.xml │ ├── graphics-vnc-auto-socket-cfg.args │ ├── graphics-vnc-auto-socket-cfg.xml │ ├── graphics-vnc-auto-socket.args │ ├── graphics-vnc-auto-socket.xml │ ├── graphics-vnc-egl-headless.args │ ├── graphics-vnc-egl-headless.xml │ ├── graphics-vnc-no-listen-attr.args │ ├── graphics-vnc-no-listen-attr.xml │ ├── graphics-vnc-none.args │ ├── graphics-vnc-none.xml │ ├── graphics-vnc-policy.args │ ├── graphics-vnc-policy.xml │ ├── graphics-vnc-remove-generated-socket.args │ ├── graphics-vnc-remove-generated-socket.xml │ ├── graphics-vnc-sasl.args │ ├── graphics-vnc-sasl.xml │ ├── graphics-vnc-socket-new-cmdline.args │ ├── graphics-vnc-socket-new-cmdline.xml │ ├── graphics-vnc-socket.args │ ├── graphics-vnc-socket.xml │ ├── graphics-vnc-tls-secret.x86_64-latest.args │ ├── graphics-vnc-tls-secret.xml │ ├── graphics-vnc-tls.args │ ├── graphics-vnc-tls.x86_64-2.4.0.args │ ├── graphics-vnc-tls.x86_64-latest.args │ ├── graphics-vnc-tls.xml │ ├── graphics-vnc-websocket.args │ ├── graphics-vnc-websocket.xml │ ├── graphics-vnc.args │ ├── graphics-vnc.xml │ ├── hostdev-mdev-display-missing-graphics.xml │ ├── hostdev-mdev-display-ramfb.x86_64-latest.args │ ├── hostdev-mdev-display-ramfb.xml │ ├── hostdev-mdev-display-spice-egl-headless.x86_64-latest.args │ ├── hostdev-mdev-display-spice-egl-headless.xml │ ├── hostdev-mdev-display-spice-opengl.x86_64-latest.args │ ├── hostdev-mdev-display-spice-opengl.xml │ ├── hostdev-mdev-display-vnc-egl-headless.x86_64-latest.args │ ├── hostdev-mdev-display-vnc-egl-headless.xml │ ├── hostdev-mdev-display-vnc.x86_64-latest.args │ ├── hostdev-mdev-display-vnc.xml │ ├── hostdev-mdev-display.xml │ ├── hostdev-mdev-invalid-target-address.xml │ ├── hostdev-mdev-precreated.args │ ├── hostdev-mdev-precreated.xml │ ├── hostdev-mdev-src-address-invalid.xml │ ├── hostdev-pci-address-device.args │ ├── hostdev-pci-address-device.xml │ ├── hostdev-pci-address-unassigned.args │ ├── hostdev-pci-address-unassigned.xml │ ├── hostdev-pci-address.args │ ├── hostdev-pci-address.xml │ ├── hostdev-pci-multifunction.args │ ├── hostdev-pci-multifunction.xml │ ├── hostdev-scsi-autogen-address.xml │ ├── hostdev-scsi-boot.xml │ ├── hostdev-scsi-large-unit.xml │ ├── hostdev-scsi-lsi-iscsi-auth.args │ ├── hostdev-scsi-lsi-iscsi-auth.xml │ ├── hostdev-scsi-lsi-iscsi.args │ ├── hostdev-scsi-lsi-iscsi.xml │ ├── hostdev-scsi-lsi.args │ ├── hostdev-scsi-lsi.xml │ ├── hostdev-scsi-rawio.xml │ ├── hostdev-scsi-readonly.args │ ├── hostdev-scsi-readonly.xml │ ├── hostdev-scsi-sgio.xml │ ├── hostdev-scsi-shareable.xml │ ├── hostdev-scsi-vhost-scsi-ccw.args │ ├── hostdev-scsi-vhost-scsi-ccw.xml │ ├── hostdev-scsi-vhost-scsi-pci-boot-fail.xml │ ├── hostdev-scsi-vhost-scsi-pci.args │ ├── hostdev-scsi-vhost-scsi-pci.xml │ ├── hostdev-scsi-vhost-scsi-pcie.args │ ├── hostdev-scsi-vhost-scsi-pcie.xml │ ├── hostdev-scsi-virtio-iscsi-auth.args │ ├── hostdev-scsi-virtio-iscsi-auth.xml │ ├── hostdev-scsi-virtio-iscsi.args │ ├── hostdev-scsi-virtio-iscsi.xml │ ├── hostdev-scsi-virtio-scsi.args │ ├── hostdev-scsi-virtio-scsi.xml │ ├── hostdev-subsys-mdev-vfio-ap-boot-fail.xml │ ├── hostdev-subsys-mdev-vfio-ap.s390x-latest.args │ ├── hostdev-subsys-mdev-vfio-ap.xml │ ├── hostdev-subsys-mdev-vfio-ccw-boot.s390x-latest.args │ ├── hostdev-subsys-mdev-vfio-ccw-boot.xml │ ├── hostdev-subsys-mdev-vfio-ccw-duplicate-address.xml │ ├── hostdev-subsys-mdev-vfio-ccw-invalid-address.xml │ ├── hostdev-subsys-mdev-vfio-ccw.args │ ├── hostdev-subsys-mdev-vfio-ccw.xml │ ├── hostdev-usb-address-device-boot.args │ ├── hostdev-usb-address-device-boot.xml │ ├── hostdev-usb-address-device.args │ ├── hostdev-usb-address-device.xml │ ├── hostdev-usb-address.args │ ├── hostdev-usb-address.xml │ ├── hostdev-vfio-multidomain.args │ ├── hostdev-vfio-multidomain.xml │ ├── hostdev-vfio-zpci-autogenerate.args │ ├── hostdev-vfio-zpci-autogenerate.xml │ ├── hostdev-vfio-zpci-boundaries.args │ ├── hostdev-vfio-zpci-boundaries.xml │ ├── hostdev-vfio-zpci-multidomain-many.args │ ├── hostdev-vfio-zpci-multidomain-many.xml │ ├── hostdev-vfio-zpci-wrong-arch.xml │ ├── hostdev-vfio-zpci.args │ ├── hostdev-vfio-zpci.xml │ ├── hostdev-vfio.args │ ├── hostdev-vfio.xml │ ├── hostdevs-drive-address-conflict.xml │ ├── hotplug-base.args │ ├── hotplug-base.xml │ ├── hugepages-default-1G-nodeset-2M.xml │ ├── hugepages-default-2M.args │ ├── hugepages-default-2M.xml │ ├── hugepages-default-system-size.args │ ├── hugepages-default-system-size.xml │ ├── hugepages-default.args │ ├── hugepages-default.xml │ ├── hugepages-memaccess-invalid.xml │ ├── hugepages-memaccess.args │ ├── hugepages-memaccess.xml │ ├── hugepages-memaccess2.args │ ├── hugepages-memaccess2.xml │ ├── hugepages-memaccess3.xml │ ├── hugepages-nodeset-nonexist.xml │ ├── hugepages-nodeset.args │ ├── hugepages-nodeset.xml │ ├── hugepages-numa-default-2M.args │ ├── hugepages-numa-default-2M.xml │ ├── hugepages-numa-default-dimm.args │ ├── hugepages-numa-default-dimm.xml │ ├── hugepages-numa-default.args │ ├── hugepages-numa-default.xml │ ├── hugepages-numa-nodeset-nonexist.xml │ ├── hugepages-numa-nodeset-part.args │ ├── hugepages-numa-nodeset-part.xml │ ├── hugepages-numa-nodeset.args │ ├── hugepages-numa-nodeset.xml │ ├── hugepages-nvdimm.x86_64-latest.args │ ├── hugepages-nvdimm.xml │ ├── hugepages-shared.args │ ├── hugepages-shared.xml │ ├── hyperv-off.x86_64-4.0.0.args │ ├── hyperv-off.x86_64-latest.args │ ├── hyperv-off.xml │ ├── hyperv-panic.x86_64-4.0.0.args │ ├── hyperv-panic.x86_64-latest.args │ ├── hyperv-panic.xml │ ├── hyperv-stimer-direct.x86_64-latest.args │ ├── hyperv-stimer-direct.xml │ ├── hyperv.x86_64-4.0.0.args │ ├── hyperv.x86_64-latest.args │ ├── hyperv.xml │ ├── input-usbmouse-addr.args │ ├── input-usbmouse-addr.xml │ ├── input-usbmouse.args │ ├── input-usbmouse.xml │ ├── input-usbtablet.args │ ├── input-usbtablet.xml │ ├── input-virtio-ccw.args │ ├── input-virtio-ccw.xml │ ├── intel-iommu-caching-mode.x86_64-latest.args │ ├── intel-iommu-caching-mode.xml │ ├── intel-iommu-device-iotlb.x86_64-latest.args │ ├── intel-iommu-device-iotlb.xml │ ├── intel-iommu-eim.x86_64-latest.args │ ├── intel-iommu-eim.xml │ ├── intel-iommu-wrong-machine.xml │ ├── intel-iommu.x86_64-2.6.0.args │ ├── intel-iommu.x86_64-latest.args │ ├── intel-iommu.xml │ ├── interface-driver.xml │ ├── interface-server.xml │ ├── iommu-smmuv3.aarch64-latest.args │ ├── iommu-smmuv3.xml │ ├── iothreads-disk-virtio-ccw.args │ ├── iothreads-disk-virtio-ccw.xml │ ├── iothreads-disk.args │ ├── iothreads-disk.xml │ ├── iothreads-ids-partial.args │ ├── iothreads-ids-partial.xml │ ├── iothreads-ids.args │ ├── iothreads-ids.xml │ ├── iothreads-nocap.xml │ ├── iothreads-virtio-scsi-ccw.s390x-latest.args │ ├── iothreads-virtio-scsi-ccw.xml │ ├── iothreads-virtio-scsi-pci.x86_64-latest.args │ ├── iothreads-virtio-scsi-pci.xml │ ├── iothreads.args │ ├── iothreads.xml │ ├── kvm-features-off.args │ ├── kvm-features-off.xml │ ├── kvm-features.args │ ├── kvm-features.xml │ ├── kvm-pit-delay.args │ ├── kvm-pit-delay.xml │ ├── kvm-pit-discard.args │ ├── kvm-pit-discard.xml │ ├── kvmclock+eoi-disabled.x86_64-2.7.0.args │ ├── kvmclock+eoi-disabled.x86_64-4.0.0.args │ ├── kvmclock+eoi-disabled.x86_64-latest.args │ ├── kvmclock+eoi-disabled.xml │ ├── kvmclock.args │ ├── kvmclock.xml │ ├── launch-security-sev.x86_64-2.12.0.args │ ├── launch-security-sev.xml │ ├── lease.xml │ ├── luks-disk-invalid.xml │ ├── luks-disks-source-both.xml │ ├── luks-disks-source-qcow2.args │ ├── luks-disks-source-qcow2.x86_64-latest.args │ ├── luks-disks-source-qcow2.xml │ ├── luks-disks-source.args │ ├── luks-disks-source.xml │ ├── luks-disks.args │ ├── luks-disks.xml │ ├── mach-virt-console-native.args │ ├── mach-virt-console-native.xml │ ├── mach-virt-console-virtio.args │ ├── mach-virt-console-virtio.xml │ ├── mach-virt-serial+console-native.args │ ├── mach-virt-serial+console-native.xml │ ├── mach-virt-serial-compat.args │ ├── mach-virt-serial-compat.xml │ ├── mach-virt-serial-invalid-machine.xml │ ├── mach-virt-serial-native.args │ ├── mach-virt-serial-native.xml │ ├── mach-virt-serial-pci.args │ ├── mach-virt-serial-pci.xml │ ├── mach-virt-serial-usb.args │ ├── mach-virt-serial-usb.xml │ ├── machine-aeskeywrap-off-cap.args │ ├── machine-aeskeywrap-off-cap.xml │ ├── machine-aeskeywrap-off-caps.args │ ├── machine-aeskeywrap-off-caps.xml │ ├── machine-aeskeywrap-on-cap.args │ ├── machine-aeskeywrap-on-cap.xml │ ├── machine-aeskeywrap-on-caps.args │ ├── machine-aeskeywrap-on-caps.xml │ ├── machine-aliases1.args │ ├── machine-aliases1.xml │ ├── machine-aliases2.args │ ├── machine-aliases2.xml │ ├── machine-core-off.args │ ├── machine-core-off.xml │ ├── machine-core-on.args │ ├── machine-core-on.xml │ ├── machine-deakeywrap-off-cap.args │ ├── machine-deakeywrap-off-cap.xml │ ├── machine-deakeywrap-off-caps.args │ ├── machine-deakeywrap-off-caps.xml │ ├── machine-deakeywrap-on-cap.args │ ├── machine-deakeywrap-on-cap.xml │ ├── machine-deakeywrap-on-caps.args │ ├── machine-deakeywrap-on-caps.xml │ ├── machine-keywrap-none-caps.args │ ├── machine-keywrap-none-caps.xml │ ├── machine-keywrap-none.args │ ├── machine-keywrap-none.xml │ ├── machine-loadparm-multiple-disks-nets-s390.args │ ├── machine-loadparm-multiple-disks-nets-s390.xml │ ├── machine-loadparm-net-s390.args │ ├── machine-loadparm-net-s390.xml │ ├── machine-loadparm-s390-char-invalid.xml │ ├── machine-loadparm-s390-len-invalid.xml │ ├── machine-loadparm-s390.args │ ├── machine-loadparm-s390.xml │ ├── machine-smm-opt.args │ ├── machine-smm-opt.xml │ ├── machine-vmport-opt.args │ ├── machine-vmport-opt.xml │ ├── master-key.args │ ├── master-key.xml │ ├── memfd-memory-default-hugepage.x86_64-latest.args │ ├── memfd-memory-default-hugepage.xml │ ├── memfd-memory-numa.x86_64-latest.args │ ├── memfd-memory-numa.xml │ ├── memory-align-fail.xml │ ├── memory-hotplug-dimm-addr.args │ ├── memory-hotplug-dimm-addr.xml │ ├── memory-hotplug-dimm.args │ ├── memory-hotplug-dimm.xml │ ├── memory-hotplug-nonuma.xml │ ├── memory-hotplug-nvdimm-access.x86_64-latest.args │ ├── memory-hotplug-nvdimm-access.xml │ ├── memory-hotplug-nvdimm-align.x86_64-latest.args │ ├── memory-hotplug-nvdimm-align.xml │ ├── memory-hotplug-nvdimm-label.x86_64-latest.args │ ├── memory-hotplug-nvdimm-label.xml │ ├── memory-hotplug-nvdimm-pmem.x86_64-latest.args │ ├── memory-hotplug-nvdimm-pmem.xml │ ├── memory-hotplug-nvdimm-readonly.x86_64-latest.args │ ├── memory-hotplug-nvdimm-readonly.xml │ ├── memory-hotplug-nvdimm.x86_64-latest.args │ ├── memory-hotplug-nvdimm.xml │ ├── memory-hotplug-ppc64-nonuma.args │ ├── memory-hotplug-ppc64-nonuma.xml │ ├── memory-hotplug.args │ ├── memory-hotplug.xml │ ├── memorybacking-set.xml │ ├── memorybacking-unset.xml │ ├── memtune-unlimited.args │ ├── memtune-unlimited.xml │ ├── memtune.args │ ├── memtune.xml │ ├── metadata-duplicate.xml │ ├── metadata.xml │ ├── migrate-numa-unaligned.args │ ├── migrate-numa-unaligned.xml │ ├── migrate.args │ ├── migrate.xml │ ├── minimal-msg-timestamp.args │ ├── minimal-msg-timestamp.xml │ ├── minimal-no-memory.xml │ ├── minimal-sandbox.args │ ├── minimal-sandbox.xml │ ├── minimal.args │ ├── minimal.xml │ ├── misc-acpi.args │ ├── misc-acpi.xml │ ├── misc-disable-s3.args │ ├── misc-disable-s3.xml │ ├── misc-disable-suspends.args │ ├── misc-disable-suspends.xml │ ├── misc-enable-s4.args │ ├── misc-enable-s4.xml │ ├── misc-no-reboot.args │ ├── misc-no-reboot.xml │ ├── misc-uuid.args │ ├── misc-uuid.xml │ ├── missing-machine.xml │ ├── mlock-off.x86_64-3.0.0.args │ ├── mlock-off.x86_64-latest.args │ ├── mlock-off.xml │ ├── mlock-on.x86_64-3.0.0.args │ ├── mlock-on.x86_64-latest.args │ ├── mlock-on.xml │ ├── monitor-json.args │ ├── monitor-json.xml │ ├── multifunction-pci-device.args │ ├── multifunction-pci-device.xml │ ├── name-escape.args │ ├── name-escape.xml │ ├── net-bandwidth.xml │ ├── net-bandwidth2.xml │ ├── net-client.args │ ├── net-client.xml │ ├── net-coalesce.xml │ ├── net-eth-hostip.args │ ├── net-eth-hostip.xml │ ├── net-eth-ifname.args │ ├── net-eth-ifname.xml │ ├── net-eth-names.args │ ├── net-eth-names.xml │ ├── net-eth-unmanaged-tap.args │ ├── net-eth-unmanaged-tap.xml │ ├── net-eth.args │ ├── net-eth.xml │ ├── net-hostdev-bootorder.args │ ├── net-hostdev-bootorder.xml │ ├── net-hostdev-fail.xml │ ├── net-hostdev-multidomain.args │ ├── net-hostdev-multidomain.xml │ ├── net-hostdev-vfio-multidomain.args │ ├── net-hostdev-vfio-multidomain.xml │ ├── net-hostdev-vfio.args │ ├── net-hostdev-vfio.xml │ ├── net-hostdev.args │ ├── net-hostdev.xml │ ├── net-isolated-port.xml │ ├── net-many-models.args │ ├── net-many-models.xml │ ├── net-mcast.args │ ├── net-mcast.xml │ ├── net-midonet.xml │ ├── net-mtu.xml │ ├── net-openvswitch.xml │ ├── net-server.args │ ├── net-server.xml │ ├── net-udp.args │ ├── net-udp.xml │ ├── net-user-addr.args │ ├── net-user-addr.xml │ ├── net-user.args │ ├── net-user.x86_64-4.0.0.args │ ├── net-user.xml │ ├── net-vhostuser-fail.xml │ ├── net-vhostuser-multiq.args │ ├── net-vhostuser-multiq.xml │ ├── net-vhostuser.args │ ├── net-vhostuser.x86_64-2.5.0.args │ ├── net-vhostuser.x86_64-latest.args │ ├── net-vhostuser.xml │ ├── net-virtio-ccw.args │ ├── net-virtio-ccw.xml │ ├── net-virtio-device.args │ ├── net-virtio-device.xml │ ├── net-virtio-disable-offloads.args │ ├── net-virtio-disable-offloads.xml │ ├── net-virtio-netdev.args │ ├── net-virtio-netdev.xml │ ├── net-virtio-network-portgroup.xml │ ├── net-virtio-rxqueuesize-invalid-size.xml │ ├── net-virtio-rxtxqueuesize.args │ ├── net-virtio-rxtxqueuesize.xml │ ├── net-virtio-s390.args │ ├── net-virtio-s390.xml │ ├── net-virtio-teaming-network.xml │ ├── net-virtio-teaming.args │ ├── net-virtio-teaming.xml │ ├── net-virtio.args │ ├── net-virtio.xml │ ├── nosharepages.args │ ├── nosharepages.xml │ ├── numad-auto-memory-vcpu-cpuset.args │ ├── numad-auto-memory-vcpu-cpuset.xml │ ├── numad-auto-memory-vcpu-no-cpuset-and-placement.args │ ├── numad-auto-memory-vcpu-no-cpuset-and-placement.xml │ ├── numad-auto-vcpu-no-numatune.xml │ ├── numad-auto-vcpu-static-numatune-no-nodeset.xml │ ├── numad-auto-vcpu-static-numatune.args │ ├── numad-auto-vcpu-static-numatune.xml │ ├── numad-static-memory-auto-vcpu.args │ ├── numad-static-memory-auto-vcpu.xml │ ├── numad-static-vcpu-no-numatune.xml │ ├── numad.args │ ├── numad.xml │ ├── numatune-auto-nodeset-invalid.args │ ├── numatune-auto-nodeset-invalid.xml │ ├── numatune-auto-prefer.args │ ├── numatune-auto-prefer.xml │ ├── numatune-distances.args │ ├── numatune-distances.xml │ ├── numatune-memnode-no-memory.args │ ├── numatune-memnode-no-memory.xml │ ├── numatune-memnode-nocpu.xml │ ├── numatune-memnode.args │ ├── numatune-memnode.xml │ ├── numatune-memnodes-problematic.xml │ ├── numatune-memory-invalid-nodeset.xml │ ├── numatune-memory.args │ ├── numatune-memory.xml │ ├── numatune-static-nodeset-exceed-hostnode.xml │ ├── os-firmware-bios.x86_64-latest.args │ ├── os-firmware-bios.xml │ ├── os-firmware-efi-secboot.x86_64-latest.args │ ├── os-firmware-efi-secboot.xml │ ├── os-firmware-efi.x86_64-latest.args │ ├── os-firmware-efi.xml │ ├── pages-dimm-discard.args │ ├── pages-dimm-discard.xml │ ├── pages-discard-hugepages.args │ ├── pages-discard-hugepages.xml │ ├── pages-discard.args │ ├── pages-discard.xml │ ├── panic-double.args │ ├── panic-double.xml │ ├── panic-isa.xml │ ├── panic-no-address.args │ ├── panic-no-address.xml │ ├── panic-pseries.xml │ ├── panic.args │ ├── panic.xml │ ├── parallel-parport-chardev.args │ ├── parallel-parport-chardev.xml │ ├── parallel-tcp-chardev.args │ ├── parallel-tcp-chardev.xml │ ├── parallel-unix-chardev.x86_64-2.5.0.args │ ├── parallel-unix-chardev.x86_64-latest.args │ ├── parallel-unix-chardev.xml │ ├── pci-autoadd-addr.args │ ├── pci-autoadd-addr.xml │ ├── pci-autoadd-idx.args │ ├── pci-autoadd-idx.xml │ ├── pci-autofill-addr.args │ ├── pci-autofill-addr.xml │ ├── pci-bridge-duplicate-index.xml │ ├── pci-bridge-many-disks.args │ ├── pci-bridge-many-disks.xml │ ├── pci-bridge-negative-index-invalid.xml │ ├── pci-bridge.args │ ├── pci-bridge.xml │ ├── pci-bus-invalid.xml │ ├── pci-domain-invalid.xml │ ├── pci-expander-bus-bad-bus.xml │ ├── pci-expander-bus-bad-machine.xml │ ├── pci-expander-bus-bad-node.xml │ ├── pci-expander-bus.args │ ├── pci-expander-bus.xml │ ├── pci-function-invalid.xml │ ├── pci-many.args │ ├── pci-many.xml │ ├── pci-rom-disabled-invalid.args │ ├── pci-rom-disabled-invalid.xml │ ├── pci-rom-disabled.args │ ├── pci-rom-disabled.xml │ ├── pci-rom.args │ ├── pci-rom.xml │ ├── pci-root-address.xml │ ├── pci-root-nonzero-index.xml │ ├── pci-serial-dev-chardev.args │ ├── pci-serial-dev-chardev.xml │ ├── pci-slot-invalid.xml │ ├── pcie-expander-bus-bad-bus.xml │ ├── pcie-expander-bus-bad-machine.xml │ ├── pcie-expander-bus.args │ ├── pcie-expander-bus.xml │ ├── pcie-root-port-model-generic.args │ ├── pcie-root-port-model-generic.xml │ ├── pcie-root-port-model-ioh3420.args │ ├── pcie-root-port-model-ioh3420.xml │ ├── pcie-root-port-too-many.xml │ ├── pcie-root-port.args │ ├── pcie-root-port.xml │ ├── pcie-root.args │ ├── pcie-root.xml │ ├── pcie-switch-downstream-port.args │ ├── pcie-switch-downstream-port.xml │ ├── pcie-switch-upstream-port.args │ ├── pcie-switch-upstream-port.xml │ ├── pcihole64-gib.xml │ ├── pcihole64-none.xml │ ├── pcihole64-q35.args │ ├── pcihole64-q35.xml │ ├── pcihole64.args │ ├── pcihole64.xml │ ├── pmu-feature-off.args │ ├── pmu-feature-off.xml │ ├── pmu-feature.args │ ├── pmu-feature.xml │ ├── ppc-dtb.args │ ├── ppc-dtb.xml │ ├── ppc64-default-cpu-kvm-pseries-2.7.ppc64-latest.args │ ├── ppc64-default-cpu-kvm-pseries-2.7.xml │ ├── ppc64-default-cpu-kvm-pseries-3.1.ppc64-latest.args │ ├── ppc64-default-cpu-kvm-pseries-3.1.xml │ ├── ppc64-default-cpu-kvm-pseries-4.2.ppc64-latest.args │ ├── ppc64-default-cpu-kvm-pseries-4.2.xml │ ├── ppc64-default-cpu-tcg-pseries-2.7.ppc64-latest.args │ ├── ppc64-default-cpu-tcg-pseries-2.7.xml │ ├── ppc64-default-cpu-tcg-pseries-3.1.ppc64-latest.args │ ├── ppc64-default-cpu-tcg-pseries-3.1.xml │ ├── ppc64-default-cpu-tcg-pseries-4.2.ppc64-latest.args │ ├── ppc64-default-cpu-tcg-pseries-4.2.xml │ ├── ppc64-pseries-graphics.ppc64-latest.args │ ├── ppc64-pseries-graphics.xml │ ├── ppc64-pseries-headless.ppc64-latest.args │ ├── ppc64-pseries-headless.xml │ ├── ppc64-usb-controller-legacy.args │ ├── ppc64-usb-controller-legacy.xml │ ├── ppc64-usb-controller-qemu-xhci.args │ ├── ppc64-usb-controller-qemu-xhci.xml │ ├── ppc64-usb-controller.args │ ├── ppc64-usb-controller.xml │ ├── ppce500-serial.args │ ├── ppce500-serial.xml │ ├── pseries-basic.args │ ├── pseries-basic.xml │ ├── pseries-console-native.args │ ├── pseries-console-native.xml │ ├── pseries-console-virtio.args │ ├── pseries-console-virtio.xml │ ├── pseries-cpu-compat-power9.args │ ├── pseries-cpu-compat-power9.xml │ ├── pseries-cpu-compat.args │ ├── pseries-cpu-compat.xml │ ├── pseries-cpu-exact.args │ ├── pseries-cpu-exact.xml │ ├── pseries-cpu-le.args │ ├── pseries-cpu-le.xml │ ├── pseries-default-phb-numa-node.xml │ ├── pseries-features-invalid-machine.xml │ ├── pseries-features.args │ ├── pseries-features.xml │ ├── pseries-hostdevs-1.args │ ├── pseries-hostdevs-1.xml │ ├── pseries-hostdevs-2.args │ ├── pseries-hostdevs-2.xml │ ├── pseries-hostdevs-3.args │ ├── pseries-hostdevs-3.xml │ ├── pseries-machine-max-cpu-compat.args │ ├── pseries-machine-max-cpu-compat.xml │ ├── pseries-many-buses-1.args │ ├── pseries-many-buses-1.xml │ ├── pseries-many-buses-2.args │ ├── pseries-many-buses-2.xml │ ├── pseries-many-devices.args │ ├── pseries-many-devices.xml │ ├── pseries-no-parallel.xml │ ├── pseries-nvram.args │ ├── pseries-nvram.xml │ ├── pseries-panic-address.xml │ ├── pseries-panic-missing.args │ ├── pseries-panic-missing.xml │ ├── pseries-panic-no-address.args │ ├── pseries-panic-no-address.xml │ ├── pseries-phb-default-missing.args │ ├── pseries-phb-default-missing.xml │ ├── pseries-phb-invalid-target-index-1.xml │ ├── pseries-phb-invalid-target-index-2.xml │ ├── pseries-phb-invalid-target-index-3.xml │ ├── pseries-phb-numa-node.args │ ├── pseries-phb-numa-node.xml │ ├── pseries-phb-simple.args │ ├── pseries-phb-simple.xml │ ├── pseries-serial+console-native.args │ ├── pseries-serial+console-native.xml │ ├── pseries-serial-compat.args │ ├── pseries-serial-compat.xml │ ├── pseries-serial-invalid-machine.xml │ ├── pseries-serial-native.args │ ├── pseries-serial-native.xml │ ├── pseries-serial-pci.args │ ├── pseries-serial-pci.xml │ ├── pseries-serial-usb.args │ ├── pseries-serial-usb.xml │ ├── pseries-spaprvio-invalid.xml │ ├── pseries-usb-default.args │ ├── pseries-usb-default.xml │ ├── pseries-usb-kbd.args │ ├── pseries-usb-kbd.xml │ ├── pseries-usb-multi.args │ ├── pseries-usb-multi.xml │ ├── pseries-vio-address-clash.xml │ ├── pseries-vio-user-assigned.args │ ├── pseries-vio-user-assigned.xml │ ├── pseries-vio.args │ ├── pseries-vio.xml │ ├── pv-spinlock-disabled.x86_64-2.7.0.args │ ├── pv-spinlock-disabled.x86_64-4.0.0.args │ ├── pv-spinlock-disabled.x86_64-latest.args │ ├── pv-spinlock-disabled.xml │ ├── pv-spinlock-enabled.x86_64-2.7.0.args │ ├── pv-spinlock-enabled.x86_64-4.0.0.args │ ├── pv-spinlock-enabled.x86_64-latest.args │ ├── pv-spinlock-enabled.xml │ ├── q35-acpi-nouefi.args │ ├── q35-acpi-nouefi.xml │ ├── q35-acpi-uefi.args │ ├── q35-acpi-uefi.xml │ ├── q35-default-devices-only.args │ ├── q35-default-devices-only.xml │ ├── q35-dmi-bad-address1.xml │ ├── q35-dmi-bad-address2.xml │ ├── q35-multifunction.args │ ├── q35-multifunction.xml │ ├── q35-noacpi-nouefi.args │ ├── q35-noacpi-nouefi.xml │ ├── q35-noacpi-uefi.xml │ ├── q35-pci-force-address.args │ ├── q35-pci-force-address.xml │ ├── q35-pcie-autoadd.args │ ├── q35-pcie-autoadd.xml │ ├── q35-pcie.args │ ├── q35-pcie.xml │ ├── q35-pm-disable-fallback.args │ ├── q35-pm-disable-fallback.xml │ ├── q35-pm-disable.args │ ├── q35-pm-disable.xml │ ├── q35-usb2-multi.args │ ├── q35-usb2-multi.xml │ ├── q35-usb2-reorder.args │ ├── q35-usb2-reorder.xml │ ├── q35-usb2.args │ ├── q35-usb2.xml │ ├── q35-virt-manager-basic.args │ ├── q35-virt-manager-basic.xml │ ├── q35-virtio-pci.args │ ├── q35-virtio-pci.xml │ ├── q35-wrong-root.xml │ ├── q35.args │ ├── q35.xml │ ├── qemu-ns-alt.args │ ├── qemu-ns-alt.xml │ ├── qemu-ns-commandline-ns0.args │ ├── qemu-ns-commandline-ns0.xml │ ├── qemu-ns-commandline-ns1.args │ ├── qemu-ns-commandline-ns1.xml │ ├── qemu-ns-commandline.args │ ├── qemu-ns-commandline.xml │ ├── qemu-ns-domain-commandline-ns0.args │ ├── qemu-ns-domain-commandline-ns0.xml │ ├── qemu-ns-domain-commandline.args │ ├── qemu-ns-domain-commandline.xml │ ├── qemu-ns-domain-ns0.args │ ├── qemu-ns-domain-ns0.xml │ ├── qemu-ns-no-env.args │ ├── qemu-ns-no-env.xml │ ├── qemu-ns.x86_64-4.0.0.args │ ├── qemu-ns.x86_64-latest.args │ ├── qemu-ns.xml │ ├── reboot-timeout-disabled.args │ ├── reboot-timeout-disabled.xml │ ├── reboot-timeout-enabled.args │ ├── reboot-timeout-enabled.xml │ ├── restore-v2-fd.args │ ├── restore-v2-fd.xml │ ├── restore-v2.args │ ├── restore-v2.xml │ ├── riscv64-virt-graphics.riscv64-latest.args │ ├── riscv64-virt-graphics.xml │ ├── riscv64-virt-headless.riscv64-latest.args │ ├── riscv64-virt-headless.xml │ ├── riscv64-virt-pci.args │ ├── riscv64-virt-pci.xml │ ├── riscv64-virt.args │ ├── riscv64-virt.xml │ ├── s390-allow-bogus-usb-controller.args │ ├── s390-allow-bogus-usb-controller.xml │ ├── s390-allow-bogus-usb-none.args │ ├── s390-allow-bogus-usb-none.xml │ ├── s390-default-cpu-kvm-ccw-virtio-2.7.s390x-latest.args │ ├── s390-default-cpu-kvm-ccw-virtio-2.7.xml │ ├── s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.args │ ├── s390-default-cpu-kvm-ccw-virtio-4.2.xml │ ├── s390-default-cpu-tcg-ccw-virtio-2.7.s390x-latest.args │ ├── s390-default-cpu-tcg-ccw-virtio-2.7.xml │ ├── s390-default-cpu-tcg-ccw-virtio-4.2.s390x-latest.args │ ├── s390-default-cpu-tcg-ccw-virtio-4.2.xml │ ├── s390-defaultconsole.xml │ ├── s390-no-parallel.xml │ ├── s390-panic-address.xml │ ├── s390-panic-missing.args │ ├── s390-panic-missing.xml │ ├── s390-panic-no-address.args │ ├── s390-panic-no-address.xml │ ├── s390-panic.xml │ ├── s390-serial-2.args │ ├── s390-serial-2.xml │ ├── s390-serial-console.args │ ├── s390-serial-console.xml │ ├── s390-serial.args │ ├── s390-serial.xml │ ├── s390x-ccw-graphics.s390x-latest.args │ ├── s390x-ccw-graphics.xml │ ├── s390x-ccw-headless.s390x-latest.args │ ├── s390x-ccw-headless.xml │ ├── seclabel-dac-none.args │ ├── seclabel-dac-none.xml │ ├── seclabel-device-duplicates.xml │ ├── seclabel-device-multiple.xml │ ├── seclabel-dynamic-baselabel.args │ ├── seclabel-dynamic-baselabel.xml │ ├── seclabel-dynamic-labelskip.args │ ├── seclabel-dynamic-labelskip.xml │ ├── seclabel-dynamic-none-relabel.xml │ ├── seclabel-dynamic-none.xml │ ├── seclabel-dynamic-override.args │ ├── seclabel-dynamic-override.xml │ ├── seclabel-dynamic-relabel.args │ ├── seclabel-dynamic-relabel.xml │ ├── seclabel-dynamic.args │ ├── seclabel-dynamic.xml │ ├── seclabel-multiple.xml │ ├── seclabel-none.args │ ├── seclabel-none.xml │ ├── seclabel-static-labelskip.args │ ├── seclabel-static-labelskip.xml │ ├── seclabel-static-relabel.args │ ├── seclabel-static-relabel.xml │ ├── seclabel-static.args │ ├── seclabel-static.xml │ ├── serial-dev-chardev-iobase.args │ ├── serial-dev-chardev-iobase.xml │ ├── serial-dev-chardev.args │ ├── serial-dev-chardev.xml │ ├── serial-file-chardev.args │ ├── serial-file-chardev.xml │ ├── serial-file-log.args │ ├── serial-file-log.xml │ ├── serial-many-chardev.args │ ├── serial-many-chardev.xml │ ├── serial-pty-chardev.args │ ├── serial-pty-chardev.xml │ ├── serial-spiceport-nospice.args │ ├── serial-spiceport-nospice.xml │ ├── serial-spiceport.args │ ├── serial-spiceport.xml │ ├── serial-target-port-auto.xml │ ├── serial-tcp-chardev.args │ ├── serial-tcp-chardev.xml │ ├── serial-tcp-telnet-chardev.args │ ├── serial-tcp-telnet-chardev.xml │ ├── serial-tcp-tlsx509-chardev-notls.args │ ├── serial-tcp-tlsx509-chardev-notls.xml │ ├── serial-tcp-tlsx509-chardev-verify.args │ ├── serial-tcp-tlsx509-chardev-verify.xml │ ├── serial-tcp-tlsx509-chardev.args │ ├── serial-tcp-tlsx509-chardev.xml │ ├── serial-tcp-tlsx509-secret-chardev.args │ ├── serial-tcp-tlsx509-secret-chardev.xml │ ├── serial-udp-chardev.args │ ├── serial-udp-chardev.xml │ ├── serial-unix-chardev.args │ ├── serial-unix-chardev.x86_64-latest.args │ ├── serial-unix-chardev.xml │ ├── serial-unix-missing-source.xml │ ├── serial-vc-chardev.args │ ├── serial-vc-chardev.xml │ ├── shmem-invalid-address.xml │ ├── shmem-invalid-size.xml │ ├── shmem-msi-only.xml │ ├── shmem-plain-doorbell.args │ ├── shmem-plain-doorbell.xml │ ├── shmem-small-size.xml │ ├── shmem.args │ ├── shmem.xml │ ├── smartcard-controller.args │ ├── smartcard-controller.xml │ ├── smartcard-host-certificates-database.args │ ├── smartcard-host-certificates-database.xml │ ├── smartcard-host-certificates.args │ ├── smartcard-host-certificates.xml │ ├── smartcard-host.args │ ├── smartcard-host.xml │ ├── smartcard-passthrough-spicevmc.args │ ├── smartcard-passthrough-spicevmc.xml │ ├── smartcard-passthrough-tcp.args │ ├── smartcard-passthrough-tcp.xml │ ├── smartcard-passthrough-unix.x86_64-2.5.0.args │ ├── smartcard-passthrough-unix.x86_64-latest.args │ ├── smartcard-passthrough-unix.xml │ ├── smbios-date.xml │ ├── smbios-multiple-type2.xml │ ├── smbios-uuid-match.xml │ ├── smbios.args │ ├── smbios.xml │ ├── smp-dies.args │ ├── smp-dies.xml │ ├── smp.args │ ├── smp.xml │ ├── sound-device.args │ ├── sound-device.xml │ ├── sound.args │ ├── sound.xml │ ├── tap-vhost-incorrect.xml │ ├── tap-vhost.xml │ ├── tpm-emulator-spapr.ppc64-latest.args │ ├── tpm-emulator-spapr.xml │ ├── tpm-emulator-tpm2-enc.x86_64-latest.args │ ├── tpm-emulator-tpm2-enc.xml │ ├── tpm-emulator-tpm2.x86_64-latest.args │ ├── tpm-emulator-tpm2.xml │ ├── tpm-emulator.x86_64-latest.args │ ├── tpm-emulator.xml │ ├── tpm-no-backend-invalid.xml │ ├── tpm-passthrough-crb.x86_64-latest.args │ ├── tpm-passthrough-crb.xml │ ├── tpm-passthrough.x86_64-latest.args │ ├── tpm-passthrough.xml │ ├── tseg-explicit-size.x86_64-latest.args │ ├── tseg-explicit-size.xml │ ├── tseg-i440fx.xml │ ├── tseg-invalid-size.xml │ ├── usb-bus-missing.xml │ ├── usb-controller-default-q35.args │ ├── usb-controller-default-q35.xml │ ├── usb-controller-default-unavailable-q35.xml │ ├── usb-controller-explicit-q35.args │ ├── usb-controller-explicit-q35.xml │ ├── usb-controller-explicit-unavailable-q35.xml │ ├── usb-controller-qemu-xhci-limit.xml │ ├── usb-controller-qemu-xhci-unavailable.xml │ ├── usb-controller-qemu-xhci.args │ ├── usb-controller-qemu-xhci.xml │ ├── usb-controller-xhci-limit.xml │ ├── usb-controller-xhci.args │ ├── usb-controller-xhci.xml │ ├── usb-controller.args │ ├── usb-controller.xml │ ├── usb-hub-autoadd-deluxe.args │ ├── usb-hub-autoadd-deluxe.xml │ ├── usb-hub-autoadd.args │ ├── usb-hub-autoadd.xml │ ├── usb-hub-conflict.xml │ ├── usb-hub-nonexistent.xml │ ├── usb-hub.args │ ├── usb-hub.xml │ ├── usb-ich9-autoassign.args │ ├── usb-ich9-autoassign.xml │ ├── usb-ich9-companion.args │ ├── usb-ich9-companion.xml │ ├── usb-ich9-ehci-addr.args │ ├── usb-ich9-ehci-addr.xml │ ├── usb-ich9-no-companion.xml │ ├── usb-long-port-path.args │ ├── usb-long-port-path.xml │ ├── usb-none-hub.xml │ ├── usb-none-other.xml │ ├── usb-none-usbtablet.xml │ ├── usb-none.args │ ├── usb-none.xml │ ├── usb-piix3-controller.args │ ├── usb-piix3-controller.xml │ ├── usb-port-autoassign.args │ ├── usb-port-autoassign.xml │ ├── usb-port-missing.args │ ├── usb-port-missing.xml │ ├── usb-ports-out-of-range.xml │ ├── usb-ports.args │ ├── usb-ports.xml │ ├── usb-redir-boot.args │ ├── usb-redir-boot.xml │ ├── usb-redir-filter-version.args │ ├── usb-redir-filter-version.xml │ ├── usb-redir-filter.args │ ├── usb-redir-filter.xml │ ├── usb-redir-unix.x86_64-2.5.0.args │ ├── usb-redir-unix.x86_64-latest.args │ ├── usb-redir-unix.xml │ ├── usb-redir.args │ ├── usb-redir.xml │ ├── usb-too-long-port-path-invalid.xml │ ├── usb-xhci-autoassign.args │ ├── usb-xhci-autoassign.xml │ ├── usb1-usb2.args │ ├── usb1-usb2.xml │ ├── user-aliases-usb.args │ ├── user-aliases-usb.xml │ ├── user-aliases.args │ ├── user-aliases.xml │ ├── user-aliases2.args │ ├── user-aliases2.xml │ ├── vcpu-placement-static.args │ ├── vcpu-placement-static.xml │ ├── vhost-user-gpu-secondary.x86_64-latest.args │ ├── vhost-user-gpu-secondary.xml │ ├── vhost-user-vga.x86_64-latest.args │ ├── vhost-user-vga.xml │ ├── vhost-vsock-auto.x86_64-latest.args │ ├── vhost-vsock-auto.xml │ ├── vhost-vsock-ccw-auto.s390x-latest.args │ ├── vhost-vsock-ccw-auto.xml │ ├── vhost-vsock-ccw.s390x-latest.args │ ├── vhost-vsock-ccw.xml │ ├── vhost-vsock.x86_64-latest.args │ ├── vhost-vsock.xml │ ├── vhost_queues-invalid.xml │ ├── vhost_queues.xml │ ├── video-bochs-display-device.x86_64-latest.args │ ├── video-bochs-display-device.xml │ ├── video-device-pciaddr-default.args │ ├── video-device-pciaddr-default.xml │ ├── video-invalid-multiple-devices.xml │ ├── video-invalid.xml │ ├── video-none-device.args │ ├── video-none-device.xml │ ├── video-qxl-device-vgamem.args │ ├── video-qxl-device-vgamem.xml │ ├── video-qxl-device-vram64.x86_64-latest.args │ ├── video-qxl-device-vram64.xml │ ├── video-qxl-device.args │ ├── video-qxl-device.xml │ ├── video-qxl-heads.args │ ├── video-qxl-heads.xml │ ├── video-qxl-nodevice.args │ ├── video-qxl-nodevice.xml │ ├── video-qxl-noheads.args │ ├── video-qxl-noheads.xml │ ├── video-qxl-resolution.args │ ├── video-qxl-resolution.xml │ ├── video-qxl-sec-device-vgamem.args │ ├── video-qxl-sec-device-vgamem.xml │ ├── video-qxl-sec-device-vram64.x86_64-latest.args │ ├── video-qxl-sec-device-vram64.xml │ ├── video-qxl-sec-device.args │ ├── video-qxl-sec-device.xml │ ├── video-ramfb-display-device.x86_64-latest.args │ ├── video-ramfb-display-device.xml │ ├── video-vga-device-vgamem.args │ ├── video-vga-device-vgamem.xml │ ├── video-vga-device.args │ ├── video-vga-device.xml │ ├── video-vga-nodevice.args │ ├── video-vga-nodevice.xml │ ├── video-vga-qxl-heads.args │ ├── video-vga-qxl-heads.xml │ ├── video-virtio-gpu-ccw-auto.xml │ ├── video-virtio-gpu-ccw.args │ ├── video-virtio-gpu-ccw.xml │ ├── video-virtio-gpu-device.args │ ├── video-virtio-gpu-device.xml │ ├── video-virtio-gpu-sdl-gl.args │ ├── video-virtio-gpu-sdl-gl.xml │ ├── video-virtio-gpu-secondary.args │ ├── video-virtio-gpu-secondary.xml │ ├── video-virtio-gpu-spice-gl.args │ ├── video-virtio-gpu-spice-gl.xml │ ├── video-virtio-gpu-virgl.args │ ├── video-virtio-gpu-virgl.xml │ ├── video-virtio-vga.args │ ├── video-virtio-vga.xml │ ├── virtio-input-passthrough.args │ ├── virtio-input-passthrough.xml │ ├── virtio-input.args │ ├── virtio-input.xml │ ├── virtio-lun.args │ ├── virtio-lun.xml │ ├── virtio-non-transitional.x86_64-3.1.0.args │ ├── virtio-non-transitional.x86_64-latest.args │ ├── virtio-non-transitional.xml │ ├── virtio-options.args │ ├── virtio-options.xml │ ├── virtio-rng-builtin.x86_64-latest.args │ ├── virtio-rng-builtin.xml │ ├── virtio-rng-ccw.args │ ├── virtio-rng-ccw.xml │ ├── virtio-rng-default.args │ ├── virtio-rng-default.xml │ ├── virtio-rng-egd-crash.xml │ ├── virtio-rng-egd-unix.x86_64-2.5.0.args │ ├── virtio-rng-egd-unix.x86_64-latest.args │ ├── virtio-rng-egd-unix.xml │ ├── virtio-rng-egd.args │ ├── virtio-rng-egd.xml │ ├── virtio-rng-multiple.args │ ├── virtio-rng-multiple.xml │ ├── virtio-rng-random.args │ ├── virtio-rng-random.xml │ ├── virtio-transitional-not-supported.xml │ ├── virtio-transitional.x86_64-3.1.0.args │ ├── virtio-transitional.x86_64-latest.args │ ├── virtio-transitional.xml │ ├── vmcoreinfo.args │ ├── vmcoreinfo.xml │ ├── watchdog-device.args │ ├── watchdog-device.xml │ ├── watchdog-diag288.args │ ├── watchdog-diag288.xml │ ├── watchdog-dump.args │ ├── watchdog-dump.xml │ ├── watchdog-injectnmi.args │ ├── watchdog-injectnmi.xml │ ├── watchdog.args │ ├── watchdog.xml │ ├── x86-kvm-32-on-64.args │ ├── x86-kvm-32-on-64.xml │ ├── x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.args │ ├── x86_64-default-cpu-kvm-pc-4.2.xml │ ├── x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.args │ ├── x86_64-default-cpu-kvm-q35-4.2.xml │ ├── x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.args │ ├── x86_64-default-cpu-tcg-pc-4.2.xml │ ├── x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.args │ ├── x86_64-default-cpu-tcg-q35-4.2.xml │ ├── x86_64-pc-graphics.x86_64-latest.args │ ├── x86_64-pc-graphics.xml │ ├── x86_64-pc-headless.x86_64-latest.args │ ├── x86_64-pc-headless.xml │ ├── x86_64-q35-graphics.x86_64-latest.args │ ├── x86_64-q35-graphics.xml │ ├── x86_64-q35-headless.x86_64-latest.args │ └── x86_64-q35-headless.xml ├── qemuxml2argvmock.c ├── qemuxml2argvtest.c ├── qemuxml2xmloutdata │ ├── aarch64-aavmf-virtio-mmio.xml │ ├── aarch64-default-cpu-kvm-virt-4.2.aarch64-latest.xml │ ├── aarch64-default-cpu-tcg-virt-4.2.aarch64-latest.xml │ ├── aarch64-features-sve.aarch64-latest.xml │ ├── aarch64-gic-default-both.xml │ ├── aarch64-gic-default-v2.xml │ ├── aarch64-gic-default-v3.xml │ ├── aarch64-gic-default.xml │ ├── aarch64-gic-host.xml │ ├── aarch64-gic-none-both.xml │ ├── aarch64-gic-none-tcg.xml │ ├── aarch64-gic-none-v2.xml │ ├── aarch64-gic-none-v3.xml │ ├── aarch64-gic-none.xml │ ├── aarch64-gic-v2.xml │ ├── aarch64-gic-v3.xml │ ├── aarch64-os-firmware-efi.aarch64-latest.xml │ ├── aarch64-pci-serial.xml │ ├── aarch64-traditional-pci.xml │ ├── aarch64-video-default.xml │ ├── aarch64-video-virtio-gpu-pci.xml │ ├── aarch64-virt-graphics.aarch64-latest.xml │ ├── aarch64-virt-headless.aarch64-latest.xml │ ├── aarch64-virtio-pci-default.xml │ ├── aarch64-virtio-pci-manual-addresses.xml │ ├── acpi-table.xml │ ├── autoindex.xml │ ├── balloon-device-auto.xml │ ├── balloon-device-period.xml │ ├── bios-nvram-os-interleave.xml │ ├── bios-nvram.xml │ ├── blkdeviotune-group-num.xml │ ├── blkdeviotune-max-length.xml │ ├── blkdeviotune-max.xml │ ├── blkdeviotune.xml │ ├── blkiotune-device.xml │ ├── blkiotune.xml │ ├── boot-cdrom.xml │ ├── boot-floppy-q35.xml │ ├── boot-floppy.xml │ ├── boot-menu-disable-with-timeout.xml │ ├── boot-menu-disable.xml │ ├── boot-menu-enable-with-timeout.xml │ ├── boot-multi.xml │ ├── boot-network.xml │ ├── boot-order.xml │ ├── channel-guestfwd.xml │ ├── channel-unix-source-path-active.xml │ ├── channel-unix-source-path-inactive.xml │ ├── channel-virtio-auto.xml │ ├── channel-virtio-state-active.xml │ ├── channel-virtio-state-inactive.xml │ ├── channel-virtio.xml │ ├── chardev-label.xml │ ├── clock-catchup.xml │ ├── clock-localtime.xml │ ├── clock-timer-armvtimer.aarch64-latest.xml │ ├── clock-timer-hyperv-rtc.xml │ ├── clock-utc.xml │ ├── console-compat-auto.xml │ ├── console-compat.xml │ ├── console-compat2.xml │ ├── console-virtio-many.xml │ ├── console-virtio.xml │ ├── controller-usb-order.xml │ ├── controller-virtio-scsi.xml │ ├── cpu-Icelake-Server-pconfig.x86_64-3.1.0.xml │ ├── cpu-Icelake-Server-pconfig.x86_64-latest.xml │ ├── cpu-check-default-none.xml │ ├── cpu-check-default-none2.xml │ ├── cpu-check-default-partial.xml │ ├── cpu-check-default-partial2.xml │ ├── cpu-check-full.xml │ ├── cpu-check-none.xml │ ├── cpu-check-partial.xml │ ├── cpu-empty.xml │ ├── cpu-eoi-disabled.xml │ ├── cpu-eoi-enabled.xml │ ├── cpu-host-kvmclock.xml │ ├── cpu-host-model-features.xml │ ├── cpu-host-model-vendor.xml │ ├── cpu-host-passthrough-features.xml │ ├── cpu-kvmclock.xml │ ├── cpu-numa-disjoint.xml │ ├── cpu-numa-disordered.xml │ ├── cpu-numa-memshared.xml │ ├── cpu-numa-no-memory-element.xml │ ├── cpu-numa1.xml │ ├── cpu-numa2.xml │ ├── cputune-iothreads.xml │ ├── cputune-iothreadsched-zeropriority.xml │ ├── cputune-iothreadsched.xml │ ├── cputune-numatune.xml │ ├── cputune-zero-shares.xml │ ├── cputune.xml │ ├── default-kvm-host-arch.xml │ ├── default-qemu-host-arch.xml │ ├── default-video-type-aarch64.aarch64-latest.xml │ ├── default-video-type-ppc64.ppc64-latest.xml │ ├── default-video-type-riscv64.riscv64-latest.xml │ ├── default-video-type-s390x.s390x-latest.xml │ ├── default-video-type-x86_64-caps-test-0.xml │ ├── default-video-type-x86_64-caps-test-1.xml │ ├── disk-active-commit-active.xml │ ├── disk-active-commit-inactive.xml │ ├── disk-aio.xml │ ├── disk-backing-chains-active.xml │ ├── disk-backing-chains-inactive.xml │ ├── disk-backing-chains-index-active.xml │ ├── disk-backing-chains-index-inactive.xml │ ├── disk-backing-chains-noindex.xml │ ├── disk-boot-cdrom.xml │ ├── disk-boot-disk.xml │ ├── disk-cache.x86_64-1.5.3.xml │ ├── disk-cache.x86_64-2.12.0.xml │ ├── disk-cache.x86_64-2.6.0.xml │ ├── disk-cache.x86_64-2.7.0.xml │ ├── disk-cache.x86_64-latest.xml │ ├── disk-cdrom-bus-other.xml │ ├── disk-cdrom-empty-network-invalid.x86_64-latest.xml │ ├── disk-cdrom.xml │ ├── disk-copy_on_read.xml │ ├── disk-detect-zeroes.xml │ ├── disk-discard.xml │ ├── disk-error-policy.xml │ ├── disk-fat.xml │ ├── disk-floppy.xml │ ├── disk-fmt-qcow.xml │ ├── disk-mirror-active.xml │ ├── disk-mirror-inactive.xml │ ├── disk-mirror-old-active.xml │ ├── disk-mirror-old-inactive.xml │ ├── disk-network-gluster.xml │ ├── disk-network-iscsi.xml │ ├── disk-network-nbd.xml │ ├── disk-network-rbd.xml │ ├── disk-network-sheepdog.xml │ ├── disk-network-source-auth.xml │ ├── disk-network-tlsx509.xml │ ├── disk-network-vxhs.xml │ ├── disk-nvme.xml │ ├── disk-scsi-device-auto.xml │ ├── disk-scsi-disk-vpd.xml │ ├── disk-scsi-lun-passthrough-sgio.xml │ ├── disk-scsi.xml │ ├── disk-serial.xml │ ├── disk-slices.x86_64-latest.xml │ ├── disk-source-pool-mode.xml │ ├── disk-source-pool.xml │ ├── disk-usb-device.xml │ ├── disk-virtio-queues.xml │ ├── disk-virtio-s390-zpci.xml │ ├── disk-virtio-scsi-reservations.xml │ ├── disk-virtio.xml │ ├── encrypted-disk-usage.xml │ ├── encrypted-disk.xml │ ├── eoi-disabled.xml │ ├── eoi-enabled.xml │ ├── event_idx.xml │ ├── fd-memory-no-numa-topology.xml │ ├── fd-memory-numa-topology.xml │ ├── fd-memory-numa-topology2.xml │ ├── fd-memory-numa-topology3.xml │ ├── floppy-drive-fat.xml │ ├── genid-active.x86_64-latest.xml │ ├── genid-auto-active.x86_64-latest.xml │ ├── genid-auto-inactive.x86_64-latest.xml │ ├── genid-inactive.x86_64-latest.xml │ ├── graphics-egl-headless-rendernode.xml │ ├── graphics-listen-network.xml │ ├── graphics-listen-network2.xml │ ├── graphics-sdl-fullscreen.xml │ ├── graphics-sdl.xml │ ├── graphics-spice-auto-socket-cfg.xml │ ├── graphics-spice-auto-socket.xml │ ├── graphics-spice-compression.xml │ ├── graphics-spice-egl-headless.xml │ ├── graphics-spice-qxl-vga.xml │ ├── graphics-spice-socket.xml │ ├── graphics-spice-timeout.xml │ ├── graphics-spice.xml │ ├── graphics-vnc-auto-socket-cfg.xml │ ├── graphics-vnc-auto-socket.xml │ ├── graphics-vnc-egl-headless.xml │ ├── graphics-vnc-no-listen-attr.xml │ ├── graphics-vnc-remove-generated-socket-active.xml │ ├── graphics-vnc-remove-generated-socket-inactive.xml │ ├── graphics-vnc-sasl.xml │ ├── graphics-vnc-socket.xml │ ├── graphics-vnc-tls.xml │ ├── graphics-vnc-websocket.xml │ ├── graphics-vnc.xml │ ├── hostdev-mdev-display.xml │ ├── hostdev-mdev-precreated.xml │ ├── hostdev-pci-address-unassigned.xml │ ├── hostdev-pci-address.xml │ ├── hostdev-pci-multifunction.xml │ ├── hostdev-scsi-autogen-address.xml │ ├── hostdev-scsi-large-unit.xml │ ├── hostdev-scsi-lsi-iscsi-auth.xml │ ├── hostdev-scsi-lsi-iscsi.xml │ ├── hostdev-scsi-lsi.xml │ ├── hostdev-scsi-rawio.xml │ ├── hostdev-scsi-readonly.xml │ ├── hostdev-scsi-sgio.xml │ ├── hostdev-scsi-shareable.xml │ ├── hostdev-scsi-vhost-scsi-ccw.xml │ ├── hostdev-scsi-vhost-scsi-pci.xml │ ├── hostdev-scsi-vhost-scsi-pcie.xml │ ├── hostdev-scsi-virtio-iscsi-auth.xml │ ├── hostdev-scsi-virtio-iscsi.xml │ ├── hostdev-scsi-virtio-scsi.xml │ ├── hostdev-subsys-mdev-vfio-ap.xml │ ├── hostdev-subsys-mdev-vfio-ccw-boot.s390x-latest.xml │ ├── hostdev-subsys-mdev-vfio-ccw.xml │ ├── hostdev-usb-address.xml │ ├── hostdev-vfio-zpci-autogenerate.xml │ ├── hostdev-vfio-zpci-boundaries.xml │ ├── hostdev-vfio-zpci-multidomain-many.xml │ ├── hostdev-vfio-zpci.xml │ ├── hostdev-vfio.xml │ ├── hugepages-default-2M.xml │ ├── hugepages-default-system-size.xml │ ├── hugepages-default.xml │ ├── hugepages-memaccess.xml │ ├── hugepages-memaccess2.xml │ ├── hugepages-nodeset.xml │ ├── hugepages-numa-default-2M.xml │ ├── hugepages-numa-default-dimm.xml │ ├── hugepages-numa-nodeset-part.xml │ ├── hugepages-numa-nodeset.xml │ ├── hugepages-nvdimm.xml │ ├── hugepages-shared.xml │ ├── hyperv-off.xml │ ├── hyperv-panic.xml │ ├── hyperv-stimer-direct.xml │ ├── hyperv.xml │ ├── input-usbmouse.xml │ ├── input-usbtablet.xml │ ├── input-virtio-ccw.xml │ ├── intel-iommu-caching-mode.x86_64-latest.xml │ ├── intel-iommu-device-iotlb.x86_64-latest.xml │ ├── intel-iommu-eim.x86_64-latest.xml │ ├── intel-iommu.x86_64-2.6.0.xml │ ├── intel-iommu.x86_64-latest.xml │ ├── interface-driver.xml │ ├── interface-server.xml │ ├── iommu-smmuv3.aarch64-latest.xml │ ├── iothreads-disk-virtio-ccw.xml │ ├── iothreads-disk.xml │ ├── iothreads-ids-partial.xml │ ├── iothreads-ids.xml │ ├── iothreads-virtio-scsi-ccw.xml │ ├── iothreads-virtio-scsi-pci.xml │ ├── iothreads.xml │ ├── kvm-features-off.xml │ ├── kvm-features.xml │ ├── kvmclock.xml │ ├── lease.xml │ ├── luks-disks-source-qcow2.x86_64-latest.xml │ ├── luks-disks-source.xml │ ├── luks-disks.xml │ ├── mach-virt-console-native.xml │ ├── mach-virt-console-virtio.xml │ ├── mach-virt-serial+console-native.xml │ ├── mach-virt-serial-compat.xml │ ├── mach-virt-serial-native.xml │ ├── mach-virt-serial-pci.xml │ ├── mach-virt-serial-usb.xml │ ├── machine-core-off.xml │ ├── machine-core-on.xml │ ├── machine-loadparm-multiple-disks-nets-s390.xml │ ├── memfd-memory-default-hugepage.xml │ ├── memfd-memory-numa.xml │ ├── memory-hotplug-dimm.xml │ ├── memory-hotplug-nonuma.xml │ ├── memory-hotplug-nvdimm-access.xml │ ├── memory-hotplug-nvdimm-align.xml │ ├── memory-hotplug-nvdimm-label.xml │ ├── memory-hotplug-nvdimm-pmem.xml │ ├── memory-hotplug-nvdimm-readonly.xml │ ├── memory-hotplug-nvdimm.xml │ ├── memory-hotplug.xml │ ├── memorybacking-set.xml │ ├── memorybacking-unset.xml │ ├── memtune-unlimited.xml │ ├── memtune.xml │ ├── metadata-duplicate.xml │ ├── metadata.xml │ ├── migrate.xml │ ├── minimal.xml │ ├── misc-acpi.xml │ ├── misc-disable-s3.xml │ ├── misc-disable-suspends.xml │ ├── misc-enable-s4.xml │ ├── misc-no-reboot.xml │ ├── misc-uuid.xml │ ├── net-bandwidth.xml │ ├── net-bandwidth2.xml │ ├── net-coalesce.xml │ ├── net-eth-hostip.xml │ ├── net-eth-ifname.xml │ ├── net-eth-unmanaged-tap.xml │ ├── net-eth.xml │ ├── net-hostdev-bootorder.xml │ ├── net-hostdev-vfio.xml │ ├── net-hostdev.xml │ ├── net-isolated-port.x86_64-latest.xml │ ├── net-many-models.xml │ ├── net-midonet.xml │ ├── net-mtu.xml │ ├── net-openvswitch.xml │ ├── net-udp.xml │ ├── net-user-addr.xml │ ├── net-user.xml │ ├── net-vhostuser.xml │ ├── net-virtio-device.xml │ ├── net-virtio-disable-offloads.xml │ ├── net-virtio-network-portgroup.xml │ ├── net-virtio-rxtxqueuesize.xml │ ├── net-virtio-teaming-network.xml │ ├── net-virtio-teaming.xml │ ├── net-virtio.xml │ ├── nographics-vga.xml │ ├── nosharepages.xml │ ├── numad-auto-memory-vcpu-cpuset.xml │ ├── numad-auto-memory-vcpu-no-cpuset-and-placement.xml │ ├── numad-auto-vcpu-no-numatune.xml │ ├── numad-static-vcpu-no-numatune.xml │ ├── numatune-auto-prefer.xml │ ├── numatune-memnode-no-memory.xml │ ├── numatune-memnode.xml │ ├── os-firmware-bios.x86_64-latest.xml │ ├── os-firmware-efi-secboot.x86_64-latest.xml │ ├── os-firmware-efi.x86_64-latest.xml │ ├── pages-dimm-discard.xml │ ├── pages-discard-hugepages.xml │ ├── pages-discard.xml │ ├── panic-double.xml │ ├── panic-isa.xml │ ├── panic-no-address.xml │ ├── panic-pseries.xml │ ├── panic.xml │ ├── parallel-tcp.xml │ ├── pci-autoadd-addr.xml │ ├── pci-autoadd-idx.xml │ ├── pci-autofill-addr.xml │ ├── pci-bridge-many-disks.xml │ ├── pci-bridge.xml │ ├── pci-expander-bus.xml │ ├── pci-many.xml │ ├── pci-rom-disabled-invalid.xml │ ├── pci-rom-disabled.xml │ ├── pci-rom.xml │ ├── pci-serial-dev-chardev.xml │ ├── pcie-expander-bus.xml │ ├── pcie-root-port-model-generic.xml │ ├── pcie-root-port-model-ioh3420.xml │ ├── pcie-root-port.xml │ ├── pcie-root.xml │ ├── pcie-switch-downstream-port.xml │ ├── pcie-switch-upstream-port.xml │ ├── pcihole64-gib.xml │ ├── pcihole64-none.xml │ ├── pcihole64-q35.xml │ ├── pcihole64.xml │ ├── pmu-feature-off.xml │ ├── pmu-feature.xml │ ├── ppc64-default-cpu-kvm-pseries-2.7.ppc64-latest.xml │ ├── ppc64-default-cpu-kvm-pseries-3.1.ppc64-latest.xml │ ├── ppc64-default-cpu-kvm-pseries-4.2.ppc64-latest.xml │ ├── ppc64-default-cpu-tcg-pseries-2.7.ppc64-latest.xml │ ├── ppc64-default-cpu-tcg-pseries-3.1.ppc64-latest.xml │ ├── ppc64-default-cpu-tcg-pseries-4.2.ppc64-latest.xml │ ├── ppc64-pseries-graphics.ppc64-latest.xml │ ├── ppc64-pseries-headless.ppc64-latest.xml │ ├── ppc64-usb-controller-legacy.xml │ ├── ppc64-usb-controller.xml │ ├── pseries-console-native.xml │ ├── pseries-console-virtio.xml │ ├── pseries-cpu-compat-power9.xml │ ├── pseries-cpu-compat.xml │ ├── pseries-cpu-exact.xml │ ├── pseries-features.xml │ ├── pseries-hostdevs-1.xml │ ├── pseries-hostdevs-2.xml │ ├── pseries-hostdevs-3.xml │ ├── pseries-many-buses-1.xml │ ├── pseries-many-buses-2.xml │ ├── pseries-many-devices.xml │ ├── pseries-nvram.xml │ ├── pseries-panic-missing.xml │ ├── pseries-panic-no-address.xml │ ├── pseries-phb-default-missing.xml │ ├── pseries-phb-numa-node.xml │ ├── pseries-phb-simple.xml │ ├── pseries-serial+console-native.xml │ ├── pseries-serial-compat.xml │ ├── pseries-serial-native.xml │ ├── pseries-serial-pci.xml │ ├── pseries-serial-usb.xml │ ├── pv-spinlock-disabled.xml │ ├── pv-spinlock-enabled.xml │ ├── q35-default-devices-only.xml │ ├── q35-multifunction.xml │ ├── q35-pci-force-address.xml │ ├── q35-pcie-autoadd.xml │ ├── q35-pcie.xml │ ├── q35-usb2-multi.xml │ ├── q35-usb2-reorder.xml │ ├── q35-usb2.xml │ ├── q35-virt-manager-basic.xml │ ├── q35-virtio-pci.xml │ ├── q35.xml │ ├── qemu-ns-no-env.xml │ ├── reboot-timeout-disabled.xml │ ├── reboot-timeout-enabled.xml │ ├── restore-v2.xml │ ├── riscv64-virt-graphics.riscv64-latest.xml │ ├── riscv64-virt-headless.riscv64-latest.xml │ ├── riscv64-virt-pci.xml │ ├── riscv64-virt.xml │ ├── s390-default-cpu-kvm-ccw-virtio-2.7.s390x-latest.xml │ ├── s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.xml │ ├── s390-default-cpu-tcg-ccw-virtio-2.7.s390x-latest.xml │ ├── s390-default-cpu-tcg-ccw-virtio-4.2.s390x-latest.xml │ ├── s390-defaultconsole.xml │ ├── s390-panic-missing.xml │ ├── s390-panic-no-address.xml │ ├── s390-panic.xml │ ├── s390-serial-2.xml │ ├── s390-serial-console.xml │ ├── s390-serial.xml │ ├── s390x-ccw-graphics.s390x-latest.xml │ ├── s390x-ccw-headless.s390x-latest.xml │ ├── seclabel-dac-none.xml │ ├── seclabel-device-multiple.xml │ ├── seclabel-dynamic-baselabel-inactive.xml │ ├── seclabel-dynamic-labelskip-inactive.xml │ ├── seclabel-dynamic-none-relabel-inactive.xml │ ├── seclabel-dynamic-none.xml │ ├── seclabel-dynamic-override-inactive.xml │ ├── seclabel-dynamic-relabel-inactive.xml │ ├── seclabel-none.xml │ ├── seclabel-static-labelskip-active.xml │ ├── seclabel-static-labelskip-inactive.xml │ ├── seclabel-static.xml │ ├── serial-dev.xml │ ├── serial-file.xml │ ├── serial-many.xml │ ├── serial-pty.xml │ ├── serial-spiceport-nospice.xml │ ├── serial-spiceport.xml │ ├── serial-target-port-auto.xml │ ├── serial-tcp-telnet.xml │ ├── serial-tcp-tlsx509-chardev-notls.xml │ ├── serial-tcp-tlsx509-chardev.xml │ ├── serial-tcp.xml │ ├── serial-udp.xml │ ├── serial-unix.xml │ ├── serial-vc.xml │ ├── shmem-plain-doorbell.xml │ ├── shmem.xml │ ├── smartcard-controller.xml │ ├── smartcard-host-certificates-database.xml │ ├── smartcard-host-certificates.xml │ ├── smartcard-host.xml │ ├── smartcard-passthrough-spicevmc.xml │ ├── smartcard-passthrough-tcp.xml │ ├── smbios-multiple-type2.xml │ ├── smbios.xml │ ├── smp.xml │ ├── sound-device.xml │ ├── sound.xml │ ├── tap-vhost-incorrect.xml │ ├── tap-vhost.xml │ ├── tpm-emulator-tpm2-enc.x86_64-latest.xml │ ├── tpm-emulator-tpm2.x86_64-latest.xml │ ├── tpm-emulator.x86_64-latest.xml │ ├── tpm-passthrough-crb.x86_64-latest.xml │ ├── tpm-passthrough.x86_64-latest.xml │ ├── tseg-explicit-size.xml │ ├── tseg-old-machine-type.xml │ ├── tseg.xml │ ├── usb-controller-default-q35.xml │ ├── usb-controller-explicit-q35.xml │ ├── usb-controller.xml │ ├── usb-ich9-ehci-addr.xml │ ├── usb-none.xml │ ├── usb-piix3-controller.xml │ ├── usb-port-missing.xml │ ├── usb-redir-filter-version.xml │ ├── usb-redir-filter.xml │ ├── usb-redir.xml │ ├── user-aliases.xml │ ├── vcpu-placement-static.xml │ ├── vhost-vsock-auto.xml │ ├── vhost-vsock-ccw-auto.xml │ ├── vhost-vsock-ccw.xml │ ├── vhost-vsock.xml │ ├── vhost_queues.xml │ ├── video-device-pciaddr-default.xml │ ├── video-none-device.xml │ ├── video-qxl-heads.xml │ ├── video-qxl-noheads.xml │ ├── video-qxl-resolution.xml │ ├── video-virtio-gpu-ccw-auto.xml │ ├── video-virtio-gpu-ccw.xml │ ├── video-virtio-gpu-device.xml │ ├── video-virtio-gpu-sdl-gl.xml │ ├── video-virtio-gpu-secondary.xml │ ├── video-virtio-gpu-spice-gl.xml │ ├── video-virtio-gpu-virgl.xml │ ├── virtio-input-passthrough.xml │ ├── virtio-input.xml │ ├── virtio-lun.xml │ ├── virtio-non-transitional.x86_64-latest.xml │ ├── virtio-options.xml │ ├── virtio-rng-builtin.x86_64-latest.xml │ ├── virtio-rng-egd.xml │ ├── virtio-rng-random.xml │ ├── virtio-transitional.x86_64-latest.xml │ ├── vmcoreinfo.xml │ ├── watchdog.xml │ ├── x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.xml │ ├── x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.xml │ ├── x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.xml │ ├── x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.xml │ ├── x86_64-pc-graphics.x86_64-latest.xml │ ├── x86_64-pc-headless.x86_64-latest.xml │ ├── x86_64-q35-graphics.x86_64-latest.xml │ └── x86_64-q35-headless.x86_64-latest.xml ├── qemuxml2xmltest.c ├── scsihosttest.c ├── seclabeltest.c ├── secretxml2xmlin │ ├── ephemeral-usage-volume.xml │ ├── usage-ceph.xml │ ├── usage-iscsi.xml │ ├── usage-tls.xml │ ├── usage-volume.xml │ └── usage-vtpm.xml ├── secretxml2xmltest.c ├── securityselinuxhelper.c ├── securityselinuxhelperdata │ ├── lxc_contexts │ ├── virtual_domain_context │ └── virtual_image_context ├── securityselinuxlabeldata │ ├── chardev.txt │ ├── chardev.xml │ ├── disks.txt │ ├── disks.xml │ ├── kernel.txt │ ├── kernel.xml │ ├── nfs.txt │ └── nfs.xml ├── securityselinuxlabeltest.c ├── securityselinuxtest.c ├── shunloadhelper.c ├── shunloadtest.c ├── sockettest.c ├── ssh.c ├── storagebackendsheepdogtest.c ├── storagepoolcapsschemadata │ ├── poolcaps-fs.xml │ └── poolcaps-full.xml ├── storagepoolcapstest.c ├── storagepoolschemadata │ └── dir-missing-target-path-invalid.xml ├── storagepoolxml2argvdata │ ├── pool-fs-freebsd.argv │ ├── pool-fs-linux.argv │ ├── pool-fs.argv │ ├── pool-logical-create.argv │ ├── pool-logical-noname.argv │ ├── pool-logical-nopath.argv │ ├── pool-logical.argv │ ├── pool-netfs-auto-freebsd.argv │ ├── pool-netfs-auto-linux.argv │ ├── pool-netfs-auto.argv │ ├── pool-netfs-cifs-freebsd.argv │ ├── pool-netfs-cifs-linux.argv │ ├── pool-netfs-cifs.argv │ ├── pool-netfs-freebsd.argv │ ├── pool-netfs-gluster-freebsd.argv │ ├── pool-netfs-gluster-linux.argv │ ├── pool-netfs-gluster.argv │ ├── pool-netfs-linux.argv │ ├── pool-netfs-ns-mountopts-freebsd.argv │ ├── pool-netfs-ns-mountopts-linux.argv │ ├── pool-netfs-ns-mountopts.argv │ ├── pool-netfs-protocol-ver-freebsd.argv │ ├── pool-netfs-protocol-ver-linux.argv │ ├── pool-netfs-protocol-ver.argv │ └── pool-netfs.argv ├── storagepoolxml2argvtest.c ├── storagepoolxml2xmlin │ ├── pool-dir-naming.xml │ ├── pool-dir.xml │ ├── pool-disk-device-nopartsep.xml │ ├── pool-disk.xml │ ├── pool-fs.xml │ ├── pool-gluster-sub.xml │ ├── pool-gluster.xml │ ├── pool-iscsi-auth.xml │ ├── pool-iscsi-direct-auth.xml │ ├── pool-iscsi-direct.xml │ ├── pool-iscsi-multiiqn.xml │ ├── pool-iscsi-vendor-product.xml │ ├── pool-iscsi.xml │ ├── pool-logical-create.xml │ ├── pool-logical-noname.xml │ ├── pool-logical-nopath.xml │ ├── pool-logical.xml │ ├── pool-mpath.xml │ ├── pool-netfs-auto.xml │ ├── pool-netfs-cifs.xml │ ├── pool-netfs-gluster-without-slash.xml │ ├── pool-netfs-gluster.xml │ ├── pool-netfs-ns-mountopts.xml │ ├── pool-netfs-protocol-ver.xml │ ├── pool-netfs-slash.xml │ ├── pool-netfs.xml │ ├── pool-rbd-ipv6.xml │ ├── pool-rbd-ns-configopts.xml │ ├── pool-rbd-refresh-volume-allocation.xml │ ├── pool-rbd.xml │ ├── pool-scsi-type-fc-host-managed.xml │ ├── pool-scsi-type-fc-host.xml │ ├── pool-scsi-type-scsi-host-stable.xml │ ├── pool-scsi-type-scsi-host.xml │ ├── pool-scsi.xml │ ├── pool-sheepdog.xml │ ├── pool-vstorage.xml │ ├── pool-zfs-sourcedev.xml │ └── pool-zfs.xml ├── storagepoolxml2xmlout │ ├── pool-dir-naming.xml │ ├── pool-dir.xml │ ├── pool-disk-device-nopartsep.xml │ ├── pool-disk.xml │ ├── pool-fs.xml │ ├── pool-gluster-sub.xml │ ├── pool-gluster.xml │ ├── pool-iscsi-auth.xml │ ├── pool-iscsi-direct-auth.xml │ ├── pool-iscsi-direct.xml │ ├── pool-iscsi-multiiqn.xml │ ├── pool-iscsi-vendor-product.xml │ ├── pool-iscsi.xml │ ├── pool-logical-create.xml │ ├── pool-logical-noname.xml │ ├── pool-logical-nopath.xml │ ├── pool-logical.xml │ ├── pool-mpath.xml │ ├── pool-netfs-auto.xml │ ├── pool-netfs-cifs.xml │ ├── pool-netfs-gluster.xml │ ├── pool-netfs-ns-mountopts.xml │ ├── pool-netfs-protocol-ver.xml │ ├── pool-netfs-slash.xml │ ├── pool-netfs.xml │ ├── pool-rbd-ipv6.xml │ ├── pool-rbd-ns-configopts.xml │ ├── pool-rbd-refresh-volume-allocation.xml │ ├── pool-rbd.xml │ ├── pool-scsi-type-fc-host-managed.xml │ ├── pool-scsi-type-fc-host.xml │ ├── pool-scsi-type-scsi-host-stable.xml │ ├── pool-scsi-type-scsi-host.xml │ ├── pool-scsi.xml │ ├── pool-sheepdog.xml │ ├── pool-vstorage.xml │ ├── pool-zfs-sourcedev.xml │ └── pool-zfs.xml ├── storagepoolxml2xmltest.c ├── storagevolschemadata │ └── qcow2-no-source.xml ├── storagevolxml2argvdata │ ├── iso-input.argv │ ├── iso.argv │ ├── logical-from-qcow2.argv │ ├── luks-cipher.argv │ ├── luks-convert-encrypt.argv │ ├── luks-convert-encrypt2fileqcow2.argv │ ├── luks-convert-encrypt2fileraw.argv │ ├── luks-convert-qcow2.argv │ ├── luks-convert.argv │ ├── luks.argv │ ├── qcow2-1.1.argv │ ├── qcow2-compat.argv │ ├── qcow2-from-logical-compat.argv │ ├── qcow2-lazy.argv │ ├── qcow2-nobacking-convert-prealloc-compat.argv │ ├── qcow2-nobacking-prealloc-compat.argv │ ├── qcow2-nocapacity-convert-prealloc.argv │ ├── qcow2-nocapacity.argv │ ├── qcow2-nocow-compat.argv │ ├── qcow2-nocow.argv │ └── qcow2-zerocapacity.argv ├── storagevolxml2argvtest.c ├── storagevolxml2xmlin │ ├── vol-encrypt1.xml │ ├── vol-encrypt2.xml │ ├── vol-file-backing.xml │ ├── vol-file-iso.xml │ ├── vol-file-naming.xml │ ├── vol-file-qcow2.xml │ ├── vol-file.xml │ ├── vol-gluster-dir-neg-uid.xml │ ├── vol-gluster-dir.xml │ ├── vol-logical-backing.xml │ ├── vol-logical.xml │ ├── vol-luks-cipher.xml │ ├── vol-luks-convert.xml │ ├── vol-luks.xml │ ├── vol-partition.xml │ ├── vol-qcow2-0.10-lazy.xml │ ├── vol-qcow2-1.1.xml │ ├── vol-qcow2-encryption.xml │ ├── vol-qcow2-lazy.xml │ ├── vol-qcow2-nobacking.xml │ ├── vol-qcow2-nocapacity-backing.xml │ ├── vol-qcow2-nocapacity.xml │ ├── vol-qcow2-nocow.xml │ ├── vol-qcow2-zerocapacity.xml │ ├── vol-qcow2.xml │ └── vol-sheepdog.xml ├── storagevolxml2xmlout │ ├── vol-file-backing.xml │ ├── vol-file-iso.xml │ ├── vol-file-naming.xml │ ├── vol-file.xml │ ├── vol-gluster-dir-neg-uid.xml │ ├── vol-gluster-dir.xml │ ├── vol-logical-backing.xml │ ├── vol-logical.xml │ ├── vol-luks-cipher.xml │ ├── vol-luks.xml │ ├── vol-partition.xml │ ├── vol-qcow2-0.10-lazy.xml │ ├── vol-qcow2-1.1.xml │ ├── vol-qcow2-encryption.xml │ ├── vol-qcow2-lazy.xml │ ├── vol-qcow2-nobacking.xml │ ├── vol-qcow2-nocapacity.xml │ ├── vol-qcow2-nocow.xml │ ├── vol-qcow2.xml │ └── vol-sheepdog.xml ├── storagevolxml2xmltest.c ├── sysinfodata │ ├── aarch64-gigabytecpuinfo.data │ ├── aarch64-gigabytedmidecode.sh │ ├── aarch64-gigabytesysinfo.data │ ├── aarch64-gigabytesysinfo.expect │ ├── aarch64-moonshotcpuinfo.data │ ├── aarch64-moonshotsysinfo.expect │ ├── aarch64cpuinfo.data │ ├── aarch64sysinfo.expect │ ├── arm-rpi2cpuinfo.data │ ├── arm-rpi2sysinfo.expect │ ├── armcpuinfo.data │ ├── armsysinfo.expect │ ├── ppccpuinfo.data │ ├── ppcsysinfo.expect │ ├── s390-freqcpuinfo.data │ ├── s390-freqsysinfo.data │ ├── s390-freqsysinfo.expect │ ├── s390cpuinfo.data │ ├── s390sysinfo.data │ ├── s390sysinfo.expect │ ├── x86dmidecode.sh │ ├── x86sysinfo.data │ └── x86sysinfo.expect ├── sysinfotest.c ├── test-lib.sh ├── testutils.c ├── testutils.h ├── testutilshostcpus.h ├── testutilslxc.c ├── testutilslxc.h ├── testutilsqemu.c ├── testutilsqemu.h ├── testutilsqemuschema.c ├── testutilsqemuschema.h ├── testutilsxen.c ├── testutilsxen.h ├── utiltest.c ├── vboxsnapshotxmldata │ ├── 2disks-1snap.vbox │ ├── 2disks-2snap.vbox │ ├── 2disks-3snap-brother.vbox │ ├── 2disks-3snap.vbox │ └── 2disks-nosnap.vbox ├── vboxsnapshotxmltest.c ├── viralloctest.c ├── virauthconfigtest.c ├── virbitmaptest.c ├── virbuftest.c ├── vircaps2xmldata │ ├── linux-basic-dies │ │ └── system │ │ │ ├── cpu │ │ │ └── node │ ├── linux-basic │ │ └── system │ │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu10 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu11 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu12 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu13 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu14 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu15 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu8 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu9 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ └── cpulist │ │ │ ├── node1 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ └── cpulist │ │ │ ├── node2 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── cpulist │ │ │ ├── node3 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ └── cpulist │ │ │ ├── online │ │ │ └── possible │ ├── linux-caches │ │ └── system │ │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpulist │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-resctrl-cdp │ │ ├── resctrl │ │ │ ├── info │ │ │ │ ├── L3CODE │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ │ └── L3DATA │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ ├── manualres │ │ │ │ ├── cpus │ │ │ │ ├── schemata │ │ │ │ └── tasks │ │ │ └── schemata │ │ └── system │ ├── linux-resctrl-cmt │ │ ├── resctrl │ │ │ ├── info │ │ │ │ └── L3_MON │ │ │ │ │ ├── max_threshold_occupancy │ │ │ │ │ ├── mon_features │ │ │ │ │ └── num_rmids │ │ │ ├── manualres │ │ │ │ ├── cpus │ │ │ │ ├── schemata │ │ │ │ └── tasks │ │ │ └── schemata │ │ └── system │ ├── linux-resctrl-fake-feature │ │ ├── resctrl │ │ │ ├── info │ │ │ │ ├── L3 │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ │ ├── L3_MON │ │ │ │ │ ├── max_threshold_occupancy │ │ │ │ │ ├── mon_features │ │ │ │ │ └── num_rmids │ │ │ │ └── MB │ │ │ │ │ ├── bandwidth_gran │ │ │ │ │ ├── min_bandwidth │ │ │ │ │ └── num_closids │ │ │ ├── manualres │ │ │ │ ├── cpus │ │ │ │ ├── schemata │ │ │ │ └── tasks │ │ │ └── schemata │ │ └── system │ ├── linux-resctrl-skx-twocaches │ │ ├── resctrl │ │ │ ├── info │ │ │ │ └── L3 │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ ├── schemata │ │ │ └── some_reservation │ │ │ │ └── schemata │ │ └── system │ │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpulist │ │ │ ├── cpumap │ │ │ └── distance │ │ │ └── online │ ├── linux-resctrl-skx │ │ ├── resctrl │ │ │ ├── empty │ │ │ │ └── schemata │ │ │ ├── info │ │ │ │ └── L3 │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ └── schemata │ │ └── system │ │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── cache │ │ │ │ │ └── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpulist │ │ │ ├── cpumap │ │ │ └── distance │ │ │ └── online │ ├── linux-resctrl │ │ ├── resctrl │ │ │ ├── info │ │ │ │ ├── L3 │ │ │ │ │ ├── cbm_mask │ │ │ │ │ ├── min_cbm_bits │ │ │ │ │ └── num_closids │ │ │ │ ├── L3_MON │ │ │ │ │ ├── max_threshold_occupancy │ │ │ │ │ ├── mon_features │ │ │ │ │ └── num_rmids │ │ │ │ └── MB │ │ │ │ │ ├── bandwidth_gran │ │ │ │ │ ├── min_bandwidth │ │ │ │ │ └── num_closids │ │ │ ├── manualres │ │ │ │ ├── cpus │ │ │ │ ├── schemata │ │ │ │ └── tasks │ │ │ └── schemata │ │ └── system │ │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu10 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu11 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu8 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu9 │ │ │ │ ├── cache │ │ │ │ │ ├── index0 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index1 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ ├── index2 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ │ └── index3 │ │ │ │ │ │ ├── id │ │ │ │ │ │ ├── level │ │ │ │ │ │ ├── shared_cpu_list │ │ │ │ │ │ ├── shared_cpu_map │ │ │ │ │ │ ├── size │ │ │ │ │ │ └── type │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpulist │ │ │ ├── cpumap │ │ │ ├── distance │ │ │ └── hugepages │ │ │ │ ├── hugepages-1048576kB │ │ │ │ ├── free_hugepages │ │ │ │ ├── nr_hugepages │ │ │ │ └── surplus_hugepages │ │ │ │ └── hugepages-2048kB │ │ │ │ ├── free_hugepages │ │ │ │ ├── nr_hugepages │ │ │ │ └── surplus_hugepages │ │ │ ├── node1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ ├── cpulist │ │ │ ├── cpumap │ │ │ ├── distance │ │ │ └── hugepages │ │ │ │ ├── hugepages-1048576kB │ │ │ │ ├── free_hugepages │ │ │ │ ├── nr_hugepages │ │ │ │ └── surplus_hugepages │ │ │ │ └── hugepages-2048kB │ │ │ │ ├── free_hugepages │ │ │ │ ├── nr_hugepages │ │ │ │ └── surplus_hugepages │ │ │ └── online │ ├── vircaps-aarch64-basic.xml │ ├── vircaps-x86_64-basic-dies.xml │ ├── vircaps-x86_64-basic.xml │ ├── vircaps-x86_64-caches.xml │ ├── vircaps-x86_64-resctrl-cdp.xml │ ├── vircaps-x86_64-resctrl-cmt.xml │ ├── vircaps-x86_64-resctrl-fake-feature.xml │ ├── vircaps-x86_64-resctrl-skx-twocaches.xml │ ├── vircaps-x86_64-resctrl-skx.xml │ └── vircaps-x86_64-resctrl.xml ├── vircaps2xmltest.c ├── vircapstest.c ├── vircgroupdata │ ├── all-in-one.cgroups │ ├── all-in-one.mounts │ ├── all-in-one.parsed │ ├── all-in-one.self.cgroup │ ├── cgroups1.cgroups │ ├── cgroups1.mounts │ ├── cgroups1.parsed │ ├── cgroups1.self.cgroup │ ├── cgroups2.cgroups │ ├── cgroups2.mounts │ ├── cgroups2.parsed │ ├── cgroups2.self.cgroup │ ├── cgroups3.cgroups │ ├── cgroups3.mounts │ ├── cgroups3.parsed │ ├── cgroups3.self.cgroup │ ├── fedora-18.cgroups │ ├── fedora-18.mounts │ ├── fedora-18.parsed │ ├── fedora-18.self.cgroup │ ├── fedora-21.cgroups │ ├── fedora-21.mounts │ ├── fedora-21.parsed │ ├── fedora-21.self.cgroup │ ├── hybrid.cgroups │ ├── hybrid.mounts │ ├── hybrid.parsed │ ├── hybrid.self.cgroup │ ├── kubevirt.cgroups │ ├── kubevirt.mounts │ ├── kubevirt.parsed │ ├── kubevirt.self.cgroup │ ├── logind.cgroups │ ├── logind.mounts │ ├── logind.self.cgroup │ ├── no-cgroups.cgroups │ ├── no-cgroups.mounts │ ├── no-cgroups.self.cgroup │ ├── ovirt-node-6.6.cgroups │ ├── ovirt-node-6.6.mounts │ ├── ovirt-node-6.6.parsed │ ├── ovirt-node-6.6.self.cgroup │ ├── ovirt-node-7.1.cgroups │ ├── ovirt-node-7.1.mounts │ ├── ovirt-node-7.1.parsed │ ├── ovirt-node-7.1.self.cgroup │ ├── rhel-7.1.cgroups │ ├── rhel-7.1.mounts │ ├── rhel-7.1.parsed │ ├── rhel-7.1.self.cgroup │ ├── systemd.cgroups │ ├── systemd.mounts │ ├── systemd.self.cgroup │ ├── unified.cgroups │ ├── unified.mounts │ ├── unified.parsed │ └── unified.self.cgroup ├── vircgroupmock.c ├── vircgrouptest.c ├── virconfdata │ ├── fc4.conf │ ├── fc4.out │ ├── libvirtd.conf │ ├── libvirtd.out │ ├── no-newline.conf │ └── no-newline.out ├── virconftest.c ├── vircryptotest.c ├── virdbusmock.c ├── virdbustest.c ├── virdeterministichashmock.c ├── virdriverconnvalidatetest.c ├── virdrivermoduletest.c ├── virendiantest.c ├── virerrortest.c ├── virfilecachedata │ ├── 5f3154560c130108b282a2aa15b1658aa16923e46497dd8deeb6be287ddb0ca0.cache │ └── 9ca150bf3119b75dcac8e8bae4bc3a28e75bc3e262757001e8b953580f5e75ef.cache ├── virfilecachemock.c ├── virfilecachetest.c ├── virfiledata │ ├── mounts1.txt │ ├── mounts2.txt │ └── mounts3.txt ├── virfilemock.c ├── virfiletest.c ├── virfilewrapper.c ├── virfilewrapper.h ├── virfirewalltest.c ├── virhashdata.h ├── virhashtest.c ├── virhostcpudata │ ├── linux-aarch64-f21-mustang.cpuinfo │ ├── linux-aarch64-f21-mustang.expected │ ├── linux-aarch64-high-ids.cpuinfo │ ├── linux-aarch64-high-ids.expected │ ├── linux-aarch64-rhel74-moonshot.cpuinfo │ ├── linux-aarch64-rhel74-moonshot.expected │ ├── linux-aarch64-rhelsa-3.19.0-mustang.cpuinfo │ ├── linux-aarch64-rhelsa-3.19.0-mustang.expected │ ├── linux-armv6l-raspberrypi.cpuinfo │ ├── linux-armv6l-raspberrypi.expected │ ├── linux-cpustat-24cpu.out │ ├── linux-cpustat-24cpu.stat │ ├── linux-deconf-cpus │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── online │ │ │ ├── cpu1 │ │ │ │ └── online │ │ │ ├── cpu10 │ │ │ │ └── online │ │ │ ├── cpu100 │ │ │ │ └── online │ │ │ ├── cpu101 │ │ │ │ └── online │ │ │ ├── cpu102 │ │ │ │ └── online │ │ │ ├── cpu103 │ │ │ │ └── online │ │ │ ├── cpu104 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu105 │ │ │ │ └── online │ │ │ ├── cpu106 │ │ │ │ └── online │ │ │ ├── cpu107 │ │ │ │ └── online │ │ │ ├── cpu108 │ │ │ │ └── online │ │ │ ├── cpu109 │ │ │ │ └── online │ │ │ ├── cpu11 │ │ │ │ └── online │ │ │ ├── cpu110 │ │ │ │ └── online │ │ │ ├── cpu111 │ │ │ │ └── online │ │ │ ├── cpu112 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu113 │ │ │ │ └── online │ │ │ ├── cpu114 │ │ │ │ └── online │ │ │ ├── cpu115 │ │ │ │ └── online │ │ │ ├── cpu116 │ │ │ │ └── online │ │ │ ├── cpu117 │ │ │ │ └── online │ │ │ ├── cpu118 │ │ │ │ └── online │ │ │ ├── cpu119 │ │ │ │ └── online │ │ │ ├── cpu12 │ │ │ │ └── online │ │ │ ├── cpu120 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu121 │ │ │ │ └── online │ │ │ ├── cpu122 │ │ │ │ └── online │ │ │ ├── cpu123 │ │ │ │ └── online │ │ │ ├── cpu124 │ │ │ │ └── online │ │ │ ├── cpu125 │ │ │ │ └── online │ │ │ ├── cpu126 │ │ │ │ └── online │ │ │ ├── cpu127 │ │ │ │ └── online │ │ │ ├── cpu128 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu129 │ │ │ │ └── online │ │ │ ├── cpu13 │ │ │ │ └── online │ │ │ ├── cpu130 │ │ │ │ └── online │ │ │ ├── cpu131 │ │ │ │ └── online │ │ │ ├── cpu132 │ │ │ │ └── online │ │ │ ├── cpu133 │ │ │ │ └── online │ │ │ ├── cpu134 │ │ │ │ └── online │ │ │ ├── cpu135 │ │ │ │ └── online │ │ │ ├── cpu136 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu137 │ │ │ │ └── online │ │ │ ├── cpu138 │ │ │ │ └── online │ │ │ ├── cpu139 │ │ │ │ └── online │ │ │ ├── cpu14 │ │ │ │ └── online │ │ │ ├── cpu140 │ │ │ │ └── online │ │ │ ├── cpu141 │ │ │ │ └── online │ │ │ ├── cpu142 │ │ │ │ └── online │ │ │ ├── cpu143 │ │ │ │ └── online │ │ │ ├── cpu144 │ │ │ │ └── online │ │ │ ├── cpu145 │ │ │ │ └── online │ │ │ ├── cpu146 │ │ │ │ └── online │ │ │ ├── cpu147 │ │ │ │ └── online │ │ │ ├── cpu148 │ │ │ │ └── online │ │ │ ├── cpu149 │ │ │ │ └── online │ │ │ ├── cpu15 │ │ │ │ └── online │ │ │ ├── cpu150 │ │ │ │ └── online │ │ │ ├── cpu151 │ │ │ │ └── online │ │ │ ├── cpu152 │ │ │ │ └── online │ │ │ ├── cpu153 │ │ │ │ └── online │ │ │ ├── cpu154 │ │ │ │ └── online │ │ │ ├── cpu155 │ │ │ │ └── online │ │ │ ├── cpu156 │ │ │ │ └── online │ │ │ ├── cpu157 │ │ │ │ └── online │ │ │ ├── cpu158 │ │ │ │ └── online │ │ │ ├── cpu159 │ │ │ │ └── online │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu17 │ │ │ │ └── online │ │ │ ├── cpu18 │ │ │ │ └── online │ │ │ ├── cpu19 │ │ │ │ └── online │ │ │ ├── cpu2 │ │ │ │ └── online │ │ │ ├── cpu20 │ │ │ │ └── online │ │ │ ├── cpu21 │ │ │ │ └── online │ │ │ ├── cpu22 │ │ │ │ └── online │ │ │ ├── cpu23 │ │ │ │ └── online │ │ │ ├── cpu24 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu25 │ │ │ │ └── online │ │ │ ├── cpu26 │ │ │ │ └── online │ │ │ ├── cpu27 │ │ │ │ └── online │ │ │ ├── cpu28 │ │ │ │ └── online │ │ │ ├── cpu29 │ │ │ │ └── online │ │ │ ├── cpu3 │ │ │ │ └── online │ │ │ ├── cpu30 │ │ │ │ └── online │ │ │ ├── cpu31 │ │ │ │ └── online │ │ │ ├── cpu32 │ │ │ │ └── online │ │ │ ├── cpu33 │ │ │ │ └── online │ │ │ ├── cpu34 │ │ │ │ └── online │ │ │ ├── cpu35 │ │ │ │ └── online │ │ │ ├── cpu36 │ │ │ │ └── online │ │ │ ├── cpu37 │ │ │ │ └── online │ │ │ ├── cpu38 │ │ │ │ └── online │ │ │ ├── cpu39 │ │ │ │ └── online │ │ │ ├── cpu4 │ │ │ │ └── online │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu41 │ │ │ │ └── online │ │ │ ├── cpu42 │ │ │ │ └── online │ │ │ ├── cpu43 │ │ │ │ └── online │ │ │ ├── cpu44 │ │ │ │ └── online │ │ │ ├── cpu45 │ │ │ │ └── online │ │ │ ├── cpu46 │ │ │ │ └── online │ │ │ ├── cpu47 │ │ │ │ └── online │ │ │ ├── cpu48 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu49 │ │ │ │ └── online │ │ │ ├── cpu5 │ │ │ │ └── online │ │ │ ├── cpu50 │ │ │ │ └── online │ │ │ ├── cpu51 │ │ │ │ └── online │ │ │ ├── cpu52 │ │ │ │ └── online │ │ │ ├── cpu53 │ │ │ │ └── online │ │ │ ├── cpu54 │ │ │ │ └── online │ │ │ ├── cpu55 │ │ │ │ └── online │ │ │ ├── cpu56 │ │ │ │ └── online │ │ │ ├── cpu57 │ │ │ │ └── online │ │ │ ├── cpu58 │ │ │ │ └── online │ │ │ ├── cpu59 │ │ │ │ └── online │ │ │ ├── cpu6 │ │ │ │ └── online │ │ │ ├── cpu60 │ │ │ │ └── online │ │ │ ├── cpu61 │ │ │ │ └── online │ │ │ ├── cpu62 │ │ │ │ └── online │ │ │ ├── cpu63 │ │ │ │ └── online │ │ │ ├── cpu64 │ │ │ │ └── online │ │ │ ├── cpu65 │ │ │ │ └── online │ │ │ ├── cpu66 │ │ │ │ └── online │ │ │ ├── cpu67 │ │ │ │ └── online │ │ │ ├── cpu68 │ │ │ │ └── online │ │ │ ├── cpu69 │ │ │ │ └── online │ │ │ ├── cpu7 │ │ │ │ └── online │ │ │ ├── cpu70 │ │ │ │ └── online │ │ │ ├── cpu71 │ │ │ │ └── online │ │ │ ├── cpu72 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu73 │ │ │ │ └── online │ │ │ ├── cpu74 │ │ │ │ └── online │ │ │ ├── cpu75 │ │ │ │ └── online │ │ │ ├── cpu76 │ │ │ │ └── online │ │ │ ├── cpu77 │ │ │ │ └── online │ │ │ ├── cpu78 │ │ │ │ └── online │ │ │ ├── cpu79 │ │ │ │ └── online │ │ │ ├── cpu8 │ │ │ │ └── online │ │ │ ├── cpu80 │ │ │ │ └── online │ │ │ ├── cpu81 │ │ │ │ └── online │ │ │ ├── cpu82 │ │ │ │ └── online │ │ │ ├── cpu83 │ │ │ │ └── online │ │ │ ├── cpu84 │ │ │ │ └── online │ │ │ ├── cpu85 │ │ │ │ └── online │ │ │ ├── cpu86 │ │ │ │ └── online │ │ │ ├── cpu87 │ │ │ │ └── online │ │ │ ├── cpu88 │ │ │ │ └── online │ │ │ ├── cpu89 │ │ │ │ └── online │ │ │ ├── cpu9 │ │ │ │ └── online │ │ │ ├── cpu90 │ │ │ │ └── online │ │ │ ├── cpu91 │ │ │ │ └── online │ │ │ ├── cpu92 │ │ │ │ └── online │ │ │ ├── cpu93 │ │ │ │ └── online │ │ │ ├── cpu94 │ │ │ │ └── online │ │ │ ├── cpu95 │ │ │ │ └── online │ │ │ ├── cpu96 │ │ │ │ └── online │ │ │ ├── cpu97 │ │ │ │ └── online │ │ │ ├── cpu98 │ │ │ │ └── online │ │ │ ├── cpu99 │ │ │ │ └── online │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu100 │ │ │ ├── cpu101 │ │ │ ├── cpu102 │ │ │ ├── cpu103 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu144 │ │ │ ├── cpu145 │ │ │ ├── cpu146 │ │ │ ├── cpu147 │ │ │ ├── cpu148 │ │ │ ├── cpu149 │ │ │ ├── cpu15 │ │ │ ├── cpu150 │ │ │ ├── cpu151 │ │ │ ├── cpu152 │ │ │ ├── cpu153 │ │ │ ├── cpu154 │ │ │ ├── cpu155 │ │ │ ├── cpu156 │ │ │ ├── cpu157 │ │ │ ├── cpu158 │ │ │ ├── cpu159 │ │ │ ├── cpu16 │ │ │ ├── cpu17 │ │ │ ├── cpu18 │ │ │ ├── cpu19 │ │ │ ├── cpu2 │ │ │ ├── cpu20 │ │ │ ├── cpu21 │ │ │ ├── cpu22 │ │ │ ├── cpu23 │ │ │ ├── cpu24 │ │ │ ├── cpu25 │ │ │ ├── cpu26 │ │ │ ├── cpu27 │ │ │ ├── cpu28 │ │ │ ├── cpu29 │ │ │ ├── cpu3 │ │ │ ├── cpu30 │ │ │ ├── cpu31 │ │ │ ├── cpu32 │ │ │ ├── cpu33 │ │ │ ├── cpu34 │ │ │ ├── cpu35 │ │ │ ├── cpu36 │ │ │ ├── cpu37 │ │ │ ├── cpu38 │ │ │ ├── cpu39 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu56 │ │ │ ├── cpu57 │ │ │ ├── cpu58 │ │ │ ├── cpu59 │ │ │ ├── cpu6 │ │ │ ├── cpu60 │ │ │ ├── cpu61 │ │ │ ├── cpu62 │ │ │ ├── cpu63 │ │ │ ├── cpu64 │ │ │ ├── cpu65 │ │ │ ├── cpu66 │ │ │ ├── cpu67 │ │ │ ├── cpu68 │ │ │ ├── cpu69 │ │ │ ├── cpu7 │ │ │ ├── cpu70 │ │ │ ├── cpu71 │ │ │ ├── cpu8 │ │ │ ├── cpu80 │ │ │ ├── cpu81 │ │ │ ├── cpu82 │ │ │ ├── cpu83 │ │ │ ├── cpu84 │ │ │ ├── cpu85 │ │ │ ├── cpu86 │ │ │ ├── cpu87 │ │ │ ├── cpu88 │ │ │ ├── cpu89 │ │ │ ├── cpu9 │ │ │ ├── cpu90 │ │ │ ├── cpu91 │ │ │ ├── cpu92 │ │ │ ├── cpu93 │ │ │ ├── cpu94 │ │ │ ├── cpu95 │ │ │ ├── cpu96 │ │ │ ├── cpu97 │ │ │ ├── cpu98 │ │ │ ├── cpu99 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu40 │ │ │ ├── cpu41 │ │ │ ├── cpu42 │ │ │ ├── cpu43 │ │ │ ├── cpu44 │ │ │ ├── cpu45 │ │ │ ├── cpu46 │ │ │ ├── cpu47 │ │ │ ├── cpu48 │ │ │ ├── cpu49 │ │ │ ├── cpu50 │ │ │ ├── cpu51 │ │ │ ├── cpu52 │ │ │ ├── cpu53 │ │ │ ├── cpu54 │ │ │ ├── cpu55 │ │ │ ├── cpu72 │ │ │ ├── cpu73 │ │ │ ├── cpu74 │ │ │ ├── cpu75 │ │ │ ├── cpu76 │ │ │ ├── cpu77 │ │ │ ├── cpu78 │ │ │ ├── cpu79 │ │ │ └── meminfo │ │ │ ├── node16 │ │ │ ├── cpu104 │ │ │ ├── cpu105 │ │ │ ├── cpu106 │ │ │ ├── cpu107 │ │ │ ├── cpu108 │ │ │ ├── cpu109 │ │ │ ├── cpu110 │ │ │ ├── cpu111 │ │ │ ├── cpu112 │ │ │ ├── cpu113 │ │ │ ├── cpu114 │ │ │ ├── cpu115 │ │ │ ├── cpu116 │ │ │ ├── cpu117 │ │ │ ├── cpu118 │ │ │ ├── cpu119 │ │ │ └── meminfo │ │ │ ├── node17 │ │ │ ├── cpu120 │ │ │ ├── cpu121 │ │ │ ├── cpu122 │ │ │ ├── cpu123 │ │ │ ├── cpu124 │ │ │ ├── cpu125 │ │ │ ├── cpu126 │ │ │ ├── cpu127 │ │ │ ├── cpu128 │ │ │ ├── cpu129 │ │ │ ├── cpu130 │ │ │ ├── cpu131 │ │ │ ├── cpu132 │ │ │ ├── cpu133 │ │ │ ├── cpu134 │ │ │ ├── cpu135 │ │ │ ├── cpu136 │ │ │ ├── cpu137 │ │ │ ├── cpu138 │ │ │ ├── cpu139 │ │ │ ├── cpu140 │ │ │ ├── cpu141 │ │ │ ├── cpu142 │ │ │ ├── cpu143 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-f21-mustang │ │ └── cpu │ │ │ ├── cpu0 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ ├── linux-high-ids │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu12 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu13 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu14 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu15 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ └── cpulist │ │ │ └── node1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── cpulist │ ├── linux-ppc-test1.cpuinfo │ ├── linux-ppc-test1.expected │ ├── linux-ppc64-deconf-cpus.cpuinfo │ ├── linux-ppc64-deconf-cpus.expected │ ├── linux-ppc64-subcores1.cpuinfo │ ├── linux-ppc64-subcores1.expected │ ├── linux-ppc64-subcores2.cpuinfo │ ├── linux-ppc64-subcores2.expected │ ├── linux-ppc64-subcores3.cpuinfo │ ├── linux-ppc64-subcores3.expected │ ├── linux-raspberrypi │ │ └── cpu │ │ │ ├── cpu0 │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ ├── linux-rhel74-moonshot │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── offline │ │ │ ├── online │ │ │ ├── possible │ │ │ └── present │ │ └── node │ │ │ ├── has_cpu │ │ │ ├── has_memory │ │ │ ├── has_normal_memory │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpulist │ │ │ └── cpumap │ │ │ ├── online │ │ │ └── possible │ ├── linux-rhelsa-3.19.0-mustang │ │ └── cpu │ │ │ ├── cpu0 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ ├── linux-s390x-with-frequency.cpuinfo │ ├── linux-s390x-with-frequency.expected │ ├── linux-subcores1 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ └── online │ │ │ ├── cpu10 │ │ │ │ └── online │ │ │ ├── cpu100 │ │ │ │ └── online │ │ │ ├── cpu101 │ │ │ │ └── online │ │ │ ├── cpu102 │ │ │ │ └── online │ │ │ ├── cpu103 │ │ │ │ └── online │ │ │ ├── cpu104 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu105 │ │ │ │ └── online │ │ │ ├── cpu106 │ │ │ │ └── online │ │ │ ├── cpu107 │ │ │ │ └── online │ │ │ ├── cpu108 │ │ │ │ └── online │ │ │ ├── cpu109 │ │ │ │ └── online │ │ │ ├── cpu11 │ │ │ │ └── online │ │ │ ├── cpu110 │ │ │ │ └── online │ │ │ ├── cpu111 │ │ │ │ └── online │ │ │ ├── cpu112 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu113 │ │ │ │ └── online │ │ │ ├── cpu114 │ │ │ │ └── online │ │ │ ├── cpu115 │ │ │ │ └── online │ │ │ ├── cpu116 │ │ │ │ └── online │ │ │ ├── cpu117 │ │ │ │ └── online │ │ │ ├── cpu118 │ │ │ │ └── online │ │ │ ├── cpu119 │ │ │ │ └── online │ │ │ ├── cpu12 │ │ │ │ └── online │ │ │ ├── cpu120 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu121 │ │ │ │ └── online │ │ │ ├── cpu122 │ │ │ │ └── online │ │ │ ├── cpu123 │ │ │ │ └── online │ │ │ ├── cpu124 │ │ │ │ └── online │ │ │ ├── cpu125 │ │ │ │ └── online │ │ │ ├── cpu126 │ │ │ │ └── online │ │ │ ├── cpu127 │ │ │ │ └── online │ │ │ ├── cpu128 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu129 │ │ │ │ └── online │ │ │ ├── cpu13 │ │ │ │ └── online │ │ │ ├── cpu130 │ │ │ │ └── online │ │ │ ├── cpu131 │ │ │ │ └── online │ │ │ ├── cpu132 │ │ │ │ └── online │ │ │ ├── cpu133 │ │ │ │ └── online │ │ │ ├── cpu134 │ │ │ │ └── online │ │ │ ├── cpu135 │ │ │ │ └── online │ │ │ ├── cpu136 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu137 │ │ │ │ └── online │ │ │ ├── cpu138 │ │ │ │ └── online │ │ │ ├── cpu139 │ │ │ │ └── online │ │ │ ├── cpu14 │ │ │ │ └── online │ │ │ ├── cpu140 │ │ │ │ └── online │ │ │ ├── cpu141 │ │ │ │ └── online │ │ │ ├── cpu142 │ │ │ │ └── online │ │ │ ├── cpu143 │ │ │ │ └── online │ │ │ ├── cpu144 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu145 │ │ │ │ └── online │ │ │ ├── cpu146 │ │ │ │ └── online │ │ │ ├── cpu147 │ │ │ │ └── online │ │ │ ├── cpu148 │ │ │ │ └── online │ │ │ ├── cpu149 │ │ │ │ └── online │ │ │ ├── cpu15 │ │ │ │ └── online │ │ │ ├── cpu150 │ │ │ │ └── online │ │ │ ├── cpu151 │ │ │ │ └── online │ │ │ ├── cpu152 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu153 │ │ │ │ └── online │ │ │ ├── cpu154 │ │ │ │ └── online │ │ │ ├── cpu155 │ │ │ │ └── online │ │ │ ├── cpu156 │ │ │ │ └── online │ │ │ ├── cpu157 │ │ │ │ └── online │ │ │ ├── cpu158 │ │ │ │ └── online │ │ │ ├── cpu159 │ │ │ │ └── online │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu17 │ │ │ │ └── online │ │ │ ├── cpu18 │ │ │ │ └── online │ │ │ ├── cpu19 │ │ │ │ └── online │ │ │ ├── cpu2 │ │ │ │ └── online │ │ │ ├── cpu20 │ │ │ │ └── online │ │ │ ├── cpu21 │ │ │ │ └── online │ │ │ ├── cpu22 │ │ │ │ └── online │ │ │ ├── cpu23 │ │ │ │ └── online │ │ │ ├── cpu24 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu25 │ │ │ │ └── online │ │ │ ├── cpu26 │ │ │ │ └── online │ │ │ ├── cpu27 │ │ │ │ └── online │ │ │ ├── cpu28 │ │ │ │ └── online │ │ │ ├── cpu29 │ │ │ │ └── online │ │ │ ├── cpu3 │ │ │ │ └── online │ │ │ ├── cpu30 │ │ │ │ └── online │ │ │ ├── cpu31 │ │ │ │ └── online │ │ │ ├── cpu32 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu33 │ │ │ │ └── online │ │ │ ├── cpu34 │ │ │ │ └── online │ │ │ ├── cpu35 │ │ │ │ └── online │ │ │ ├── cpu36 │ │ │ │ └── online │ │ │ ├── cpu37 │ │ │ │ └── online │ │ │ ├── cpu38 │ │ │ │ └── online │ │ │ ├── cpu39 │ │ │ │ └── online │ │ │ ├── cpu4 │ │ │ │ └── online │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu41 │ │ │ │ └── online │ │ │ ├── cpu42 │ │ │ │ └── online │ │ │ ├── cpu43 │ │ │ │ └── online │ │ │ ├── cpu44 │ │ │ │ └── online │ │ │ ├── cpu45 │ │ │ │ └── online │ │ │ ├── cpu46 │ │ │ │ └── online │ │ │ ├── cpu47 │ │ │ │ └── online │ │ │ ├── cpu48 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu49 │ │ │ │ └── online │ │ │ ├── cpu5 │ │ │ │ └── online │ │ │ ├── cpu50 │ │ │ │ └── online │ │ │ ├── cpu51 │ │ │ │ └── online │ │ │ ├── cpu52 │ │ │ │ └── online │ │ │ ├── cpu53 │ │ │ │ └── online │ │ │ ├── cpu54 │ │ │ │ └── online │ │ │ ├── cpu55 │ │ │ │ └── online │ │ │ ├── cpu56 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu57 │ │ │ │ └── online │ │ │ ├── cpu58 │ │ │ │ └── online │ │ │ ├── cpu59 │ │ │ │ └── online │ │ │ ├── cpu6 │ │ │ │ └── online │ │ │ ├── cpu60 │ │ │ │ └── online │ │ │ ├── cpu61 │ │ │ │ └── online │ │ │ ├── cpu62 │ │ │ │ └── online │ │ │ ├── cpu63 │ │ │ │ └── online │ │ │ ├── cpu64 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu65 │ │ │ │ └── online │ │ │ ├── cpu66 │ │ │ │ └── online │ │ │ ├── cpu67 │ │ │ │ └── online │ │ │ ├── cpu68 │ │ │ │ └── online │ │ │ ├── cpu69 │ │ │ │ └── online │ │ │ ├── cpu7 │ │ │ │ └── online │ │ │ ├── cpu70 │ │ │ │ └── online │ │ │ ├── cpu71 │ │ │ │ └── online │ │ │ ├── cpu72 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu73 │ │ │ │ └── online │ │ │ ├── cpu74 │ │ │ │ └── online │ │ │ ├── cpu75 │ │ │ │ └── online │ │ │ ├── cpu76 │ │ │ │ └── online │ │ │ ├── cpu77 │ │ │ │ └── online │ │ │ ├── cpu78 │ │ │ │ └── online │ │ │ ├── cpu79 │ │ │ │ └── online │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu80 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu81 │ │ │ │ └── online │ │ │ ├── cpu82 │ │ │ │ └── online │ │ │ ├── cpu83 │ │ │ │ └── online │ │ │ ├── cpu84 │ │ │ │ └── online │ │ │ ├── cpu85 │ │ │ │ └── online │ │ │ ├── cpu86 │ │ │ │ └── online │ │ │ ├── cpu87 │ │ │ │ └── online │ │ │ ├── cpu88 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu89 │ │ │ │ └── online │ │ │ ├── cpu9 │ │ │ │ └── online │ │ │ ├── cpu90 │ │ │ │ └── online │ │ │ ├── cpu91 │ │ │ │ └── online │ │ │ ├── cpu92 │ │ │ │ └── online │ │ │ ├── cpu93 │ │ │ │ └── online │ │ │ ├── cpu94 │ │ │ │ └── online │ │ │ ├── cpu95 │ │ │ │ └── online │ │ │ ├── cpu96 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu97 │ │ │ │ └── online │ │ │ ├── cpu98 │ │ │ │ └── online │ │ │ ├── cpu99 │ │ │ │ └── online │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu16 │ │ │ ├── cpu17 │ │ │ ├── cpu18 │ │ │ ├── cpu19 │ │ │ ├── cpu2 │ │ │ ├── cpu20 │ │ │ ├── cpu21 │ │ │ ├── cpu22 │ │ │ ├── cpu23 │ │ │ ├── cpu24 │ │ │ ├── cpu25 │ │ │ ├── cpu26 │ │ │ ├── cpu27 │ │ │ ├── cpu28 │ │ │ ├── cpu29 │ │ │ ├── cpu3 │ │ │ ├── cpu30 │ │ │ ├── cpu31 │ │ │ ├── cpu32 │ │ │ ├── cpu33 │ │ │ ├── cpu34 │ │ │ ├── cpu35 │ │ │ ├── cpu36 │ │ │ ├── cpu37 │ │ │ ├── cpu38 │ │ │ ├── cpu39 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu40 │ │ │ ├── cpu41 │ │ │ ├── cpu42 │ │ │ ├── cpu43 │ │ │ ├── cpu44 │ │ │ ├── cpu45 │ │ │ ├── cpu46 │ │ │ ├── cpu47 │ │ │ ├── cpu48 │ │ │ ├── cpu49 │ │ │ ├── cpu50 │ │ │ ├── cpu51 │ │ │ ├── cpu52 │ │ │ ├── cpu53 │ │ │ ├── cpu54 │ │ │ ├── cpu55 │ │ │ ├── cpu56 │ │ │ ├── cpu57 │ │ │ ├── cpu58 │ │ │ ├── cpu59 │ │ │ ├── cpu60 │ │ │ ├── cpu61 │ │ │ ├── cpu62 │ │ │ ├── cpu63 │ │ │ ├── cpu64 │ │ │ ├── cpu65 │ │ │ ├── cpu66 │ │ │ ├── cpu67 │ │ │ ├── cpu68 │ │ │ ├── cpu69 │ │ │ ├── cpu70 │ │ │ ├── cpu71 │ │ │ ├── cpu72 │ │ │ ├── cpu73 │ │ │ ├── cpu74 │ │ │ ├── cpu75 │ │ │ ├── cpu76 │ │ │ ├── cpu77 │ │ │ ├── cpu78 │ │ │ ├── cpu79 │ │ │ └── meminfo │ │ │ ├── node16 │ │ │ ├── cpu100 │ │ │ ├── cpu101 │ │ │ ├── cpu102 │ │ │ ├── cpu103 │ │ │ ├── cpu104 │ │ │ ├── cpu105 │ │ │ ├── cpu106 │ │ │ ├── cpu107 │ │ │ ├── cpu108 │ │ │ ├── cpu109 │ │ │ ├── cpu110 │ │ │ ├── cpu111 │ │ │ ├── cpu112 │ │ │ ├── cpu113 │ │ │ ├── cpu114 │ │ │ ├── cpu115 │ │ │ ├── cpu116 │ │ │ ├── cpu117 │ │ │ ├── cpu118 │ │ │ ├── cpu119 │ │ │ ├── cpu80 │ │ │ ├── cpu81 │ │ │ ├── cpu82 │ │ │ ├── cpu83 │ │ │ ├── cpu84 │ │ │ ├── cpu85 │ │ │ ├── cpu86 │ │ │ ├── cpu87 │ │ │ ├── cpu88 │ │ │ ├── cpu89 │ │ │ ├── cpu90 │ │ │ ├── cpu91 │ │ │ ├── cpu92 │ │ │ ├── cpu93 │ │ │ ├── cpu94 │ │ │ ├── cpu95 │ │ │ ├── cpu96 │ │ │ ├── cpu97 │ │ │ ├── cpu98 │ │ │ ├── cpu99 │ │ │ └── meminfo │ │ │ ├── node17 │ │ │ ├── cpu120 │ │ │ ├── cpu121 │ │ │ ├── cpu122 │ │ │ ├── cpu123 │ │ │ ├── cpu124 │ │ │ ├── cpu125 │ │ │ ├── cpu126 │ │ │ ├── cpu127 │ │ │ ├── cpu128 │ │ │ ├── cpu129 │ │ │ ├── cpu130 │ │ │ ├── cpu131 │ │ │ ├── cpu132 │ │ │ ├── cpu133 │ │ │ ├── cpu134 │ │ │ ├── cpu135 │ │ │ ├── cpu136 │ │ │ ├── cpu137 │ │ │ ├── cpu138 │ │ │ ├── cpu139 │ │ │ ├── cpu140 │ │ │ ├── cpu141 │ │ │ ├── cpu142 │ │ │ ├── cpu143 │ │ │ ├── cpu144 │ │ │ ├── cpu145 │ │ │ ├── cpu146 │ │ │ ├── cpu147 │ │ │ ├── cpu148 │ │ │ ├── cpu149 │ │ │ ├── cpu150 │ │ │ ├── cpu151 │ │ │ ├── cpu152 │ │ │ ├── cpu153 │ │ │ ├── cpu154 │ │ │ ├── cpu155 │ │ │ ├── cpu156 │ │ │ ├── cpu157 │ │ │ ├── cpu158 │ │ │ ├── cpu159 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-subcores2 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ └── online │ │ │ ├── cpu10 │ │ │ │ └── online │ │ │ ├── cpu100 │ │ │ │ └── online │ │ │ ├── cpu101 │ │ │ │ └── online │ │ │ ├── cpu102 │ │ │ │ └── online │ │ │ ├── cpu103 │ │ │ │ └── online │ │ │ ├── cpu104 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu105 │ │ │ │ └── online │ │ │ ├── cpu106 │ │ │ │ └── online │ │ │ ├── cpu107 │ │ │ │ └── online │ │ │ ├── cpu108 │ │ │ │ └── online │ │ │ ├── cpu109 │ │ │ │ └── online │ │ │ ├── cpu11 │ │ │ │ └── online │ │ │ ├── cpu110 │ │ │ │ └── online │ │ │ ├── cpu111 │ │ │ │ └── online │ │ │ ├── cpu112 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu113 │ │ │ │ └── online │ │ │ ├── cpu114 │ │ │ │ └── online │ │ │ ├── cpu115 │ │ │ │ └── online │ │ │ ├── cpu116 │ │ │ │ └── online │ │ │ ├── cpu117 │ │ │ │ └── online │ │ │ ├── cpu118 │ │ │ │ └── online │ │ │ ├── cpu119 │ │ │ │ └── online │ │ │ ├── cpu12 │ │ │ │ └── online │ │ │ ├── cpu120 │ │ │ │ └── online │ │ │ ├── cpu121 │ │ │ │ └── online │ │ │ ├── cpu122 │ │ │ │ └── online │ │ │ ├── cpu123 │ │ │ │ └── online │ │ │ ├── cpu124 │ │ │ │ └── online │ │ │ ├── cpu125 │ │ │ │ └── online │ │ │ ├── cpu126 │ │ │ │ └── online │ │ │ ├── cpu127 │ │ │ │ └── online │ │ │ ├── cpu128 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu129 │ │ │ │ └── online │ │ │ ├── cpu13 │ │ │ │ └── online │ │ │ ├── cpu130 │ │ │ │ └── online │ │ │ ├── cpu131 │ │ │ │ └── online │ │ │ ├── cpu132 │ │ │ │ └── online │ │ │ ├── cpu133 │ │ │ │ └── online │ │ │ ├── cpu134 │ │ │ │ └── online │ │ │ ├── cpu135 │ │ │ │ └── online │ │ │ ├── cpu136 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu137 │ │ │ │ └── online │ │ │ ├── cpu138 │ │ │ │ └── online │ │ │ ├── cpu139 │ │ │ │ └── online │ │ │ ├── cpu14 │ │ │ │ └── online │ │ │ ├── cpu140 │ │ │ │ └── online │ │ │ ├── cpu141 │ │ │ │ └── online │ │ │ ├── cpu142 │ │ │ │ └── online │ │ │ ├── cpu143 │ │ │ │ └── online │ │ │ ├── cpu144 │ │ │ │ └── online │ │ │ ├── cpu145 │ │ │ │ └── online │ │ │ ├── cpu146 │ │ │ │ └── online │ │ │ ├── cpu147 │ │ │ │ └── online │ │ │ ├── cpu148 │ │ │ │ └── online │ │ │ ├── cpu149 │ │ │ │ └── online │ │ │ ├── cpu15 │ │ │ │ └── online │ │ │ ├── cpu150 │ │ │ │ └── online │ │ │ ├── cpu151 │ │ │ │ └── online │ │ │ ├── cpu152 │ │ │ │ └── online │ │ │ ├── cpu153 │ │ │ │ └── online │ │ │ ├── cpu154 │ │ │ │ └── online │ │ │ ├── cpu155 │ │ │ │ └── online │ │ │ ├── cpu156 │ │ │ │ └── online │ │ │ ├── cpu157 │ │ │ │ └── online │ │ │ ├── cpu158 │ │ │ │ └── online │ │ │ ├── cpu159 │ │ │ │ └── online │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu17 │ │ │ │ └── online │ │ │ ├── cpu18 │ │ │ │ └── online │ │ │ ├── cpu19 │ │ │ │ └── online │ │ │ ├── cpu2 │ │ │ │ └── online │ │ │ ├── cpu20 │ │ │ │ └── online │ │ │ ├── cpu21 │ │ │ │ └── online │ │ │ ├── cpu22 │ │ │ │ └── online │ │ │ ├── cpu23 │ │ │ │ └── online │ │ │ ├── cpu24 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu25 │ │ │ │ └── online │ │ │ ├── cpu26 │ │ │ │ └── online │ │ │ ├── cpu27 │ │ │ │ └── online │ │ │ ├── cpu28 │ │ │ │ └── online │ │ │ ├── cpu29 │ │ │ │ └── online │ │ │ ├── cpu3 │ │ │ │ └── online │ │ │ ├── cpu30 │ │ │ │ └── online │ │ │ ├── cpu31 │ │ │ │ └── online │ │ │ ├── cpu32 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu33 │ │ │ │ └── online │ │ │ ├── cpu34 │ │ │ │ └── online │ │ │ ├── cpu35 │ │ │ │ └── online │ │ │ ├── cpu36 │ │ │ │ └── online │ │ │ ├── cpu37 │ │ │ │ └── online │ │ │ ├── cpu38 │ │ │ │ └── online │ │ │ ├── cpu39 │ │ │ │ └── online │ │ │ ├── cpu4 │ │ │ │ └── online │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu41 │ │ │ │ └── online │ │ │ ├── cpu42 │ │ │ │ └── online │ │ │ ├── cpu43 │ │ │ │ └── online │ │ │ ├── cpu44 │ │ │ │ └── online │ │ │ ├── cpu45 │ │ │ │ └── online │ │ │ ├── cpu46 │ │ │ │ └── online │ │ │ ├── cpu47 │ │ │ │ └── online │ │ │ ├── cpu48 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu49 │ │ │ │ └── online │ │ │ ├── cpu5 │ │ │ │ └── online │ │ │ ├── cpu50 │ │ │ │ └── online │ │ │ ├── cpu51 │ │ │ │ └── online │ │ │ ├── cpu52 │ │ │ │ └── online │ │ │ ├── cpu53 │ │ │ │ └── online │ │ │ ├── cpu54 │ │ │ │ └── online │ │ │ ├── cpu55 │ │ │ │ └── online │ │ │ ├── cpu56 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu57 │ │ │ │ └── online │ │ │ ├── cpu58 │ │ │ │ └── online │ │ │ ├── cpu59 │ │ │ │ └── online │ │ │ ├── cpu6 │ │ │ │ └── online │ │ │ ├── cpu60 │ │ │ │ └── online │ │ │ ├── cpu61 │ │ │ │ └── online │ │ │ ├── cpu62 │ │ │ │ └── online │ │ │ ├── cpu63 │ │ │ │ └── online │ │ │ ├── cpu64 │ │ │ │ └── online │ │ │ ├── cpu65 │ │ │ │ └── online │ │ │ ├── cpu66 │ │ │ │ └── online │ │ │ ├── cpu67 │ │ │ │ └── online │ │ │ ├── cpu68 │ │ │ │ └── online │ │ │ ├── cpu69 │ │ │ │ └── online │ │ │ ├── cpu7 │ │ │ │ └── online │ │ │ ├── cpu70 │ │ │ │ └── online │ │ │ ├── cpu71 │ │ │ │ └── online │ │ │ ├── cpu72 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu73 │ │ │ │ └── online │ │ │ ├── cpu74 │ │ │ │ └── online │ │ │ ├── cpu75 │ │ │ │ └── online │ │ │ ├── cpu76 │ │ │ │ └── online │ │ │ ├── cpu77 │ │ │ │ └── online │ │ │ ├── cpu78 │ │ │ │ └── online │ │ │ ├── cpu79 │ │ │ │ └── online │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu80 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu81 │ │ │ │ └── online │ │ │ ├── cpu82 │ │ │ │ └── online │ │ │ ├── cpu83 │ │ │ │ └── online │ │ │ ├── cpu84 │ │ │ │ └── online │ │ │ ├── cpu85 │ │ │ │ └── online │ │ │ ├── cpu86 │ │ │ │ └── online │ │ │ ├── cpu87 │ │ │ │ └── online │ │ │ ├── cpu88 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu89 │ │ │ │ └── online │ │ │ ├── cpu9 │ │ │ │ └── online │ │ │ ├── cpu90 │ │ │ │ └── online │ │ │ ├── cpu91 │ │ │ │ └── online │ │ │ ├── cpu92 │ │ │ │ └── online │ │ │ ├── cpu93 │ │ │ │ └── online │ │ │ ├── cpu94 │ │ │ │ └── online │ │ │ ├── cpu95 │ │ │ │ └── online │ │ │ ├── cpu96 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu97 │ │ │ │ └── online │ │ │ ├── cpu98 │ │ │ │ └── online │ │ │ ├── cpu99 │ │ │ │ └── online │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu16 │ │ │ ├── cpu17 │ │ │ ├── cpu18 │ │ │ ├── cpu19 │ │ │ ├── cpu2 │ │ │ ├── cpu20 │ │ │ ├── cpu21 │ │ │ ├── cpu22 │ │ │ ├── cpu23 │ │ │ ├── cpu24 │ │ │ ├── cpu25 │ │ │ ├── cpu26 │ │ │ ├── cpu27 │ │ │ ├── cpu28 │ │ │ ├── cpu29 │ │ │ ├── cpu3 │ │ │ ├── cpu30 │ │ │ ├── cpu31 │ │ │ ├── cpu32 │ │ │ ├── cpu33 │ │ │ ├── cpu34 │ │ │ ├── cpu35 │ │ │ ├── cpu36 │ │ │ ├── cpu37 │ │ │ ├── cpu38 │ │ │ ├── cpu39 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu40 │ │ │ ├── cpu41 │ │ │ ├── cpu42 │ │ │ ├── cpu43 │ │ │ ├── cpu44 │ │ │ ├── cpu45 │ │ │ ├── cpu46 │ │ │ ├── cpu47 │ │ │ ├── cpu48 │ │ │ ├── cpu49 │ │ │ ├── cpu50 │ │ │ ├── cpu51 │ │ │ ├── cpu52 │ │ │ ├── cpu53 │ │ │ ├── cpu54 │ │ │ ├── cpu55 │ │ │ ├── cpu56 │ │ │ ├── cpu57 │ │ │ ├── cpu58 │ │ │ ├── cpu59 │ │ │ ├── cpu60 │ │ │ ├── cpu61 │ │ │ ├── cpu62 │ │ │ ├── cpu63 │ │ │ ├── cpu64 │ │ │ ├── cpu65 │ │ │ ├── cpu66 │ │ │ ├── cpu67 │ │ │ ├── cpu68 │ │ │ ├── cpu69 │ │ │ ├── cpu70 │ │ │ ├── cpu71 │ │ │ ├── cpu72 │ │ │ ├── cpu73 │ │ │ ├── cpu74 │ │ │ ├── cpu75 │ │ │ ├── cpu76 │ │ │ ├── cpu77 │ │ │ ├── cpu78 │ │ │ ├── cpu79 │ │ │ └── meminfo │ │ │ ├── node16 │ │ │ ├── cpu100 │ │ │ ├── cpu101 │ │ │ ├── cpu102 │ │ │ ├── cpu103 │ │ │ ├── cpu104 │ │ │ ├── cpu105 │ │ │ ├── cpu106 │ │ │ ├── cpu107 │ │ │ ├── cpu108 │ │ │ ├── cpu109 │ │ │ ├── cpu110 │ │ │ ├── cpu111 │ │ │ ├── cpu112 │ │ │ ├── cpu113 │ │ │ ├── cpu114 │ │ │ ├── cpu115 │ │ │ ├── cpu116 │ │ │ ├── cpu117 │ │ │ ├── cpu118 │ │ │ ├── cpu119 │ │ │ ├── cpu80 │ │ │ ├── cpu81 │ │ │ ├── cpu82 │ │ │ ├── cpu83 │ │ │ ├── cpu84 │ │ │ ├── cpu85 │ │ │ ├── cpu86 │ │ │ ├── cpu87 │ │ │ ├── cpu88 │ │ │ ├── cpu89 │ │ │ ├── cpu90 │ │ │ ├── cpu91 │ │ │ ├── cpu92 │ │ │ ├── cpu93 │ │ │ ├── cpu94 │ │ │ ├── cpu95 │ │ │ ├── cpu96 │ │ │ ├── cpu97 │ │ │ ├── cpu98 │ │ │ ├── cpu99 │ │ │ └── meminfo │ │ │ ├── node17 │ │ │ ├── cpu120 │ │ │ ├── cpu121 │ │ │ ├── cpu122 │ │ │ ├── cpu123 │ │ │ ├── cpu124 │ │ │ ├── cpu125 │ │ │ ├── cpu126 │ │ │ ├── cpu127 │ │ │ ├── cpu128 │ │ │ ├── cpu129 │ │ │ ├── cpu130 │ │ │ ├── cpu131 │ │ │ ├── cpu132 │ │ │ ├── cpu133 │ │ │ ├── cpu134 │ │ │ ├── cpu135 │ │ │ ├── cpu136 │ │ │ ├── cpu137 │ │ │ ├── cpu138 │ │ │ ├── cpu139 │ │ │ ├── cpu140 │ │ │ ├── cpu141 │ │ │ ├── cpu142 │ │ │ ├── cpu143 │ │ │ ├── cpu144 │ │ │ ├── cpu145 │ │ │ ├── cpu146 │ │ │ ├── cpu147 │ │ │ ├── cpu148 │ │ │ ├── cpu149 │ │ │ ├── cpu150 │ │ │ ├── cpu151 │ │ │ ├── cpu152 │ │ │ ├── cpu153 │ │ │ ├── cpu154 │ │ │ ├── cpu155 │ │ │ ├── cpu156 │ │ │ ├── cpu157 │ │ │ ├── cpu158 │ │ │ ├── cpu159 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-subcores3 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── online │ │ │ ├── cpu1 │ │ │ │ └── online │ │ │ ├── cpu10 │ │ │ │ └── online │ │ │ ├── cpu100 │ │ │ │ └── online │ │ │ ├── cpu101 │ │ │ │ └── online │ │ │ ├── cpu102 │ │ │ │ └── online │ │ │ ├── cpu103 │ │ │ │ └── online │ │ │ ├── cpu104 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu105 │ │ │ │ └── online │ │ │ ├── cpu106 │ │ │ │ └── online │ │ │ ├── cpu107 │ │ │ │ └── online │ │ │ ├── cpu108 │ │ │ │ └── online │ │ │ ├── cpu109 │ │ │ │ └── online │ │ │ ├── cpu11 │ │ │ │ └── online │ │ │ ├── cpu110 │ │ │ │ └── online │ │ │ ├── cpu111 │ │ │ │ └── online │ │ │ ├── cpu112 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu113 │ │ │ │ └── online │ │ │ ├── cpu114 │ │ │ │ └── online │ │ │ ├── cpu115 │ │ │ │ └── online │ │ │ ├── cpu116 │ │ │ │ └── online │ │ │ ├── cpu117 │ │ │ │ └── online │ │ │ ├── cpu118 │ │ │ │ └── online │ │ │ ├── cpu119 │ │ │ │ └── online │ │ │ ├── cpu12 │ │ │ │ └── online │ │ │ ├── cpu120 │ │ │ │ └── online │ │ │ ├── cpu121 │ │ │ │ └── online │ │ │ ├── cpu122 │ │ │ │ └── online │ │ │ ├── cpu123 │ │ │ │ └── online │ │ │ ├── cpu124 │ │ │ │ └── online │ │ │ ├── cpu125 │ │ │ │ └── online │ │ │ ├── cpu126 │ │ │ │ └── online │ │ │ ├── cpu127 │ │ │ │ └── online │ │ │ ├── cpu128 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu129 │ │ │ │ └── online │ │ │ ├── cpu13 │ │ │ │ └── online │ │ │ ├── cpu130 │ │ │ │ └── online │ │ │ ├── cpu131 │ │ │ │ └── online │ │ │ ├── cpu132 │ │ │ │ └── online │ │ │ ├── cpu133 │ │ │ │ └── online │ │ │ ├── cpu134 │ │ │ │ └── online │ │ │ ├── cpu135 │ │ │ │ └── online │ │ │ ├── cpu136 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu137 │ │ │ │ └── online │ │ │ ├── cpu138 │ │ │ │ └── online │ │ │ ├── cpu139 │ │ │ │ └── online │ │ │ ├── cpu14 │ │ │ │ └── online │ │ │ ├── cpu140 │ │ │ │ └── online │ │ │ ├── cpu141 │ │ │ │ └── online │ │ │ ├── cpu142 │ │ │ │ └── online │ │ │ ├── cpu143 │ │ │ │ └── online │ │ │ ├── cpu144 │ │ │ │ └── online │ │ │ ├── cpu145 │ │ │ │ └── online │ │ │ ├── cpu146 │ │ │ │ └── online │ │ │ ├── cpu147 │ │ │ │ └── online │ │ │ ├── cpu148 │ │ │ │ └── online │ │ │ ├── cpu149 │ │ │ │ └── online │ │ │ ├── cpu15 │ │ │ │ └── online │ │ │ ├── cpu150 │ │ │ │ └── online │ │ │ ├── cpu151 │ │ │ │ └── online │ │ │ ├── cpu152 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu153 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu154 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu155 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu156 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu157 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu158 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu159 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu16 │ │ │ │ └── online │ │ │ ├── cpu17 │ │ │ │ └── online │ │ │ ├── cpu18 │ │ │ │ └── online │ │ │ ├── cpu19 │ │ │ │ └── online │ │ │ ├── cpu2 │ │ │ │ └── online │ │ │ ├── cpu20 │ │ │ │ └── online │ │ │ ├── cpu21 │ │ │ │ └── online │ │ │ ├── cpu22 │ │ │ │ └── online │ │ │ ├── cpu23 │ │ │ │ └── online │ │ │ ├── cpu24 │ │ │ │ └── online │ │ │ ├── cpu25 │ │ │ │ └── online │ │ │ ├── cpu26 │ │ │ │ └── online │ │ │ ├── cpu27 │ │ │ │ └── online │ │ │ ├── cpu28 │ │ │ │ └── online │ │ │ ├── cpu29 │ │ │ │ └── online │ │ │ ├── cpu3 │ │ │ │ └── online │ │ │ ├── cpu30 │ │ │ │ └── online │ │ │ ├── cpu31 │ │ │ │ └── online │ │ │ ├── cpu32 │ │ │ │ └── online │ │ │ ├── cpu33 │ │ │ │ └── online │ │ │ ├── cpu34 │ │ │ │ └── online │ │ │ ├── cpu35 │ │ │ │ └── online │ │ │ ├── cpu36 │ │ │ │ └── online │ │ │ ├── cpu37 │ │ │ │ └── online │ │ │ ├── cpu38 │ │ │ │ └── online │ │ │ ├── cpu39 │ │ │ │ └── online │ │ │ ├── cpu4 │ │ │ │ └── online │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu41 │ │ │ │ └── online │ │ │ ├── cpu42 │ │ │ │ └── online │ │ │ ├── cpu43 │ │ │ │ └── online │ │ │ ├── cpu44 │ │ │ │ └── online │ │ │ ├── cpu45 │ │ │ │ └── online │ │ │ ├── cpu46 │ │ │ │ └── online │ │ │ ├── cpu47 │ │ │ │ └── online │ │ │ ├── cpu48 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu49 │ │ │ │ └── online │ │ │ ├── cpu5 │ │ │ │ └── online │ │ │ ├── cpu50 │ │ │ │ └── online │ │ │ ├── cpu51 │ │ │ │ └── online │ │ │ ├── cpu52 │ │ │ │ └── online │ │ │ ├── cpu53 │ │ │ │ └── online │ │ │ ├── cpu54 │ │ │ │ └── online │ │ │ ├── cpu55 │ │ │ │ └── online │ │ │ ├── cpu56 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu57 │ │ │ │ └── online │ │ │ ├── cpu58 │ │ │ │ └── online │ │ │ ├── cpu59 │ │ │ │ └── online │ │ │ ├── cpu6 │ │ │ │ └── online │ │ │ ├── cpu60 │ │ │ │ └── online │ │ │ ├── cpu61 │ │ │ │ └── online │ │ │ ├── cpu62 │ │ │ │ └── online │ │ │ ├── cpu63 │ │ │ │ └── online │ │ │ ├── cpu64 │ │ │ │ └── online │ │ │ ├── cpu65 │ │ │ │ └── online │ │ │ ├── cpu66 │ │ │ │ └── online │ │ │ ├── cpu67 │ │ │ │ └── online │ │ │ ├── cpu68 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu69 │ │ │ │ └── online │ │ │ ├── cpu7 │ │ │ │ └── online │ │ │ ├── cpu70 │ │ │ │ └── online │ │ │ ├── cpu71 │ │ │ │ └── online │ │ │ ├── cpu72 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu73 │ │ │ │ └── online │ │ │ ├── cpu74 │ │ │ │ └── online │ │ │ ├── cpu75 │ │ │ │ └── online │ │ │ ├── cpu76 │ │ │ │ └── online │ │ │ ├── cpu77 │ │ │ │ └── online │ │ │ ├── cpu78 │ │ │ │ └── online │ │ │ ├── cpu79 │ │ │ │ └── online │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu80 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu81 │ │ │ │ └── online │ │ │ ├── cpu82 │ │ │ │ └── online │ │ │ ├── cpu83 │ │ │ │ └── online │ │ │ ├── cpu84 │ │ │ │ └── online │ │ │ ├── cpu85 │ │ │ │ └── online │ │ │ ├── cpu86 │ │ │ │ └── online │ │ │ ├── cpu87 │ │ │ │ └── online │ │ │ ├── cpu88 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu89 │ │ │ │ └── online │ │ │ ├── cpu9 │ │ │ │ └── online │ │ │ ├── cpu90 │ │ │ │ └── online │ │ │ ├── cpu91 │ │ │ │ └── online │ │ │ ├── cpu92 │ │ │ │ └── online │ │ │ ├── cpu93 │ │ │ │ └── online │ │ │ ├── cpu94 │ │ │ │ └── online │ │ │ ├── cpu95 │ │ │ │ └── online │ │ │ ├── cpu96 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu97 │ │ │ │ └── online │ │ │ ├── cpu98 │ │ │ │ └── online │ │ │ ├── cpu99 │ │ │ │ └── online │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu16 │ │ │ ├── cpu17 │ │ │ ├── cpu18 │ │ │ ├── cpu19 │ │ │ ├── cpu2 │ │ │ ├── cpu20 │ │ │ ├── cpu21 │ │ │ ├── cpu22 │ │ │ ├── cpu23 │ │ │ ├── cpu24 │ │ │ ├── cpu25 │ │ │ ├── cpu26 │ │ │ ├── cpu27 │ │ │ ├── cpu28 │ │ │ ├── cpu29 │ │ │ ├── cpu3 │ │ │ ├── cpu30 │ │ │ ├── cpu31 │ │ │ ├── cpu32 │ │ │ ├── cpu33 │ │ │ ├── cpu34 │ │ │ ├── cpu35 │ │ │ ├── cpu36 │ │ │ ├── cpu37 │ │ │ ├── cpu38 │ │ │ ├── cpu39 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu40 │ │ │ ├── cpu41 │ │ │ ├── cpu42 │ │ │ ├── cpu43 │ │ │ ├── cpu44 │ │ │ ├── cpu45 │ │ │ ├── cpu46 │ │ │ ├── cpu47 │ │ │ ├── cpu48 │ │ │ ├── cpu49 │ │ │ ├── cpu50 │ │ │ ├── cpu51 │ │ │ ├── cpu52 │ │ │ ├── cpu53 │ │ │ ├── cpu54 │ │ │ ├── cpu55 │ │ │ ├── cpu56 │ │ │ ├── cpu57 │ │ │ ├── cpu58 │ │ │ ├── cpu59 │ │ │ ├── cpu60 │ │ │ ├── cpu61 │ │ │ ├── cpu62 │ │ │ ├── cpu63 │ │ │ ├── cpu64 │ │ │ ├── cpu65 │ │ │ ├── cpu66 │ │ │ ├── cpu67 │ │ │ ├── cpu68 │ │ │ ├── cpu69 │ │ │ ├── cpu70 │ │ │ ├── cpu71 │ │ │ ├── cpu72 │ │ │ ├── cpu73 │ │ │ ├── cpu74 │ │ │ ├── cpu75 │ │ │ ├── cpu76 │ │ │ ├── cpu77 │ │ │ ├── cpu78 │ │ │ ├── cpu79 │ │ │ └── meminfo │ │ │ ├── node16 │ │ │ ├── cpu100 │ │ │ ├── cpu101 │ │ │ ├── cpu102 │ │ │ ├── cpu103 │ │ │ ├── cpu104 │ │ │ ├── cpu105 │ │ │ ├── cpu106 │ │ │ ├── cpu107 │ │ │ ├── cpu108 │ │ │ ├── cpu109 │ │ │ ├── cpu110 │ │ │ ├── cpu111 │ │ │ ├── cpu112 │ │ │ ├── cpu113 │ │ │ ├── cpu114 │ │ │ ├── cpu115 │ │ │ ├── cpu116 │ │ │ ├── cpu117 │ │ │ ├── cpu118 │ │ │ ├── cpu119 │ │ │ ├── cpu80 │ │ │ ├── cpu81 │ │ │ ├── cpu82 │ │ │ ├── cpu83 │ │ │ ├── cpu84 │ │ │ ├── cpu85 │ │ │ ├── cpu86 │ │ │ ├── cpu87 │ │ │ ├── cpu88 │ │ │ ├── cpu89 │ │ │ ├── cpu90 │ │ │ ├── cpu91 │ │ │ ├── cpu92 │ │ │ ├── cpu93 │ │ │ ├── cpu94 │ │ │ ├── cpu95 │ │ │ ├── cpu96 │ │ │ ├── cpu97 │ │ │ ├── cpu98 │ │ │ ├── cpu99 │ │ │ └── meminfo │ │ │ ├── node17 │ │ │ ├── cpu120 │ │ │ ├── cpu121 │ │ │ ├── cpu122 │ │ │ ├── cpu123 │ │ │ ├── cpu124 │ │ │ ├── cpu125 │ │ │ ├── cpu126 │ │ │ ├── cpu127 │ │ │ ├── cpu128 │ │ │ ├── cpu129 │ │ │ ├── cpu130 │ │ │ ├── cpu131 │ │ │ ├── cpu132 │ │ │ ├── cpu133 │ │ │ ├── cpu134 │ │ │ ├── cpu135 │ │ │ ├── cpu136 │ │ │ ├── cpu137 │ │ │ ├── cpu138 │ │ │ ├── cpu139 │ │ │ ├── cpu140 │ │ │ ├── cpu141 │ │ │ ├── cpu142 │ │ │ ├── cpu143 │ │ │ ├── cpu144 │ │ │ ├── cpu145 │ │ │ ├── cpu146 │ │ │ ├── cpu147 │ │ │ ├── cpu148 │ │ │ ├── cpu149 │ │ │ ├── cpu150 │ │ │ ├── cpu151 │ │ │ ├── cpu152 │ │ │ ├── cpu153 │ │ │ ├── cpu154 │ │ │ ├── cpu155 │ │ │ ├── cpu156 │ │ │ ├── cpu157 │ │ │ ├── cpu158 │ │ │ ├── cpu159 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-test1 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── online │ │ │ │ ├── physical_package_id │ │ │ │ ├── thread_siblings_list │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ └── meminfo │ │ │ └── node1 │ │ │ └── meminfo │ ├── linux-test2 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ └── meminfo │ │ │ └── possible │ ├── linux-test3 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu12 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu13 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu14 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu15 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu17 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu18 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu19 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu20 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu21 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu22 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu23 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu24 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu25 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu26 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu27 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu28 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu29 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu30 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu31 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu32 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu33 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu34 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu35 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu36 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu37 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu38 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu39 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu41 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu42 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu43 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu44 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu45 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu46 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu47 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu12 │ │ │ ├── cpu16 │ │ │ ├── cpu20 │ │ │ ├── cpu4 │ │ │ ├── cpu8 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu24 │ │ │ ├── cpu28 │ │ │ ├── cpu32 │ │ │ ├── cpu36 │ │ │ ├── cpu40 │ │ │ ├── cpu44 │ │ │ └── meminfo │ │ │ ├── node2 │ │ │ ├── cpu11 │ │ │ ├── cpu15 │ │ │ ├── cpu19 │ │ │ ├── cpu23 │ │ │ ├── cpu3 │ │ │ ├── cpu7 │ │ │ └── meminfo │ │ │ ├── node3 │ │ │ ├── cpu27 │ │ │ ├── cpu31 │ │ │ ├── cpu35 │ │ │ ├── cpu39 │ │ │ ├── cpu43 │ │ │ ├── cpu47 │ │ │ └── meminfo │ │ │ ├── node4 │ │ │ ├── cpu10 │ │ │ ├── cpu14 │ │ │ ├── cpu18 │ │ │ ├── cpu2 │ │ │ ├── cpu22 │ │ │ ├── cpu6 │ │ │ └── meminfo │ │ │ ├── node5 │ │ │ ├── cpu26 │ │ │ ├── cpu30 │ │ │ ├── cpu34 │ │ │ ├── cpu38 │ │ │ ├── cpu42 │ │ │ ├── cpu46 │ │ │ └── meminfo │ │ │ ├── node6 │ │ │ ├── cpu1 │ │ │ ├── cpu13 │ │ │ ├── cpu17 │ │ │ ├── cpu21 │ │ │ ├── cpu5 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── node7 │ │ │ ├── cpu25 │ │ │ ├── cpu29 │ │ │ ├── cpu33 │ │ │ ├── cpu37 │ │ │ ├── cpu41 │ │ │ ├── cpu45 │ │ │ └── meminfo │ │ │ └── possible │ ├── linux-test4 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu12 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu13 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu14 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu15 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ └── possible │ ├── linux-test5 │ │ └── cpu │ │ │ ├── cpu0 │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ ├── linux-test6 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ └── online │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ └── online │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-test7 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu12 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu13 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu14 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu15 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu17 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu18 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu19 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu20 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu21 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu22 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu23 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ └── physical_package_id │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu12 │ │ │ ├── cpu13 │ │ │ ├── cpu14 │ │ │ ├── cpu15 │ │ │ ├── cpu16 │ │ │ ├── cpu17 │ │ │ ├── cpu18 │ │ │ ├── cpu19 │ │ │ ├── cpu2 │ │ │ ├── cpu20 │ │ │ ├── cpu21 │ │ │ ├── cpu22 │ │ │ ├── cpu23 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-test8 │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu12 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu13 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu14 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu15 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu16 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu17 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu18 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu19 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu20 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu21 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu22 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu23 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu24 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu25 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu26 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu27 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu28 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu29 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu30 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu31 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu32 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu33 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu34 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu35 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu36 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu37 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu38 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu39 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu40 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu41 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu42 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu43 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu44 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu45 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu46 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu47 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu48 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu49 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu50 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu51 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu52 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu53 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu54 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu55 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu56 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu57 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu58 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu59 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu60 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu61 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu62 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu63 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_id │ │ │ │ │ ├── physical_package_id │ │ │ │ │ └── thread_siblings_list │ │ │ ├── kernel_max │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu12 │ │ │ ├── cpu16 │ │ │ ├── cpu20 │ │ │ ├── cpu24 │ │ │ ├── cpu28 │ │ │ ├── cpu4 │ │ │ ├── cpu8 │ │ │ └── meminfo │ │ │ ├── node1 │ │ │ ├── cpu32 │ │ │ ├── cpu36 │ │ │ ├── cpu40 │ │ │ ├── cpu44 │ │ │ ├── cpu48 │ │ │ ├── cpu52 │ │ │ ├── cpu56 │ │ │ ├── cpu60 │ │ │ └── meminfo │ │ │ ├── node2 │ │ │ ├── cpu1 │ │ │ ├── cpu13 │ │ │ ├── cpu17 │ │ │ ├── cpu21 │ │ │ ├── cpu25 │ │ │ ├── cpu29 │ │ │ ├── cpu5 │ │ │ ├── cpu9 │ │ │ └── meminfo │ │ │ ├── node3 │ │ │ ├── cpu33 │ │ │ ├── cpu37 │ │ │ ├── cpu41 │ │ │ ├── cpu45 │ │ │ ├── cpu49 │ │ │ ├── cpu53 │ │ │ ├── cpu57 │ │ │ ├── cpu61 │ │ │ └── meminfo │ │ │ ├── node4 │ │ │ ├── cpu10 │ │ │ ├── cpu14 │ │ │ ├── cpu18 │ │ │ ├── cpu2 │ │ │ ├── cpu22 │ │ │ ├── cpu26 │ │ │ ├── cpu30 │ │ │ ├── cpu6 │ │ │ └── meminfo │ │ │ ├── node5 │ │ │ ├── cpu34 │ │ │ ├── cpu38 │ │ │ ├── cpu42 │ │ │ ├── cpu46 │ │ │ ├── cpu50 │ │ │ ├── cpu54 │ │ │ ├── cpu58 │ │ │ ├── cpu62 │ │ │ └── meminfo │ │ │ ├── node6 │ │ │ ├── cpu35 │ │ │ ├── cpu39 │ │ │ ├── cpu43 │ │ │ ├── cpu47 │ │ │ ├── cpu51 │ │ │ ├── cpu55 │ │ │ ├── cpu59 │ │ │ ├── cpu63 │ │ │ └── meminfo │ │ │ ├── node7 │ │ │ ├── cpu11 │ │ │ ├── cpu15 │ │ │ ├── cpu19 │ │ │ ├── cpu23 │ │ │ ├── cpu27 │ │ │ ├── cpu3 │ │ │ ├── cpu31 │ │ │ ├── cpu7 │ │ │ └── meminfo │ │ │ ├── online │ │ │ └── possible │ ├── linux-with-die │ │ ├── cpu │ │ │ ├── cpu0 │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu10 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu11 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu8 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu9 │ │ │ │ ├── online │ │ │ │ └── topology │ │ │ │ │ ├── core_cpus │ │ │ │ │ ├── core_cpus_list │ │ │ │ │ ├── core_id │ │ │ │ │ ├── core_siblings │ │ │ │ │ ├── core_siblings_list │ │ │ │ │ ├── die_cpus │ │ │ │ │ ├── die_cpus_list │ │ │ │ │ ├── die_id │ │ │ │ │ ├── package_cpus │ │ │ │ │ ├── package_cpus_list │ │ │ │ │ ├── physical_package_id │ │ │ │ │ ├── thread_siblings │ │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ │ └── node │ │ │ ├── node0 │ │ │ ├── cpu0 │ │ │ ├── cpu1 │ │ │ ├── cpu10 │ │ │ ├── cpu11 │ │ │ ├── cpu2 │ │ │ ├── cpu3 │ │ │ ├── cpu4 │ │ │ ├── cpu5 │ │ │ ├── cpu6 │ │ │ ├── cpu7 │ │ │ ├── cpu8 │ │ │ ├── cpu9 │ │ │ └── cpulist │ │ │ ├── online │ │ │ └── possible │ ├── linux-with-frequency │ │ └── cpu │ │ │ ├── cpu0 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu1 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu2 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu3 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu4 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu5 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu6 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── cpu7 │ │ │ ├── online │ │ │ └── topology │ │ │ │ ├── book_id │ │ │ │ ├── book_siblings │ │ │ │ ├── book_siblings_list │ │ │ │ ├── core_id │ │ │ │ ├── core_siblings_list │ │ │ │ ├── drawer_id │ │ │ │ ├── drawer_siblings │ │ │ │ ├── drawer_siblings_list │ │ │ │ ├── physical_package_id │ │ │ │ └── thread_siblings_list │ │ │ ├── online │ │ │ └── present │ ├── linux-x86_64-test1.cpuinfo │ ├── linux-x86_64-test1.expected │ ├── linux-x86_64-test2.cpuinfo │ ├── linux-x86_64-test2.expected │ ├── linux-x86_64-test3.cpuinfo │ ├── linux-x86_64-test3.expected │ ├── linux-x86_64-test4.cpuinfo │ ├── linux-x86_64-test4.expected │ ├── linux-x86_64-test5.cpuinfo │ ├── linux-x86_64-test5.expected │ ├── linux-x86_64-test6.cpuinfo │ ├── linux-x86_64-test6.expected │ ├── linux-x86_64-test7.cpuinfo │ ├── linux-x86_64-test7.expected │ ├── linux-x86_64-test8.cpuinfo │ ├── linux-x86_64-test8.expected │ ├── linux-x86_64-with-die.cpuinfo │ └── linux-x86_64-with-die.expected ├── virhostcpumock.c ├── virhostcputest.c ├── virhostdevtest.c ├── viridentitytest.c ├── viriscsitest.c ├── virjsondata │ ├── add-remove-failure-in.json │ ├── add-remove-success-in.json │ ├── add-remove-success-out.json │ ├── deflatten-basic-file-in.json │ ├── deflatten-basic-file-out.json │ ├── deflatten-basic-generic-in.json │ ├── deflatten-basic-generic-out.json │ ├── deflatten-concat-double-key-in.json │ ├── deflatten-concat-in.json │ ├── deflatten-concat-out.json │ ├── deflatten-deep-file-in.json │ ├── deflatten-deep-file-out.json │ ├── deflatten-deep-generic-in.json │ ├── deflatten-deep-generic-out.json │ ├── deflatten-double-key-in.json │ ├── deflatten-nested-in.json │ ├── deflatten-nested-out.json │ ├── deflatten-qemu-sheepdog-in.json │ ├── deflatten-qemu-sheepdog-out.json │ ├── deflatten-unflattened-in.json │ ├── deflatten-unflattened-out.json │ ├── parse-Harder-in.json │ ├── parse-Harder-out.json │ ├── parse-NotSoSimple-in.json │ ├── parse-NotSoSimple-out.json │ ├── parse-Simple-in.json │ ├── parse-Simple-out.json │ ├── parse-VeryHard-in.json │ └── parse-VeryHard-out.json ├── virjsontest.c ├── virkeycodetest.c ├── virkeyfiletest.c ├── virkmodtest.c ├── virlockspacetest.c ├── virlogtest.c ├── virmacmaptest.c ├── virmacmaptestdata │ ├── complex.json │ ├── empty.json │ ├── simple.json │ └── simple2.json ├── virmock.h ├── virmockstathelpers.c ├── virnetdaemondata │ ├── README │ ├── input-data-admin-server-names.json │ ├── input-data-admin.json │ ├── input-data-anon-clients.json │ ├── input-data-client-auth-pending-failure.json │ ├── input-data-client-auth-pending.json │ ├── input-data-client-ids.json │ ├── input-data-client-timestamp.json │ ├── input-data-initial.json │ ├── input-data-no-keepalive-required.json │ ├── output-data-admin-server-names.json │ ├── output-data-admin.json │ ├── output-data-anon-clients.json │ ├── output-data-client-auth-pending.json │ ├── output-data-client-ids.json │ ├── output-data-client-timestamp.json │ ├── output-data-initial.json │ └── output-data-no-keepalive-required.json ├── virnetdaemonmock.c ├── virnetdaemontest.c ├── virnetdevbandwidthmock.c ├── virnetdevbandwidthtest.c ├── virnetdevmock.c ├── virnetdevopenvswitchdata │ ├── stats1.json │ └── stats2.json ├── virnetdevopenvswitchtest.c ├── virnetdevtest.c ├── virnetdevtestdata │ └── sys │ │ └── class │ │ └── net │ │ ├── eth0-broken │ │ ├── operstate │ │ └── speed │ │ ├── eth0 │ │ ├── operstate │ │ └── speed │ │ └── lo │ │ ├── operstate │ │ └── speed ├── virnetmessagetest.c ├── virnetserverclientmock.c ├── virnetserverclienttest.c ├── virnetsockettest.c ├── virnettlscontexttest.c ├── virnettlshelpers.c ├── virnettlshelpers.h ├── virnettlssessiontest.c ├── virnetworkportxml2xmldata │ ├── plug-bridge-mactbl.xml │ ├── plug-bridge.xml │ ├── plug-direct.xml │ ├── plug-hostdev-pci.xml │ ├── plug-network.xml │ └── plug-none.xml ├── virnetworkportxml2xmltest.c ├── virnumamock.c ├── virnwfilterbindingxml2xmldata │ ├── filter-vars.xml │ └── simple.xml ├── virnwfilterbindingxml2xmltest.c ├── virpcimock.c ├── virpcitest.c ├── virpcitestdata │ ├── 0000-00-01.0.config │ ├── 0000-00-02.0.config │ ├── 0000-00-03.0.config │ ├── 0000-01-00.0.config │ ├── 0000-02-00.0.config │ ├── 0000-06-12.0.config │ ├── 0000-06-12.1.config │ ├── 0000-06-12.2.config │ ├── 0001-00-00.0.config │ ├── 0001-01-00.0.config │ ├── 0001-01-00.1.config │ ├── 0005-80-00.0.config │ ├── 0005-90-01.0.config │ ├── 0005-90-01.1.config │ └── 0005-90-01.2.config ├── virpolkittest.c ├── virportallocatormock.c ├── virportallocatortest.c ├── virprocessmock.c ├── virrandommock.c ├── virresctrldata │ ├── resctrl-cdp.schemata │ ├── resctrl-skx-twocaches.schemata │ ├── resctrl-skx.schemata │ └── resctrl.schemata ├── virresctrltest.c ├── virrotatingfiletest.c ├── virschematest.c ├── virscsidata │ ├── 0-0-0-0 │ │ ├── block │ │ │ └── sda │ │ │ │ └── dev │ │ ├── model │ │ ├── scsi_generic │ │ │ └── sg0 │ │ │ │ └── dev │ │ └── vendor │ ├── 1-0-0-0 │ │ ├── block │ │ │ └── sdh │ │ │ │ └── dev │ │ ├── model │ │ ├── scsi_generic │ │ │ └── sg8 │ │ │ │ └── dev │ │ └── vendor │ ├── sg0 │ └── sg8 ├── virscsitest.c ├── virsh-checkpoint ├── virsh-cpuset ├── virsh-define-dev-segfault ├── virsh-int-overflow ├── virsh-optparse ├── virsh-read-bufsiz ├── virsh-read-non-seekable ├── virsh-schedinfo ├── virsh-self-test ├── virsh-snapshot ├── virsh-start ├── virsh-undefine ├── virsh-uriprecedence ├── virsh-vcpupin ├── virshtest.c ├── virstoragetest.c ├── virstorageutildata │ ├── gluster-parse-basic-native.xml │ ├── gluster-parse-basic-netfs.xml │ ├── gluster-parse-basic-src.xml │ ├── gluster-parse-multivol-native.xml │ ├── gluster-parse-multivol-netfs.xml │ └── gluster-parse-multivol-src.xml ├── virstorageutiltest.c ├── virstringtest.c ├── virsystemdtest.c ├── virt-aa-helper-test ├── virt-admin-self-test ├── virtestmock.c ├── virtimetest.c ├── virtypedparamtest.c ├── viruritest.c ├── virusbmock.c ├── virusbtest.c ├── virusbtestdata │ └── sys_bus_usb │ │ └── devices │ │ ├── 1-1.5.3.1 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5.3.3 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5.3 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5.4 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5.5 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5.6 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.5 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1.6 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 1-1 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 2-1.2 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── 2-1 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── usb1 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── usb2 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ ├── usb3 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor │ │ └── usb4 │ │ ├── devnum │ │ ├── idProduct │ │ └── idVendor ├── vmwareverdata │ ├── fusion-5.0.3.txt │ ├── workstation-7.0.0-with-garbage.txt │ └── workstation-7.0.0.txt ├── vmwarevertest.c ├── vmx2xmldata │ ├── vmx2xml-annotation.vmx │ ├── vmx2xml-annotation.xml │ ├── vmx2xml-case-insensitive-1.vmx │ ├── vmx2xml-case-insensitive-1.xml │ ├── vmx2xml-case-insensitive-2.vmx │ ├── vmx2xml-case-insensitive-2.xml │ ├── vmx2xml-cdrom-ide-device.vmx │ ├── vmx2xml-cdrom-ide-device.xml │ ├── vmx2xml-cdrom-ide-empty.vmx │ ├── vmx2xml-cdrom-ide-empty.xml │ ├── vmx2xml-cdrom-ide-file.vmx │ ├── vmx2xml-cdrom-ide-file.xml │ ├── vmx2xml-cdrom-ide-raw-auto-detect.vmx │ ├── vmx2xml-cdrom-ide-raw-auto-detect.xml │ ├── vmx2xml-cdrom-ide-raw-device.vmx │ ├── vmx2xml-cdrom-ide-raw-device.xml │ ├── vmx2xml-cdrom-scsi-device.vmx │ ├── vmx2xml-cdrom-scsi-device.xml │ ├── vmx2xml-cdrom-scsi-empty.vmx │ ├── vmx2xml-cdrom-scsi-empty.xml │ ├── vmx2xml-cdrom-scsi-file.vmx │ ├── vmx2xml-cdrom-scsi-file.xml │ ├── vmx2xml-cdrom-scsi-passthru.vmx │ ├── vmx2xml-cdrom-scsi-passthru.xml │ ├── vmx2xml-cdrom-scsi-raw-auto-detect.vmx │ ├── vmx2xml-cdrom-scsi-raw-auto-detect.xml │ ├── vmx2xml-cdrom-scsi-raw-device.vmx │ ├── vmx2xml-cdrom-scsi-raw-device.xml │ ├── vmx2xml-datacenterpath.vmx │ ├── vmx2xml-datacenterpath.xml │ ├── vmx2xml-esx-in-the-wild-1.vmx │ ├── vmx2xml-esx-in-the-wild-1.xml │ ├── vmx2xml-esx-in-the-wild-2.vmx │ ├── vmx2xml-esx-in-the-wild-2.xml │ ├── vmx2xml-esx-in-the-wild-3.vmx │ ├── vmx2xml-esx-in-the-wild-3.xml │ ├── vmx2xml-esx-in-the-wild-4.vmx │ ├── vmx2xml-esx-in-the-wild-4.xml │ ├── vmx2xml-esx-in-the-wild-5.vmx │ ├── vmx2xml-esx-in-the-wild-5.xml │ ├── vmx2xml-esx-in-the-wild-6.vmx │ ├── vmx2xml-esx-in-the-wild-6.xml │ ├── vmx2xml-esx-in-the-wild-7.vmx │ ├── vmx2xml-esx-in-the-wild-7.xml │ ├── vmx2xml-esx-in-the-wild-8.vmx │ ├── vmx2xml-esx-in-the-wild-8.xml │ ├── vmx2xml-esx-in-the-wild-9.vmx │ ├── vmx2xml-esx-in-the-wild-9.xml │ ├── vmx2xml-ethernet-bridged.vmx │ ├── vmx2xml-ethernet-bridged.xml │ ├── vmx2xml-ethernet-custom.vmx │ ├── vmx2xml-ethernet-custom.xml │ ├── vmx2xml-ethernet-e1000.vmx │ ├── vmx2xml-ethernet-e1000.xml │ ├── vmx2xml-ethernet-generated.vmx │ ├── vmx2xml-ethernet-generated.xml │ ├── vmx2xml-ethernet-nat.vmx │ ├── vmx2xml-ethernet-nat.xml │ ├── vmx2xml-ethernet-other.vmx │ ├── vmx2xml-ethernet-other.xml │ ├── vmx2xml-ethernet-static.vmx │ ├── vmx2xml-ethernet-static.xml │ ├── vmx2xml-ethernet-vmxnet2.vmx │ ├── vmx2xml-ethernet-vmxnet2.xml │ ├── vmx2xml-ethernet-vpx.vmx │ ├── vmx2xml-ethernet-vpx.xml │ ├── vmx2xml-firmware-efi.vmx │ ├── vmx2xml-firmware-efi.xml │ ├── vmx2xml-floppy-device.vmx │ ├── vmx2xml-floppy-device.xml │ ├── vmx2xml-floppy-file.vmx │ ├── vmx2xml-floppy-file.xml │ ├── vmx2xml-fusion-in-the-wild-1.vmx │ ├── vmx2xml-fusion-in-the-wild-1.xml │ ├── vmx2xml-graphics-vnc.vmx │ ├── vmx2xml-graphics-vnc.xml │ ├── vmx2xml-gsx-in-the-wild-1.vmx │ ├── vmx2xml-gsx-in-the-wild-1.xml │ ├── vmx2xml-gsx-in-the-wild-2.vmx │ ├── vmx2xml-gsx-in-the-wild-2.xml │ ├── vmx2xml-gsx-in-the-wild-3.vmx │ ├── vmx2xml-gsx-in-the-wild-3.xml │ ├── vmx2xml-gsx-in-the-wild-4.vmx │ ├── vmx2xml-gsx-in-the-wild-4.xml │ ├── vmx2xml-harddisk-ide-file.vmx │ ├── vmx2xml-harddisk-ide-file.xml │ ├── vmx2xml-harddisk-scsi-file.vmx │ ├── vmx2xml-harddisk-scsi-file.xml │ ├── vmx2xml-harddisk-transient.vmx │ ├── vmx2xml-harddisk-transient.xml │ ├── vmx2xml-minimal-64bit.vmx │ ├── vmx2xml-minimal-64bit.xml │ ├── vmx2xml-minimal.vmx │ ├── vmx2xml-minimal.xml │ ├── vmx2xml-parallel-device.vmx │ ├── vmx2xml-parallel-device.xml │ ├── vmx2xml-parallel-file.vmx │ ├── vmx2xml-parallel-file.xml │ ├── vmx2xml-scsi-driver.vmx │ ├── vmx2xml-scsi-driver.xml │ ├── vmx2xml-scsi-writethrough.vmx │ ├── vmx2xml-scsi-writethrough.xml │ ├── vmx2xml-serial-device.vmx │ ├── vmx2xml-serial-device.xml │ ├── vmx2xml-serial-file.vmx │ ├── vmx2xml-serial-file.xml │ ├── vmx2xml-serial-network-client.vmx │ ├── vmx2xml-serial-network-client.xml │ ├── vmx2xml-serial-network-server.vmx │ ├── vmx2xml-serial-network-server.xml │ ├── vmx2xml-serial-pipe-client-app.vmx │ ├── vmx2xml-serial-pipe-client-vm.vmx │ ├── vmx2xml-serial-pipe-server-app.vmx │ ├── vmx2xml-serial-pipe-server-vm.vmx │ ├── vmx2xml-serial-pipe.xml │ ├── vmx2xml-sharedfolder.vmx │ ├── vmx2xml-sharedfolder.xml │ ├── vmx2xml-smbios.vmx │ ├── vmx2xml-smbios.xml │ ├── vmx2xml-svga.vmx │ ├── vmx2xml-svga.xml │ ├── vmx2xml-ws-in-the-wild-1.vmx │ ├── vmx2xml-ws-in-the-wild-1.xml │ ├── vmx2xml-ws-in-the-wild-2.vmx │ └── vmx2xml-ws-in-the-wild-2.xml ├── vmx2xmltest.c ├── vshtabletest.c ├── xlconfigdata │ ├── test-channel-pty.cfg │ ├── test-channel-pty.xml │ ├── test-channel-unix.cfg │ ├── test-channel-unix.xml │ ├── test-disk-positional-parms-full.cfg │ ├── test-disk-positional-parms-full.xml │ ├── test-disk-positional-parms-partial.cfg │ ├── test-disk-positional-parms-partial.xml │ ├── test-disk-qed.cfg │ ├── test-disk-qed.xml │ ├── test-fullvirt-acpi-slic.cfg │ ├── test-fullvirt-acpi-slic.xml │ ├── test-fullvirt-cpuid.cfg │ ├── test-fullvirt-cpuid.xml │ ├── test-fullvirt-direct-kernel-boot-bogus-extra.cfg │ ├── test-fullvirt-direct-kernel-boot-bogus-extra.xml │ ├── test-fullvirt-direct-kernel-boot-extra.cfg │ ├── test-fullvirt-direct-kernel-boot-extra.xml │ ├── test-fullvirt-direct-kernel-boot.cfg │ ├── test-fullvirt-direct-kernel-boot.xml │ ├── test-fullvirt-hpet-timer.cfg │ ├── test-fullvirt-hpet-timer.xml │ ├── test-fullvirt-multi-timer.cfg │ ├── test-fullvirt-multi-timer.xml │ ├── test-fullvirt-multiserial.cfg │ ├── test-fullvirt-multiserial.xml │ ├── test-fullvirt-multiusb.cfg │ ├── test-fullvirt-multiusb.xml │ ├── test-fullvirt-nestedhvm-disabled.cfg │ ├── test-fullvirt-nestedhvm-disabled.xml │ ├── test-fullvirt-nestedhvm.cfg │ ├── test-fullvirt-nestedhvm.xml │ ├── test-fullvirt-nohap.cfg │ ├── test-fullvirt-nohap.xml │ ├── test-fullvirt-ovmf.cfg │ ├── test-fullvirt-ovmf.xml │ ├── test-fullvirt-ovswitch-tagged.cfg │ ├── test-fullvirt-ovswitch-tagged.xml │ ├── test-fullvirt-ovswitch-trunked.cfg │ ├── test-fullvirt-ovswitch-trunked.xml │ ├── test-fullvirt-tsc-timer.cfg │ ├── test-fullvirt-tsc-timer.xml │ ├── test-fullvirt-type.cfg │ ├── test-fullvirt-type.xml │ ├── test-fullvirt-vnuma-autocomplete.cfg │ ├── test-fullvirt-vnuma-autocomplete.xml │ ├── test-fullvirt-vnuma-nodistances.cfg │ ├── test-fullvirt-vnuma-nodistances.xml │ ├── test-fullvirt-vnuma-partialdist.cfg │ ├── test-fullvirt-vnuma-partialdist.xml │ ├── test-fullvirt-vnuma.cfg │ ├── test-fullvirt-vnuma.xml │ ├── test-max-gntframes.cfg │ ├── test-max-gntframes.xml │ ├── test-net-fakemodel.cfg │ ├── test-net-fakemodel.xml │ ├── test-new-disk.cfg │ ├── test-new-disk.xml │ ├── test-paravirt-cmdline-bogus-extra-root.cfg │ ├── test-paravirt-cmdline-bogus-extra-root.xml │ ├── test-paravirt-cmdline-extra-root.cfg │ ├── test-paravirt-cmdline-extra-root.xml │ ├── test-paravirt-cmdline.cfg │ ├── test-paravirt-cmdline.xml │ ├── test-paravirt-maxvcpus.cfg │ ├── test-paravirt-maxvcpus.xml │ ├── test-paravirt-type.cfg │ ├── test-paravirt-type.xml │ ├── test-pvh-type.cfg │ ├── test-pvh-type.xml │ ├── test-rbd-multihost-noauth.cfg │ ├── test-rbd-multihost-noauth.xml │ ├── test-spice-features.cfg │ ├── test-spice-features.xml │ ├── test-spice.cfg │ ├── test-spice.xml │ ├── test-usb.cfg │ ├── test-usb.xml │ ├── test-usbctrl.cfg │ ├── test-usbctrl.xml │ ├── test-vif-multi-ip.cfg │ ├── test-vif-multi-ip.xml │ ├── test-vif-rate.cfg │ ├── test-vif-rate.xml │ ├── test-vif-typename.cfg │ └── test-vif-typename.xml ├── xlconfigtest.c ├── xmconfigdata │ ├── sexpr2xml-pv-bootloader.cfg │ ├── sexpr2xml-pv-bootloader.xml │ ├── test-disk-drv-blktap-raw.cfg │ ├── test-disk-drv-blktap-raw.xml │ ├── test-disk-drv-blktap2-raw.cfg │ ├── test-disk-drv-blktap2-raw.xml │ ├── test-escape-paths.cfg │ ├── test-escape-paths.xml │ ├── test-fullvirt-default-feature.cfg │ ├── test-fullvirt-default-feature.xml │ ├── test-fullvirt-force-hpet.cfg │ ├── test-fullvirt-force-hpet.xml │ ├── test-fullvirt-force-nohpet.cfg │ ├── test-fullvirt-force-nohpet.xml │ ├── test-fullvirt-localtime.cfg │ ├── test-fullvirt-localtime.xml │ ├── test-fullvirt-net-netfront.cfg │ ├── test-fullvirt-net-netfront.xml │ ├── test-fullvirt-new-cdrom.cfg │ ├── test-fullvirt-new-cdrom.xml │ ├── test-fullvirt-nohap.cfg │ ├── test-fullvirt-nohap.xml │ ├── test-fullvirt-parallel-tcp.cfg │ ├── test-fullvirt-parallel-tcp.xml │ ├── test-fullvirt-serial-file.cfg │ ├── test-fullvirt-serial-file.xml │ ├── test-fullvirt-serial-null.cfg │ ├── test-fullvirt-serial-null.xml │ ├── test-fullvirt-serial-pipe.cfg │ ├── test-fullvirt-serial-pipe.xml │ ├── test-fullvirt-serial-pty.cfg │ ├── test-fullvirt-serial-pty.xml │ ├── test-fullvirt-serial-stdio.cfg │ ├── test-fullvirt-serial-stdio.xml │ ├── test-fullvirt-serial-tcp-telnet.cfg │ ├── test-fullvirt-serial-tcp-telnet.xml │ ├── test-fullvirt-serial-tcp.cfg │ ├── test-fullvirt-serial-tcp.xml │ ├── test-fullvirt-serial-udp.cfg │ ├── test-fullvirt-serial-udp.xml │ ├── test-fullvirt-serial-unix.cfg │ ├── test-fullvirt-serial-unix.xml │ ├── test-fullvirt-sound.cfg │ ├── test-fullvirt-sound.xml │ ├── test-fullvirt-usbmouse.cfg │ ├── test-fullvirt-usbmouse.xml │ ├── test-fullvirt-usbtablet-no-bus.xml │ ├── test-fullvirt-usbtablet.cfg │ ├── test-fullvirt-usbtablet.xml │ ├── test-fullvirt-utc.cfg │ ├── test-fullvirt-utc.xml │ ├── test-no-source-cdrom.cfg │ ├── test-no-source-cdrom.xml │ ├── test-paravirt-extra-root.cfg │ ├── test-paravirt-extra-root.xml │ ├── test-paravirt-maxvcpus.cfg │ ├── test-paravirt-maxvcpus.xml │ ├── test-paravirt-net-e1000.cfg │ ├── test-paravirt-net-e1000.xml │ ├── test-paravirt-net-fakemodel.cfg │ ├── test-paravirt-net-fakemodel.xml │ ├── test-paravirt-net-modelstr.cfg │ ├── test-paravirt-net-vifname.cfg │ ├── test-paravirt-net-vifname.xml │ ├── test-paravirt-new-pvfb-vncdisplay.cfg │ ├── test-paravirt-new-pvfb-vncdisplay.xml │ ├── test-paravirt-new-pvfb.cfg │ ├── test-paravirt-new-pvfb.xml │ ├── test-paravirt-root.cfg │ ├── test-paravirt-root.xml │ ├── test-paravirt-vcpu.cfg │ ├── test-paravirt-vcpu.xml │ ├── test-pci-devs.cfg │ └── test-pci-devs.xml ├── xmconfigtest.c ├── xml2vmxdata │ ├── xml2vmx-annotation.vmx │ ├── xml2vmx-annotation.xml │ ├── xml2vmx-cdrom-ide-device.vmx │ ├── xml2vmx-cdrom-ide-device.xml │ ├── xml2vmx-cdrom-ide-empty.vmx │ ├── xml2vmx-cdrom-ide-empty.xml │ ├── xml2vmx-cdrom-ide-file.vmx │ ├── xml2vmx-cdrom-ide-file.xml │ ├── xml2vmx-cdrom-ide-raw-auto-detect.vmx │ ├── xml2vmx-cdrom-ide-raw-auto-detect.xml │ ├── xml2vmx-cdrom-ide-raw-device.vmx │ ├── xml2vmx-cdrom-ide-raw-device.xml │ ├── xml2vmx-cdrom-scsi-device.vmx │ ├── xml2vmx-cdrom-scsi-device.xml │ ├── xml2vmx-cdrom-scsi-empty.vmx │ ├── xml2vmx-cdrom-scsi-empty.xml │ ├── xml2vmx-cdrom-scsi-file.vmx │ ├── xml2vmx-cdrom-scsi-file.xml │ ├── xml2vmx-cdrom-scsi-passthru.vmx │ ├── xml2vmx-cdrom-scsi-passthru.xml │ ├── xml2vmx-cdrom-scsi-raw-auto-detect.vmx │ ├── xml2vmx-cdrom-scsi-raw-auto-detect.xml │ ├── xml2vmx-cdrom-scsi-raw-device.vmx │ ├── xml2vmx-cdrom-scsi-raw-device.xml │ ├── xml2vmx-datacenterpath.vmx │ ├── xml2vmx-datacenterpath.xml │ ├── xml2vmx-esx-in-the-wild-1.vmx │ ├── xml2vmx-esx-in-the-wild-1.xml │ ├── xml2vmx-esx-in-the-wild-2.vmx │ ├── xml2vmx-esx-in-the-wild-2.xml │ ├── xml2vmx-esx-in-the-wild-3.vmx │ ├── xml2vmx-esx-in-the-wild-3.xml │ ├── xml2vmx-esx-in-the-wild-4.vmx │ ├── xml2vmx-esx-in-the-wild-4.xml │ ├── xml2vmx-esx-in-the-wild-5.vmx │ ├── xml2vmx-esx-in-the-wild-5.xml │ ├── xml2vmx-esx-in-the-wild-6.vmx │ ├── xml2vmx-esx-in-the-wild-6.xml │ ├── xml2vmx-esx-in-the-wild-7.vmx │ ├── xml2vmx-esx-in-the-wild-7.xml │ ├── xml2vmx-esx-in-the-wild-9.vmx │ ├── xml2vmx-esx-in-the-wild-9.xml │ ├── xml2vmx-ethernet-bridged.vmx │ ├── xml2vmx-ethernet-bridged.xml │ ├── xml2vmx-ethernet-custom.vmx │ ├── xml2vmx-ethernet-custom.xml │ ├── xml2vmx-ethernet-e1000.vmx │ ├── xml2vmx-ethernet-e1000.xml │ ├── xml2vmx-ethernet-generated.vmx │ ├── xml2vmx-ethernet-generated.xml │ ├── xml2vmx-ethernet-nat.vmx │ ├── xml2vmx-ethernet-nat.xml │ ├── xml2vmx-ethernet-other.vmx │ ├── xml2vmx-ethernet-other.xml │ ├── xml2vmx-ethernet-static.vmx │ ├── xml2vmx-ethernet-static.xml │ ├── xml2vmx-ethernet-vmxnet2.vmx │ ├── xml2vmx-ethernet-vmxnet2.xml │ ├── xml2vmx-ethernet-vpx.vmx │ ├── xml2vmx-ethernet-vpx.xml │ ├── xml2vmx-firmware-efi.vmx │ ├── xml2vmx-firmware-efi.xml │ ├── xml2vmx-floppy-device.vmx │ ├── xml2vmx-floppy-device.xml │ ├── xml2vmx-floppy-file.vmx │ ├── xml2vmx-floppy-file.xml │ ├── xml2vmx-fusion-in-the-wild-1.vmx │ ├── xml2vmx-fusion-in-the-wild-1.xml │ ├── xml2vmx-graphics-vnc.vmx │ ├── xml2vmx-graphics-vnc.xml │ ├── xml2vmx-gsx-in-the-wild-1.vmx │ ├── xml2vmx-gsx-in-the-wild-1.xml │ ├── xml2vmx-gsx-in-the-wild-2.vmx │ ├── xml2vmx-gsx-in-the-wild-2.xml │ ├── xml2vmx-gsx-in-the-wild-3.vmx │ ├── xml2vmx-gsx-in-the-wild-3.xml │ ├── xml2vmx-gsx-in-the-wild-4.vmx │ ├── xml2vmx-gsx-in-the-wild-4.xml │ ├── xml2vmx-harddisk-ide-file.vmx │ ├── xml2vmx-harddisk-ide-file.xml │ ├── xml2vmx-harddisk-scsi-file.vmx │ ├── xml2vmx-harddisk-scsi-file.xml │ ├── xml2vmx-minimal-64bit.vmx │ ├── xml2vmx-minimal-64bit.xml │ ├── xml2vmx-minimal.vmx │ ├── xml2vmx-minimal.xml │ ├── xml2vmx-parallel-device.vmx │ ├── xml2vmx-parallel-device.xml │ ├── xml2vmx-parallel-file.vmx │ ├── xml2vmx-parallel-file.xml │ ├── xml2vmx-scsi-driver.vmx │ ├── xml2vmx-scsi-driver.xml │ ├── xml2vmx-scsi-writethrough.vmx │ ├── xml2vmx-scsi-writethrough.xml │ ├── xml2vmx-serial-device.vmx │ ├── xml2vmx-serial-device.xml │ ├── xml2vmx-serial-file.vmx │ ├── xml2vmx-serial-file.xml │ ├── xml2vmx-serial-network-client.vmx │ ├── xml2vmx-serial-network-client.xml │ ├── xml2vmx-serial-network-server.vmx │ ├── xml2vmx-serial-network-server.xml │ ├── xml2vmx-serial-pipe.vmx │ ├── xml2vmx-serial-pipe.xml │ ├── xml2vmx-sharedfolder.vmx │ ├── xml2vmx-sharedfolder.xml │ ├── xml2vmx-smbios.vmx │ ├── xml2vmx-smbios.xml │ ├── xml2vmx-svga.vmx │ ├── xml2vmx-svga.xml │ ├── xml2vmx-ws-in-the-wild-1.vmx │ ├── xml2vmx-ws-in-the-wild-1.xml │ ├── xml2vmx-ws-in-the-wild-2.vmx │ └── xml2vmx-ws-in-the-wild-2.xml └── xml2vmxtest.c └── tools ├── Makefile.am ├── bash-completion └── vsh ├── libvirt-guests.service.in ├── libvirt-guests.sh.in ├── libvirt-guests.sysconf ├── libvirt_recover_xattrs.sh ├── libvirt_win_icon_16x16.ico ├── libvirt_win_icon_32x32.ico ├── libvirt_win_icon_48x48.ico ├── libvirt_win_icon_64x64.ico ├── nss ├── libvirt_guest_nss.syms ├── libvirt_nss.c ├── libvirt_nss.h ├── libvirt_nss.syms ├── libvirt_nss_bsd.syms ├── libvirt_nss_leases.c ├── libvirt_nss_leases.h ├── libvirt_nss_macs.c └── libvirt_nss_macs.h ├── virsh-backup.c ├── virsh-backup.h ├── virsh-checkpoint.c ├── virsh-checkpoint.h ├── virsh-completer-checkpoint.c ├── virsh-completer-checkpoint.h ├── virsh-completer-domain.c ├── virsh-completer-domain.h ├── virsh-completer-host.c ├── virsh-completer-host.h ├── virsh-completer-interface.c ├── virsh-completer-interface.h ├── virsh-completer-network.c ├── virsh-completer-network.h ├── virsh-completer-nodedev.c ├── virsh-completer-nodedev.h ├── virsh-completer-nwfilter.c ├── virsh-completer-nwfilter.h ├── virsh-completer-pool.c ├── virsh-completer-pool.h ├── virsh-completer-secret.c ├── virsh-completer-secret.h ├── virsh-completer-snapshot.c ├── virsh-completer-snapshot.h ├── virsh-completer-volume.c ├── virsh-completer-volume.h ├── virsh-completer.c ├── virsh-completer.h ├── virsh-console.c ├── virsh-console.h ├── virsh-domain-monitor.c ├── virsh-domain-monitor.h ├── virsh-domain.c ├── virsh-domain.h ├── virsh-edit.c ├── virsh-host.c ├── virsh-host.h ├── virsh-interface.c ├── virsh-interface.h ├── virsh-network.c ├── virsh-network.h ├── virsh-nodedev.c ├── virsh-nodedev.h ├── virsh-nwfilter.c ├── virsh-nwfilter.h ├── virsh-pool.c ├── virsh-pool.h ├── virsh-secret.c ├── virsh-secret.h ├── virsh-snapshot.c ├── virsh-snapshot.h ├── virsh-util.c ├── virsh-util.h ├── virsh-volume.c ├── virsh-volume.h ├── virsh.c ├── virsh.h ├── virsh_win_icon.rc ├── virt-admin-completer.c ├── virt-admin-completer.h ├── virt-admin.c ├── virt-admin.h ├── virt-host-validate-bhyve.c ├── virt-host-validate-bhyve.h ├── virt-host-validate-common.c ├── virt-host-validate-common.h ├── virt-host-validate-lxc.c ├── virt-host-validate-lxc.h ├── virt-host-validate-qemu.c ├── virt-host-validate-qemu.h ├── virt-host-validate.c ├── virt-login-shell-helper.c ├── virt-login-shell.c ├── virt-login-shell.conf ├── virt-pki-validate.in ├── virt-sanlock-cleanup.in ├── virt-xml-validate.in ├── vsh-table.c ├── vsh-table.h ├── vsh.c ├── vsh.h └── wireshark ├── README.md ├── samples └── libvirt-sample.pdml ├── src ├── packet-libvirt.c ├── packet-libvirt.h └── plugin.c └── util └── genxdrstub.pl /.ctags.d/libvirt.ctags: -------------------------------------------------------------------------------- 1 | ../.ctags -------------------------------------------------------------------------------- /ABOUT-NLS: -------------------------------------------------------------------------------- 1 | po/README.md -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /docs/gitdm/companies/virtuozzo: -------------------------------------------------------------------------------- 1 | openvz.org 2 | virtuozzo.com 3 | -------------------------------------------------------------------------------- /tests/bhyvexml2argvdata/bhyvexml2argv-uefi.ldargs: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /tests/bhyvexml2argvdata/bhyvexml2argv-vnc-autoport.ldargs: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /tests/bhyvexml2argvdata/bhyvexml2argv-vnc.ldargs: -------------------------------------------------------------------------------- 1 | dummy 2 | -------------------------------------------------------------------------------- /tests/commanddata/test16.log: -------------------------------------------------------------------------------- 1 | A=B C=D E true F G H 2 | -------------------------------------------------------------------------------- /tests/domainbackupxml2xmlin/empty.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/max_npiv_vports: -------------------------------------------------------------------------------- 1 | 127 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/npiv_vports_inuse: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/port_name: -------------------------------------------------------------------------------- 1 | 0x2100001b3289da4e 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/port_state: -------------------------------------------------------------------------------- 1 | Linkdown 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/vport_create: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host4/vport_delete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/fabric_name: -------------------------------------------------------------------------------- 1 | 0x2001000dec9877c1 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/max_npiv_vports: -------------------------------------------------------------------------------- 1 | 127 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/node_name: -------------------------------------------------------------------------------- 1 | 0x2001001b32a9da4e 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/npiv_vports_inuse: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/port_name: -------------------------------------------------------------------------------- 1 | 0x2101001b32a9da4e 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/port_state: -------------------------------------------------------------------------------- 1 | Online 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/vport_create: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host5/vport_delete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host6/node_name: -------------------------------------------------------------------------------- 1 | 0x2002001b32a9da4e 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host6/port_name: -------------------------------------------------------------------------------- 1 | 0x2102001b32a9da4e 2 | -------------------------------------------------------------------------------- /tests/fchostdata/fc_host/host6/port_state: -------------------------------------------------------------------------------- 1 | Online 2 | -------------------------------------------------------------------------------- /tests/qemublocktestdata/imagecreate/qcow2-backing-luks.xml: -------------------------------------------------------------------------------- 1 | qcow2.xml -------------------------------------------------------------------------------- /tests/qemublocktestdata/imagecreate/qcow2-backing-raw.xml: -------------------------------------------------------------------------------- 1 | qcow2.xml -------------------------------------------------------------------------------- /tests/qemudomainsnapshotxml2xmlin/empty.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/qemufirmwaredata/etc/qemu/firmware/60-ovmf-sb.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemufirmwaredata/home/user/.config/qemu/firmware/10-bios.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemumigparamsdata/empty.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /tests/qemumigparamsdata/unsupported.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /tests/qemumonitorjsondata/qemumonitorjson-nodename-empty.result: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemumonitorjsondata/qemumonitorjson-nodename-old.result: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemumonitorjsondata/query-jobs-empty.json: -------------------------------------------------------------------------------- 1 | { "return": [] } 2 | -------------------------------------------------------------------------------- /tests/qemumonitorjsondata/query-jobs-empty.result: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemustatusxml2xmldata/backup-pull-out.xml: -------------------------------------------------------------------------------- 1 | backup-pull-in.xml -------------------------------------------------------------------------------- /tests/qemustatusxml2xmldata/modern-out.xml: -------------------------------------------------------------------------------- 1 | modern-in.xml -------------------------------------------------------------------------------- /tests/qemustatusxml2xmldata/vcpus-multi-out.xml: -------------------------------------------------------------------------------- 1 | vcpus-multi-in.xml -------------------------------------------------------------------------------- /tests/qemuvhostuserdata/etc/qemu/vhost-user/50-gpu.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-default.args: -------------------------------------------------------------------------------- 1 | aarch64-gic-v2.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none-both.args: -------------------------------------------------------------------------------- 1 | aarch64-gic-v3.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none-both.xml: -------------------------------------------------------------------------------- 1 | aarch64-gic-none.xml -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none-v2.args: -------------------------------------------------------------------------------- 1 | aarch64-gic-v2.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none-v2.xml: -------------------------------------------------------------------------------- 1 | aarch64-gic-none.xml -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none-v3.args: -------------------------------------------------------------------------------- 1 | aarch64-gic-v3.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/aarch64-gic-none.args: -------------------------------------------------------------------------------- 1 | aarch64-gic-v2.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/cpu-check-full.args: -------------------------------------------------------------------------------- 1 | cpu-check-none.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/cpu-check-partial.args: -------------------------------------------------------------------------------- 1 | cpu-check-none.args -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/q35-virtio-pci.xml: -------------------------------------------------------------------------------- 1 | q35-pcie.xml -------------------------------------------------------------------------------- /tests/qemuxml2argvdata/user-aliases2.args: -------------------------------------------------------------------------------- 1 | boot-floppy-q35.args -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-basic/system/cpu/online: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-basic/system/cpu/present: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-basic/system/node/online: -------------------------------------------------------------------------------- 1 | 0-3 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-basic/system/node/possible: -------------------------------------------------------------------------------- 1 | 0-3 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-caches/system/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 63 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-caches/system/cpu/online: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-caches/system/cpu/present: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-caches/system/node/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-caches/system/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl-cdp/resctrl/manualres/tasks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl-cmt/resctrl/manualres/tasks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl-skx/resctrl/empty/schemata: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl-skx/system/cpu/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl/resctrl/manualres/tasks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl/system/cpu/online: -------------------------------------------------------------------------------- 1 | 0-11 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl/system/cpu/present: -------------------------------------------------------------------------------- 1 | 0-11 2 | -------------------------------------------------------------------------------- /tests/vircaps2xmldata/linux-resctrl/system/node/online: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/vircgroupdata/logind.self.cgroup: -------------------------------------------------------------------------------- 1 | 0:name=systemd:/ 2 | -------------------------------------------------------------------------------- /tests/vircgroupdata/no-cgroups.self.cgroup: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/vircgroupdata/unified.self.cgroup: -------------------------------------------------------------------------------- 1 | 0::/ 2 | -------------------------------------------------------------------------------- /tests/virconfdata/no-newline.conf: -------------------------------------------------------------------------------- 1 | log_level=1 -------------------------------------------------------------------------------- /tests/virconfdata/no-newline.out: -------------------------------------------------------------------------------- 1 | log_level = 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu100/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu101/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu102/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu103/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu104/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu105/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu106/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu107/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu108/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu109/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu110/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu111/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu112/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu113/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu114/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu115/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu116/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu117/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu118/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu119/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu120/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu121/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu122/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu123/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu124/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu125/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu126/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu127/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu128/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu129/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu130/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu131/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu132/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu133/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu134/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu135/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu136/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu137/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu138/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu139/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu140/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu141/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu142/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu143/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu144/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu145/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu146/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu147/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu148/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu149/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu150/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu151/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu152/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu153/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu154/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu155/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu156/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu157/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu158/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu159/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu48/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu49/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu50/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu51/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu52/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu53/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu54/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu55/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu56/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu57/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu58/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu59/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu60/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu61/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu62/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu63/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu64/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu65/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu66/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu67/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu68/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu69/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu70/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu71/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu72/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu73/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu74/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu75/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu76/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu77/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu78/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu79/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu80/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu81/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu82/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu83/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu84/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu85/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu86/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu87/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu88/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu89/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu90/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu91/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu92/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu93/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu94/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu95/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu96/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu97/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu98/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/cpu99/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 2047 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-deconf-cpus/node/possible: -------------------------------------------------------------------------------- 1 | 0-255 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/online: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-f21-mustang/cpu/present: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/online: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/cpu/present: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/node/node0/cpulist: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-high-ids/node/node1/cpulist: -------------------------------------------------------------------------------- 1 | 8-15 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-raspberrypi/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-raspberrypi/cpu/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-raspberrypi/cpu/present: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/cpu/offline: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/cpu/online: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/cpu/possible: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/cpu/present: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/node/has_cpu: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/node/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-rhel74-moonshot/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu100/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu101/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu102/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu103/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu104/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu105/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu106/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu107/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu108/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu109/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu110/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu111/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu112/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu113/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu114/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu115/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu116/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu117/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu118/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu119/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu120/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu121/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu122/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu123/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu124/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu125/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu126/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu127/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu128/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu129/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu130/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu131/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu132/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu133/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu134/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu135/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu136/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu137/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu138/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu139/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu140/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu141/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu142/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu143/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu144/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu145/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu146/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu147/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu148/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu149/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu150/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu151/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu152/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu153/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu154/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu155/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu156/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu157/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu158/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu159/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu48/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu49/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu50/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu51/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu52/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu53/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu54/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu55/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu56/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu57/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu58/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu59/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu60/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu61/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu62/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu63/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu64/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu65/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu66/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu67/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu68/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu69/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu70/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu71/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu72/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu73/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu74/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu75/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu76/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu77/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu78/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu79/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu80/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu81/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu82/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu83/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu84/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu85/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu86/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu87/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu88/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu89/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu90/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu91/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu92/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu93/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu94/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu95/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu96/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu97/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu98/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/cpu99/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 2047 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/cpu/present: -------------------------------------------------------------------------------- 1 | 0-159 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/node/online: -------------------------------------------------------------------------------- 1 | 0-1,16-17 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores1/node/possible: -------------------------------------------------------------------------------- 1 | 0-255 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu100/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu101/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu102/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu103/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu104/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu105/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu106/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu107/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu108/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu109/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu110/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu111/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu112/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu113/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu114/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu115/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu116/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu117/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu118/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu119/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu120/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu121/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu122/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu123/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu124/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu125/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu126/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu127/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu128/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu129/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu130/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu131/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu132/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu133/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu134/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu135/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu136/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu137/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu138/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu139/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu140/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu141/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu142/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu143/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu144/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu145/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu146/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu147/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu148/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu149/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu150/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu151/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu152/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu153/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu154/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu155/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu156/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu157/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu158/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu159/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu48/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu49/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu50/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu51/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu52/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu53/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu54/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu55/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu56/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu57/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu58/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu59/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu60/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu61/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu62/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu63/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu64/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu65/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu66/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu67/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu68/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu69/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu70/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu71/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu72/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu73/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu74/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu75/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu76/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu77/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu78/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu79/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu80/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu81/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu82/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu83/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu84/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu85/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu86/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu87/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu88/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu89/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu90/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu91/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu92/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu93/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu94/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu95/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu96/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu97/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu98/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/cpu99/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 2047 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/cpu/present: -------------------------------------------------------------------------------- 1 | 0-159 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/node/online: -------------------------------------------------------------------------------- 1 | 0-1,16-17 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores2/node/possible: -------------------------------------------------------------------------------- 1 | 0-255 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu100/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu101/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu102/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu103/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu104/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu105/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu106/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu107/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu108/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu109/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu110/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu111/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu112/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu113/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu114/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu115/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu116/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu117/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu118/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu119/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu120/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu121/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu122/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu123/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu124/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu125/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu126/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu127/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu128/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu129/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu130/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu131/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu132/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu133/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu134/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu135/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu136/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu137/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu138/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu139/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu140/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu141/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu142/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu143/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu144/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu145/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu146/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu147/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu148/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu149/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu150/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu151/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu152/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu153/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu154/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu155/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu156/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu157/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu158/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu159/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu48/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu49/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu50/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu51/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu52/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu53/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu54/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu55/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu56/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu57/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu58/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu59/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu60/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu61/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu62/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu63/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu64/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu65/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu66/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu67/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu68/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu69/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu70/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu71/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu72/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu73/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu74/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu75/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu76/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu77/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu78/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu79/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu80/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu81/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu82/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu83/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu84/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu85/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu86/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu87/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu88/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu89/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu90/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu91/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu92/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu93/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu94/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu95/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu96/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu97/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu98/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/cpu99/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 2047 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/cpu/present: -------------------------------------------------------------------------------- 1 | 0-159 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/node/online: -------------------------------------------------------------------------------- 1 | 0-1,16-17 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-subcores3/node/possible: -------------------------------------------------------------------------------- 1 | 0-255 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test1/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test1/cpu/cpu1/core_id: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test1/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test1/cpu/online: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test1/cpu/present: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/cpu/online: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/cpu/present: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/node/node0/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test2/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/online: -------------------------------------------------------------------------------- 1 | 0-47 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/cpu/present: -------------------------------------------------------------------------------- 1 | 0-47 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node0/cpu4: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu4 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node0/cpu8: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu8 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node2/cpu3: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu3 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node2/cpu7: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu7 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node4/cpu2: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu2 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node4/cpu6: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu6 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node6/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node6/cpu5: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu5 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/node6/cpu9: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu9 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test3/node/possible: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/online: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/cpu/present: -------------------------------------------------------------------------------- 1 | 0-15 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu2: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu2 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu3: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu3 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu4: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu4 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu5: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu5 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu6: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu6 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node0/cpu7: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu7 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node1/cpu8: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu8 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/node1/cpu9: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu9 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test4/node/possible: -------------------------------------------------------------------------------- 1 | 0-1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test5/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test5/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test5/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test5/cpu/online: -------------------------------------------------------------------------------- 1 | 0-3 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test5/cpu/present: -------------------------------------------------------------------------------- 1 | 0-3 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/online: -------------------------------------------------------------------------------- 1 | 0-4,6 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/cpu/present: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu2: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu2 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu3: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu3 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu4: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu4 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu5: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu5 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu6: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu6 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/node0/cpu7: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu7 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test6/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/online: -------------------------------------------------------------------------------- 1 | 0-23 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/cpu/present: -------------------------------------------------------------------------------- 1 | 0-23 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu2: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu2 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu3: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu3 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu4: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu4 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu5: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu5 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu6: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu6 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu7: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu7 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu8: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu8 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/node0/cpu9: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu9 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test7/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu12/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu13/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu14/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu15/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu16/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu17/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu18/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu19/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu20/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu21/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu22/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu23/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu24/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu25/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu26/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu27/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu28/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu29/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu30/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu31/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu32/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu33/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu34/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu35/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu36/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu37/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu38/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu39/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu40/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu41/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu42/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu43/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu44/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu45/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu46/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu47/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu48/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu49/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu50/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu51/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu52/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu53/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu54/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu55/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu56/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu57/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu58/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu59/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu60/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu61/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu62/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu63/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/kernel_max: -------------------------------------------------------------------------------- 1 | 4095 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/online: -------------------------------------------------------------------------------- 1 | 0-63 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/cpu/present: -------------------------------------------------------------------------------- 1 | 0-63 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node0/cpu0: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu0 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node0/cpu4: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu4 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node0/cpu8: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu8 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node2/cpu1: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu1 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node2/cpu5: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu5 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node2/cpu9: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu9 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node4/cpu2: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu2 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node4/cpu6: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu6 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node7/cpu3: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu3 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/node7/cpu7: -------------------------------------------------------------------------------- 1 | ../../cpu/cpu7 -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/online: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-test8/node/possible: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu10/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu11/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu8/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/cpu9/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/online: -------------------------------------------------------------------------------- 1 | 0-11 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/cpu/present: -------------------------------------------------------------------------------- 1 | 0-11 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/node/node0/cpulist: -------------------------------------------------------------------------------- 1 | 0-11 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/node/online: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-die/node/possible: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu0/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu1/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu2/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu3/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu4/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu5/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu6/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/cpu7/online: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/online: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virhostcpudata/linux-with-frequency/cpu/present: -------------------------------------------------------------------------------- 1 | 0-7 2 | -------------------------------------------------------------------------------- /tests/virjsondata/add-remove-failure-in.json: -------------------------------------------------------------------------------- 1 | [ 1 ] 2 | -------------------------------------------------------------------------------- /tests/virmacmaptestdata/empty.json: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | ] 4 | -------------------------------------------------------------------------------- /tests/virnetdevtestdata/sys/class/net/eth0/operstate: -------------------------------------------------------------------------------- 1 | up 2 | -------------------------------------------------------------------------------- /tests/virnetdevtestdata/sys/class/net/eth0/speed: -------------------------------------------------------------------------------- 1 | 1000 2 | -------------------------------------------------------------------------------- /tests/virnetdevtestdata/sys/class/net/lo/operstate: -------------------------------------------------------------------------------- 1 | unknown 2 | -------------------------------------------------------------------------------- /tests/virnetdevtestdata/sys/class/net/lo/speed: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /tests/virresctrldata/resctrl-skx.schemata: -------------------------------------------------------------------------------- 1 | L3:0=70f 2 | -------------------------------------------------------------------------------- /tests/virscsidata/0-0-0-0/block/sda/dev: -------------------------------------------------------------------------------- 1 | 8:0 2 | -------------------------------------------------------------------------------- /tests/virscsidata/0-0-0-0/model: -------------------------------------------------------------------------------- 1 | TOSHIBA MK5061GS 2 | -------------------------------------------------------------------------------- /tests/virscsidata/0-0-0-0/scsi_generic/sg0/dev: -------------------------------------------------------------------------------- 1 | 21:0 2 | -------------------------------------------------------------------------------- /tests/virscsidata/0-0-0-0/vendor: -------------------------------------------------------------------------------- 1 | ATA 2 | -------------------------------------------------------------------------------- /tests/virscsidata/1-0-0-0/block/sdh/dev: -------------------------------------------------------------------------------- 1 | 11:0 2 | -------------------------------------------------------------------------------- /tests/virscsidata/1-0-0-0/model: -------------------------------------------------------------------------------- 1 | DVDRAM GT50N 2 | -------------------------------------------------------------------------------- /tests/virscsidata/1-0-0-0/scsi_generic/sg8/dev: -------------------------------------------------------------------------------- 1 | 21:1 2 | -------------------------------------------------------------------------------- /tests/virscsidata/1-0-0-0/vendor: -------------------------------------------------------------------------------- 1 | HL-DT-ST 2 | -------------------------------------------------------------------------------- /tests/virscsidata/sg0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/virscsidata/sg8: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/virt-admin-self-test: -------------------------------------------------------------------------------- 1 | ./virsh-self-test -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.5.3/devnum: -------------------------------------------------------------------------------- 1 | 16 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.5.4/devnum: -------------------------------------------------------------------------------- 1 | 33 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.5.5/devnum: -------------------------------------------------------------------------------- 1 | 29 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.5.6/devnum: -------------------------------------------------------------------------------- 1 | 20 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.5/devnum: -------------------------------------------------------------------------------- 1 | 15 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1.6/devnum: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1/devnum: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1/idProduct: -------------------------------------------------------------------------------- 1 | 0024 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/1-1/idVendor: -------------------------------------------------------------------------------- 1 | 8087 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/2-1.2/devnum: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/2-1/devnum: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/2-1/idProduct: -------------------------------------------------------------------------------- 1 | 0024 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/2-1/idVendor: -------------------------------------------------------------------------------- 1 | 8087 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb1/devnum: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb1/idVendor: -------------------------------------------------------------------------------- 1 | 1d6b 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb2/devnum: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb2/idVendor: -------------------------------------------------------------------------------- 1 | 1d6b 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb3/devnum: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb3/idVendor: -------------------------------------------------------------------------------- 1 | 1d6b 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb4/devnum: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /tests/virusbtestdata/sys_bus_usb/devices/usb4/idVendor: -------------------------------------------------------------------------------- 1 | 1d6b 2 | --------------------------------------------------------------------------------