Public bug reported:
While working with qtest test cases generated via fuzzing with QEMU
2.5.0, I discovered some odd behavior for the AC97 virtual device with
qemu-system-i386. If AC97_MIC_ADC_RATE is set to the value of 1, the
QEMU process allocates over 500MB of additional host RAM. You probabl
Public bug reported:
When launching qemu-system-i386 or qemu-system-x86_64 with 1 MB of RAM
allocated to the guest (-m 1) and no guest image specified, QEMU will
crash while trying to "execute code outside of RAM or ROM" after
approximately 10 minutes. I discovered this while using QEMU 2.5.0, but
I forgot to mention that I configured QEMU with the following options
prior to building it for these tests:
./configure --target-list=i386-softmmu,x86_64-softmmu --enable-debug
--extra-cflags="-g -Wno-error"
I was modifying QEMU 2.5.0 for some of my own testing, and the extra-
cflags options come