summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | acpi/ghes: Change the type for source_idMauro Carvalho Chehab2025-01-151-1/+1
* | | acpi/ghes: Fix acpi_ghes_record_errors() argumentMauro Carvalho Chehab2025-01-151-1/+1
* | | acpi/ghes: simplify the per-arch caller to build HEST tableMauro Carvalho Chehab2025-01-151-2/+2
* | | acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVEDMauro Carvalho Chehab2025-01-151-1/+2
* | | tests/qtest: Add intel-iommu testZhenzhong Duan2025-01-151-0/+1
* | | intel_iommu: Introduce a property to control FS1GP cap bit settingZhenzhong Duan2025-01-151-0/+1
* | | intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2Zhenzhong Duan2025-01-151-1/+1
* | | intel_iommu: Flush stage-1 cache in iotlb invalidationZhenzhong Duan2025-01-151-0/+1
* | | intel_iommu: Rename slpte to pteYi Liu2025-01-151-1/+1
* | | intel_iommu: Add a placeholder variable for scalable mode stage-1 translationZhenzhong Duan2025-01-151-0/+1
* | | virtio-gpu: Add definition for resource_uuid featureDorinda Bassey2025-01-151-0/+3
|/ /
* | hw/pci: Rename has_power to enabledAkihiko Odaki2025-01-132-1/+2
* | hw/misc/vmcoreinfo: Rename VMCOREINFO_DEVICE -> TYPE_VMCOREINFOPhilippe Mathieu-Daudé2025-01-131-4/+3
* | hw/qdev: Factor qdev_hotunplug_allowed() outAkihiko Odaki2025-01-131-0/+1
* | hw/qdev: Pass bus argument to qdev_hotplug_allowed()Akihiko Odaki2025-01-131-1/+1
* | hw/usb: Inline usb_new()Philippe Mathieu-Daudé2025-01-131-6/+1
* | hw/usb: Inline usb_try_new()Philippe Mathieu-Daudé2025-01-131-5/+0
* | Merge tag 'migration-20250110-pull-request' of https://gitlab.com/farosas/qem...Stefan Hajnoczi2025-01-101-0/+4
|\ \
| * | migration/block: Rewrite disk activationPeter Xu2025-01-091-0/+4
* | | Merge tag 'qom-qdev-20250109' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-01-103-17/+35
|\ \ \ | |/ / |/| |
| * | qom: remove unused InterfaceInfo::concrete_class fieldPaolo Bonzini2025-01-091-1/+4
| * | qom: Remove container_get()Peter Xu2025-01-091-11/+0
| * | qom: Add object_get_container()Peter Xu2025-01-091-0/+10
| * | qdev: Add machine_get_container()Peter Xu2025-01-091-0/+10
| * | qdev: Implement qdev_create_fake_machine() for user emulationPhilippe Mathieu-Daudé2025-01-091-0/+10
| * | qdev: Remove opts memberAkihiko Odaki2025-01-091-4/+0
| * | hw/pci: Use -1 as the default value for rombarAkihiko Odaki2025-01-091-1/+1
* | | hw/intc/loongarch_extioi: Get cpu number from possible_cpu_arch_idsBibo Mao2025-01-091-0/+2
* | | hw/core/loader: Use ssize_t for efi zboot unpackerJiaxun Yang2025-01-091-1/+1
|/ /
* | hw/s390x: Remove the "adapter_routes_max_batch" property from the flicThomas Huth2025-01-071-2/+0
* | hw/s390x: Remove the cpu_model_allowed flag and related codeThomas Huth2025-01-071-3/+0
* | hw/s390x/css-bridge: Remove the "css_dev_path" propertyThomas Huth2025-01-071-1/+0
* | hw/s390x: Remove the "ri_allowed" switchThomas Huth2025-01-071-3/+0
* | hw/s390x/s390-skeys: Remove the "migration-enabled" propertyThomas Huth2025-01-071-2/+0
|/
* docs: update copyright date to the year 2025Ani Sinha2025-01-021-1/+1
* ui & main loop: Redesign of system-specific main thread event handlingPhil Dennis-Jordan2024-12-311-1/+13
* hw/usb/uhci: Introduce and use register definesGuenter Roeck2024-12-311-0/+11
* hw/misc/ivshmem-flat: Add ivshmem-flat deviceGustavo Romero2024-12-311-0/+85
* hw/pci-host/gpex: Allow more than 4 legacy IRQsAlexander Graf2024-12-301-4/+3
* hw/timer/hpet: Drop the unused macroZhao Liu2024-12-281-1/+0
* migration: Unexport migration_is_active()Avihai Horon2024-12-261-1/+0
* migration: Drop migration_is_device()Avihai Horon2024-12-261-1/+0
* vfio/migration: Refactor vfio_devices_all_running_and_mig_active() logicAvihai Horon2024-12-261-2/+2
* vfio/migration: Refactor vfio_devices_all_dirty_tracking() logicAvihai Horon2024-12-261-1/+1
* vfio/container: Add dirty tracking started flagAvihai Horon2024-12-261-0/+1
* accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_coreRichard Henderson2024-12-242-14/+13
* softfloat: Add float_muladd_suppress_add_product_zeroRichard Henderson2024-12-241-0/+5
* softfloat: Add float_round_nearest_even_maxRichard Henderson2024-12-241-0/+2
* softfloat: Remove float_muladd_halve_resultRichard Henderson2024-12-241-3/+0
* softfloat: Add float{16,32,64}_muladd_scalbnRichard Henderson2024-12-241-0/+6