mbox

[PULL,v3,0/5] Misc patches for QEMU 5.0-rc3

Message ID 1554827719-10184-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini April 9, 2019, 4:35 p.m. UTC
The following changes since commit 248987f92cfda8305d6d44ced23e173e62a8bc0e:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-04-09 10:02:30 +0100)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3e20c81ed87cb15cd04f929b075e244e0758641a:

  tests: Make check-block a phony target (2019-04-09 18:34:21 +0200)

----------------------------------------------------------------
* fixes for Alpine and SuSE
* fix crash when hot-plugging nvdimm on older machine types

----------------------------------------------------------------
Markus Armbruster (1):
      tests: Make check-block a phony target

Peter Maydell (1):
      include/qemu/bswap.h: Use __builtin_memcpy() in accessor functions

Philippe Mathieu-Daudé (2):
      roms: Rename the EFIROM variable to avoid clashing with iPXE
      roms: Allow passing configure options to the EDK2 build tools

Thomas Huth (1):
      hw/i386/pc: Fix crash when hot-plugging nvdimm on older machine types

 hw/i386/pc.c           |  9 +++++++--
 include/qemu/bswap.h   | 26 ++++++++++++++++----------
 roms/Makefile          | 23 ++++++++++++++++++-----
 tests/Makefile.include |  2 +-
 4 files changed, 42 insertions(+), 18 deletions(-)

Comments

Peter Maydell April 9, 2019, 5:25 p.m. UTC | #1
On Tue, 9 Apr 2019 at 17:36, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 248987f92cfda8305d6d44ced23e173e62a8bc0e:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-04-09 10:02:30 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 3e20c81ed87cb15cd04f929b075e244e0758641a:
>
>   tests: Make check-block a phony target (2019-04-09 18:34:21 +0200)
>
> ----------------------------------------------------------------
> * fixes for Alpine and SuSE
> * fix crash when hot-plugging nvdimm on older machine types
>

Applied, thanks.

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

-- PMM
Philippe Mathieu-Daudé April 9, 2019, 6:46 p.m. UTC | #2
On 4/9/19 7:25 PM, Peter Maydell wrote:
> On Tue, 9 Apr 2019 at 17:36, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>> The following changes since commit 248987f92cfda8305d6d44ced23e173e62a8bc0e:
>>
>>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-04-09 10:02:30 +0100)
>>
>> are available in the git repository at:
>>
>>
>>   git://github.com/bonzini/qemu.git tags/for-upstream
>>
>> for you to fetch changes up to 3e20c81ed87cb15cd04f929b075e244e0758641a:
>>
>>   tests: Make check-block a phony target (2019-04-09 18:34:21 +0200)
>>
>> ----------------------------------------------------------------
>> * fixes for Alpine and SuSE
>> * fix crash when hot-plugging nvdimm on older machine types
>>
> 
> Applied, thanks.
> 
> Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
> for any user-visible changes.

The subject says 5.0 <:O) Hopefully Peter applied it for 4.0 :)

Thanks both for this PR,

Phil.