index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdev
Nicolin Chen
1
-2
/
+2
2024-07-01
hw/misc: Implement mailbox properties for customer OTP and device specific private keys
Rayhan Faizel
2
-0
/
+4
2024-07-01
hw/arm: Connect OTP device to BCM2835
Rayhan Faizel
1
-1
/
+2
2024-07-01
hw/nvram: Add BCM2835 OTP device
Rayhan Faizel
1
-0
/
+68
2024-06-30
monitor: Remove obsolete stubs
Philippe Mathieu-Daudé
2
-4
/
+0
2024-06-28
include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
Paolo Bonzini
3
-43
/
+47
2024-06-28
exec: don't use void* in pointer arithmetic in headers
Roman Kiryanov
1
-1
/
+1
2024-06-28
exec: avoid using C++ keywords in function parameters
Roman Kiryanov
1
-2
/
+2
2024-06-28
block: remove separate bdrv_file_open callback
Paolo Bonzini
1
-3
/
+0
2024-06-26
hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
Daniel Henrique Barboza
1
-0
/
+1
2024-06-24
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
Richard Henderson
9
-53
/
+193
2024-06-24
Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-0
/
+7
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
1
-3
/
+0
2024-06-24
vfio/container: Remove vfio_container_init()
Cédric Le Goater
1
-2
/
+0
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
1
-1
/
+0
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2
-9
/
+7
2024-06-24
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
1
-1
/
+0
2024-06-24
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
1
-0
/
+2
2024-06-24
vfio: Remove unused declarations from vfio-common.h
Cédric Le Goater
1
-4
/
+0
2024-06-24
memory: Remove IOMMU MR iommu_set_iova_range API
Eric Auger
1
-32
/
+0
2024-06-24
HostIOMMUDevice: Store the aliased bus and devfn
Eric Auger
1
-0
/
+2
2024-06-24
HostIOMMUDevice: Introduce get_iova_ranges callback
Eric Auger
1
-0
/
+8
2024-06-24
virtio-iommu: Implement set|unset]_iommu_device() callbacks
Eric Auger
1
-0
/
+2
2024-06-24
HostIOMMUDevice: Store the VFIO/VDPA agent
Eric Auger
1
-0
/
+1
2024-06-24
intel_iommu: Implement [set|unset]_iommu_device() callbacks
Yi Liu
1
-0
/
+2
2024-06-24
hw/pci: Introduce pci_device_[set|unset]_iommu_device()
Yi Liu
1
-1
/
+37
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
2
-0
/
+4
2024-06-24
backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
Zhenzhong Duan
1
-0
/
+3
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
1
-0
/
+1
2024-06-24
range: Introduce range_get_last_bit()
Zhenzhong Duan
1
-0
/
+11
2024-06-24
backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
Zhenzhong Duan
2
-0
/
+19
2024-06-24
vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
Zhenzhong Duan
1
-0
/
+3
2024-06-24
backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
Zhenzhong Duan
1
-0
/
+38
2024-06-24
backends: Introduce HostIOMMUDevice abstract
Zhenzhong Duan
1
-0
/
+53
2024-06-24
Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qemu into staging
Richard Henderson
7
-14
/
+83
2024-06-24
plugins: add time control API
Alex Bennée
1
-0
/
+27
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
1
-3
/
+0
2024-06-24
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
Alex Bennée
1
-0
/
+15
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
1
-0
/
+1
2024-06-24
sysemu: add set_virtual_time to accel ops
Alex Bennée
2
-2
/
+19
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2
-9
/
+21
2024-06-24
include/exec: add missing include guard comment
Alex Bennée
1
-1
/
+1
2024-06-24
bswap: Add st24_be_p() to store 24 bits in big-endian order
Philippe Mathieu-Daudé
1
-0
/
+7
2024-06-24
s390x/css: Make S390CCWDeviceClass::realize return bool
Cédric Le Goater
1
-1
/
+1
2024-06-22
Merge tag 'pull-target-arm-20240622' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
Richard Henderson
1
-2
/
+3
2024-06-21
migration: Remove unused VMSTATE_ARRAY_TEST() macro
Philippe Mathieu-Daudé
1
-10
/
+0
2024-06-21
hw/arm/virt: allow creation of a second NonSecure UART
Peter Maydell
1
-0
/
+1
2024-06-21
hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
Peter Maydell
1
-2
/
+2
2024-06-21
migration: Add direct-io parameter
Fabiano Rosas
1
-0
/
+2
2024-06-21
monitor: Report errors from monitor_fdset_dup_fd_add
Fabiano Rosas
1
-1
/
+1
[prev]
[next]