This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 24547b9cf3c10b2e14c54ffadd462e58d7a3e8ce Mon Sep 17 00:00:00 2001 | |
From: "Richard W.M. Jones" <[email protected]> | |
Date: Tue, 17 Oct 2023 16:15:55 +0100 | |
Subject: [PATCH] tcg: Group pages into "super-pages" for jumps and | |
invalidation | |
--- | |
accel/tcg/tb-maint.c | 95 ++++++++++++++++++++++++++---------------- | |
accel/tcg/translator.c | 7 +++- | |
2 files changed, 64 insertions(+), 38 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level=debug msg="CRC version: 2.7.1+8b30b973\n" | |
level=debug msg="OpenShift version: 4.11.0\n" | |
level=debug msg="Podman version: 4.1.1\n" | |
level=debug msg="Running 'crc start'" | |
level=debug msg="Total memory of system is 16378507264 bytes" | |
level=debug msg="No new version available. The latest version is 2.7.1" | |
level=debug msg="Checking file: /home/rjones/.crc/machines/crc/.crc-exist" | |
level=debug msg="Checking if systemd-resolved.service is running" | |
level=debug msg="Running 'systemctl status systemd-resolved.service'" | |
level=debug msg="systemd-resolved.service is already running" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level=debug msg="CRC version: 2.7.1+8b30b973\n" | |
level=debug msg="OpenShift version: 4.11.0\n" | |
level=debug msg="Podman version: 4.1.1\n" | |
level=debug msg="Running 'crc start'" | |
level=debug msg="Total memory of system is 16378507264 bytes" | |
level=debug msg="No new version available. The latest version is 2.7.1" | |
level=debug msg="Checking file: /home/rjones/.crc/machines/crc/.crc-exist" | |
level=debug msg="Checking if systemd-resolved.service is running" | |
level=debug msg="Running 'systemctl status systemd-resolved.service'" | |
level=debug msg="systemd-resolved.service is already running" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level=debug msg="CRC version: 2.7.1+a8e9854\n" | |
level=debug msg="OpenShift version: 4.11.0\n" | |
level=debug msg="Podman version: 4.1.1\n" | |
level=debug msg="Running 'crc setup'" | |
level=info msg="Using bundle path /home/rjones/.crc/cache/crc_libvirt_4.11.0_amd64.crcbundle" | |
level=debug msg="Checking if systemd-resolved.service is running" | |
level=debug msg="Running 'systemctl status systemd-resolved.service'" | |
level=debug msg="systemd-resolved.service is already running" | |
level=info msg="Checking if running as non-root" | |
level=info msg="Checking if running inside WSL2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level=debug msg="CRC version: 2.6.0+d606e64\n" | |
level=debug msg="OpenShift version: 4.10.22\n" | |
level=debug msg="Podman version: 4.1.0\n" | |
level=debug msg="Running 'crc start'" | |
level=debug msg="Total memory of system is 16378507264 bytes" | |
level=debug msg="No new version available. The latest version is 2.6.0" | |
level=debug msg="Checking file: /home/rjones/.crc/machines/crc/.crc-exist" | |
level=debug msg="Checking if systemd-resolved.service is running" | |
level=debug msg="Running 'systemctl status systemd-resolved.service'" | |
level=debug msg="systemd-resolved.service is already running" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tests are approximate using memory only (no storage IO). | |
PBKDF2-sha1 82852 iterations per second for 256-bit key | |
PBKDF2-sha256 122956 iterations per second for 256-bit key | |
PBKDF2-sha512 111836 iterations per second for 256-bit key | |
PBKDF2-ripemd160 90269 iterations per second for 256-bit key | |
PBKDF2-whirlpool 31447 iterations per second for 256-bit key | |
argon2i 4 iterations, 110288 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time) | |
argon2id 4 iterations, 111368 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time) | |
# Algorithm | Key | Encryption | Decryption | |
aes-cbc 128b 14.2 MiB/s 19.0 MiB/s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workspace root: /home/rjones/d/ocaml-ssl | |
Running[0]: /usr/bin/nproc > /tmp/dunef08095.output 2> /dev/null | |
Auto-detected concurrency: 8 | |
disable binary cache | |
Running[1]: /usr/bin/ocamlc.opt -config > /tmp/dune6310b0.output | |
Dune context: | |
{ name = "default" | |
; kind = "default" | |
; profile = Dyn | |
; merlin = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* guestfs-inspection | |
* Copyright (C) 2009-2017 Red Hat Inc. | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |