mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
i2c: pm_smbus: Add the ability to force block transfer enable
The PIIX4 hardware has block transfer buffer always enabled in the hardware, but the i801 does not. Add a parameter to pm_smbus_init to force on the block transfer so the PIIX4 handler can enable this by default, as it was disabled by default before. Signed-off-by: Corey Minyard <cminyard@mvista.com> Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <1534796770-10295-9-git-send-email-minyard@acm.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
12bd93c150
commit
45726b6e2c
5 changed files with 8 additions and 5 deletions
|
@ -33,6 +33,6 @@ typedef struct PMSMBus {
|
|||
bool op_done;
|
||||
} PMSMBus;
|
||||
|
||||
void pm_smbus_init(DeviceState *parent, PMSMBus *smb);
|
||||
void pm_smbus_init(DeviceState *parent, PMSMBus *smb, bool force_aux_blk);
|
||||
|
||||
#endif /* PM_SMBUS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue