Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded Xen-tools from 4.15 to 4.19.0 #4186

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Sep 25, 2024

  1. Upgrade: xentools 4.15.0 to 4.19.0

    Upgraded xen/Dockerfile and xen-tools/Dockerfile to point new version (1)
    
    Removed the following unused patches: 11-char-socket-revert.patch, 12-disable-Werror-to-build-under-gcc-11.2.patch, 15-qemu-Set-the-affinity-of-QEMU-threads-according-to-t.patch, 16-imammedo_x86_acpi_use_offset_instead_of_pointer_when_using_build_header.patch, 0003-arch-arm-small-hack-for-rpi4-usb.patch
    
    Signed-off-by: Roja Eswaran <roja@zededa.com>
    roja-zededa committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6828b17 View commit details
    Browse the repository at this point in the history
  2. Add: xentool 4.19.0 needs the following patches

    Patch 12-remove-vanillaqemu4.19-cpupinning.patch which removes new qemu_thread_set_affinity implementation (QEMU 8.0.4)
    Patch 20-return_zero_close_if_special_file.patch which removes a CVE fix
    
    Signed-off-by: Roja Eswaran <roja@zededa.com>
    roja-zededa committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    20ee9ea View commit details
    Browse the repository at this point in the history
  3. Replace: Deprecated QEMU parameters

    Replacing [realtime] with [overcommit] as it's deprecated in QEMU 8.0.4 provided by xen-tools 4.19.0
    
    Signed-off-by: Roja Eswaran <roja@zededa.com>
    roja-zededa committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    310b155 View commit details
    Browse the repository at this point in the history
  4. Add: pkgs gnutls

    Adding gnutls and gnutls-dev in xen-tools/Dockerfile for VNC error
    
    Signed-off-by: Roja Eswaran <roja@zededa.com>
    roja-zededa committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9647550 View commit details
    Browse the repository at this point in the history