[PULL 0/3] More misc patches for QEMU 5.0-rc3

Paolo Bonzini posted 3 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200414163937.29669-1-pbonzini@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Richard Henderson <rth@twiddle.net>, Colin Xu <colin.xu@intel.com>, Thomas Huth <thuth@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Wenchao Wang <wenchao.wang@intel.com>
backends/hostmem.c        | 1 +
target/i386/hax-windows.c | 4 ++--
tests/qtest/numa-test.c   | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
[PULL 0/3] More misc patches for QEMU 5.0-rc3
Posted by Paolo Bonzini 4 years ago
The following changes since commit 267514b33ffa3f315adc26fc14d89f92e90840f5:

  module: increase dirs array size by one (2020-04-13 02:56:18 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9f5a0664187e9411c5c6b7dbd21a1f50922cf698:

  hax: Windows doesn't like posix device names (2020-04-14 10:37:42 -0400)

----------------------------------------------------------------
Bugfixes, and reworking of the atomics documentation.

----------------------------------------------------------------
Igor Mammedov (2):
      hostmem: set default prealloc_threads to valid value
      tests: numa: test one backend with prealloc enabled

Volker Rümelin (1):
      hax: Windows doesn't like posix device names

 backends/hostmem.c        | 1 +
 target/i386/hax-windows.c | 4 ++--
 tests/qtest/numa-test.c   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
-- 
2.18.2


Re: [PULL 0/3] More misc patches for QEMU 5.0-rc3
Posted by Peter Maydell 4 years ago
On Tue, 14 Apr 2020 at 17:40, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 267514b33ffa3f315adc26fc14d89f92e90840f5:
>
>   module: increase dirs array size by one (2020-04-13 02:56:18 -0400)
>
> are available in the Git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 9f5a0664187e9411c5c6b7dbd21a1f50922cf698:
>
>   hax: Windows doesn't like posix device names (2020-04-14 10:37:42 -0400)
>
> ----------------------------------------------------------------
> Bugfixes, and reworking of the atomics documentation.
>
> ----------------------------------------------------------------
> Igor Mammedov (2):
>       hostmem: set default prealloc_threads to valid value
>       tests: numa: test one backend with prealloc enabled
>
> Volker Rümelin (1):
>       hax: Windows doesn't like posix device names


Applied, thanks.

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

-- PMM