Re: [PATCH] hw/i386: Add the possibility to disable the 'isapc' machine

2022-01-12 Thread Thomas Huth
On 07/01/2022 19.54, Philippe Mathieu-Daudé wrote: On 1/7/22 17:07, Thomas Huth wrote: We already have a CONFIG_ISAPC switch - but we're not using it yet. Add some "#ifdefs" to make it possible to disable this machine now. Signed-off-by: Thomas Huth --- hw/i386/pc_piix.c| 5 - t

Re: [PATCH] hw/i386: Add the possibility to disable the 'isapc' machine

2022-01-07 Thread Philippe Mathieu-Daudé
On 1/7/22 17:07, Thomas Huth wrote: > We already have a CONFIG_ISAPC switch - but we're not using it yet. > Add some "#ifdefs" to make it possible to disable this machine now. > > Signed-off-by: Thomas Huth > --- > hw/i386/pc_piix.c| 5 - > tests/qtest/cdrom-test.c | 2 +- > 2 files

Re: [PATCH] hw/i386: Add the possibility to disable the 'isapc' machine

2022-01-07 Thread Paolo Bonzini
On 1/7/22 17:07, Thomas Huth wrote: We already have a CONFIG_ISAPC switch - but we're not using it yet. Add some "#ifdefs" to make it possible to disable this machine now. Signed-off-by: Thomas Huth --- hw/i386/pc_piix.c| 5 - tests/qtest/cdrom-test.c | 2 +- 2 files changed, 5

[PATCH] hw/i386: Add the possibility to disable the 'isapc' machine

2022-01-07 Thread Thomas Huth
We already have a CONFIG_ISAPC switch - but we're not using it yet. Add some "#ifdefs" to make it possible to disable this machine now. Signed-off-by: Thomas Huth --- hw/i386/pc_piix.c| 5 - tests/qtest/cdrom-test.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git