[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 05/12] input: add missing newline from trace-events
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 05/12] input: add missing newline from trace-events |
Date: |
Mon, 29 Jan 2018 14:28:19 +1100 |
From: Mark Cave-Ayland <address@hidden>
This was accidentally omitted from 77cb0f5aaf "Split adb.c into adb.c,
adb-mouse.c
and adb-kbd.c".
Signed-off-by: Mark Cave-Ayland <address@hidden>
Signed-off-by: David Gibson <address@hidden>
---
hw/input/trace-events | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/input/trace-events b/hw/input/trace-events
index a8d46cb766..5affabc81d 100644
--- a/hw/input/trace-events
+++ b/hw/input/trace-events
@@ -4,6 +4,7 @@
adb_kbd_no_key(void) "Ignoring NO_KEY"
adb_kbd_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
adb_kbd_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x
obuf[1] 0x%2.2x"
+
# hw/input/adb-mouse.c
adb_mouse_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
adb_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x
obuf[1] 0x%2.2x"
--
2.14.3
- [Qemu-ppc] [PULL 00/12] ppc-for-2.12 queue 20180129, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 01/12] ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 02/12] ppc: Deprecate qemu-system-ppcemb, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 08/12] target/ppc/spapr_caps: Add support for tristate spapr_capabilities, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 04/12] uninorth: convert to trace-events, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 05/12] input: add missing newline from trace-events,
David Gibson <=
- [Qemu-ppc] [PULL 06/12] spapr_pci: fix MSI/MSIX selection, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 12/12] target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 03/12] grackle: convert to trace-events, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 07/12] target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch], David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 09/12] target/ppc/spapr_caps: Add new tristate cap safe_cache, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 10/12] target/ppc/spapr_caps: Add new tristate cap safe_bounds_check, David Gibson, 2018/01/28
- [Qemu-ppc] [PULL 11/12] target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch, David Gibson, 2018/01/28
- Re: [Qemu-ppc] [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180129, no-reply, 2018/01/28
- Re: [Qemu-ppc] [PULL 00/12] ppc-for-2.12 queue 20180129, Peter Maydell, 2018/01/29