Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend

2014-03-06 Thread Hu Tao
On Tue, Mar 04, 2014 at 03:00:49PM +0100, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > backends/Makefile.objs | 1 + > backends/hostmem-file.c | 108 > > 2 files changed, 109 insertions(+) > create mode 100644 backends/hostmem-f

Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend

2014-03-04 Thread Paolo Bonzini
Il 04/03/2014 18:38, Eric Blake ha scritto: On 03/04/2014 07:00 AM, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- backends/Makefile.objs | 1 + backends/hostmem-file.c | 108 2 files changed, 109 insertions(+) create mode 100644 back

Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend

2014-03-04 Thread Eric Blake
On 03/04/2014 07:00 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > backends/Makefile.objs | 1 + > backends/hostmem-file.c | 108 > > 2 files changed, 109 insertions(+) > create mode 100644 backends/hostmem-file.c > > +++ b/

[Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend

2014-03-04 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- backends/Makefile.objs | 1 + backends/hostmem-file.c | 108 2 files changed, 109 insertions(+) create mode 100644 backends/hostmem-file.c diff --git a/backends/Makefile.objs b/backends/Makefile.objs index e6bd