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 <pbonz...@redhat.com>
---
backends/Makefile.objs | 1 +
backends/hostmem-file.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+)
create mode 100644 backends/hostmem-file.c
+++ b/backends/hostmem-file.c
@@ -0,0 +1,108 @@
+/*
+ * QEMU Host Memory Backend for hugetlbfs
+ *
+ * Copyright (C) 2013 Red Hat Inc
It's 2014 now
The commit is still pointing to 2013. I'll change it depending on
whether it will be posted or sent directly with a pull request.
Paolo