gitextract_1y8lnyny/ ├── .gitignore ├── Makefile ├── debian/ │ ├── changelog │ ├── control │ ├── copyright │ ├── docs │ ├── rules │ ├── source/ │ │ └── format │ └── triggers └── src/ ├── Makefile ├── PVE/ │ ├── API2/ │ │ ├── Makefile │ │ ├── NodeCapabilities/ │ │ │ ├── Makefile │ │ │ └── Qemu/ │ │ │ └── Migration.pm │ │ ├── Qemu/ │ │ │ ├── Agent.pm │ │ │ ├── CPU.pm │ │ │ ├── CPUFlags.pm │ │ │ ├── HMPPerms.pm │ │ │ ├── Machine.pm │ │ │ └── Makefile │ │ └── Qemu.pm │ ├── CLI/ │ │ ├── Makefile │ │ ├── qm.pm │ │ └── qmrestore.pm │ ├── Makefile │ ├── QMPClient.pm │ ├── QemuConfig/ │ │ ├── Makefile │ │ └── NoWrite.pm │ ├── QemuConfig.pm │ ├── QemuMigrate/ │ │ ├── Helpers.pm │ │ └── Makefile │ ├── QemuMigrate.pm │ ├── QemuServer/ │ │ ├── Agent.pm │ │ ├── BlockJob.pm │ │ ├── Blockdev.pm │ │ ├── CGroup.pm │ │ ├── CPUConfig.pm │ │ ├── Cfg2Cmd/ │ │ │ ├── Makefile │ │ │ └── Timer.pm │ │ ├── Cfg2Cmd.pm │ │ ├── Cloudinit.pm │ │ ├── DBusVMState.pm │ │ ├── Drive.pm │ │ ├── DriveDevice.pm │ │ ├── Helpers.pm │ │ ├── ImportDisk.pm │ │ ├── Machine.pm │ │ ├── Makefile │ │ ├── Memory.pm │ │ ├── MetaInfo.pm │ │ ├── Monitor.pm │ │ ├── Network.pm │ │ ├── OVMF.pm │ │ ├── PCI.pm │ │ ├── QMPHelpers.pm │ │ ├── QSD.pm │ │ ├── QemuImage.pm │ │ ├── RNG.pm │ │ ├── RunState.pm │ │ ├── StateFile.pm │ │ ├── USB.pm │ │ ├── Virtiofs.pm │ │ └── VolumeChain.pm │ ├── QemuServer.pm │ └── VZDump/ │ ├── Makefile │ └── QemuServer.pm ├── bin/ │ ├── Makefile │ ├── qm │ ├── qmextract │ └── qmrestore ├── qmeventd/ │ ├── .clang-format │ ├── Makefile │ ├── qmeventd.c │ ├── qmeventd.h │ └── qmeventd.service ├── query-machine-capabilities/ │ ├── Makefile │ ├── pve-query-machine-capabilities.service │ └── query-machine-capabilities.c ├── test/ │ ├── Makefile │ ├── MigrationTest/ │ │ ├── QemuMigrateMock.pm │ │ ├── QmMock.pm │ │ └── Shared.pm │ ├── cfg2cmd/ │ │ ├── README.adoc │ │ ├── aarch64/ │ │ │ ├── simple-arm-host.conf │ │ │ ├── simple-arm-host.conf.cmd │ │ │ ├── simple-arm.conf │ │ │ ├── simple-arm.conf.cmd │ │ │ ├── simple-x86-on-arm-host.conf │ │ │ └── simple-x86-on-arm-host.conf.cmd │ │ ├── aio.conf │ │ ├── aio.conf.cmd │ │ ├── bootorder-empty.conf │ │ ├── bootorder-empty.conf.cmd │ │ ├── bootorder-legacy.conf │ │ ├── bootorder-legacy.conf.cmd │ │ ├── bootorder.conf │ │ ├── bootorder.conf.cmd │ │ ├── cputype-icelake-client-deprecation.conf │ │ ├── cputype-icelake-client-deprecation.conf.cmd │ │ ├── custom-cpu-model-defaults.conf │ │ ├── custom-cpu-model-defaults.conf.cmd │ │ ├── custom-cpu-model-host-phys-bits.conf │ │ ├── custom-cpu-model-host-phys-bits.conf.cmd │ │ ├── custom-cpu-model.conf │ │ ├── custom-cpu-model.conf.cmd │ │ ├── efi-ovmf-without-efidisk.conf │ │ ├── efi-ovmf-without-efidisk.conf.cmd │ │ ├── efi-raw-old.conf │ │ ├── efi-raw-old.conf.cmd │ │ ├── efi-raw-template.conf │ │ ├── efi-raw-template.conf.cmd │ │ ├── efi-raw.conf │ │ ├── efi-raw.conf.cmd │ │ ├── efi-secboot-and-tpm-q35.conf │ │ ├── efi-secboot-and-tpm-q35.conf.cmd │ │ ├── efi-secboot-and-tpm.conf │ │ ├── efi-secboot-and-tpm.conf.cmd │ │ ├── efidisk-on-rbd.conf │ │ ├── efidisk-on-rbd.conf.cmd │ │ ├── i440fx-viommu-intel.conf │ │ ├── i440fx-viommu-virtio.conf │ │ ├── i440fx-viommu-virtio.conf.cmd │ │ ├── i440fx-win10-hostpci.conf │ │ ├── i440fx-win10-hostpci.conf.cmd │ │ ├── ide-no-media-error.conf │ │ ├── ide.conf │ │ ├── ide.conf.cmd │ │ ├── memory-hotplug-hugepages.conf │ │ ├── memory-hotplug-hugepages.conf.cmd │ │ ├── memory-hotplug.conf │ │ ├── memory-hotplug.conf.cmd │ │ ├── memory-hugepages-1g.conf │ │ ├── memory-hugepages-1g.conf.cmd │ │ ├── memory-hugepages-2m.conf │ │ ├── memory-hugepages-2m.conf.cmd │ │ ├── minimal-defaults-to-new-machine.conf │ │ ├── minimal-defaults-unsupported-pve-version.conf │ │ ├── minimal-defaults.conf │ │ ├── minimal-defaults.conf.cmd │ │ ├── netdev-7.0-multiqueues.conf │ │ ├── netdev-7.0-multiqueues.conf.cmd │ │ ├── netdev-7.1-multiqueues.conf │ │ ├── netdev-7.1-multiqueues.conf.cmd │ │ ├── netdev-7.1.conf │ │ ├── netdev-7.1.conf.cmd │ │ ├── netdev.conf │ │ ├── netdev.conf.cmd │ │ ├── netdev_vxlan.conf │ │ ├── netdev_vxlan.conf.cmd │ │ ├── old-qemu.conf │ │ ├── os-l24.conf │ │ ├── os-l24.conf.cmd │ │ ├── os-other.conf │ │ ├── os-other.conf.cmd │ │ ├── os-solaris.conf │ │ ├── os-solaris.conf.cmd │ │ ├── ostype-usb13-error.conf │ │ ├── pinned-version-pxe-pve.conf │ │ ├── pinned-version-pxe-pve.conf.cmd │ │ ├── pinned-version-pxe.conf │ │ ├── pinned-version-pxe.conf.cmd │ │ ├── pinned-version.conf │ │ ├── pinned-version.conf.cmd │ │ ├── q35-ide.conf │ │ ├── q35-ide.conf.cmd │ │ ├── q35-linux-hostpci-driver-keep.conf │ │ ├── q35-linux-hostpci-driver-keep.conf.cmd │ │ ├── q35-linux-hostpci-mapping.conf │ │ ├── q35-linux-hostpci-mapping.conf.cmd │ │ ├── q35-linux-hostpci-multifunction.conf │ │ ├── q35-linux-hostpci-multifunction.conf.cmd │ │ ├── q35-linux-hostpci-template.conf │ │ ├── q35-linux-hostpci-template.conf.cmd │ │ ├── q35-linux-hostpci-x-pci-overrides.conf │ │ ├── q35-linux-hostpci-x-pci-overrides.conf.cmd │ │ ├── q35-linux-hostpci.conf │ │ ├── q35-linux-hostpci.conf.cmd │ │ ├── q35-no-viommu-with-aw-bits.conf │ │ ├── q35-simple-6.0.conf │ │ ├── q35-simple-6.0.conf.cmd │ │ ├── q35-simple-7.0.conf │ │ ├── q35-simple-7.0.conf.cmd │ │ ├── q35-simple-pinned-6.1.conf │ │ ├── q35-simple-pinned-6.1.conf.cmd │ │ ├── q35-simple.conf │ │ ├── q35-simple.conf.cmd │ │ ├── q35-usb13-error.conf │ │ ├── q35-usb2.conf │ │ ├── q35-usb2.conf.cmd │ │ ├── q35-usb3.conf │ │ ├── q35-usb3.conf.cmd │ │ ├── q35-viommu-intel-aw-bits.conf │ │ ├── q35-viommu-intel-aw-bits.conf.cmd │ │ ├── q35-viommu-intel-guest-phys-bits.conf │ │ ├── q35-viommu-intel-guest-phys-bits.conf.cmd │ │ ├── q35-viommu-intel.conf │ │ ├── q35-viommu-intel.conf.cmd │ │ ├── q35-viommu-virtio-aw-bits.conf │ │ ├── q35-viommu-virtio-aw-bits.conf.cmd │ │ ├── q35-viommu-virtio.conf │ │ ├── q35-viommu-virtio.conf.cmd │ │ ├── q35-win10-hostpci.conf │ │ ├── q35-win10-hostpci.conf.cmd │ │ ├── q35-windows-pinning.conf │ │ ├── q35-windows-pinning.conf.cmd │ │ ├── qemu-xhci-7.1.conf │ │ ├── qemu-xhci-7.1.conf.cmd │ │ ├── qemu-xhci-q35-7.1.conf │ │ ├── qemu-xhci-q35-7.1.conf.cmd │ │ ├── qga-fs-freeze-backup-legacy.conf │ │ ├── qga-fs-freeze-backup-legacy.conf.cmd │ │ ├── qga-fs-freeze.conf │ │ ├── qga-fs-freeze.conf.cmd │ │ ├── qga-minimal.conf │ │ ├── qga-minimal.conf.cmd │ │ ├── scsiblk.conf │ │ ├── scsiblk.conf.cmd │ │ ├── scsihw-lsi.conf │ │ ├── scsihw-lsi.conf.cmd │ │ ├── scsihw-lsi53c810.conf │ │ ├── scsihw-lsi53c810.conf.cmd │ │ ├── scsihw-megasas.conf │ │ ├── scsihw-megasas.conf.cmd │ │ ├── scsihw-pvscsi.conf │ │ ├── scsihw-pvscsi.conf.cmd │ │ ├── scsihw-virtio-scsi-single.conf │ │ ├── scsihw-virtio-scsi-single.conf.cmd │ │ ├── seabios_serial.conf │ │ ├── seabios_serial.conf.cmd │ │ ├── sev-es.conf │ │ ├── sev-es.conf.cmd │ │ ├── sev-snp.conf │ │ ├── sev-snp.conf.cmd │ │ ├── sev-std.conf │ │ ├── sev-std.conf.cmd │ │ ├── simple-backingchain.conf │ │ ├── simple-backingchain.conf.cmd │ │ ├── simple-balloon-free-page-reporting.conf │ │ ├── simple-balloon-free-page-reporting.conf.cmd │ │ ├── simple-btrfs.conf │ │ ├── simple-btrfs.conf.cmd │ │ ├── simple-cifs.conf │ │ ├── simple-cifs.conf.cmd │ │ ├── simple-disk-passthrough.conf │ │ ├── simple-disk-passthrough.conf.cmd │ │ ├── simple-lvm.conf │ │ ├── simple-lvm.conf.cmd │ │ ├── simple-lvmthin.conf │ │ ├── simple-lvmthin.conf.cmd │ │ ├── simple-rbd.conf │ │ ├── simple-rbd.conf.cmd │ │ ├── simple-virtio-blk.conf │ │ ├── simple-virtio-blk.conf.cmd │ │ ├── simple-zfs-over-iscsi.conf │ │ ├── simple-zfs-over-iscsi.conf.cmd │ │ ├── simple1-template.conf │ │ ├── simple1-template.conf.cmd │ │ ├── simple1.conf │ │ ├── simple1.conf.cmd │ │ ├── spice-enhancments.conf │ │ ├── spice-enhancments.conf.cmd │ │ ├── spice-linux-4.1.conf │ │ ├── spice-linux-4.1.conf.cmd │ │ ├── spice-usb3.conf │ │ ├── spice-usb3.conf.cmd │ │ ├── spice-win.conf │ │ ├── spice-win.conf.cmd │ │ ├── startdate-l26.conf │ │ ├── startdate-l26.conf.cmd │ │ ├── startdate-win11.conf │ │ ├── startdate-win11.conf.cmd │ │ ├── unsupported-storage-content-type.conf │ │ ├── usb13-error.conf │ │ ├── vnc-clipboard-spice.conf │ │ ├── vnc-clipboard-spice.conf.cmd │ │ ├── vnc-clipboard-std.conf │ │ └── vnc-clipboard-std.conf.cmd │ ├── parse-config-expected/ │ │ ├── cloudinit-snapshot.conf │ │ ├── cloudinit-snapshot.conf.strict.error │ │ ├── duplicate-sections.conf │ │ ├── duplicate-sections.conf.strict.error │ │ ├── unknown-sections.conf │ │ ├── unknown-sections.conf.strict.error │ │ ├── verify-snapshot.conf │ │ └── verify-snapshot.conf.strict.error │ ├── parse-config-input/ │ │ ├── cloudinit-snapshot.conf │ │ ├── duplicate-sections.conf │ │ ├── fleecing-section.conf │ │ ├── locked.conf │ │ ├── plain.conf │ │ ├── regular-vm-efi.conf │ │ ├── sections.conf │ │ ├── snapshots.conf │ │ ├── unknown-sections.conf │ │ └── verify-snapshot.conf │ ├── restore-config-expected/ │ │ ├── 139.conf │ │ ├── 142.conf │ │ ├── 1422.conf │ │ └── 179.conf │ ├── restore-config-input/ │ │ ├── 139.conf │ │ ├── 142.conf │ │ ├── 1422.conf │ │ └── 179.conf │ ├── run_config2command_tests.pl │ ├── run_parse_config_tests.pl │ ├── run_pci_addr_checks.pl │ ├── run_pci_reservation_tests.pl │ ├── run_qemu_img_convert_tests.pl │ ├── run_qemu_migrate_tests.pl │ ├── run_qemu_restore_config_tests.pl │ ├── run_snapshot_tests.pl │ ├── snapshot-expected/ │ │ ├── commit/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ └── 203.conf │ │ ├── create/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 105.conf │ │ │ ├── 106.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ ├── 203.conf │ │ │ ├── 301.conf │ │ │ ├── 302.conf │ │ │ └── 303.conf │ │ ├── delete/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 105.conf │ │ │ ├── 106.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ ├── 203.conf │ │ │ └── 204.conf │ │ ├── prepare/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 200.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ └── 300.conf │ │ └── rollback/ │ │ └── qemu-server/ │ │ ├── 101.conf │ │ ├── 102.conf │ │ ├── 103.conf │ │ ├── 104.conf │ │ ├── 105.conf │ │ ├── 106.conf │ │ ├── 201.conf │ │ ├── 202.conf │ │ ├── 203.conf │ │ ├── 204.conf │ │ ├── 205.conf │ │ ├── 206.conf │ │ ├── 207.conf │ │ ├── 301.conf │ │ ├── 302.conf │ │ └── 303.conf │ ├── snapshot-input/ │ │ ├── commit/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ └── 203.conf │ │ ├── create/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 105.conf │ │ │ ├── 106.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ ├── 203.conf │ │ │ ├── 301.conf │ │ │ ├── 302.conf │ │ │ └── 303.conf │ │ ├── delete/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 105.conf │ │ │ ├── 106.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ ├── 203.conf │ │ │ └── 204.conf │ │ ├── prepare/ │ │ │ └── qemu-server/ │ │ │ ├── 101.conf │ │ │ ├── 102.conf │ │ │ ├── 103.conf │ │ │ ├── 104.conf │ │ │ ├── 200.conf │ │ │ ├── 201.conf │ │ │ ├── 202.conf │ │ │ └── 300.conf │ │ └── rollback/ │ │ └── qemu-server/ │ │ ├── 101.conf │ │ ├── 102.conf │ │ ├── 103.conf │ │ ├── 104.conf │ │ ├── 105.conf │ │ ├── 106.conf │ │ ├── 201.conf │ │ ├── 202.conf │ │ ├── 203.conf │ │ ├── 204.conf │ │ ├── 205.conf │ │ ├── 206.conf │ │ ├── 207.conf │ │ ├── 301.conf │ │ ├── 302.conf │ │ └── 303.conf │ ├── snapshot-test.pm │ ├── test.vmdk │ └── test_get_replicatable_volumes.pl └── usr/ ├── Makefile ├── bootsplash.xcf ├── dbus-vmstate ├── modules-load.conf ├── org.qemu.VMState1.conf ├── pve-bridge ├── pve-bridge-hotplug ├── pve-bridgedown ├── pve-dbus-vmstate@.service ├── pve-q35-4.0.cfg ├── pve-q35.cfg └── pve-usb.cfg