commit | c2366567378dd8fb89329816003801f54e30e6f3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 10 09:58:01 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 22 19:19:44 2024 +0200 |
tree | e5267ecf6ecc937773d47f0831b51353368053bf | |
parent | ba88935b0fac2588b0a739f810b58dfabf7f92c8 [diff] |
hpet: accept 64-bit reads and writes Declare the MemoryRegionOps so that 64-bit reads and writes to the HPET are received directly. This makes it possible to unify the code to process low and high parts: for 32-bit reads, extract the desired word; for 32-bit writes, just merge the desired part into the old value and proceed as with a 64-bit write. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>