Re: [PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-21 Thread Philippe Mathieu-Daudé
On 21/2/24 10:47, Bernhard Beschow wrote: Great! I'll rebase my PC initialization series on top of Peter's reset cleanup series which probably results in folding cmos initialization into pc.c. Don't, already done.

Re: [PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-21 Thread Bernhard Beschow
Am 21. Februar 2024 09:04:21 UTC schrieb Paolo Bonzini : >On Tue, Feb 20, 2024 at 11:43 PM Bernhard Beschow wrote: >> >> >> >> Am 20. Februar 2024 15:53:52 UTC schrieb Paolo Bonzini : >> >Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk >> >returns an error if the machine d

Re: [PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-21 Thread Paolo Bonzini
On Tue, Feb 20, 2024 at 11:43 PM Bernhard Beschow wrote: > > > > Am 20. Februar 2024 15:53:52 UTC schrieb Paolo Bonzini : > >Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk > >returns an error if the machine does not support booting from floppies > >and checking for boot sign

Re: [PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-20 Thread Bernhard Beschow
Am 20. Februar 2024 15:53:52 UTC schrieb Paolo Bonzini : >Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk >returns an error if the machine does not support booting from floppies >and checking for boot signatures therein. > >Suggested-by: Philippe Mathieu-Daudé >Signed-off-

Re: [PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-20 Thread Philippe Mathieu-Daudé
On 20/2/24 16:53, Paolo Bonzini wrote: Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk returns an error if the machine does not support booting from floppies and checking for boot signatures therein. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini ---

[PATCH] vl, pc: turn -no-fd-bootchk into a machine property

2024-02-20 Thread Paolo Bonzini
Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk returns an error if the machine does not support booting from floppies and checking for boot signatures therein. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- include/hw/i386/pc.h | 2 +- hw/i386/pc.c