index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
block-copy: Fix missing graph lock
Kevin Wolf
1
-1
/
+3
2024-08-06
qapi-block-core: Clean up blockdev-snapshot-internal-sync doc
Markus Armbruster
1
-4
/
+3
2024-08-06
roms/opensbi: Update to v1.5.1
Daniel Henrique Barboza
3
-0
/
+0
2024-08-06
target/riscv: Add asserts for out-of-bound access
Atish Patra
1
-0
/
+4
2024-08-06
target/riscv: Relax fld alignment requirement
LIU Zhiwei
1
-4
/
+14
2024-08-06
target/riscv: Add MXLEN check for F/D/Q applies to zama16b
LIU Zhiwei
1
-2
/
+6
2024-08-06
target/riscv: Remove redundant insn length check for zama16b
LIU Zhiwei
3
-6
/
+6
2024-08-05
target/i386: Fix VSIB decode
Richard Henderson
2
-11
/
+12
2024-08-05
qmp: Fix higher half vaddrs for [p]memsave
Josh Junon
2
-8
/
+15
2024-08-05
qapi: Refill doc comments to conform to conventions
Markus Armbruster
27
-250
/
+262
2024-08-05
net/tap: Use qemu_close_all_open_fd()
Clément Léger
1
-5
/
+12
2024-08-05
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
3
-19
/
+89
2024-08-05
net/tap: Factorize fd closing after forking
Clément Léger
1
-14
/
+13
2024-08-05
qemu/osdep: Split qemu_close_all_open_fd() and add fallback
Clément Léger
1
-13
/
+37
2024-08-05
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
3
-36
/
+42
2024-08-05
linux-user/elfload: Fix pr_pid values in core files
Ilya Leoshkevich
1
-5
/
+3
2024-08-03
hvf: arm: Fix hvf_sysreg_read_cp() call
Akihiko Odaki
1
-1
/
+1
2024-08-02
migration/multifd: Fix multifd_send_setup cleanup when channel creation fails
Fabiano Rosas
1
-11
/
+15
2024-08-02
migration: Fix cleanup of iochannel in file migration
Fabiano Rosas
1
-2
/
+0
2024-08-02
migration: Free removed SaveStateEntry
Akihiko Odaki
1
-0
/
+2
2024-08-02
target/i386: SEV: fix mismatch in vcek-disabled property name
Paolo Bonzini
1
-1
/
+1
2024-08-02
net: Reinstate '-net nic, model=help' output as documented in man page
David Woodhouse
1
-3
/
+22
2024-08-02
net: update netdev stream man page with the reconnect parameter
Laurent Vivier
1
-5
/
+17
2024-08-02
net: update netdev dgram man page with unix socket
Laurent Vivier
1
-0
/
+23
2024-08-02
net: update netdev stream man page with unix socket
Laurent Vivier
1
-0
/
+40
2024-08-02
net: update netdev stream/dgram man page
Laurent Vivier
1
-0
/
+114
2024-08-02
virtio-net: Fix network stall at the host side waiting for kick
thomas
3
-19
/
+92
2024-08-02
virtio-net: Ensure queue index fits with RSS
Akihiko Odaki
1
-1
/
+2
2024-08-02
rtl8139: Fix behaviour for old kernels.
Hans
1
-1
/
+5
2024-08-01
target/xtensa: Correct assert condition in handle_interrupt()
Peter Maydell
1
-1
/
+1
2024-08-01
target/arm: Handle denormals correctly for FMOPA (widening)
Peter Maydell
3
-15
/
+51
2024-08-01
accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
Salil Mehta
1
-0
/
+1
2024-08-01
hw/arm/mps2-tz.c: fix RX/TX interrupts order
Marco Palumbi
1
-3
/
+3
2024-08-01
intel_iommu: Fix for IQA reg read dropped DW field
yeeli
1
-1
/
+3
2024-08-01
hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()
Peter Maydell
1
-4
/
+4
2024-08-01
Revert "hw/pci: Rename has_power to enabled"
Michael S. Tsirkin
4
-16
/
+11
2024-08-01
Revert "hw/ppc/spapr_pci: Do not create DT for disabled PCI device"
Michael S. Tsirkin
1
-4
/
+0
2024-08-01
Revert "hw/ppc/spapr_pci: Do not reject VFs created after a PF"
Michael S. Tsirkin
1
-3
/
+1
2024-08-01
Revert "pcie_sriov: Do not manually unrealize"
Michael S. Tsirkin
1
-0
/
+4
2024-08-01
Revert "pcie_sriov: Ensure VF function number does not overflow"
Michael S. Tsirkin
5
-51
/
+18
2024-08-01
Revert "pcie_sriov: Reuse SR-IOV VF device instances"
Michael S. Tsirkin
5
-56
/
+62
2024-08-01
Revert "pcie_sriov: Release VFs failed to realize"
Michael S. Tsirkin
1
-2
/
+0
2024-08-01
Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"
Michael S. Tsirkin
3
-21
/
+10
2024-08-01
Revert "pcie_sriov: Register VFs after migration"
Michael S. Tsirkin
3
-16
/
+0
2024-08-01
Revert "hw/pci: Fix SR-IOV VF number calculation"
Michael S. Tsirkin
1
-5
/
+1
2024-08-01
Revert "pcie_sriov: Ensure PF and VF are mutually exclusive"
Michael S. Tsirkin
1
-5
/
+0
2024-08-01
Revert "pcie_sriov: Check PCI Express for SR-IOV PF"
Michael S. Tsirkin
1
-5
/
+0
2024-08-01
Revert "pcie_sriov: Allow user to create SR-IOV device"
Michael S. Tsirkin
4
-293
/
+83
2024-08-01
Revert "virtio-pci: Implement SR-IOV PF"
Michael S. Tsirkin
2
-16
/
+5
2024-08-01
Revert "virtio-net: Implement SR-IOV VF"
Michael S. Tsirkin
1
-1
/
+0
[next]