[Qemu-devel] sanity checks and error management

2015-03-13 Thread Catalin Vasile
Is there any documentation on error reporting in qemu? I've seen a lot of diverse methods used to report errors in sanity checks and I don't know which one should I use and when.

Re: [Qemu-devel] Sanity

2012-02-07 Thread Andreas Färber
Am 07.02.2012 19:22, schrieb malc: > This is a 32bit machine, the target is i386-softmmu, yet, > libhw32 is mostly empty and libhw64 is populated, [snip] I believe some people felt a need to emulate PAE or something which needed a physical address space of 36 bits, therefore i386 was switched from

Re: [Qemu-devel] Sanity

2012-02-07 Thread Stefan Weil
Am 07.02.2012 19:22, schrieb malc: This is a 32bit machine, the target is i386-softmmu, yet, libhw32 is mostly empty and libhw64 is populated, furthermore[1]: $ rm libhw64/ac97.o $ make V=1 make BUILD_DIR=/home/malc/x/bld/qemu/master -C libhw64 V="1" TARGET_DIR="libhw64/" all make[1]: Entering

[Qemu-devel] Sanity

2012-02-07 Thread malc
This is a 32bit machine, the target is i386-softmmu, yet, libhw32 is mostly empty and libhw64 is populated, furthermore[1]: $ rm libhw64/ac97.o $ make V=1 make BUILD_DIR=/home/malc/x/bld/qemu/master -C libhw64 V="1" TARGET_DIR="libhw64/" all make[1]: Entering directory `/home/malc/x/bld/qemu/ma