summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* pc: make sure that plugged CPUs are of the same typeIgor Mammedov2017-10-121-0/+7
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-45/+16Star
|\
| * numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-9/+11
| * pc: use generic cpu_model parsingIgor Mammedov2017-09-191-36/+5Star
* | Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+1
* | hw/i386: Improve some of the warning messagesAlistair Francis2017-09-191-4/+3Star
|/
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-2/+12
* pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov2017-08-011-0/+3
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Convert error_report*_err() to warn_report*_err()Alistair Francis2017-07-131-2/+1Star
* Convert error_report() to warn_report()Alistair Francis2017-07-131-5/+5
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-3/+3
|\
| * pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "apic-id" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "iobase" propertyMarc-André Lureau2017-06-201-1/+1
* | hw/i386: fix nvdimm check error pathStefan Hajnoczi2017-06-161-6/+8
|/
* numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov2017-06-051-3/+1Star
* numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov2017-06-051-16/+1Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-5/+4Star
|\
| * pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware bootIgor Mammedov2017-05-101-5/+4Star
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* | pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov2017-05-111-8/+10
* | pc: add node-id property to CPUIgor Mammedov2017-05-111-0/+17
* | numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov2017-05-111-6/+17
|/
* error: Apply error_propagate_null.cocci againFam Zheng2017-04-241-3/+1Star
* machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov2017-02-221-2/+2
* machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov2017-02-221-34/+2Star
* change CPUArchId.cpu type to Object*Igor Mammedov2017-02-221-4/+4
* pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov2017-02-221-7/+9
* pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov2017-02-221-12/+12
* pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov2017-02-221-11/+24
* machine: move possible_cpus to MachineStateIgor Mammedov2017-02-221-28/+29
* hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster2017-02-211-1/+7
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-1/+1
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang2017-02-011-0/+5
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-241-7/+3Star
* pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov2017-01-241-16/+8Star
* pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov2017-01-241-8/+9
* pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov2017-01-161-1/+3
* pc: make pit configurableChao Peng2016-12-221-1/+20
* pc: make sata configurableChao Peng2016-12-221-5/+24
* pc: make smbus configurableChao Peng2016-12-221-0/+18
* pc: fix FW_CFG_NB_CPUS to account for -device added CPUsIgor Mammedov2016-11-161-17/+27
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-0/+2
* Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"Igor Mammedov2016-11-161-29/+15Star
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-151-1/+1