All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] docs/memory.txt: old_portio has gone, so don't mention it
@ 2014-04-28 10:53 Peter Maydell
  2014-05-03  8:32   ` [Qemu-devel] " Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2014-04-28 10:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, patches

The old_portio mechanism in the memory API has been removed, but
we forgot to update the documentation to match. Remove the stray
reference to this now-vanished bit of back-compatibility API.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 docs/memory.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/memory.txt b/docs/memory.txt
index 22eaec7..d344879 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -234,6 +234,5 @@ various constraints can be supplied to control how these callbacks are called:
    emulated using four 1-byte writes, if .impl.max_access_size = 1.
  - .impl.valid specifies that the *implementation* only supports unaligned
    accesses; unaligned accesses will be emulated by two aligned accesses.
- - .old_portio and .old_mmio can be used to ease porting from code using
-   cpu_register_io_memory() and register_ioport().  They should not be used
-   in new code.
+ - .old_mmio can be used to ease porting from code using
+   cpu_register_io_memory().  It should not be used in new code.
-- 
1.9.2



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

end of thread, other threads:[~2014-05-03  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 10:53 [Qemu-trivial] [PATCH] docs/memory.txt: old_portio has gone, so don't mention it Peter Maydell
2014-05-03  8:32 ` Michael Tokarev
2014-05-03  8:32   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.