aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-1/+3
2018-01-12pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang1-4/+14
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+1
2017-12-01pc: fix crash on attempted cpu unplugIgor Mammedov1-0/+5
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-0/+1
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum1-0/+22
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu1-1/+1
2017-10-12pc: make sure that plugged CPUs are of the same typeIgor Mammedov1-0/+7
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-45/+16
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-9/+11
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis1-4/+3
2017-09-19pc: use generic cpu_model parsingIgor Mammedov1-36/+5
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-2/+12
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis1-2/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-5/+5
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-3/+3
2017-06-20pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "apic-id" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "iobase" propertyMarc-André Lureau1-1/+1
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi1-6/+8
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov1-3/+1
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-16/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-5/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov1-8/+10
2017-05-11pc: add node-id property to CPUIgor Mammedov1-0/+17
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-6/+17
2017-05-10pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware bootIgor Mammedov1-5/+4
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng1-3/+1
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov1-2/+2
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-34/+2
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov1-4/+4
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov1-7/+9
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov1-12/+12
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov1-11/+24
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov1-28/+29
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster1-1/+7
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-1/+1
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang1-0/+5
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov1-7/+3
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov1-16/+8