From 8e3a1b2b2ca30f3104a10269fda343777a2bd5ff Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 23 Jan 2023 00:30:40 -0700 Subject: [PATCH] xbox: Drop old pcms->pit_enabled setting --- hw/xbox/xbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xbox/xbox.c b/hw/xbox/xbox.c index 4e393b1082..ae8fdf7515 100644 --- a/hw/xbox/xbox.c +++ b/hw/xbox/xbox.c @@ -278,7 +278,6 @@ void xbox_init_common(MachineState *machine, } /* init basic PC hardware */ - pcms->pit_enabled = 1; // XBOX_FIXME: What's the right way to do this? rtc_state = mc146818_rtc_init(isa_bus, 2000, NULL); if (kvm_pit_in_kernel()) {