Re: [Xen-devel] [PATCH v2 09/20] hw/mips/mips_malta: Create IDE hard drive array dynamically

2019-10-21 Thread Li Qiang
Philippe Mathieu-Daudé 于2019年10月18日周五 下午9:53写道: > In the next commit we'll refactor the PIIX4 code out of > mips_malta_init(). As a preliminary step, add the 'ide_drives' > variable and create the drive array dynamically. > > Reviewed-by: Aleksandar Markovic > Signed-off-by: Philippe

[Xen-devel] [PATCH v2 09/20] hw/mips/mips_malta: Create IDE hard drive array dynamically

2019-10-18 Thread Philippe Mathieu-Daudé
In the next commit we'll refactor the PIIX4 code out of mips_malta_init(). As a preliminary step, add the 'ide_drives' variable and create the drive array dynamically. Reviewed-by: Aleksandar Markovic Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/mips_malta.c | 7 +-- 1 file changed, 5