summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-17/+0Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-1/+3
* pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang2018-01-121-4/+14
* hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-0/+1
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* pc: fix crash on attempted cpu unplugIgor Mammedov2017-12-011-0/+5
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-0/+22
* x86: Skip check apic_id_limit for XenLan Tianyu2017-10-271-1/+1
* 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