Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
X86 queue, 2015-10-05
# gpg: Signature made Mon 05 Oct 2015 17:04:38 BST using RSA key ID 984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
* remotes/ehabkost/tags/x86-pull-request:
icc_bus: drop the unused files
cpu/apic: drop icc bus/bridge
x86: use new method to correct reset sequence
apic: move APIC's MMIO region mapping into APIC
Correctly re-init EFER state during INIT IPI
target-i386: add ABM to Haswell* and Broadwell* CPU models
target-i386: get/put MSR_TSC_AUX across reset and migration
target-i386: Make check_hw_breakpoints static
target-i386: Move breakpoint related functions to new file
target-i386: Convert kvm_default_*features to property/value pairs
vl: Add another sanity check to smp_parse() function
cpu: Introduce X86CPUTopoInfo structure for argument simplification
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- default-configs/i386-softmmu.mak 0 additions, 1 deletiondefault-configs/i386-softmmu.mak
- default-configs/x86_64-softmmu.mak 0 additions, 1 deletiondefault-configs/x86_64-softmmu.mak
- hw/cpu/Makefile.objs 0 additions, 1 deletionhw/cpu/Makefile.objs
- hw/cpu/icc_bus.c 0 additions, 118 deletionshw/cpu/icc_bus.c
- hw/i386/pc.c 27 additions, 25 deletionshw/i386/pc.c
- hw/i386/pc_piix.c 5 additions, 12 deletionshw/i386/pc_piix.c
- hw/i386/pc_q35.c 3 additions, 10 deletionshw/i386/pc_q35.c
- hw/intc/apic_common.c 2 additions, 9 deletionshw/intc/apic_common.c
- include/hw/cpu/icc_bus.h 0 additions, 82 deletionsinclude/hw/cpu/icc_bus.h
- include/hw/i386/apic_internal.h 4 additions, 3 deletionsinclude/hw/i386/apic_internal.h
- include/hw/i386/pc.h 22 additions, 2 deletionsinclude/hw/i386/pc.h
- include/hw/i386/topology.h 17 additions, 16 deletionsinclude/hw/i386/topology.h
- target-i386/Makefile.objs 1 addition, 1 deletiontarget-i386/Makefile.objs
- target-i386/bpt_helper.c 182 additions, 0 deletionstarget-i386/bpt_helper.c
- target-i386/cpu.c 70 additions, 49 deletionstarget-i386/cpu.c
- target-i386/cpu.h 10 additions, 4 deletionstarget-i386/cpu.h
- target-i386/helper.c 0 additions, 128 deletionstarget-i386/helper.c
- target-i386/kvm.c 14 additions, 0 deletionstarget-i386/kvm.c
- target-i386/misc_helper.c 0 additions, 34 deletionstarget-i386/misc_helper.c
- vl.c 7 additions, 1 deletionvl.c
Loading
Please register or sign in to comment