Re: [Qemu-devel] [PATCH v3 3/4] hw/i386: Factorize PVH related functions

2019-07-23 Thread Liam Merwick
On 02/07/2019 13:11, 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 Refactoring LGTM Reviewed-by: Liam Merwick --- hw/i386/Makefile.objs | 1 + hw/i386/pc.c | 120

[Qemu-devel] [PATCH v3 3/4] hw/i386: Factorize PVH related functions

2019-07-02 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