Simulating an NVMe device with multiple controllers

2025-03-05 Thread David
t out The flags I tried were |-device nvme,id=nvme-ctrl-0,serial=deadbeef \ -drive format=raw,file=disk.raw,if=none,id=nvm0 \ -device nvme-ns,drive=nvm0| but when I do this, I the device is still "nvme0n1" without the controller Thanks, David

[Qemu-discuss] Combining VM checkpoints with -snapshot

2014-04-22 Thread David Wilson
me technical restriction I'm missing that would prevent this? It would allow further cutting ephemeral VM boot time from a few seconds to perhaps a few hundred milliseconds, in addition to saving on RSS. David

[Qemu-discuss] session parameters and error codes

2014-08-06 Thread David Brenner
, David

[Qemu-discuss] kvm-pr support

2014-08-14 Thread David Gosselin
Hello, I'm running linux-3.16 on a ppc64 built with kvm-pr as a module (no kvm-hv). I manually modprobe the kvm-pr module after boot and realize performance gains on my ppc64 guest in qemu. According to 'make menuconfig', kvm-pr allows some virtualization of a guest whose architecture does n

Re: [Qemu-discuss] qemu too slow

2014-08-25 Thread David Gosselin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Have you verified that the kernel module for KVM is installed? $ lsmod | grep -i kvm IIRC should show "kvm-hv" or "kvm-pr" If you see nothing, then become root and do this: # modprobe kvm-hv or # modprobe kvm On 8/25/2014 12:27 AM, YuGiOhJCJ Mailing-

Re: [Qemu-discuss] compile qemu-ga.exe error

2014-08-27 Thread David Gosselin
Do you have pkg-config properly installed? > On Aug 27, 2014, at 1:08, chenjie2 wrote: > > Hi, > When I compile qemu-ga.exe on centos6.3, I've found followings,Could someone > help me ? > > error log: > i686-w64-mingw32-gcc: unrecognized option '-pthread' > CCmodule.o > i686-w64-mingw32

Re: [Qemu-discuss] Start qemu with crontab

2014-08-27 Thread David Gosselin
Your invocation line says "ifname=qemu4", whereas you indicate that qemu1 doesn't exist; is the problem here? > On Aug 26, 2014, at 23:00, 邓尧 wrote: > > Hi > > I tried to start qemu-system-i386 with the following command through crontab, > the command works perfectly under a console or a remo

Re: [Qemu-discuss] About Qemu Console Screen Resolution

2014-09-09 Thread David Gosselin
What happens when you don't provide the "-vga cirrus" option? On 9/9/14 6:54 AM, choongay@bench.com wrote: Hi. I am using Ubuntu OS. I would like to use Qemu 2.0.0 to execute my buildroot bzImage and then execute Qt4 program. I execute the Qemu using command below. It can run but not

[Qemu-discuss] Paused guests burn cpu cycles?

2014-10-22 Thread David Yang
seeing this as well. But shouldn't a paused guest be doing nothing at all? From my evaluation so far, the cpu usage is the same between an idle guest and a paused guest. ??? Can someone help? Thanks, David

Re: [Qemu-discuss] Qemu: AARCH64: Single Step exception does not work

2015-01-08 Thread David Long
On 01/08/15 00:32, Pratyush Anand wrote: Hi All, Have anyone tried to test single step exception with ARM64 on Qemu? I was testing ARM64 uprobe patches[1] with qemu and I noticed that it does not generate single step exception. I also tried kprobe[2], which uses single step exception and it does

[Qemu-discuss] Networking: Questions about Host to Guest interal traffic management

2015-05-07 Thread David Borman
f so, what data still remains inside the Hostsystem memory structures and what event triggers the memory cleanup?) ps: If there is any good docs out there, then please let me now. On google i only find very generic stuff. Thx, David

[Qemu-discuss] ..NET/ASP.NET web interface error

2015-10-27 Thread David Durham
Hello, I am trying to run a .NET 2.0/ASP.NET application in Windows 7 running in qemu-system-i386 which runs fine in a regular Windows 7 system, but not in Qemu. I have tried using the following run commands: qemu-system-i386 -m $((128*15)) -hda Win7.vmdk -vnc :0 -cpu core2duo -net nic -net u

[Qemu-discuss] Guest Self-Suspension

2015-11-20 Thread Guy David
I am running a FreeDOS guest (used as a gaming platform) on a Windows host. I wish a specific .bat script to run as soon as I resume the VM.My current attempts aim to somehow utilize the monitor from the guest itself and request it to stop the emulation. The only thing which comes to mind is a c

