[PULL v2 00/11] pflash patches for 2021-03-18

Philippe Mathieu-Daudé posted 11 patches 4 years, 8 months ago
Only 1 patches received!
hw/block/pflash_cfi01.c | 253 ++++++++++++++++----------------
hw/block/pflash_cfi02.c | 316 ++++++++++++++++++++--------------------
hw/block/trace-events   |  40 +++--
3 files changed, 320 insertions(+), 289 deletions(-)
[PULL v2 00/11] pflash patches for 2021-03-18
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
Since v1:
- Fixed trace format string on 32-bit hosts (Peter)

The following changes since commit 56b89f455894e4628ad7994fe5dd348145d1a9c5:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-17 22:18:54 +0000)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/pflash-20210318

for you to fetch changes up to 91316cbb3830bb845c42da2d6eab06de56b889b0:

  hw/block/pflash_cfi: Replace DPRINTF with trace events (2021-03-18 11:16:31 +0100)

----------------------------------------------------------------
Parallel NOR Flash patches queue

- Code movement to ease maintainability
- Tracing improvements
----------------------------------------------------------------

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

Philippe Mathieu-Daudé (9):
  hw/block/pflash_cfi: Fix code style for checkpatch.pl
  hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()
  hw/block/pflash_cfi02: Extract pflash_cfi02_fill_cfi_table()
  hw/block/pflash_cfi02: Set rom_mode to true in pflash_setup_mappings()
  hw/block/pflash_cfi02: Open-code pflash_register_memory(rom=false)
  hw/block/pflash_cfi02: Rename register_memory(true) as mode_read_array
  hw/block/pflash_cfi02: Factor out pflash_reset_state_machine()
  hw/block/pflash_cfi02: Add DeviceReset method
  hw/block/pflash_cfi01: Clarify trace events

 hw/block/pflash_cfi01.c | 253 ++++++++++++++++----------------
 hw/block/pflash_cfi02.c | 316 ++++++++++++++++++++--------------------
 hw/block/trace-events   |  40 +++--
 3 files changed, 320 insertions(+), 289 deletions(-)

-- 
2.26.2


Re: [PULL v2 00/11] pflash patches for 2021-03-18
Posted by Peter Maydell 4 years, 8 months ago
On Thu, 18 Mar 2021 at 15:53, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Since v1:
> - Fixed trace format string on 32-bit hosts (Peter)
>
> The following changes since commit 56b89f455894e4628ad7994fe5dd348145d1a9c5:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-17 22:18:54 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/pflash-20210318
>
> for you to fetch changes up to 91316cbb3830bb845c42da2d6eab06de56b889b0:
>
>   hw/block/pflash_cfi: Replace DPRINTF with trace events (2021-03-18 11:16:31 +0100)
>
> ----------------------------------------------------------------
> Parallel NOR Flash patches queue
>
> - Code movement to ease maintainability
> - Tracing improvements
> ----------------------------------------------------------------
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM