Re: base format

2024-04-25 Thread Jakob Bohm via
On 2024-04-25 14:51, lacsaP Patatetom wrote: Le jeu. 25 avr. 2024 à 11:30, Peter Maydell > a écrit : On Thu, 25 Apr 2024 at 09:55, lacsaP Patatetom mailto:patate...@gmail.com>> wrote: > > hi, > > when using `qemu-img create`, why do I have

Re: Query related with Emulation on QEMU

2024-05-30 Thread Jakob Bohm via
No, No, Yes Sadly, there seems to still be no IA64 CPU emulation in Qemu (even the ability to run QEMU on actual IA64 hardware has been removed) or anywhere else, forcing all but the richest companies to not develop IA64 software while the architecture existed. For SunOS, look at the x86/x64

Re: Query related with Emulation on QEMU

2024-06-05 Thread Jakob Bohm via
[Resending my reply from the right address...] No, No, Yes Sadly, there seems to still be no IA64 CPU emulation in Qemu (even the ability to run QEMU on actual IA64 hardware has been removed) or anywhere else, forcing all but the richest companies to not develop IA64 software while the archit

Re: target/i386: fix pushed value of EFLAGS.RF

2024-06-11 Thread Jakob Bohm via
On 2024-06-11 00:44, Paolo Bonzini wrote: On Tue, Jun 11, 2024 at 12:39 AM Robert Henry wrote: Paolo: Regarding your commit to QEMU https://github.com/qemu/qemu/commit/69cb498c56263a5ae484fd4fef920d3d3eea04c8 Four years ago I reported a bug https://gitlab.com/qemu-project/qemu/-/issues/249

Re: qemu-img convert: Compression can not be disabled when converting from .qcow2 to .raw

2024-06-21 Thread Jakob Bohm via
Dear Sven, Note that qcow2 files contain data saying how large the virtual disk is and what blocks in the virtual disk correspond to what blocks in the qcow2 file. Thus adding extra all-0 blocks at the end of a qcow2 file using generic file manipulation tools like truncate or dd will not cha

Re: I doubt here

2024-06-21 Thread Jakob Bohm via
Only if the BIOS matches the virtual motherboard provided by Qemu . For example, if the BIOS tries to configure a register controlling the USB controller on the real motherboard, it will only work if the virtual motherboard has the same USB controller at the same bus address. The Qemu virtual

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-08 Thread Jakob Bohm via
On 2024-07-08 08:00, Thomas Huth wrote: On 06/07/2024 00.46, Anton Shepelev wrote: Thomas Huth: I had a quick look, but if I got this right, 1366x768 is not a mode that fits into the standard EDID information, since 1366 is not dividable by 8. Thank you very much Thomas.  That also explains

Re: recover snapshot

2024-07-18 Thread Jakob Bohm via
On 2024-07-16 22:22, Leonel Garcia Rosas wrote: I accidentally delete the backing file. It was a very old 200GB file from 2018. The snapshot is 1 TB and I can't use it. My server is down. I tried to recover the file with all the tools I found (testdisk, photorec, rr-studios) with no luck. I just

Re: recover snapshot

2024-07-18 Thread Jakob Bohm via
On 2024-07-18 19:23, Pierrick Bouvier wrote: Hi Jakob, On 7/18/24 07:50, Jakob Bohm via wrote: On 2024-07-16 22:22, Leonel Garcia Rosas wrote: I accidentally delete the backing file. It was a very old 200GB file from 2018. The snapshot is 1 TB and I can't use it. My server is down. I tri

Re: Any way to trigger system_powerdown from a signal?

2024-07-30 Thread Jakob Bohm via
On 2024-07-24 19:35, Brett Neumeier wrote: I'm trying to set up supervision for a QEMU virtual machine on a machine that uses s6 and s6-rc for service management. I currently have my QEMU configured so that it shuts down gracefully when the "system_powerdown" monitor command is executed. With

Re: Silent parameters for Qemu installer

2024-08-01 Thread Jakob Bohm via
On 2024-07-31 12:07, Prachi Patil wrote: Hello team, We are 3rd party patch provider like PatchMyPC or ManageEngine. We are providing similar services to our customers. For more details you may refer https://adaptiva.com/products/autonomous-patch. Can you please provide us if there are any

Re: SNP: qemu upstream vs AMD fork on kernel 6.11

