Re: [Qemu-devel] [PATCH 2/3] move xen-hvm.c to hw/i386/xen/

2017-04-06 Thread Sahid Orentino Ferdjaoui
On Wed, Apr 05, 2017 at 04:21:30PM -0700, Anthony Xu wrote: > move xen-hvm.c to hw/i386/xen/ > > > Signed-off -by: Anthony Xu > > > > --- > Makefile.target| 3 +-- > hw/i386/xen/Makefile.objs | 2 +- > hw/i386/xen/trace-events | 11 +++ > xen-

[Qemu-devel] [PATCH 2/3] move xen-hvm.c to hw/i386/xen/

2017-04-05 Thread Anthony Xu
move xen-hvm.c to hw/i386/xen/ Signed-off -by: Anthony Xu --- Makefile.target| 3 +-- hw/i386/xen/Makefile.objs | 2 +- hw/i386/xen/trace-events | 11 +++ xen-hvm.c => hw/i386/xen/xen-hvm.c | 2 +- stubs/Makefile.objs| 1 + x

[Qemu-devel] [PATCH 2/3] move xen-hvm.c to hw/i386/xen/

2017-04-05 Thread Xu, Anthony
move xen-hvm.c to hw/i386/xen/ Signed-off -by: Anthony Xu --- Makefile.target |5 +- hw/i386/xen/Makefile.objs |2 +- hw/i386/xen/trace-events | 11 + hw/i386/xen/xen-hvm.c | 1422 + hw/xen/Makefile.objs |2 +- stub