[Qemu-discuss] Getting qemu-system-i386 to use more than one core on Cortex A7 host

2016-01-03 Thread David Durham
Any suggestions or comments on how to do this are very welcome ... I built qemu with --target-list i386-softmmu and when I run qemu, top only shows one qemu-system-i386 using 100% of one core ... thanks

[Qemu-discuss] Specifying ACPI tables

2016-08-03 Thread David Renz
r the ACPI code is limited to 64kb, which seems to be a known issue. Is there any solution or work-around for this? And why does this limitation exist anyway? By the way, it's the same in the case of VirtualBox. Thanks in advance and kind regards David

[Qemu-discuss] Running callbacks on instruction fetches and data accesses

2016-12-13 Thread David Vernet
n advance for your time and assistance. Please let me know if this is a message that I should forward to qemu-devel and I will do that instead. Regards, David Vernet

[Qemu-discuss] Run ex VMWare image on QEMU with same virtual hardware ?

2017-05-18 Thread David Timms
Hi, I have an old WXP vmware machine I want use in qemu instead. I managed to: - convert the disk image - which BSOD during boot, and found how to: - use virt/guestfish to add the IDE drivers to the image offline. - can now boot, login. But the machine thinks it has new hardware. - and OS wants to

Re: [Qemu-discuss] ppc and icount

