Re: [PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-25 Thread Stefano Garzarella
On Wed, Sep 25, 2019 at 11:00:30AM +0200, Sergio Lopez wrote: > Stefano Garzarella writes: > > Hi Sergio, > > > > On Tue, Sep 24, 2019 at 02:44:26PM +0200, Sergio Lopez wrote: > >> Extract PVH related functions from pc.c, and put them in pvh.c, so > >> they can be shared with other components. > >

Re: [PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-25 Thread Sergio Lopez
Stefano Garzarella writes: > Hi Sergio, > > On Tue, Sep 24, 2019 at 02:44:26PM +0200, Sergio Lopez wrote: >> Extract PVH related functions from pc.c, and put them in pvh.c, so >> they can be shared with other components. >> >> Signed-off-by: Sergio Lopez >> --- >> hw/i386/Makefile.objs | 1

Re: [PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-25 Thread Stefano Garzarella
Hi Sergio, On Tue, Sep 24, 2019 at 02:44:26PM +0200, Sergio Lopez wrote: > Extract PVH related functions from pc.c, and put them in pvh.c, so > they can be shared with other components. > > Signed-off-by: Sergio Lopez > --- > hw/i386/Makefile.objs | 1 + > hw/i386/pc.c | 120 +---

Re: [PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-24 Thread Sergio Lopez
Philippe Mathieu-Daudé writes: > Hi Sergio, > > On 9/24/19 2:44 PM, Sergio Lopez wrote: >> Extract PVH related functions from pc.c, and put them in pvh.c, so >> they can be shared with other components. >> >> Signed-off-by: Sergio Lopez >> --- >> hw/i386/Makefile.objs | 1 + >> hw/i386/pc.c

[PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-24 Thread Sergio Lopez
Extract PVH related functions from pc.c, and put them in pvh.c, so they can be shared with other components. Signed-off-by: Sergio Lopez --- hw/i386/Makefile.objs | 1 + hw/i386/pc.c | 120 +- hw/i386/pvh.c | 113

Re: [PATCH v4 1/8] hw/i386: Factorize PVH related functions

2019-09-24 Thread Philippe Mathieu-Daudé
Hi Sergio, On 9/24/19 2:44 PM, Sergio Lopez wrote: > Extract PVH related functions from pc.c, and put them in pvh.c, so > they can be shared with other components. > > Signed-off-by: Sergio Lopez > --- > hw/i386/Makefile.objs | 1 + > hw/i386/pc.c | 120 +-