[PULL 0/3] x86 and machine queue, 2019-12-20

Eduardo Habkost posted 3 patches 4 years, 4 months ago
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191220192031.2226378-1-ehabkost@redhat.com
Maintainers: Leif Lindholm <leif.lindholm@linaro.org>, Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>, Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
hw/arm/sbsa-ref.c    | 1 -
hw/core/machine.c    | 4 ++--
hw/core/numa.c       | 7 +------
qemu-deprecated.texi | 8 ++++++++
target/i386/cpu.c    | 8 +++++++-
5 files changed, 18 insertions(+), 10 deletions(-)
[PULL 0/3] x86 and machine queue, 2019-12-20
Posted by Eduardo Habkost 4 years, 4 months ago
The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-and-machine-pull-request

for you to fetch changes up to fcd3f2cc124600385dba46c69a80626985c15b50:

  numa: properly check if numa is supported (2019-12-19 14:57:14 -0300)

----------------------------------------------------------------
x86 and machine queue, 2019-12-20

Bug fix:
* Resolve CPU models to v1 by default (Eduardo Habkost)

Cleanup:
* Remove incorrect numa_mem_supported checks (Igor Mammedov)

----------------------------------------------------------------

Eduardo Habkost (1):
  i386: Resolve CPU models to v1 by default

Igor Mammedov (2):
  numa: remove not needed check
  numa: properly check if numa is supported

 hw/arm/sbsa-ref.c    | 1 -
 hw/core/machine.c    | 4 ++--
 hw/core/numa.c       | 7 +------
 qemu-deprecated.texi | 8 ++++++++
 target/i386/cpu.c    | 8 +++++++-
 5 files changed, 18 insertions(+), 10 deletions(-)

-- 
2.23.0


Re: [PULL 0/3] x86 and machine queue, 2019-12-20
Posted by Peter Maydell 4 years, 3 months ago
On Fri, 20 Dec 2019 at 19:20, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-and-machine-pull-request
>
> for you to fetch changes up to fcd3f2cc124600385dba46c69a80626985c15b50:
>
>   numa: properly check if numa is supported (2019-12-19 14:57:14 -0300)
>
> ----------------------------------------------------------------
> x86 and machine queue, 2019-12-20
>
> Bug fix:
> * Resolve CPU models to v1 by default (Eduardo Habkost)
>
> Cleanup:
> * Remove incorrect numa_mem_supported checks (Igor Mammedov)
>


Applied, thanks.

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

-- PMM