aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-6/+6
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-1/+1
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-0/+3
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé1-0/+1
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé1-1/+1
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger1-0/+1
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger1-3/+3
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-2/+2
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger1-1/+1
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger1-0/+1
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger1-6/+6
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger1-21/+24
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé1-0/+1
2020-02-19x86/pc: use memdev for RAMIgor Mammedov1-10/+9
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov1-1/+3
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-3/+3
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau1-1/+0
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé1-113/+0
2019-12-17hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé1-8/+4
2019-12-17hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé1-3/+1
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-100/+1
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé1-14/+5
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-49/+0
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-0/+1
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini1-2/+0
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-0/+3
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick1-1/+0
2019-10-26i386: implement IGNNEPaolo Bonzini1-1/+1
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini1-14/+3
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-708/+107
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé1-0/+19
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé1-0/+15
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-5/+9
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-119/+59
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez1-586/+1
2019-10-22hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez1-13/+0
2019-10-22hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez1-1/+8
2019-10-22hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez1-1/+8
2019-10-22hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez1-24/+29
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-14/+14
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-0/+3
2019-09-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+21
2019-09-16hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé1-131/+1
2019-09-16hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé1-3/+3
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé1-3/+2