aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-22pc: make pit configurableChao Peng1-1/+20
2016-12-22pc: make sata configurableChao Peng1-5/+24
2016-12-22pc: make smbus configurableChao Peng1-0/+18
2016-11-16pc: fix FW_CFG_NB_CPUS to account for -device added CPUsIgor Mammedov1-17/+27
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+2
2016-11-16Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"Igor Mammedov1-29/+15
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong1-1/+1
2016-11-15pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplugXiao Guangrong1-6/+0
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong1-19/+4
2016-11-04Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi1-0/+2
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu1-0/+2
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong1-0/+12
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong1-0/+19
2016-10-24pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov1-0/+14
2016-10-24pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov1-15/+29
2016-10-24pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov1-10/+8
2016-10-24pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov1-6/+0
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-10-17pc: Register TYPE_PC_MACHINE properties as class propertiesEduardo Habkost1-30/+26
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-5/+3
2016-09-14pc: apic: fix touch LAPIC when irqchip is splitWanpeng Li1-8/+10
2016-09-08pc: don't leak a20_lineMarc-André Lureau1-0/+1
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau1-4/+4
2016-08-08error: Fix error_printf() calls lacking newlinesMarkus Armbruster1-1/+1
2016-07-26Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov1-34/+0
2016-07-26pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov1-0/+4
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+3
2016-07-21q35: ioapic: add support for emulated IOAPIC IRPeter Xu1-0/+3
2016-07-20pc: Make device_del CPU work for x86 CPUsIgor Mammedov1-6/+5
2016-07-20pc: Implement query-hotpluggable-cpus callbackIgor Mammedov1-0/+45
2016-07-20pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov1-0/+34
2016-07-20pc: Forbid BSP removalIgor Mammedov1-0/+8
2016-07-20pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov1-16/+9
2016-07-20pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov1-3/+14
2016-07-20pc: Set APIC ID based on socket/core/thread ids if it's not been set yetIgor Mammedov1-3/+41
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov1-0/+29
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov1-12/+31
2016-07-20pc: Extract CPU lookup into a separate functionIgor Mammedov1-7/+22
2016-07-17hw/i386: add device tree supportAntonio Borneo1-0/+46
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí1-2/+8
2016-07-07target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang1-0/+29
2016-07-07pc: Parse CPU features only onceIgor Mammedov1-9/+28
2016-07-04xen: fix ram init regressionGerd Hoffmann1-1/+1
2016-06-29port92: handle A20 IRQ as GPIOEfimov Vasily1-5/+5
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov1-15/+1
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-0/+47
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-06-07pc: cleanup unused struct PcRomPciInfoIgor Mammedov1-8/+0
2016-06-07pc: Postpone SMBIOS table installation to post machine initCorey Minyard1-2/+3
2016-06-06pc: allow raising low memory via max-ram-below-4g optionGerd Hoffmann1-1/+1