qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] log: Add logs for some modules
@ 2020-08-06  9:37 Peng Liang
  2020-08-06  9:37 ` [PATCH 1/5] log: Add logs for vm start and destroy Peng Liang
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Peng Liang @ 2020-08-06  9:37 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Peng Liang, qemu-devel, zhang.zhanghailiang

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-06 12:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06  9:37 [PATCH 0/5] log: Add logs for some modules Peng Liang
2020-08-06  9:37 ` [PATCH 1/5] log: Add logs for vm start and destroy Peng Liang
2020-08-06 10:07   ` Thomas Huth
2020-08-06  9:37 ` [PATCH 2/5] log: Add log for each modules Peng Liang
2020-08-06  9:37 ` [PATCH 3/5] log: Add more details to virtio_report in virtqueue_pop Peng Liang
2020-08-06  9:37 ` [PATCH 4/5] log: Add log at boot & cpu init for aarch64 Peng Liang
2020-08-06  9:37 ` [PATCH 5/5] log: Add logs during qemu start Peng Liang
2020-08-06  9:59 ` [PATCH 0/5] log: Add logs for some modules Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).