qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] docs/memory.txt: old_portio has gone, so don't ment


From: Peter Maydell
Subject: [Qemu-devel] [PATCH] docs/memory.txt: old_portio has gone, so don't mention it
Date: Mon, 28 Apr 2014 11:53:50 +0100

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]