2018-01-11 Thread David Gibson
rfi() as "just set state as we know we're > going to be last insn in the TB". > > Not sure how best to fix this (mark the insn as IO ok?) Aw, man. I've become target-ppc tcg maintainer by default, but tbh my knowledge wasn't really deep enough

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-11 Thread David Lee
On Mon, Apr 9, 2018 at 3:35 AM, Benny Zlotnik wrote: > $ gdb -p 13024 -batch -ex "thread apply all bt" > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > 0x7f98275cfaff in ppoll () from /lib64/libc.so.6 > > Thread 1 (Thread 0x7f983e

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-11 Thread David Lee
On Thu, Apr 12, 2018 at 10:03 AM, Fam Zheng wrote: > On Thu, 04/12 09:51, David Lee wrote: > > On Mon, Apr 9, 2018 at 3:35 AM, Benny Zlotnik > wrote: > > > > > $ gdb -p 13024 -batch -ex "thread apply all bt" > > > [Thread debugging using libth

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-12 Thread David Lee
On Thu, Apr 12, 2018 at 10:16 AM, David Lee wrote: >> > My team caught this issue too after switching to CentOS 7.4 with qemu-img >> > 2.9.0 >> > gdb shows exactly the same backtrace when the convert stuck, and we are on >> > NFS. >> > >> &g

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-12 Thread David Lee
On Thu, Apr 12, 2018 at 10:23 PM, Fam Zheng wrote: > On Thu, 04/12 21:45, David Lee wrote: >> On Thu, Apr 12, 2018 at 10:16 AM, David Lee wrote: >> >> > My team caught this issue too after switching to CentOS 7.4 with >> >> > qemu-img >> >> &

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-18 Thread David Lee
On Thu, Apr 12, 2018 at 11:57 PM, David Lee wrote: >>> >>> We tested qemu-kvm-ev-2.9.0-16.el7_4.14.1 - where from the source RPM we >>> verified it does contain ef6dada8b44e1e7c4bec5c1115903af9af415b50 >>> >>> But the issue still exists. The convert g

Re: [Qemu-discuss] qemu-img convert stuck

2018-04-18 Thread David Lee
On Wed, Apr 18, 2018 at 4:44 PM, Fam Zheng wrote: > > qemu-img hangs because the convert_iteration_sectors loop cannot make any > progress when it reaches the end of the base image. It is a bug (implicitly?) > fixed by Eric Blake (Cc'ed) 's BDRV_BLOCK_EOF patches on upstream, backporting > them to

[Qemu-discuss] One question about "drive-backup"

2018-08-22 Thread David Lee
Hi, list I was trying "drive-backup" for incremental backups, and so far so good for individual drives. The question is that, when I grouped the drive-backup into a transaction, I got errors like: {"id":"libvirt-377183","error":{"class":"GenericError","desc":"a sync_bitmap was provided to backup_

Re: [Qemu-discuss] One question about "drive-backup"

2018-08-22 Thread David Lee
On Wed, Aug 22, 2018 at 11:41 PM David Lee wrote: > If I repeat the snippet below, there will be error message: > {"id":"libvirt-381290","error":{"class":"GenericError","desc":"Need a > root block node"}} > > Wha

Re: [Qemu-discuss] One question about "drive-backup"

2018-08-22 Thread David Lee
t;top", "format": "qcow2" } }, { "type": "drive-backup", "data": { "device": "drive-scsi0-0-0-1", "target": "/tmp/sdb-inc.qcow2", "job

[Qemu-discuss] QEMU for Solariis SPARC

2013-02-28 Thread David Rayner
ks in advance David This e-mail is from Gladedale Group Limited, registered in England with registered number 4113678. Our registered office is 30 High Street,Westerham,Kent,TN16 1RG This message is intended only for the named addressee(s) and may contain confidential and/or privileged informatio

[Qemu-discuss] Windows Server 2008 R2 slow printing

2013-04-18 Thread David Gempton
Just wanted to capture this... I have a QEMU host running a mix of Linux and Windows virtual machines. The Windows Server 2008 R2 virtual machines had became very slow to print. It was taking up to 2 minutes to get a simple page out of the printer. Seemed to be an issue with the spooler compl

[Qemu-discuss] video modes

2013-07-16 Thread David Oberhollenzer
My host OS is Arch linux with qemu 1.5.1 installed. I'm using the qemu sdl display with option "-vga std". When running a Windows guest, it automatically switches to the highest possible screen resolution, which tends to be rediculously large in comparison to my actual screen size and cannot be r

Re: [Qemu-discuss] video modes

2013-07-18 Thread David Oberhollenzer
Answering to myself: I found the hardcoded maximum screen and color resoulutions in vga_int.h and hacked into commandline arguments. That should do it. Patch follows soon. Dave

[Qemu-discuss] Windows 8 64 bit + hda sound is distorted

2013-08-23 Thread David Woodfall
The sound in my windows 8 VM is very distorted. Any clues on what could be the problem? My startup script: export QEMU_ALSA_ADC_DEV="dsp1" export QEMU_ALSA_DAC_DEV="dsp1" export QEMU_AUDIO_DRV="alsa" export QEMU_ALSA_DAC_BUFFER_SIZE=8192 qemu-kvm \ -enable-kvm \ -cpu host \ -m 1024 \

qemu wont load hvmloader as pc bios

2019-09-26 Thread David Lai
Hi I hope this is the correct mailing list to send to. If not please let me know a better channel to send this. I havent been able to google anything. Also let me know if I should enable additional logging or whatever. I have a VM under KVM which loads its kernel from the host. This works f

Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread David Gibson
because the > TCG common code will clean all those temporaries up > at the end of each block anyway. The only time the leak > is an issue is if guest code has a straight line sequence > of hundreds of the same instruction in a row, in which > case they'll all be in the same bl

basic qemu question

2020-06-04 Thread David Beccue
I have a pretty basic question about how qemu works... I have an analysis library (no source) for ARM Cortex M3 processor that I'd like to run on many files. My hardware would be very slow doing this. Will QEMU be able to run this faster (assuming a fast PC, ofc)? -David

basic qemu question

2020-06-04 Thread David Beccue
I have a pretty basic question about how qemu works... I have an analysis library (no source) for ARM Cortex M3 processor that I'd like to run on many files. My hardware would be very slow doing this. Will QEMU be able to run this faster (assuming a fast PC, ofc)? Cheers, David - - -

Re: basic qemu question

2020-06-12 Thread David Beccue
ted to gmane.comp.emulators.qemu.user as well. > > David Beccue writes: > > > I have a pretty basic question about how qemu works... I have an > > analysis library (no source) for ARM Cortex M3 processor that I'd like > > to run on many files. > > The analysis library runs on the Cor

Trouble connecting Windows 10 Host to PowerPC E500 QEMU Instance for Serial Communication

2020-07-07 Thread David Seccareccia
there a configuration step I am missing that is causing the keyboard input to be ignored? Thanks, David Seccareccia

Qemu aarch64 emulation question

2021-09-05 Thread David Faller
list of cpu feature flags when we would like to emulate aarch64? best Regards and many thanks, David Faller

Qemu aarch64 vm supported x86 cpus?

2021-09-05 Thread David Faller
of cpu feature flags when we would like to emulate aarch64? best Regards and many thanks, David Faller

Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
Hi there, I am running qemu-system-x86_64 on aarch64 running Ubuntu 18.04 as both guest and host. I couldn't get the stock qemu-system-x86_04 to boot correctly, as it was an old version 2.11.1, I decided to recompile from sources to see if that would fix the problem, but the problem still pers

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
Hi Peter, Answers in line. On 08/11/2021 19:59, Peter Maydell wrote: > On Mon, 8 Nov 2021 at 18:05, David Fernandez wrote: >> I am running qemu-system-x86_64 on aarch64 running Ubuntu 18.04 as both >> guest and host. >> >> I couldn't get the stock qemu-system-x86

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
On 08/11/2021 20:21, David Fernandez wrote: > Hi Peter, > > Answers in line. > > On 08/11/2021 19:59, Peter Maydell wrote: >> On Mon, 8 Nov 2021 at 18:05, David Fernandez >> wrote: >>> I am running qemu-system-x86_64 on aarch64 running Ubuntu 18.04 as both &g

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
On 08/11/2021 20:50, Peter Maydell wrote: > On Mon, 8 Nov 2021 at 20:22, David Fernandez wrote: >> Hi Peter, >> >> Answers in line. >> >> On 08/11/2021 19:59, Peter Maydell wrote: >>> On Mon, 8 Nov 2021 at 18:05, David Fernandez >>> wrote: >

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
On 08/11/2021 20:57, David Fernandez wrote: > On 08/11/2021 20:50, Peter Maydell wrote: >> On Mon, 8 Nov 2021 at 20:22, David Fernandez >> wrote: Does the x86-64 host still work OK >> if you run it with KVM turned off >> (ie matching the aarch64 host setup) ? >>

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
On 08/11/2021 21:19, David Fernandez wrote: > On 08/11/2021 20:57, David Fernandez wrote: >> On 08/11/2021 20:50, Peter Maydell wrote: >>> On Mon, 8 Nov 2021 at 20:22, David Fernandez >>> wrote: >>>> Is there a specific branch I should use? Could not see mo

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-08 Thread David Fernandez
On 08/11/2021 22:00, David Fernandez wrote: > On 08/11/2021 21:19, David Fernandez wrote: >> On 08/11/2021 20:57, David Fernandez wrote: >>> On 08/11/2021 20:50, Peter Maydell wrote: >>>> On Mon, 8 Nov 2021 at 20:22, David Fernandez >>>> wrote: >

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-10 Thread David Fernandez
As I have not hear anything yet, I thought I would summarize the current status for this problem. Please, let me know if any other tests or information are needed. I am running qemu-system-x86_64 v5.2.0 (also tried v6.1.0 and top of master) on:    - aarch64 (Jetson AGX Xavier) with Ubuntu 18.04

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-11 Thread David Fernandez
On 11/11/2021 11:23, Peter Maydell wrote: > [No suele recibir correo electrónico de peter.mayd...@linaro.org. Obtenga > información acerca de por qué esto es importante en > http://aka.ms/LearnAboutSenderIdentification.] > > On Wed, 10 Nov 2021 at 18:56, David Fernandez wrote: &

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-11 Thread David Fernandez
On 11/11/2021 13:42, Peter Maydell wrote: > [No suele recibir correo electrónico de peter.mayd...@linaro.org. Obtenga > información acerca de por qué esto es importante en > http://aka.ms/LearnAboutSenderIdentification.] > > On Thu, 11 Nov 2021 at 12:45, David Fernandez wrote: &

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-11 Thread David Fernandez
On 11/11/2021 13:42, Peter Maydell wrote: > [No suele recibir correo electrónico de peter.mayd...@linaro.org. Obtenga > información acerca de por qué esto es importante en > http://aka.ms/LearnAboutSenderIdentification.] > > On Thu, 11 Nov 2021 at 12:45, David Fernandez wrote: &

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-12 Thread David Fernandez
On 12/11/2021 10:27, Thomas Huth wrote: > [No suele recibir correo electrónico de th...@redhat.com. Obtenga > información acerca de por qué esto es importante en > http://aka.ms/LearnAboutSenderIdentification.] > > On 11/11/2021 17.10, Peter Maydell wrote: >> On Mon, 8 Nov

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-12 Thread David Fernandez
On 11/11/2021 16:10, Peter Maydell wrote: > On Mon, 8 Nov 2021 at 18:05, David Fernandez wrote: >> ../configure \ >> --enable-lto \ > Does disabling LTO make a difference? That's about the only > thing in the configure options that stands out as maybe > making

Re: Guest Ubuntu 18.04 fails to boot with -serial mon:stdio, cannot find ttyS0.

2021-11-12 Thread David Fernandez
On 11/11/2021 16:40, Peter Maydell wrote: > On Mon, 8 Nov 2021 at 18:05, David Fernandez wrote: >> I couldn't get the stock qemu-system-x86_04 to boot correctly, as it was >> an old version 2.11.1, I decided to recompile from sources to see if >> that would fix the prob

Re: How to get PID in tcg plugin

2023-03-30 Thread David Smitley
Is there an estimated time frame for when register access will be available from a plugin? Is there are branch with this feature that someone could try out? Cheers, David On 3/30/23 05:03, Alex Bennée wrote: syheliel syheliel writes: I'd like to use tcg plugin to trace a parti

Re: [Qemu-discuss] [Qemu-devel] [dpdk-dev] Will huge page have negative effect on guest vm in qemu enviroment?

2017-06-21 Thread Dr. David Alan Gilbert
plan to use DPDK on HP host machine with several core and big memory. > > >> We plan to use qemu-kvm enviroment. The host will carry 4 or more guest > > vm > > >> and 1 ovs. > > >> > > >> Ovs-dpdk is much faster then normal ovs, but to use ovs-dpdk, we have to > > >> enable huge page globally. > > >> > > >> My question is, will huge page enabled globally have negative effect on > > >> guest vm's memory orperate or something? If it is, how to prevent this, > > or > > >> could I enable huge page on some core or enable huge page for a part of > > >> memory? > > >> > > >> Thank you~ > > >> > > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: [Qemu-discuss] [edk2] How to handle pflash backed OVMF FW upgrade and live migration best?

2018-03-02 Thread Dr. David Alan Gilbert
r the FD_SIZE_2MB binary (and vice versa). I assume that gives a clear and obvious error message - right? Dave > Thanks > Laszlo > > > If I'm missing something and there's already an easy way for this I'd be > > very happy to hear from it. > > > > Besides qemu-discuss I posted it to edk2-devel as there maybe more people > > are in the QEMU and OVMF user intersection. :) -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: [Qemu-discuss] [Qemu-devel] virtio-console downgrade the virtio-pci-blk performance

2018-10-01 Thread Dr. David Alan Gilbert
the test back to a simple file? Dave > > Thanks in advance. > -- > Thanks and Best Regards, > Alex > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: [Qemu-discuss] [Qemu-devel] Cross-posted : Odd QXL/KVM performance issue with a Windows 7 Guest

2019-09-06 Thread Dr. David Alan Gilbert
run CAD on a Windows 7 VM on a Ryzen machine. > > I've tried it on two machines (a 1500x and an 1800x) with the same result. > The same configuration on the i7 box works perfectly. > > I've tried several versions of SPICE, multiple versions of KVM, kernels back >

Re: [Qemu-discuss] [Qemu-devel] Cross-posted : Odd QXL/KVM performance issue with a Windows 7 Guest

2019-09-09 Thread Dr. David Alan Gilbert
* Brad Campbell (lists2...@fnarfbargle.com) wrote: > > On 7/9/19 03:03, Dr. David Alan Gilbert wrote: > > * Brad Campbell (lists2...@fnarfbargle.com) wrote: > > > On 2/9/19 6:23 pm, Brad Campbell wrote: > > > > > > > Here is the holdup

Re: Live migration fails with "Mismatched RAM page size ram-node0 (local) 2097152 != 1526773257204281392"

2021-02-02 Thread Dr. David Alan Gilbert
A3030 which is 21 bytes long and is: :00 which looks like the start of a PCI address; maybe for video RAM. Or in a simple answer; if you've got postcopy enabled, and you're using hugepages, make sure you use them consistently on source and destination. Dave > -- > Thanks, > Damir Chanyshev > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: romfile resize

2021-02-23 Thread Dr. David Alan Gilbert
r boundary so that you leave room for growth. Some distros have done that for a while. Dave > > thank you. > > > > -- > > > > Best Regards, > > > > Jiatong Shen > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: romfile resize

2021-02-23 Thread Dr. David Alan Gilbert
gt; Jiatong Shen > > On Tue, Feb 23, 2021 at 5:46 PM Dr. David Alan Gilbert > wrote: > > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > > > Cc'ing qemu-devel@ > > > > > > On 2/23/21 1:45 AM, Jiatong Shen wrote: > > >