aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé4-0/+4
2020-03-08hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé1-15/+17
2020-03-05tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger1-1/+1
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger1-3/+3
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-5/+5
2020-02-19x86/pc: use memdev for RAMIgor Mammedov1-10/+9
2020-02-19x86/microvm: use memdev for RAMIgor Mammedov1-7/+5
2020-02-06hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmportThomas Huth1-0/+6
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde2-2/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2-2/+2
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-7/+7
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau7-7/+7
2020-01-22i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard1-1/+0
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov1-1/+3
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+5
2020-01-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell1-0/+9
2020-01-09hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé1-0/+9
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2-9/+6
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau2-8/+6
2020-01-07sysbus: remove unused sysbus_try_create*Marc-André Lureau1-1/+0
2020-01-07hw/i386/Kconfig: Let the MicroVM machine select the SERIAL_ISA configPhilippe Mathieu-Daudé1-1/+1
2020-01-07hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu1-4/+4
2020-01-07hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé1-0/+9
2020-01-07hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2-2/+0
2020-01-06intel_iommu: add present bit check for pasid table entriesLiu Yi L2-19/+74
2020-01-06intel_iommu: a fix to vtd_find_as_from_bus_num()Liu Yi L1-0/+1
2020-01-05hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2-2/+0
2020-01-05hmat acpi: Build Memory Proximity Domain Attributes Structure(s)Liu Jingqi1-0/+5
2020-01-05intel_iommu: fix bug to read DMAR_RTADDR_REGYi Sun1-4/+3
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-393/+365
2019-12-18hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-7/+7
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth1-83/+2
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé4-114/+128
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: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé1-4/+3
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé3-15/+2
2019-12-17pc: stubify x86 iommuPaolo Bonzini3-1/+42
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini8-106/+113
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2-14/+11
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini4-54/+53
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini4-0/+4
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini2-2/+7
2019-12-17i386: conditionally compile more filesPaolo Bonzini2-4/+8
2019-12-14hw: add compat machines for 5.0Cornelia Huck3-2/+28
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2-0/+2
2019-11-25intel_iommu: TM field should not be in reserved bitsQi, Yadong2-6/+16
2019-11-25intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong2-21/+21
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick4-5/+5
2019-11-19hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth1-2/+2