Age | Commit message (Expand) | Author |
2023-01-13 | hw/intc: Extract the IRQ counting functions into a separate file | Thomas Huth |
2023-01-09 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-01-08 | include: Include headers where needed | Markus Armbruster |
2023-01-08 | include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h | Markus Armbruster |
2023-01-06 | KVM: remove support for kernel-irqchip=off | Paolo Bonzini |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck |
2022-11-07 | intel-iommu: PASID support | Jason Wang |
2022-11-07 | intel-iommu: drop VTDBus | Jason Wang |
2022-08-25 | hw: Add compat machines for 7.2 | Cornelia Huck |
2022-07-26 | i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type | Joao Martins |
2022-07-26 | i386/pc: pass pci_hole64_size to pc_memory_init() | Joao Martins |
2022-07-26 | hw/i386: add 4g boundary start to X86MachineState | Joao Martins |
2022-07-22 | hw/i386: pass RNG seed via setup_data entry | Jason A. Donenfeld |
2022-06-11 | hw/i386/pc: Remove orphan declarations | Bernhard Beschow |
2022-06-11 | hw/i386/pc: Unexport functions used only internally | Bernhard Beschow |
2022-06-11 | hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro | Bernhard Beschow |
2022-06-09 | hw/cxl: Move the CXLState from MachineState to machine type specific state. | Jonathan Cameron |
2022-06-09 | q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi | Igor Mammedov |
2022-05-16 | hw/i386: Make pic a property of common x86 base machine type | Xiaoyao Li |
2022-05-16 | hw/i386: Make pit a property of common x86 base machine type | Xiaoyao Li |
2022-05-16 | intel_iommu: Support IR-only mode without DMA translation | David Woodhouse |
2022-05-12 | hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN | Bernhard Beschow |
2022-04-27 | i386: factor out x86_firmware_configure() | Gerd Hoffmann |
2022-04-20 | hw: Add compat machines for 7.1 | Cornelia Huck |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-06 | x86: cleanup unused compat_apic_id_mode | Igor Mammedov |
2022-03-06 | pc: add option to disable PS/2 mouse/keyboard | Joelle van Dyne |
2022-03-06 | intel_iommu: support snoop control | Jason Wang |
2022-01-27 | intc: Unexport InterruptStatsProviderClass-related functions | Bernhard Beschow |
2022-01-07 | hw/i386: expose a "smbios-entry-point-type" PC machine property | Eduardo Habkost |
2022-01-05 | hw: Add compat machines for 7.0 | Cornelia Huck |
2021-12-16 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2021-12-15 | include/hw/i386: Don't include qemu-common.h in .h files | Peter Maydell |
2021-12-10 | numa: Enable numa for SGX EPC sections | Yang Zhong |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-11-03 | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request'... | Richard Henderson |
2021-11-02 | microvm: add device tree support. | Gerd Hoffmann |
2021-11-02 | target/i386: move linuxboot_dma_enabled to X86MachineState | Paolo Bonzini |
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-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-05 | acpi: x86: set enabled when composing _MAT entries | Igor Mammedov |
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 | hw/i386/pc: Account for SGX EPC sections when calculating device memory | 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 |