Mailing List Archive

[PATCH 0/2] xen: convert to memory API
I missed Xen while converting stuff to the memory API, as it's not in hw/.

Here comes the first simple patches; expect more as ram_addr_t is retired.
Please review & test (build tested only here).

Also in

git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/xen

(includes a patchset not yet merged upstream)

Avi Kivity (2):
memory, xen: pass MemoryRegion to xen_ram_alloc()
xen: convert to memory API

exec-obsolete.h | 7 +++++--
exec.c | 10 ++++++----
hw/xen.h | 4 +++-
memory.c | 6 +++---
xen-all.c | 43 +++++++++++++++++++++++--------------------
xen-stub.c | 3 ++-
6 files changed, 42 insertions(+), 31 deletions(-)

--
1.7.7.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Re: [Qemu-devel] [PATCH 0/2] xen: convert to memory API [ In reply to ]
On 18 December 2011 15:32, Avi Kivity <avi@redhat.com> wrote:
> I missed Xen while converting stuff to the memory API, as it's not in hw/.
>
> Here comes the first simple patches; expect more as ram_addr_t is retired.

Er, ram_addr_t is going away? Can you elaborate?

-- PMM

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Re: [Qemu-devel] [PATCH 0/2] xen: convert to memory API [ In reply to ]
On 12/18/2011 05:43 PM, Peter Maydell wrote:
> On 18 December 2011 15:32, Avi Kivity <avi@redhat.com> wrote:
> > I missed Xen while converting stuff to the memory API, as it's not in hw/.
> >
> > Here comes the first simple patches; expect more as ram_addr_t is retired.
>
> Er, ram_addr_t is going away? Can you elaborate?
>

Nothing dramatic. Uses of ram_addr_t to denote RAM will be replaced by
a (MemoryRegion *, offset) pair. The type of the offset will be called
ram_addr_t.

--
error compiling committee.c: too many arguments to function


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel