diff options
author | Anthony Xu <anthony.xu@intel.com> | 2017-04-05 16:21:30 -0700 |
---|---|---|
committer | Stefano Stabellini <sstabellini@kernel.org> | 2017-04-25 11:04:34 -0700 |
commit | 93d43e7e11ad43f7aa1e648319385ecf289b1884 (patch) | |
tree | 8bdf0cd2540acf55431424ec51e41ccfe09641db /stubs/Makefile.objs | |
parent | 56e2cd24527867ac65aa86fc1820e5b700ccfa03 (diff) |
move xen-hvm.c to hw/i386/xen/
move xen-hvm.c to hw/i386/xen/
Signed-off -by: Anthony Xu <anthony.xu@intel.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 6c80613dd7..f5b47bfd74 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -38,3 +38,4 @@ stub-obj-y += target-get-monitor-def.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += vmgenid.o stub-obj-y += xen-common.o +stub-obj-y += xen-hvm.o |