diff options
author | Glauber Costa <glommer@redhat.com> | 2009-06-09 12:43:18 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-11 12:13:21 +0300 |
commit | 49c9c415abf4b2a99f7a36d00bd365c4defebff4 (patch) | |
tree | 7e11047b0383bfba975754905238138b05269892 /target-ia64 | |
parent | Regenerate bios for MADT/RSDT fixes (diff) | |
download | qemu-kvm-49c9c415abf4b2a99f7a36d00bd365c4defebff4.tar.gz qemu-kvm-49c9c415abf4b2a99f7a36d00bd365c4defebff4.tar.bz2 qemu-kvm-49c9c415abf4b2a99f7a36d00bd365c4defebff4.zip |
Fold libkvm-common.h into libkvm-all.h
This file has no purpose in life in new scheme of things. Move
its contents to libkvm-all.h. There are some name clashes
in qemu-kvm.c. Those function names are then changed.
Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'target-ia64')
-rw-r--r-- | target-ia64/libkvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ia64/libkvm.h b/target-ia64/libkvm.h index f084420ee..417f7f10c 100644 --- a/target-ia64/libkvm.h +++ b/target-ia64/libkvm.h @@ -18,7 +18,7 @@ #ifndef KVM_IA64_H #define KVM_IA64_H -#include "libkvm-common.h" +#include "libkvm-all.h" extern int kvm_page_size; |