aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov
2017-01-16pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov
2016-12-22pc: make pit configurableChao Peng
2016-12-22pc: make sata configurableChao Peng
2016-12-22pc: make smbus configurableChao Peng
2016-11-16pc: fix FW_CFG_NB_CPUS to account for -device added CPUsIgor Mammedov
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov
2016-11-16Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"Igor Mammedov
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong
2016-11-15pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplugXiao Guangrong
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong
2016-11-04Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-10-24pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov
2016-10-24pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov
2016-10-24pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov
2016-10-24pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-10-17pc: Register TYPE_PC_MACHINE properties as class propertiesEduardo Habkost
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov
2016-09-14pc: apic: fix touch LAPIC when irqchip is splitWanpeng Li
2016-09-08pc: don't leak a20_lineMarc-André Lureau
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau
2016-08-08error: Fix error_printf() calls lacking newlinesMarkus Armbruster
2016-07-26Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov
2016-07-26pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21q35: ioapic: add support for emulated IOAPIC IRPeter Xu
2016-07-20pc: Make device_del CPU work for x86 CPUsIgor Mammedov
2016-07-20pc: Implement query-hotpluggable-cpus callbackIgor Mammedov
2016-07-20pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov
2016-07-20pc: Forbid BSP removalIgor Mammedov
2016-07-20pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov
2016-07-20pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov