summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-171-0/+21
|\
| * pc/q35: Disallow vfio-pci hotplug without VT-d caching modePeter Xu2019-09-161-0/+21
* | hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé2019-09-161-131/+1Star
* | hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé2019-09-161-3/+3
* | hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé2019-09-161-2/+2
* | hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-5/+5
* | hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini2019-09-161-4/+4
* | hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé2019-09-161-10/+9Star
* | hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé2019-09-161-2/+3
* | hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé2019-09-161-3/+3
* | hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé2019-09-161-3/+4