[Qemu-devel] [PULL 0/6] Misc patches for QEMU 2.9.0-rc3

Paolo Bonzini posted 6 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170403194409.21276-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block/iscsi.c         |  1 -
block/nbd.c           |  1 +
exec.c                | 64 +++++++++------------------------------------------
hw/ipmi/isa_ipmi_bt.c | 34 ++++++++++-----------------
include/exec/memory.h | 10 ++++----
target/i386/helper.c  |  4 ++++
util/main-loop.c      | 11 +++++++++
7 files changed, 43 insertions(+), 82 deletions(-)
[Qemu-devel] [PULL 0/6] Misc patches for QEMU 2.9.0-rc3
Posted by Paolo Bonzini 7 years ago
The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)

are available in the git repository at:


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

for you to fetch changes up to ecbddbb106114f90008024b4e6c3ba1c38d7ca0e:

  main-loop: Acquire main_context lock around os_host_main_loop_wait. (2017-04-03 19:13:12 +0200)

----------------------------------------------------------------
* MemoryRegionCache revert
* glib optimization workaround
* fix "info lapic" segfault on isapc
* fix QIOChannel memory leak

----------------------------------------------------------------
Corey Minyard (1):
      ipmi: Fix macro issues

Paolo Bonzini (1):
      exec: revert MemoryRegionCache

Richard W.M. Jones (1):
      main-loop: Acquire main_context lock around os_host_main_loop_wait.

Stefan Hajnoczi (1):
      iscsi: drop unused IscsiAIOCB.qiov field

Tejaswini Poluri (1):
      target-i386: fix "info lapic" segfault on isapc

yaolujing (1):
      nbd: fix memory leak on socket_connect failed

 block/iscsi.c         |  1 -
 block/nbd.c           |  1 +
 exec.c                | 64 +++++++++------------------------------------------
 hw/ipmi/isa_ipmi_bt.c | 34 ++++++++++-----------------
 include/exec/memory.h | 10 ++++----
 target/i386/helper.c  |  4 ++++
 util/main-loop.c      | 11 +++++++++
 7 files changed, 43 insertions(+), 82 deletions(-)
-- 
1.8.3.1


Re: [Qemu-devel] [PULL 0/6] Misc patches for QEMU 2.9.0-rc3
Posted by Peter Maydell 7 years ago
On 3 April 2017 at 20:44, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to ecbddbb106114f90008024b4e6c3ba1c38d7ca0e:
>
>   main-loop: Acquire main_context lock around os_host_main_loop_wait. (2017-04-03 19:13:12 +0200)
>
> ----------------------------------------------------------------
> * MemoryRegionCache revert
> * glib optimization workaround
> * fix "info lapic" segfault on isapc
> * fix QIOChannel memory leak
>

Applied, thanks.

-- PMM