mbox

[PULL,0/2] Pflash and firmware configuration patches for 2019-03-26

Message ID 20190326090501.15253-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-pflash-2019-03-26

Message

Markus Armbruster March 26, 2019, 9:04 a.m. UTC
The following changes since commit d132baa05ed7a647067c807fd452ec794cc2ecb7:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2019-03-25 17:01:10 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-pflash-2019-03-26

for you to fetch changes up to 3f905a5bba69691f1384a0464b5a7b8e516861c4:

  pflash: Bury disabled code to limit device sizes (2019-03-26 08:16:24 +0100)

----------------------------------------------------------------
Pflash and firmware configuration patches for 2019-03-26

----------------------------------------------------------------
Alex Bennée (1):
      pflash: Bury disabled code to limit device sizes

Markus Armbruster (1):
      pflash: Require backend size to match device, improve errors

 hw/block/block.c         | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 hw/block/pflash_cfi01.c  | 15 +++------------
 hw/block/pflash_cfi02.c  | 13 +++----------
 include/hw/block/block.h |  7 ++++++-
 4 files changed, 59 insertions(+), 24 deletions(-)

Comments

Peter Maydell March 26, 2019, 10:26 a.m. UTC | #1
On Tue, 26 Mar 2019 at 09:10, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit d132baa05ed7a647067c807fd452ec794cc2ecb7:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2019-03-25 17:01:10 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-pflash-2019-03-26
>
> for you to fetch changes up to 3f905a5bba69691f1384a0464b5a7b8e516861c4:
>
>   pflash: Bury disabled code to limit device sizes (2019-03-26 08:16:24 +0100)
>
> ----------------------------------------------------------------
> Pflash and firmware configuration patches for 2019-03-26
>
> ----------------------------------------------------------------
> Alex Bennée (1):
>       pflash: Bury disabled code to limit device sizes
>
> Markus Armbruster (1):
>       pflash: Require backend size to match device, improve errors
>
>  hw/block/block.c         | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
>  hw/block/pflash_cfi01.c  | 15 +++------------
>  hw/block/pflash_cfi02.c  | 13 +++----------
>  include/hw/block/block.h |  7 ++++++-
>  4 files changed, 59 insertions(+), 24 deletions(-)


Applied, thanks.

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

-- PMM