aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
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
2019-02-05i386: allow to load initrd below 4 GB for recent linuxLi Zhijian
2019-02-05i386: import & use bootparam.hLi Zhijian
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu
2019-01-24hw/i386/pc.c: fix one typo in function nameWei Yang
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau