qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] IDE: SRST and other fixes
@ 2020-07-24  5:22 John Snow
  2020-07-24  5:22 ` [PATCH 1/7] ide: rename cmd_write to ctrl_write John Snow
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: John Snow @ 2020-07-24  5:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Alexander Bulekov, John Snow, qemu-block, philmd

The goal of this series is to fix the Software Reset (SRST) routine.
That said, the first six patches are almost entirely unrelated...

Patches 2, 3, and 6 fix extremely minor deviations from the spec I
noticed while researching SRST. (One of them gets rid of a FIXME from
2003.)

Patches 1, 4, and 5 are very small code cleanups that don't cause any
functional changes that should make patches 2, 3, and 6 more obvious to
review.

Patch 7 fixes SRST; it depends on the other patches only for a changed
constant name. With a small rebase, it could be suitable for 5.1.

John Snow (7):
  ide: rename cmd_write to ctrl_write
  ide: don't tamper with the device register
  ide: model HOB correctly
  ide: reorder set/get sector functions
  ide: remove magic constants from the device register
  ide: clear interrupt on command write
  ide: cancel pending callbacks on SRST

 include/hw/ide/internal.h |  21 +++++--
 hw/ide/core.c             | 124 +++++++++++++++++++++++---------------
 hw/ide/ioport.c           |   2 +-
 hw/ide/macio.c            |   2 +-
 hw/ide/mmio.c             |   8 +--
 hw/ide/pci.c              |  12 ++--
 hw/ide/trace-events       |   2 +-
 7 files changed, 106 insertions(+), 65 deletions(-)

-- 
2.26.2




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-24  6:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-24  5:22 [PATCH 0/7] IDE: SRST and other fixes John Snow
2020-07-24  5:22 ` [PATCH 1/7] ide: rename cmd_write to ctrl_write John Snow
2020-07-24  6:16   ` Philippe Mathieu-Daudé
2020-07-24  5:22 ` [PATCH 2/7] ide: don't tamper with the device register John Snow
2020-07-24  5:22 ` [PATCH 3/7] ide: model HOB correctly John Snow
2020-07-24  5:22 ` [PATCH 4/7] ide: reorder set/get sector functions John Snow
2020-07-24  6:17   ` Philippe Mathieu-Daudé
2020-07-24  5:22 ` [PATCH 5/7] ide: remove magic constants from the device register John Snow
2020-07-24  5:22 ` [PATCH 6/7] ide: clear interrupt on command write John Snow
2020-07-24  5:23 ` [PATCH 7/7] ide: cancel pending callbacks on SRST John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).