qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] RAM cleanup
@ 2010-06-11 14:15 Alex Williamson
  2010-06-11 14:16 ` [Qemu-devel] [PATCH 1/2] qemu_ram_alloc: Remove duplicate code Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Williamson @ 2010-06-11 14:15 UTC (permalink / raw)
  To: qemu-devel, anthony; +Cc: chrisw, alex.williamson, kvm

These are the first two patches from the RFC sent out a couple days
ago.  There seemed to be concensus that these were headed in the
right direction, so I'll post them for commit while we decided how
to name RAMBlocks.

Changes - rename 'ram' to 'ram_list' to avoid polluting the global
namespace quite so much, restore the error message and abort for
bad address in qemu_get_ram_ptr().

Alex

---

Alex Williamson (2):
      ram_blocks: Convert to a QLIST
      qemu_ram_alloc: Remove duplicate code


 arch_init.c |   14 ++++---
 cpu-all.h   |   28 +++++++++++----
 exec.c      |  112 ++++++++++++++++++-----------------------------------------
 3 files changed, 62 insertions(+), 92 deletions(-)

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

end of thread, other threads:[~2010-06-11 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 14:15 [Qemu-devel] [PATCH 0/2] RAM cleanup Alex Williamson
2010-06-11 14:16 ` [Qemu-devel] [PATCH 1/2] qemu_ram_alloc: Remove duplicate code Alex Williamson
2010-06-11 14:16 ` [Qemu-devel] [PATCH 2/2] ram_blocks: Convert to a QLIST Alex Williamson
2010-06-11 16:45 ` [Qemu-devel] Re: [PATCH 0/2] RAM cleanup Alex Williamson

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