[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v5 00/43] Machine and x86 queue, 2019-07-03
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL v5 00/43] Machine and x86 queue, 2019-07-03 |
Date: |
Thu, 4 Jul 2019 14:54:41 +0100 |
On Wed, 3 Jul 2019 at 22:08, Eduardo Habkost <address@hidden> wrote:
>
> Changes v4 -> v5:
> * Rebase and solve conflicts with commit 374f63f6810a ("Merge remote-tracking
> branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging")
>
> Changes v3 -> v4:
> * Fix ppc64 "make check" failure
>
> Changes v2 -> v3:
> * Fix "make check" warnings (Igor Mammedov)
> * Fix conflicts of "hw/arm: Replace global smp variables with
> machine smp properties" with recent arm changes (Eduardo Habkost)
> * x86 versioned CPU models (Eduardo Habkost)
> * SnowRidge CPU model (Paul Lai)
> * Add deprecation information to query-machines (Eduardo Habkost)
>
> Changes v1 -> v2:
> * Fix s390x build failure
>
>
> The following changes since commit 374f63f6810a2f99254cdf32af67035d951301c8:
>
> Merge remote-tracking branch
> 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging (2019-07-03
> 00:16:43 +0100)
>
> are available in the Git repository at:
>
> git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to adae41278c7e3472b1f4f0228c37dbcfd95fa6a5:
>
> tests: use -numa memdev option in tests instead of legacy 'mem' option
> (2019-07-03 15:41:29 -0300)
>
> ----------------------------------------------------------------
> Machine and x86 queue, 2019-07-03
>
> * CPU die topology support (Like Xu)
> * Deprecation of features (Igor Mammedov):
> * 'mem' parameter of '-numa node' option
> * implict memory distribution between NUMA nodes
> * deprecate -mem-path fallback to anonymous RAM
> * x86 versioned CPU models (Eduardo Habkost)
> * SnowRidge CPU model (Paul Lai)
> * Add deprecation information to query-machines (Eduardo Habkost)
> * Other i386 fixes
>
Hi; this fails to link (all platforms):
hw/riscv/sifive_u.o: In function `riscv_sifive_u_soc_realize':
/home/petmay01/linaro/qemu-for-merges/hw/riscv/sifive_u.c:356:
undefined reference to `smp_cpus'
/home/petmay01/linaro/qemu-for-merges/hw/riscv/sifive_u.c:358:
undefined reference to `smp_cpus'
collect2: error: ld returned 1 exit status
I guess you have a conflict with the recent riscv pullreq.
thanks
-- PMM
- [Qemu-devel] [PULL v5 38/43] i386: Make unversioned CPU models be aliases, (continued)
- [Qemu-devel] [PULL v5 38/43] i386: Make unversioned CPU models be aliases, Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 35/43] i386: Register versioned CPU models, Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 43/43] tests: use -numa memdev option in tests instead of legacy 'mem' option, Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 37/43] i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliases, Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 36/43] i386: Define -IBRS, -noTSX, -IBRS versions of CPU models, Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 34/43] i386: Get model-id from CPU object on "-cpu help", Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 41/43] numa: Make deprecation warnings conditional on !qtest_enabled(), Eduardo Habkost, 2019/07/03
- [Qemu-devel] [PULL v5 40/43] i386: Add Cascadelake-Server-v2 CPU model, Eduardo Habkost, 2019/07/03
- Re: [Qemu-devel] [PULL v5 00/43] Machine and x86 queue, 2019-07-03, no-reply, 2019/07/03
- Re: [Qemu-devel] [PULL v5 00/43] Machine and x86 queue, 2019-07-03, no-reply, 2019/07/03
- Re: [Qemu-devel] [PULL v5 00/43] Machine and x86 queue, 2019-07-03,
Peter Maydell <=