qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Added error message for qemu-user fake_open which clears up misl


From: Brandon Falk
Subject: [PATCH] Added error message for qemu-user fake_open which clears up misleading open() errors which are caused by QEMU interception of open() rather than the linux-user's open()
Date: Tue, 21 Jun 2022 19:43:59 -0700

Add error message for fake open calls when failing to create a temporary file. I spent some time debugging an issue where for some reason I thought /proc was misbehaving in the linux-user chroot environment, but it was rather QEMU silently failing (and passing through an error) to the guest application, even though it was a QEMU issue related to creating a temporary file in the chrooted environment.

Attachment: patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]