Re: [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-06 Thread Eric Blake
On 04/06/2017 10:10 AM, Sahid Orentino Ferdjaoui wrote: > On Wed, Apr 05, 2017 at 04:21:29PM -0700, Anthony Xu wrote: >> move xen-common.c to hw/xen/ >> >> Signed-off -by: Anthony Xu > > nit: s/Signed-off -by/Signed-off-by, not sure if it's really important > or not. Some of the automated toolin

Re: [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-06 Thread Sahid Orentino Ferdjaoui
On Wed, Apr 05, 2017 at 04:21:29PM -0700, Anthony Xu wrote: > move xen-common.c to hw/xen/ > > Signed-off -by: Anthony Xu nit: s/Signed-off -by/Signed-off-by, not sure if it's really important or not. Reviewed-By: Sahid Orentino Ferdjaoui > > --- > Makefile.target |

[Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-05 Thread Anthony Xu
move xen-common.c to hw/xen/ Signed-off -by: Anthony Xu --- Makefile.target | 2 -- hw/xen/Makefile.objs| 2 +- xen-common.c => hw/xen/xen-common.c | 0 stubs/Makefile.objs | 1 + xen-common-stub.c => stubs/xen-common.c | 0 5

Re: [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-05 Thread Xu, Anthony
nzini' ; > sstabell...@kernel.org > Subject: Re: [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/ > > On 04/05/2017 01:39 PM, Xu, Anthony wrote: > > move xen-common.c to hw/xen/ > > > > Your message failed to set the 'In-Reply-To:' header, and was ther

Re: [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-05 Thread Eric Blake
On 04/05/2017 01:39 PM, Xu, Anthony wrote: > move xen-common.c to hw/xen/ > Your message failed to set the 'In-Reply-To:' header, and was therefore not threaded to your 0/3 cover letter. Please see if you can fix that before posting your next series. > > Signed-off -by: Anthony Xu > > > >

[Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/

2017-04-05 Thread Xu, Anthony
move xen-common.c to hw/xen/ Signed-off -by: Anthony Xu --- hw/xen/xen-common.c | 158 stubs/xen-common.c | 14 + xen-common-stub.c | 14 - xen-common.c| 158 4 file