summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
...
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+1
* hw/i386/vmport: Introduce vmport.hLiran Alon2020-06-101-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-2/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+6
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-1/+1
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-0/+3
* hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé2020-05-041-0/+1
* hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé2020-05-041-1/+1
* i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2020-04-011-0/+1
* hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger2020-04-011-3/+3
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-2/+2
* hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2020-03-181-1/+1
* hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-181-0/+1
* machine: Add SMP Sockets in CpuTopologyBabu Moger2020-03-181-0/+1
* hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2020-03-181-6/+6
* hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger2020-03-181-21/+24
* hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* x86/pc: use memdev for RAMIgor Mammedov2020-02-191-10/+9Star
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov2020-01-221-1/+3
* vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-3/+3
* sysbus: remove unused sysbus_try_create*Marc-André Lureau2020-01-071-1/+0Star
* hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-171-113/+0Star
* hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé2019-12-171-8/+4Star
* hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé2019-12-171-1/+1
* hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-171-3/+1Star
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-100/+1Star
* hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2019-12-171-14/+5Star
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-171-49/+0Star
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-0/+1
* fw_cfg: allow building without other devicesPaolo Bonzini2019-12-171-2/+0Star
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-0/+3
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-191-1/+0Star
* i386: implement IGNNEPaolo Bonzini2019-10-261-1/+1
* target/i386: move FERR handling to target/i386Paolo Bonzini2019-10-261-14/+3Star
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-261-708/+107Star
|\
| * hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-0/+19
| * hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-0/+15
| * hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-5/+9
| * hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-119/+59Star
| * hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-586/+1Star
| * hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez2019-10-221-13/+0Star
| * hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez2019-10-221-1/+8
| * hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez2019-10-221-24/+29
| * hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-221-14/+14
* | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
|/
* hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-0/+3