[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the f
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the floppy controllers |
Date: |
Thu, 6 Aug 2020 10:08:17 +0200 |
Trivial patches while trying to make sense of the floppy
controllers code.
Philippe Mathieu-Daudé (7):
hw/block/fdc: Let sector count be unsigned
hw/block/fdc: Let sector offset be unsigned
hw/block/fdc: Use warn_report() instead of debug FLOPPY_DPRINTF()
calls
hw/block/fdc: Convert debug FLOPPY_DPRINTF() to trace events
hw/block/fdc: Drop pointless FLOPPY_DPRINTF() call
hw/block/fdc: Use more descriptive TypeInfo names
hw/block/fdc: Add ASCII art schema of QOM relations
hw/block/fdc.c | 87 +++++++++++++++++++++++++++----------------
hw/block/trace-events | 3 ++
2 files changed, 57 insertions(+), 33 deletions(-)
--
2.21.3
- [PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the floppy controllers,
Philippe Mathieu-Daudé <=
- [PATCH-for-5.2 1/7] hw/block/fdc: Let sector count be unsigned, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 2/7] hw/block/fdc: Let sector offset be unsigned, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 3/7] hw/block/fdc: Use warn_report() instead of debug FLOPPY_DPRINTF() calls, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 4/7] hw/block/fdc: Convert debug FLOPPY_DPRINTF() to trace events, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 5/7] hw/block/fdc: Drop pointless FLOPPY_DPRINTF() call, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 6/7] hw/block/fdc: Use more descriptive TypeInfo names, Philippe Mathieu-Daudé, 2020/08/06
- [PATCH-for-5.2 7/7] hw/block/fdc: Add ASCII art schema of QOM relations, Philippe Mathieu-Daudé, 2020/08/06