2024-08-06 Thread Jakob Bohm via
For the benefit of everyone besides the OP, please state explicitly: - The preferred upstream way to load the UEFI bios into qemu-system . - Where this stores the per-machine OVMF variables that could be  changed from inside the guest OS and might be saved into free space  in the BIOS flash chip

Re: Emulate if x86-64 on x86-64

2024-08-13 Thread Jakob Bohm via
Dear Qemu list, On 2024-08-13 11:53, Peter Maydell wrote: On Mon, 12 Aug 2024 at 18:47, Chris Parker wrote: FYI - I have been interested for some time in making an accelerator that would run in a sort-of hybrid KVM mode, where host-supported instructions are executed by the processor, but un

Re: Emulate if x86-64 on x86-64

2024-08-13 Thread Jakob Bohm via
On 2024-08-13 18:43, Peter Maydell wrote: On Tue, 13 Aug 2024 at 16:54, Jakob Bohm via wrote: Another approach that might be worth examining would be to build the TCG snippet collection for different host CPU generations (such as x86-64 with only SSE2, x86-64 with SSE3 and x86-64 with AVX512

Re: qemu64-v2?

2024-08-26 Thread Jakob Bohm via
On 2024-08-26 09:47, Christian Theune wrote: Hi, colleagues noticed that they are increasingly encountering software that requires x86-64-v2 (typically complained by a container’s glibc) and they need to select specific architectures in our VMs. We’re currently in the process of migrating awa

Re: [Question] [vhost] Creating a vhost-user-vsock backend

2024-09-04 Thread Jakob Bohm via
On 2024-09-03 20:18, DUO Labs wrote: *Note: As it turns out, I posted this on the wrong mailing list at first, so I'm reposting it here* I've been studying the example given in `contrib/vhost-user-blk`, and trying to match the code to what is in the standard (https://docs.oasis-open.org/virti

Re: QEMU, Windows 11, and Raspios

2024-10-21 Thread Jakob Bohm via
Hi list, On 2024-10-19 14:09, G.W. Haywood wrote: Hi there, On Fri, 18 Oct 2024, Ignacio wrote: I am currently using a laptop that is running Windows 11 and I have downloaded QEMU. However, I cannot figure out how to use QEMU to emulate Raspios. Raspios does not use a .iso, but instead a .img

Re: Way to mirror a NIC from a guest to present it to another guest

2024-10-17 Thread Jakob Bohm via
To clarify, In the real world, this would be two physical machines with different NICs plugged into different ports on a managed switch, with said switch set to mirror traffic onto the second machine (see the WireShark website for hints on how to do so for various brands of real switches) . So w

Re: Change Qcow2 Source File of Live Disk

2024-12-03 Thread Jakob Bohm via
Please do tell us the details to keep the searchable mail list archives useful for others having the same problem in the future. On 12/4/2024 3:06 AM, Henry lol wrote: I've handled it using snapshot related commands, thank you 2024년 12월 3일 (화) 오후 4:18, Henry lol 님이 작성: Hello, I want to change

Re: capture VM network traffic

2024-12-20 Thread Jakob Bohm via
Hi, If the network settings on the qemu command line sends the traffic through a Linux kernel "bridge" device such as br0, running the capture tool on the host watching that bridge device should capture everything. Each of the other network attachment options will need a different configurat

Re: vnc server screen resolution/geometry for a linux guest and host

2025-03-11 Thread Jakob Bohm via
On 3/10/2025 15:10:08, phani rithvij wrote: When starting qemu can I set the geometry option for the vnc server it starts? (-vnc unix:/tmp/qemu-vnc,...) or what can I do to make the vnclient I use, choose a specific resolution? The Qemu VNC resolution is whatever is the resolution of the (virtual

Re: [Qemu-discuss] Using qemu to run a physical machine in parallel

2019-08-04 Thread Jakob Bohm via Qemu-discuss
On 04/08/2019 17:26, Yassine Chaouche wrote: Dear qemu, I have installed Linux Mint on my machine on /dev/sda5. Later, I installed MX Linux on /dev/sda9, but the installation of MX eventually didn't work well as I tried to do things. I need to fix MX linux, but each I change something I need

Re: [Qemu-discuss] QEMU-i386-static question

2019-09-13 Thread Jakob Bohm via Qemu-discuss
The qemu-static chroot still uses the native (ARM) kernel and the native (ARM) device driver for your serial port. You just need to add the /dev/ttyUSB0 device file in the chroot. Either as a bind mount accessing the same file in the native root, or as a another device file inode created with th