On Mon, May 26, 2025 at 04:24:53PM +0200, Paolo Bonzini wrote: > Date: Mon, 26 May 2025 16:24:53 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 10/12] hpet: return errors from realize if properties are > incorrect > X-Mailer: git-send-email 2.49.0 > > Do not silently adjust num_timers, and fail if intcap is 0. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/timer/hpet.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>