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

Release of Solo5.0.7.2 #21450

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Release of Solo5.0.7.2 #21450

merged 1 commit into from
Jun 2, 2022

Conversation

dinosaure
Copy link
Contributor

v0.7.2 (2022-05-27)

  • Suppress gcc array bounds warning in test_zeropage (@felixmoebius, dependency fixes #515)
  • Xen: retrieve mem_size uniformly via XENMEM_memory_map hypercall.
    Previously, the memory map was extracted from the HVM start info (if
    available and booting directly via PVH), or multiboot info (if booting via
    multiboot). The fallback for direct PVH booting was the XENMEM_memory_map
    hypercall (which retrieves an E820 memory map). This lead to three distinct
    paths, with no fallback for the memory map not being present in the multiboot
    info. With QubesOS 4.1 (Xen 4.14), this didn't work anymore (it worked with
    QubesOS 4.0 (Xen 4.8)).
    Now, there is a single path of the code, which uses the hypercall. Since this
    is only executed once at startup, the overhead is negligible (@hannesm, consistently use %{make}% instead of "make" in opam invocations. #516,
    review and discussions with @marmarek @xaki23 @palainp)
  • Xen: do not skip first token of command line when booted via multiboot.
    This code originated from the virtio binding, but when booting on xen via
    multiboot there is no additional token.
    (@hannesm, New ocp indent #517, review and testing with @palainp @xaki23)

@mseri
Copy link
Member

mseri commented Jun 2, 2022

@mseri mseri merged commit 8b9d49e into ocaml:master Jun 2, 2022
mseri added a commit to mseri/opam-repository that referenced this pull request Jun 2, 2022
Seen on the CI for ocaml#21450

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
@dinosaure dinosaure deleted the solo5.0.7.2 branch June 2, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants