mbox series

[0/1] hw: allow write_enable latch get/set

Message ID 20220511181024.969263-1-irischenlj@fb.com (mailing list archive)
Headers show
Series hw: allow write_enable latch get/set | expand

Message

Iris Chen May 11, 2022, 6:10 p.m. UTC
Hey everyone, 

My patch adds the get/set property for the write_enable latch. Currently, it is not an exposed property but this change adds QOM visibility and makes this property modifiable. 

Acceptance tests have also been added to verify the value in the status register (after the value is set). 

Thanks, 
Iris

Iris Chen (1):
  hw: allow write_enable latch get/set

 hw/block/m25p80.c             | 30 ++++++++++++++++++++++++++++++
 tests/qtest/aspeed_smc-test.c | 20 ++++++++++++++++++++
 2 files changed, 50 insertions(+)