Re: [PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Zhao Liu <[email protected]> Mon, 9 Mar 2026 21:58:01 +0800
| Newsgroups | org.nongnu.qemu-rust,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 06, 2026 at 10:31:34AM +0100, Thomas Huth wrote: > Date: Fri, 6 Mar 2026 10:31:34 +0100 > From: Thomas Huth <[email protected]> > Subject: [PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field > > From: Philippe Mathieu-Daudé <[email protected]> > > The HPETState::hpet_offset_saved boolean was only set in the > hw_compat_2_11[] array, via the 'hpet-offset-saved=false' > property. We removed all machines using that array, let's remove > that property and all the code around it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Message-ID: <[email protected]> > [thuth: Adapted the rust part to the current master branch] > Signed-off-by: Thomas Huth <[email protected]> > --- > hw/timer/hpet.c | 9 +-------- > rust/hw/timer/hpet/src/device.rs | 9 +-------- > 2 files changed, 2 insertions(+), 16 deletions(-) Reviewed-by: Zhao Liu <[email protected]>