Chuck Lever

Results 22 comments of Chuck Lever

At the command line: ``` anon-dhcp-195:~ cel$ qemu-system-i386 --version QEMU emulator version 7.0.0 Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers anon-dhcp-195:~ cel$ whereis qemu-system-i386 qemu-system-i386: /opt/local/bin/qemu-system-i386 anon-dhcp-195:~...

Forgive me since I am a new user. I extracted the QEMU command line using UTM's "Export QEMU Command" button. If I copy and paste that into Terminal, it fails...

I disabled all the spice-related USB devices and the graphics console. The virtualization environment still crashes, and the last line in the debug log is "vmx_write_mem: mmu_gva_to_gpa ffff88810028fae0 failed". I'll...

Ha Rumpf: https://gitlab.com/qemu-project/qemu/-/issues/1091

Is there a config or cmdline option to disable this behavior?

The Linux kernel subsystem maintainer workflow uses lore, b4, and DKIM attestation, so generally a Message-ID: tag is not required or used. I plan to delete Message-ID: tags after importing...

Well, let me put this a better way. My impression is that when a reference to an e-mail is needed, a kernel commit requires a link to a permanent e-mail...

Thank you for reconsidering. You probably want a hook for translating a message-id into a URL. The b4 tool appears to have a simple translation scheme. For example: `[email protected]` is...

This is probably related. According to: https://stackoverflow.com/questions/2973996/git-rebase-without-changing-commit-timestamps/11179245 "git rebase" by default does not alter Author Dates. "stg rebase" does, but perhaps should not.

The problem appears to be trans.push_patch (and its subroutines), not in 'stg rebase'. - If the parent commit is unchanged and 'stg push' does not modify the patch, currently the...