aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov1-1/+0
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-25/+0
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-25/+0
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster1-2/+6
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-0/+46
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-2/+2
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon1-1/+1
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