Re: [PATCH v4 3/9] hw/i386/pc_q35: Reuse machine parameter

2023-02-22 Thread Michael S. Tsirkin
On Wed, Feb 22, 2023 at 06:52:02PM +0100, Bernhard Beschow wrote: > Am 22. Februar 2023 11:03:38 UTC schrieb "Philippe Mathieu-Daudé" > : > >On 13/2/23 17:19, Bernhard Beschow wrote: > >> Signed-off-by: Bernhard Beschow > >> Reviewed-by: Thomas Huth > >> --- > >> hw/i386/pc_q35.c | 2 +- > >>

Re: [PATCH v4 3/9] hw/i386/pc_q35: Reuse machine parameter

2023-02-22 Thread Bernhard Beschow
Am 22. Februar 2023 11:03:38 UTC schrieb "Philippe Mathieu-Daudé" : >On 13/2/23 17:19, Bernhard Beschow wrote: >> Signed-off-by: Bernhard Beschow >> Reviewed-by: Thomas Huth >> --- >> hw/i386/pc_q35.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/hw/i386/pc_q35.c

Re: [PATCH v4 3/9] hw/i386/pc_q35: Reuse machine parameter

2023-02-22 Thread Philippe Mathieu-Daudé
On 13/2/23 17:19, Bernhard Beschow wrote: Signed-off-by: Bernhard Beschow Reviewed-by: Thomas Huth --- hw/i386/pc_q35.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 66cd718b70..dee2b38474 100644 --- a/hw/i386/pc_q35.c +++ b/hw/