diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-07-10 09:58:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-07-22 19:19:44 +0200 |
commit | c2366567378dd8fb89329816003801f54e30e6f3 (patch) | |
tree | e5267ecf6ecc937773d47f0831b51353368053bf /module-common.c | |
parent | ba88935b0fac2588b0a739f810b58dfabf7f92c8 (diff) | |
download | qemu-c2366567378dd8fb89329816003801f54e30e6f3.zip qemu-c2366567378dd8fb89329816003801f54e30e6f3.tar.gz qemu-c2366567378dd8fb89329816003801f54e30e6f3.tar.bz2 |
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>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions