我有一台qemu
虚拟机崩溃了几次,因为虚拟机管理程序中的HDD没有剩余空间。这让我想知道是否有可能为quemu
虚拟机设置日志记录/调试。我尝试使用以下-D /tmp/qemu-debug-log
命令启动虚拟机:
qemu-system-i386 -D /tmp/qemu-debug-log -monitor pty -device e1000,netdev=tap0 -netdev tap,id=tap0 -m 512M -display vnc=:1 -drive file=FreeBSD10.2
..但是这甚至都没有创建/tmp/qemu-debug-log
文件。
另外,qemu
似乎没有写入messages
或写入内核ring buffer(dmesg
)。启用qemu
虚拟机日志记录的最佳实践是什么?
qemu
直接使用而不是通过使用libvirt
反过来应该使用libvirt
qemu
驱动程序的工具来工作。