From 1171903d899b1930f502b4c10a2a3565d6603c71 Mon Sep 17 00:00:00 2001 From: Ulrich Obergfell Date: Fri, 2 May 2014 17:57:47 +0200 Subject: [PATCH] KVM: x86: improve the usability of the 'kvm_pio' tracepoint This patch moves the 'kvm_pio' tracepoint to emulator_pio_in_emulated() and emulator_pio_out_emulated(), and it adds an argument (a pointer to the 'pio_data'). A single 8-bit or 16-bit or 32-bit data item is fetched from 'pio_data' (depending on 'size'), and the value is included in the trace record ('val'). If 'count' is greater than one, this is indicated by the string "(...)" in the trace output. Signed-off-by: Ulrich Obergfell Reviewed-by: Xiao Guangrong Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed