Re: [Qemu-devel] [RFC 03/29] qemu_ram_block_host_offset

2017-08-14 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Wed, Jun 28, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Utility to give the offset of a host pointer within a RAMBlock > > (assuming we already know it's in that RAMBlock) > > > > Sig

Re: [Qemu-devel] [RFC 03/29] qemu_ram_block_host_offset

2017-07-03 Thread Michael S. Tsirkin
On Wed, Jun 28, 2017 at 08:00:21PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Utility to give the offset of a host pointer within a RAMBlock > (assuming we already know it's in that RAMBlock) > > Signed-off-by: Dr. David Alan Gilbert > --- > exec.c

[Qemu-devel] [RFC 03/29] qemu_ram_block_host_offset

2017-06-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Utility to give the offset of a host pointer within a RAMBlock (assuming we already know it's in that RAMBlock) Signed-off-by: Dr. David Alan Gilbert --- exec.c| 6 ++ include/exec/cpu-common.h | 1 + 2 files changed, 7 insertions(+) diff