diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-01 14:22:07 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-05 08:02:30 -0500 |
| commit | e67edb943f0c812530aaae2491da56f9542f928b (patch) | |
| tree | 882a919b6e3490b4050d6c914d2a4c22bf0ea1e8 /scripts/qapi.py | |
| parent | b6db4aca20e9af4f62c9c9e08b9b9672a6ed3390 (diff) | |
| download | focaccia-qemu-e67edb943f0c812530aaae2491da56f9542f928b.tar.gz focaccia-qemu-e67edb943f0c812530aaae2491da56f9542f928b.zip | |
rtc: map CMOS index 0x37 to 0x32 on read and writes
QEMU's attempt to implement the century byte cover two possible places for the byte. A common one on modern chipsets is 0x32, but QEMU also stores the value in 0x37 (apparently for IBM PS/2 compatibility---it's only been 25 years). To simplify the implementation of the century byte, store it only at 0x32 but remap transparently 0x37 to 0x32 when reading and writing from CMOS. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions