summary refs log tree commit diff stats
path: root/hw/i386/pc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-0/+12
* | nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-011-0/+19
|/
* pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov2016-10-241-0/+14
* pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov2016-10-241-15/+29
* pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov2016-10-241-10/+8
* pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov2016-10-241-6/+0
* sun4uv: fix serial initialization regressionMarc-André Lureau2016-10-241-1/+1
* pc: Register TYPE_PC_MACHINE properties as class propertiesEduardo Habkost2016-10-171-30/+26
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-5/+3
* pc: apic: fix touch LAPIC when irqchip is splitWanpeng Li2016-09-141-8/+10
* pc: don't leak a20_lineMarc-André Lureau2016-09-081-0/+1
* pc: simplify passing qemu_irqMarc-André Lureau2016-09-081-4/+4
* error: Fix error_printf() calls lacking newlinesMarkus Armbruster2016-08-081-1/+1
* Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov2016-07-261-34/+0
* pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov2016-07-261-0/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-211-0/+3
|\
| * q35: ioapic: add support for emulated IOAPIC IRPeter Xu2016-07-211-0/+3
* | pc: Make device_del CPU work for x86 CPUsIgor Mammedov2016-07-201-6/+5
* | pc: Implement query-hotpluggable-cpus callbackIgor Mammedov2016-07-201-0/+45
* | pc: Enforce adding CPUs contiguously and removing them in opposite orderIgor Mammedov2016-07-201-0/+34
* | pc: Forbid BSP removalIgor Mammedov2016-07-201-0/+8
* | pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()Igor Mammedov2016-07-201-16/+9
* | pc: Delay setting number of boot CPUs to machine_done timeIgor Mammedov2016-07-201-3/+14
* | pc: Set APIC ID based on socket/core/thread ids if it's not been set yetIgor Mammedov2016-07-201-3/+41
* | target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov2016-07-201-0/+29
* | pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov2016-07-201-12/+31
* | pc: Extract CPU lookup into a separate functionIgor Mammedov2016-07-201-7/+22
|/
* hw/i386: add device tree supportAntonio Borneo2016-07-171-0/+46
* Add optionrom compatible with fw_cfg DMA versionMarc Marí2016-07-141-2/+8
* target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang2016-07-071-0/+29
* pc: Parse CPU features only onceIgor Mammedov2016-07-071-9/+28
* xen: fix ram init regressionGerd Hoffmann2016-07-041-1/+1
* port92: handle A20 IRQ as GPIOEfimov Vasily2016-06-291-5/+5
* pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov2016-06-241-15/+1
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-241-0/+47
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-081-1/+1
|\
| * pc: allow raising low memory via max-ram-below-4g optionGerd Hoffmann2016-06-061-1/+1
* | pc: cleanup unused struct PcRomPciInfoIgor Mammedov2016-06-071-8/+0
* | pc: Postpone SMBIOS table installation to post machine initCorey Minyard2016-06-071-2/+3
|/
* target-i386: add a generic x86 nmi handlerBandan Das2016-05-231-0/+20
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-0/+4
* machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2016-03-111-4/+40
* pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov2016-03-111-26/+19
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2016-03-111-3/+3
* i386: expose floppy drive CMOS typeRoman Kagan2016-03-111-1/+1
* pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2016-03-081-3/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-14/+15
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-7/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-081-46/+31
|\
| * pc: Eliminate PcGuestInfo structEduardo Habkost2016-02-061-3/+1