qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Remove memory_region_set_offset()
@ 2012-01-08 17:57 Avi Kivity
  2012-01-08 17:57 ` [Qemu-devel] [PATCH 1/2] ioport: change portio_list not to use memory_region_set_offset() Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Avi Kivity @ 2012-01-08 17:57 UTC (permalink / raw)
  To: qemu-devel

memory_region_set_offset() is used in only one place, and is deprecated.
Remove the single use and the function itself.

Avi Kivity (2):
  ioport: change portio_list not to use memory_region_set_offset()
  memory: remove memory_region_set_offset()

 ioport.c |   25 +++++++++++++++++++------
 ioport.h |    1 +
 memory.c |   26 ++++++++++----------------
 memory.h |    9 ---------
 4 files changed, 30 insertions(+), 31 deletions(-)

-- 
1.7.7.1

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

end of thread, other threads:[~2012-01-09  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 17:57 [Qemu-devel] [PATCH 0/2] Remove memory_region_set_offset() Avi Kivity
2012-01-08 17:57 ` [Qemu-devel] [PATCH 1/2] ioport: change portio_list not to use memory_region_set_offset() Avi Kivity
2012-01-08 17:57 ` [Qemu-devel] [PATCH 2/2] memory: remove memory_region_set_offset() Avi Kivity
2012-01-08 18:59 ` [Qemu-devel] [PATCH 0/2] Remove memory_region_set_offset() Andreas Färber
2012-01-09  8:49   ` Avi Kivity

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).