aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2019-09-03x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov
2019-09-03pc: Don't make die-id mandatory unless necessaryEduardo Habkost
2019-09-03pc: Improve error message when die-id is omittedEduardo Habkost
2019-09-03pc: Fix error message on die-id validationEduardo Habkost
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21i386: use machine class ->wakeup methodNicholas Piggin
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-20hw/i386/pc: Map into memory the initrdStefano Garzarella
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-15hw/i386: turn off vmport if CONFIG_VMPORT is disabledJulio Montes
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu
2019-07-05hw/i386: Adjust nr_dies with configured smp_dies for PCMachineLike Xu
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost
2019-07-04pc: Support for virtio-pmem-pciDavid Hildenbrand
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2019-06-03q35: Revert to kernel irqchipAlex Williamson
2019-05-23hw/i386: Extract fw_cfg definitions to local "fw_cfg.h"Philippe Mathieu-Daudé
2019-04-25hw: add compat machines for 4.1Cornelia Huck
2019-04-09hw/i386/pc: Fix crash when hot-plugging nvdimm on older machine typesThomas Huth
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-03-11pc: Support firmware configuration with -blockdevMarkus Armbruster
2019-03-11pc_sysfw: Pass PCMachineState to pc_system_firmware_init()Philippe Mathieu-Daudé
2019-03-11i386: extended the cpuid_level when Intel PT is enabledLuwei Kang
2019-03-11hw/i386/pc: run the multiboot loader before the PVH loaderStefano Garzarella
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-03-06hw/i386/pc.c: remove unused function pc_acpi_init()Wei Yang
2019-02-05pc: Use hotplug_handler_(plug|unplug|unplug_request)David Hildenbrand