aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau
2017-06-20pc: use get_uint() for "apic-id" propertyMarc-André Lureau
2017-06-20pc: use get_uint() for "iobase" propertyMarc-André Lureau
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov
2017-05-11pc: add node-id property to CPUIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-10pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware bootIgor Mammedov
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng
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