On 3/3/24 19:53, Bernhard Beschow wrote:
Commit 99e1c1137b6f "hw/i386/pc: Populate RTC attribute directly" made linking the "rtc_state" property unnecessary and removed it. Commit 84e945aad2d0 "vl, pc: turn -no-fd-bootchk into a machine property" accidently reintroduced the link. Remove it again since it is not needed.
Argh 🤦 Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Fixes: 84e945aad2d0 "vl, pc: turn -no-fd-bootchk into a machine property" Cc: Paolo Bonzini <[email protected]> Signed-off-by: Bernhard Beschow <[email protected]> --- hw/i386/pc.c | 8 -------- 1 file changed, 8 deletions(-)
