qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] IDE: combine portio r/w functions
@ 2017-09-21  1:20 John Snow
  2017-09-21  1:20 ` [Qemu-devel] [PATCH 1/2] ide: generic ide_data_read John Snow
  2017-09-21  1:20 ` [Qemu-devel] [PATCH 2/2] ide: generic ide_data_write John Snow
  0 siblings, 2 replies; 3+ messages in thread
From: John Snow @ 2017-09-21  1:20 UTC (permalink / raw)
  To: qemu-block; +Cc: mark.cave-ayland, qemu-devel, John Snow

Mark, here's a quick sketch for you. There are two things I don't like,
but didn't care enough to fix:

(1) Restricting nbytes to 2 or 4 means some extra boilerplate
    to quiet compilers who don't know it will only ever be 2 or 4
(2) the address value is all-but-ignored, it carries over from the
    portio signature and is useful primarily for tracing, but it's
    a little ugly/deceiving to take a parameter and not use it.

Suggested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

John Snow (2):
  ide: generic ide_data_read
  ide: generic ide_data_write

 hw/ide/core.c             | 185 +++++++++++++++++++++-------------------------
 hw/ide/trace-events       |   7 +-
 include/hw/ide/internal.h |   4 +-
 3 files changed, 89 insertions(+), 107 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-09-21  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21  1:20 [Qemu-devel] [PATCH 0/2] IDE: combine portio r/w functions John Snow
2017-09-21  1:20 ` [Qemu-devel] [PATCH 1/2] ide: generic ide_data_read John Snow
2017-09-21  1:20 ` [Qemu-devel] [PATCH 2/2] ide: generic ide_data_write 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).