On 15/10/2019 18.26, Philippe Mathieu-Daudé wrote: > The GSI creation code is common to all PC machines, extract the > common code. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > hw/i386/pc.c | 15 +++++++++++++++ > hw/i386/pc_piix.c | 9 +-------- > hw/i386/pc_q35.c | 9 +-------- > include/hw/i386/pc.h | 2 ++ > 4 files changed, 19 insertions(+), 16 deletions(-)
Is this really needed for this series here, or should this and the following patches maybe rather be handled seperately? Anyway, it looks like a good modification, so: Reviewed-by: Thomas Huth <th...@redhat.com>