mbox series

[v4,0/2] replace pflash DPRINTF with trace events, fix type

Message ID 20210308103009.3295532-1-david.edmondson@oracle.com (mailing list archive)
Headers show
Series replace pflash DPRINTF with trace events, fix type | expand

Message

David Edmondson March 8, 2021, 10:30 a.m. UTC
Given that the "sub-region" approach to shrinking the flash mapping
size on ARM isn't progressing (I'm looking at Philippe's mmap based
approach instead), this pair of changes are the already reviewed
changes from the original changeset.

David Edmondson (2):
  hw/pflash_cfi*: Replace DPRINTF with trace events
  hw/pflash_cfi01: Correct the type of PFlashCFI01.ro

 hw/block/pflash_cfi01.c | 82 +++++++++++++++++------------------------
 hw/block/pflash_cfi02.c | 75 +++++++++++++++----------------------
 hw/block/trace-events   | 39 +++++++++++++++-----
 3 files changed, 93 insertions(+), 103 deletions(-)