0583426e3d
In particular, I performed the following changes: 1. Add the (missing) aarch64 configuration. 2. Mask out e_ident[EI_OSABI]. A single OS can have multiple values here. We just pass them all to qemu. I personally ran into this issue (where filtering was too strict) on ppc64. 3. Mask out e_ident[EI_ABIVERSION]. On Linux, this value is ignored. 4. Mask out e_ident[EI_PAD]. The current check insists they are zero when they are, in fact, undefined. 5. Don't mask any bits for e_ident[EI_VERSION]. We want an exact match on this since there has only ever been one version. However, alpha, i386 and i486 were masking out the least significant bit. 6. Don't mask any bits for e_ident[EI_DATA]. You can't mask out bits for endianness because it controls the byte order of later bytes in the binfmt match (starting at offset 0x10). So you can never have a rule which works with bits masked out on this field. However, alpha, i386 and i486 were masking out the least significant bit. |
||
---|---|---|
.gitignore | ||
50-kvm-s390x.conf | ||
80-kvm.rules | ||
95-kvm-ppc64-memlock.conf | ||
99-qemu-guest-agent.rules | ||
0001-vmw_pvscsi-check-page-count-while-initialising-descr.patch | ||
0002-scsi-pvscsi-limit-loop-to-fetch-SG-list.patch | ||
0003-scsi-pvscsi-limit-process-IO-loop-to-ring-size.patch | ||
0004-vmsvga-correct-bitmap-and-pixmap-size-checks.patch | ||
0005-scsi-mptconfig-fix-an-assert-expression.patch | ||
0006-scsi-mptconfig-fix-misuse-of-MPTSAS_CONFIG_PACK.patch | ||
0007-usb-xhci-fix-memory-leak-in-usb_xhci_exit.patch | ||
0008-scsi-mptsas-use-g_new0-to-allocate-MPTSASRequest-obj.patch | ||
0009-virtio-add-check-for-descriptor-s-mapped-address.patch | ||
0010-net-mcf-limit-buffer-descriptor-count.patch | ||
0011-xhci-limit-the-number-of-link-trbs-we-are-willing-to.patch | ||
0012-usb-ehci-fix-memory-leak-in-ehci_process_itd.patch | ||
0013-usb-redir-allocate-buffers-before-waking-up-the-host.patch | ||
0014-ppc-kvm-Mark-64kB-page-size-support-as-disabled-if-n.patch | ||
0015-qxl-Only-emit-QXL_INTERRUPT_CLIENT_MONITORS_CONFIG-o.patch | ||
bridge.conf | ||
ksm.service | ||
ksm.sysconfig | ||
ksmctl.c | ||
ksmtuned | ||
ksmtuned.conf | ||
ksmtuned.service | ||
kvm.conf | ||
kvm.modules | ||
qemu-guest-agent.service | ||
qemu-kvm.sh | ||
qemu.binfmt | ||
qemu.spec | ||
sources |