Age | Commit message (Expand) | Author |
2021-11-01 | hw/i386/pc: Move IOMMU singleton into PCMachineState | Jean-Philippe Brucker |
2021-11-01 | hw/i386/pc: Remove x86_iommu_get_type() | Jean-Philippe Brucker |
2021-11-01 | memory: make global_dirty_tracking a bitmask | Hyman Huang(黄勇) |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c | Philippe Mathieu-Daudé |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c | Philippe Mathieu-Daudé |
2021-10-13 | hw/i386/sgx: Have sgx_epc_get_section() return a boolean | Philippe Mathieu-Daudé |
2021-10-13 | target/i386/sev: Declare system-specific functions in 'sev.h' | Philippe Mathieu-Daudé |
2021-10-13 | target/i386/sev: Rename sev_i386.h -> sev.h | Philippe Mathieu-Daudé |
2021-10-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Richard Henderson |
2021-10-05 | hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI | Philippe Mathieu-Daudé |
2021-10-05 | hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X() | Philippe Mathieu-Daudé |
2021-10-05 | hw/i386/amd_iommu: Rename amdviPCI TypeInfo | Philippe Mathieu-Daudé |
2021-10-05 | acpi: build_facs: use build_append_int_noprefix() API to compose table | Igor Mammedov |
2021-10-05 | acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ... | Igor Mammedov |
2021-10-05 | acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table | Igor Mammedov |
2021-10-05 | acpi: x86: set enabled when composing _MAT entries | Igor Mammedov |
2021-10-05 | acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build... | Igor Mammedov |
2021-10-05 | acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui... | Igor Mammedov |
2021-10-05 | acpi: build_waet: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov |
2021-10-05 | acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov |
2021-10-05 | acpi: use build_append_int_noprefix() API to compose SRAT table | Igor Mammedov |
2021-10-05 | acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of... | Igor Mammedov |
2021-10-05 | acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil... | Igor Mammedov |
2021-10-05 | acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he... | Igor Mammedov |
2021-10-05 | acpi: x86: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of bui... | Igor Mammedov |
2021-10-05 | x86/sev: generate SEV kernel loader hashes in x86_load_linux | Dov Murik |
2021-10-01 | i386: Change the default Hyper-V version to match WS2016 | Vitaly Kuznetsov |
2021-10-01 | machine: Move smp_prefer_sockets to struct SMPCompatProps | Yanan Wang |
2021-10-01 | machine: Make smp_parse generic enough for all arches | Yanan Wang |
2021-10-01 | machine: Prefer cores over sockets in smp parsing since 6.2 | Yanan Wang |
2021-10-01 | machine: Improve the error reporting of smp parsing | Yanan Wang |
2021-10-01 | machine: Set the value of cpus to match maxcpus if it's omitted | Yanan Wang |
2021-10-01 | machine: Uniformly use maxcpus to calculate the omitted parameters | Yanan Wang |
2021-10-01 | machine: Minor refactor/fix for the smp parsers | Yanan Wang |
2021-09-30 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | target/i386: Add the query-sgx-capabilities QMP command | Yang Zhong |
2021-09-30 | target/i386: Add HMP and QMP interfaces for SGX | Yang Zhong |
2021-09-30 | sgx-epc: Add the fill_device_info() callback support | Yang Zhong |
2021-09-30 | i440fx: Add support for SGX EPC | Sean Christopherson |
2021-09-30 | q35: Add support for SGX EPC | Sean Christopherson |
2021-09-30 | i386: acpi: Add SGX EPC entry to ACPI tables | Sean Christopherson |
2021-09-30 | i386/pc: Add e820 entry for SGX EPC section(s) | Sean Christopherson |
2021-09-30 | hw/i386/pc: Account for SGX EPC sections when calculating device memory | Sean Christopherson |
2021-09-30 | hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordingly | Sean Christopherson |
2021-09-30 | i386: Update SGX CPUID info according to hardware/KVM/user input | Sean Christopherson |
2021-09-30 | vl: Add sgx compound properties to expose SGX EPC sections to guest | Sean Christopherson |
2021-09-30 | i386: Add 'sgx-epc' device to expose EPC sections to guest | Sean Christopherson |
2021-09-30 | Kconfig: Add CONFIG_SGX support | Yang Zhong |
2021-09-29 | i386/kvm: Replace abs64() with uabs64() from host-utils | Luis Pires |