Re: [Qemu-devel] [PATCH 0/3] acpi: More trace points

2019-05-08 Thread Michael S. Tsirkin
tagged, thanks! On Wed, May 08, 2019 at 01:19:47PM +0200, Markus Armbruster wrote: > Ping? > > Markus Armbruster writes: > > > I wrote these patches to help me debug an unplug failure. I expect > > them to be helpful for others, too. > > > > Markus Armbruster (3): > > acpi/piix4: Convert deb

Re: [Qemu-devel] [PATCH 0/3] acpi: More trace points

2019-05-08 Thread Markus Armbruster
Ping? Markus Armbruster writes: > I wrote these patches to help me debug an unplug failure. I expect > them to be helpful for others, too. > > Markus Armbruster (3): > acpi/piix4: Convert debug printf()s to trace events > acpi/pcihp: Convert debug printf()s to trace events > acpi/pcihp: A

Re: [Qemu-devel] [PATCH 0/3] acpi: More trace points

2019-04-02 Thread Philippe Mathieu-Daudé
On 4/2/19 6:18 PM, Markus Armbruster wrote: > I wrote these patches to help me debug an unplug failure. I expect > them to be helpful for others, too. Appreciated. FYI I have a WiP branch where I use existing tracepoints to check events order and timing (using Avocado). Series: Reviewed-by: Phi

[Qemu-devel] [PATCH 0/3] acpi: More trace points

2019-04-02 Thread Markus Armbruster
I wrote these patches to help me debug an unplug failure. I expect them to be helpful for others, too. Markus Armbruster (3): acpi/piix4: Convert debug printf()s to trace events acpi/pcihp: Convert debug printf()s to trace events acpi/pcihp: Add a few more trace points related to unplug h