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

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

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

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

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

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

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

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