qemu/hw/arm
Igor Mammedov d41f3e750d numa: make sure that all cpus have has_node_id set if numa is enabled
It fixes/add missing _PXM object for non mapped CPU (x86)
and missing fdt node (virt-arm).

It ensures that possible_cpus contains complete mapping if
numa is enabled by the time machine_init() is executed.

As result non completely mapped CPUs:
 1) appear in ACPI/fdt blobs
 2) QMP query-hotpluggable-cpus command shows bound nodes for such CPUs
 3) allows to drop checks for has_node_id in numa only code,
   reducing number of invariants incomplete mapping could produce
 4) moves fixup/implicit node init from runtime numa_cpu_pre_plug()
   (when CPU object is created) to machine_numa_finish_init() which
   helps to fix [1, 2] and make possible_cpus complete source
   of numa mapping available even before CPUs are created.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1496161442-96665-4-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2017-06-05 14:59:08 -03:00
..
Makefile.objs
allwinner-a10.c arm: remove remaining cannot_destroy_with_object_finalize_yet 2017-04-20 17:51:32 +02:00
armv7m.c armv7m: Make bitband device take the address space to access 2017-02-28 16:18:49 +00:00
aspeed.c aspeed: add some I2C devices to the Aspeed machines 2017-06-02 11:51:49 +01:00
aspeed_soc.c aspeed: add a FTGMAC100 nic 2017-04-25 19:17:25 +08:00
bcm2835_peripherals.c Remove/replace sysemu/char.h inclusion 2017-06-02 11:33:52 +04:00
bcm2836.c arm: remove remaining cannot_destroy_with_object_finalize_yet 2017-04-20 17:51:32 +02:00
boot.c hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account 2017-04-20 17:39:17 +01:00
collie.c
cubieboard.c hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus 2017-02-21 13:10:53 +01:00
digic.c arm: remove remaining cannot_destroy_with_object_finalize_yet 2017-04-20 17:51:32 +02:00
digic_boards.c
exynos4_boards.c hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report 2017-04-20 17:39:17 +01:00
exynos4210.c hw/arm/exynos: Add generic SDHCI devices 2017-04-25 11:17:49 +01:00
fsl-imx6.c chardev: move headers to include/chardev 2017-06-02 11:33:52 +04:00
fsl-imx25.c chardev: move headers to include/chardev 2017-06-02 11:33:52 +04:00
fsl-imx31.c chardev: move headers to include/chardev 2017-06-02 11:33:52 +04:00
gumstix.c
highbank.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
imx25_pdk.c
integratorcp.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
kzm.c
mainstone.c
musicpal.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
netduino2.c stm32f205: Create armv7m object without using armv7m_init() 2017-02-28 16:18:49 +00:00
nseries.c
omap1.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
omap2.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
omap_sx1.c
palm.c
pxa2xx.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
pxa2xx_gpio.c
pxa2xx_pic.c
raspi.c
realview.c hw: Deprecate -drive if=scsi with non-onboard HBAs 2017-02-21 13:17:45 +01:00
sabrelite.c
spitz.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
stellaris.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
stm32f205_soc.c stm32f205: Rename 'nvic' local to 'armv7m' 2017-02-28 16:18:49 +00:00
strongarm.c char: move CharBackend handling in char-fe unit 2017-06-02 11:33:53 +04:00
strongarm.h
sysbus-fdt.c
tosa.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
trace-events
versatilepb.c hw: Deprecate -drive if=scsi with non-onboard HBAs 2017-02-21 13:17:45 +01:00
vexpress.c hw: Default -drive to if=none instead of scsi when scsi cannot work 2017-02-21 13:10:53 +01:00
virt-acpi-build.c numa: make sure that all cpus have has_node_id set if numa is enabled 2017-06-05 14:59:08 -03:00
virt.c numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr 2017-06-05 14:59:08 -03:00
xilinx_zynq.c hw: Default -drive to if=none instead of scsi when scsi cannot work 2017-02-21 13:10:53 +01:00
xlnx-ep108.c hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus 2017-02-21 13:10:53 +01:00
xlnx-zynqmp.c qdev patches for 2017-04-21 2017-04-21 11:42:03 +01:00
z2.c