Re: [Qemu-devel] [PATCH 10/11] QEMU NVMe: Add logging

2013-02-27 Thread Kevin Wolf
Am 27.02.2013 um 10:49 hat Paolo Bonzini geschrieben: > Il 27/02/2013 01:47, Keith Busch ha scritto: > > Adds logging at various levels of detail throughout the code so that > > a developer may see what is occuring within a device interacting with > > their nvme drivers and utilities. > > Please u

Re: [Qemu-devel] [PATCH 10/11] QEMU NVMe: Add logging

2013-02-27 Thread Paolo Bonzini
Il 27/02/2013 01:47, Keith Busch ha scritto: > Adds logging at various levels of detail throughout the code so that > a developer may see what is occuring within a device interacting with > their nvme drivers and utilities. Please use the existing trace support (see file trace-events and configure

[Qemu-devel] [PATCH 10/11] QEMU NVMe: Add logging

2013-02-26 Thread Keith Busch
Adds logging at various levels of detail throughout the code so that a developer may see what is occuring within a device interacting with their nvme drivers and utilities. Signed-off-by: Keith Busch --- hw/nvme.c | 266 +++-- 1 files chan