This path serial add some logs for some modeuls to make it easier to debug.
Peng Liang (5): log: Add logs for vm start and destroy log: Add log for each modules log: Add more details to virtio_report in virtqueue_pop log: Add log at boot & cpu init for aarch64 log: Add logs during qemu start accel/kvm/kvm-all.c | 5 ++++- blockdev.c | 2 ++ hw/acpi/core.c | 3 +++ hw/arm/boot.c | 2 ++ hw/arm/virt.c | 2 ++ hw/core/reset.c | 2 ++ hw/pci/pci.c | 1 + hw/usb/host-libusb.c | 5 +++++ hw/virtio/virtio-pci.c | 2 ++ hw/virtio/virtio-scsi-pci.c | 3 +++ hw/virtio/virtio.c | 17 ++++++++++++++--- monitor/monitor.c | 9 +++++++++ monitor/qmp-cmds.c | 2 ++ os-posix.c | 1 + qapi/qmp-dispatch.c | 17 +++++++++++++++++ qdev-monitor.c | 6 ++++++ softmmu/vl.c | 10 ++++++++++ util/oslib-posix.c | 3 +-- 18 files changed, 86 insertions(+), 6 deletions(-) -- 2.18.4