]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Mar 2015 14:25:48 +0000 (14:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Mar 2015 14:25:48 +0000 (14:25 +0000)
commitb8a173b25c887a606681fc35a46702c164d5b2d0
tree50860f62eacc4e60cc5f0a504d815218f8322676
parent5de090464f1ec5360c4f30faa01d8a9f8826cd58
parentde13197a38cf45c990802661a057f64a05426cbc
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging

* remotes/ehabkost/tags/x86-pull-request:
  target-i386: Move APIC ID compatibility code to pc.c
  target-i386: Require APIC ID to be explicitly set before CPU realize
  target-i386: Set APIC ID using cpu_index on CONFIG_USER
  linux-user: Check for cpu_init() errors
  target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
  target-i386: Simplify error handling on cpu_x86_init_user()
  target-i386: Eliminate cpu_init() function
  target-i386: Rename cpu_x86_init() to cpu_x86_init_user()
  target-i386: Move topology.h to include/hw/i386
  target-i386: Eliminate unnecessary get_cpuid_vendor() function
  target-i386: Simplify listflags() function

Conflicts:
target-i386/cpu.c

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/i386/pc.c
target-i386/cpu.c