Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
log ovmf firmware output
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
kraxel authored and nicholasbishop committed Apr 18, 2025
commit f765d19cb534237d5cc23262147f88fafd56e289
2 changes: 2 additions & 0 deletions xtask/src/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ pub fn run_qemu(arch: UefiArch, opt: &QemuOpt) -> Result<()> {

if arch == UefiArch::IA32 || arch == UefiArch::X86_64 {
cmd.args(["-debugcon", "file:./integration-test-debugcon.log"]);
cmd.args(["-chardev", "file,id=fw,path=./ovmf-firmware-debugcon.log"]);
cmd.args(["-device", "isa-debugcon,chardev=fw,iobase=0x402"]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this works?! And we missed to add the file to `.gitignore´. I'Ve opened #1640

}

// Set the boot menu timeout to zero. On aarch64 in particular this speeds
Expand Down