move xen related files to corresponding xen directory move xen-common.c to hw/xen/ move xen-hvm.c to hw/i386/xen/ move xen-mapcache.c to hw/i386/xen/
Signed-off -by: Anthony Xu <anthony...@intel.com> Makefile.target | 6 ------ default-configs/i386-softmmu.mak | 1 - default-configs/x86_64-softmmu.mak | 1 - hw/i386/xen/Makefile.objs | 2 +- hw/i386/xen/trace-events | 17 +++++++++++++++++ xen-hvm.c => hw/i386/xen/xen-hvm.c | 2 +- xen-mapcache.c => hw/i386/xen/xen-mapcache.c | 2 +- hw/xen/Makefile.objs | 2 +- xen-common.c => hw/xen/xen-common.c | 0 stubs/Makefile.objs | 2 ++ xen-common-stub.c => stubs/xen-common.c | 0 xen-hvm-stub.c => stubs/xen-hvm.c | 0 trace-events | 16 ---------------- 13 files changed, 23 insertions(+), 28 deletions(-) rename xen-hvm.c => hw/i386/xen/xen-hvm.c (99%) rename xen-mapcache.c => hw/i386/xen/xen-mapcache.c (99%) rename xen-common.c => hw/xen/xen-common.c (100%) rename xen-common-stub.c => stubs/xen-common.c (100%) rename xen-hvm-stub.c => stubs/xen-hvm.c (100%) -- 1.8.3.1