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-26
ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
Nicholas Piggin
3
-0
/
+34
2024-07-26
ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
Nicholas Piggin
1
-1
/
+13
2024-07-26
ppc/pnv: Fix loss of LPC SERIRQ interrupts
Glenn Miles
1
-0
/
+3
2024-07-26
cpu-common.c: export cpu_get_free_index to be reused later
Harsh Prateek Bora
1
-0
/
+2
2024-07-26
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
1
-0
/
+8
2024-07-26
spapr: Migrate ail-mode-3 spapr cap
Nicholas Piggin
1
-0
/
+1
2024-07-24
crypto: propagate errors from TLS session I/O callbacks
Daniel P. Berrangé
1
-2
/
+8
2024-07-24
crypto: push error reporting into TLS session I/O APIs
Daniel P. Berrangé
1
-4
/
+19
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
4
-24
/
+47
2024-07-24
Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into staging
Richard Henderson
3
-3
/
+30
2024-07-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2
-0
/
+53
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Richard Henderson
16
-7
/
+273
2024-07-23
util/fifo8: Introduce fifo8_drop()
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-23
util/fifo8: Expose fifo8_pop_buf()
Philippe Mathieu-Daudé
1
-0
/
+16
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
1
-8
/
+7
2024-07-23
util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
Philippe Mathieu-Daudé
1
-5
/
+6
2024-07-23
util/fifo8: Fix style
Philippe Mathieu-Daudé
1
-16
/
+6
2024-07-23
chardev/char-fe: Document returned value on error
Philippe Mathieu-Daudé
1
-0
/
+3
2024-07-23
util/range: Make ranges_overlap() return bool
Yao Xingtao
1
-2
/
+2
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
1
-1
/
+6
2024-07-23
vfio/common: Allow disabling device dirty page tracking
Joao Martins
1
-0
/
+1
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
Joao Martins
1
-0
/
+4
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
Joao Martins
1
-0
/
+2
2024-07-23
vfio/iommufd: Probe and request hwpt dirty tracking capability
Joao Martins
1
-0
/
+2
2024-07-23
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()
Joao Martins
1
-0
/
+1
2024-07-23
vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
Joao Martins
1
-0
/
+4
2024-07-23
vfio/{iommufd,container}: Remove caps::aw_bits
Joao Martins
1
-3
/
+0
2024-07-23
vfio/iommufd: Introduce auto domain creation
Joao Martins
2
-0
/
+14
2024-07-23
backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
Joao Martins
1
-1
/
+1
2024-07-23
vfio/pci: Extract mdev check into an helper
Joao Martins
1
-0
/
+2
2024-07-23
Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-0
/
+34
2024-07-23
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into staging
Richard Henderson
1
-11
/
+26
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
1
-0
/
+34
2024-07-22
hw/nvme: Add SPDM over DOE support
Wilfred Mallawa
2
-0
/
+10
2024-07-22
backends: Initial support for SPDM socket support
Huai-Cheng Kuo
1
-0
/
+74
2024-07-22
hw/pci: Add all Data Object Types defined in PCIe r6.0
Alistair Francis
1
-0
/
+2
2024-07-22
virtio-iommu: Remove probe_done
Eric Auger
1
-1
/
+0
2024-07-22
gdbstub: Add helper function to unregister GDB register space
Salil Mehta
1
-0
/
+6
2024-07-22
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
2
-0
/
+9
2024-07-22
hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
Salil Mehta
1
-2
/
+3
2024-07-22
hw/acpi: Update GED _EVT method AML with CPU scan
Salil Mehta
1
-0
/
+1
2024-07-22
hw/acpi: Update ACPI GED framework to support vCPU Hotplug
Salil Mehta
1
-0
/
+4
2024-07-22
hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
Salil Mehta
1
-0
/
+2
2024-07-22
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
1
-0
/
+25
2024-07-22
smbios: make memory device size configurable per Machine
Igor Mammedov
1
-0
/
+4
2024-07-22
virtio-pci: Implement SR-IOV PF
Akihiko Odaki
1
-0
/
+1
2024-07-22
pcie_sriov: Allow user to create SR-IOV device
Akihiko Odaki
2
-1
/
+23
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
1
-0
/
+32
2024-07-22
hw/nvme: add cross namespace copy support
Arun Kumar
1
-11
/
+26
2024-07-22
qio: add support for SO_PEERCRED for socket channel
Anthony Harivel
1
-0
/
+21
[prev]
[next]