summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé2020-03-081-15/+17
* tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger2020-03-051-1/+1
* tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-051-3/+3
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-5/+5
* x86/pc: use memdev for RAMIgor Mammedov2020-02-191-10/+9Star
* x86/microvm: use memdev for RAMIgor Mammedov2020-02-191-7/+5Star
* hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmportThomas Huth2020-02-061-0/+6
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-302-2/+2
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-292-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-277-7/+7
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-247-7/+7
* | i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard2020-01-221-1/+0Star
* | q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov2020-01-221-1/+3
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-102-5/+5
|\
| * hw/i386/Kconfig: Let the MicroVM machine select the SERIAL_ISA configPhilippe Mathieu-Daudé2020-01-071-1/+1
| * hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu2020-01-071-4/+4
| * hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé2020-01-071-0/+9
| * hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2020-01-072-2/+0Star
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell2020-01-101-0/+9
|\ \
| * | hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé2020-01-091-0/+9
* | | Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2020-01-072-9/+6Star
|\ \ \ | |/ / |/| |
| * | vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-072-8/+6Star
| * | sysbus: remove unused sysbus_try_create*Marc-André Lureau2020-01-071-1/+0Star
| |/
* | intel_iommu: add present bit check for pasid table entriesLiu Yi L2020-01-062-19/+74
* | intel_iommu: a fix to vtd_find_as_from_bus_num()Liu Yi L2020-01-061-0/+1
* | hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2020-01-052-2/+0Star
* | hmat acpi: Build Memory Proximity Domain Attributes Structure(s)Liu Jingqi2020-01-051-0/+5
* | intel_iommu: fix bug to read DMAR_RTADDR_REGYi Sun2020-01-051-4/+3Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-2016-393/+365Star
|\
| * hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth2019-12-181-83/+2Star
| * hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-174-114/+128
| * 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: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé2019-12-171-4/+3Star
| * hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-173-15/+2Star
| * pc: stubify x86 iommuPaolo Bonzini2019-12-173-1/+42
| * x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-178-106/+113
| * hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2019-12-172-14/+11Star
| * x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-174-54/+53Star
| * hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-174-0/+4
| * fw_cfg: allow building without other devicesPaolo Bonzini2019-12-172-2/+7
| * i386: conditionally compile more filesPaolo Bonzini2019-12-172-4/+8
* | hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-7/+7
|/
* hw: add compat machines for 5.0Cornelia Huck2019-12-143-2/+28
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-132-0/+2
* intel_iommu: TM field should not be in reserved bitsQi, Yadong2019-11-252-6/+16
* intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong2019-11-252-21/+21
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-194-5/+5
* hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabledThomas Huth2019-11-191-2/+2
* microvm: fix memory leak in microvm_fix_kernel_cmdlineSergio Lopez2019-11-191-0/+2