From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ay2zc-0001Qi-Ia for qemu-devel@nongnu.org; Wed, 04 May 2016 16:02:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ay2zQ-0005Tj-WA for qemu-devel@nongnu.org; Wed, 04 May 2016 16:01:51 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:33495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ay2zP-0005J2-Kk for qemu-devel@nongnu.org; Wed, 04 May 2016 16:01:44 -0400 Received: by mail-pa0-x230.google.com with SMTP id xk12so27743776pac.0 for ; Wed, 04 May 2016 13:01:28 -0700 (PDT) From: Wink Saville Date: Wed, 4 May 2016 13:01:20 -0700 Message-Id: Subject: [Qemu-devel] [PATCH] ps2-keyboard: Add val to trace_ps2_read_data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dkoch@verizon.com While investigating why I can't get the ps2 keyboard working I wanted to see the value returned by ps2_read_data while tracing. So I've created this simple patch to add printing the value. Wink Saville (1): ps2-keyboard: Add val to trace_ps2_read_data hw/input/ps2.c | 2 +- trace-events | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.8.2