Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Commits · v8.2.8
qemu
Browse files
Nov 20, 2024
Update version for 8.2.8 release
· f30c55b4
Michael Tokarev
authored
Nov 21, 2024
View commits for tag v8.2.8
v8.2.8
f30c55b4
Nov 18, 2024
usb-hub: Fix handling port power control messages
· 78da6504
Guenter Roeck
authored
Nov 12, 2024
and
Michael Tokarev
committed
Nov 18, 2024
78da6504
hw/audio/hda: fix memory leak on audio setup
· fe6e7a8b
Paolo Bonzini
authored
Nov 14, 2024
and
Michael Tokarev
committed
Nov 18, 2024
fe6e7a8b
hw/misc/mos6522: Fix bad class definition of the MOS6522 device
· 8a8a0e89
Thomas Huth
authored
Nov 14, 2024
and
Michael Tokarev
committed
Nov 18, 2024
8a8a0e89
contrib/plugins: add compat for g_memdup2
· 391c3f88
Alex Bennée
authored
Jul 29, 2024
and
Michael Tokarev
committed
Nov 18, 2024
391c3f88
Nov 17, 2024
target/i386: fix hang when using slow path for ptw_setl
· 16942fe5
Pierrick Bouvier
authored
Oct 25, 2024
and
Michael Tokarev
committed
Nov 17, 2024
16942fe5
tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
· 35df60ca
Peter Maydell
authored
Nov 15, 2024
and
Michael Tokarev
committed
Nov 17, 2024
35df60ca
linux-user/arm: Select vdso for be8 and be32 modes
· a9a949b2
Richard Henderson
authored
Nov 13, 2024
and
Michael Tokarev
committed
Nov 17, 2024
a9a949b2
linux-user/arm: Reduce vdso alignment to 4k
· 33afee2f
Richard Henderson
authored
Nov 12, 2024
and
Michael Tokarev
committed
Nov 17, 2024
33afee2f
linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
· 44602592
Ilya Leoshkevich
authored
Oct 23, 2024
and
Michael Tokarev
committed
Nov 17, 2024
44602592
accel/tcg: Fix user-only probe_access_internal plugin check
· 482edc6d
Richard Henderson
authored
Nov 11, 2024
and
Michael Tokarev
committed
Nov 17, 2024
482edc6d
target/arm: Drop user-only special case in sve_stN_r
· 7db4f0c0
Richard Henderson
authored
Nov 12, 2024
and
Michael Tokarev
committed
Nov 17, 2024
7db4f0c0
linux-user: Fix setreuid and setregid to use direct syscalls
· 3dc3a04f
Helge Deller
authored
Nov 05, 2024
and
Michael Tokarev
committed
Nov 17, 2024
3dc3a04f
Nov 13, 2024
target/i386: Fix legacy page table walk
· 363d385d
Alexander Graf
authored
Nov 06, 2024
and
Michael Tokarev
committed
Nov 13, 2024
363d385d
Nov 10, 2024
9pfs: fix crash on 'Treaddir' request
· b08f9df3
Christian Schoenebeck
authored
Nov 05, 2024
and
Michael Tokarev
committed
Nov 10, 2024
b08f9df3
hw/nvme: fix handling of over-committed queues
· e3d2027b
Klaus Jensen
authored
Oct 29, 2024
and
Michael Tokarev
committed
Nov 10, 2024
e3d2027b
migration: Ensure vmstate_save() sets errp
· 15c15302
Hanna Czenczek
authored
Oct 15, 2024
and
Michael Tokarev
committed
Nov 10, 2024
15c15302
target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
· 9482f989
Peter Maydell
authored
Nov 05, 2024
and
Michael Tokarev
committed
Nov 10, 2024
9482f989
target/ppc: Fix mtDPDES targeting SMT siblings
· a0f6b027
npiggin
authored
Aug 06, 2024
and
Michael Tokarev
committed
Nov 10, 2024
a0f6b027
target/ppc: Set ctx->opcode for decode_insn32()
· 19502532
Ilya Leoshkevich
authored
Aug 12, 2024
and
Michael Tokarev
committed
Nov 10, 2024
19502532
target/riscv: Fix vcompress with rvv_ta_all_1s
· 325bda0a
Anton Blanchard
authored
Oct 30, 2024
and
Michael Tokarev
committed
Nov 10, 2024
325bda0a
target/riscv/kvm: clarify how 'riscv-aia' default works
· 0125fae2
Daniel Henrique Barboza
authored
Oct 28, 2024
and
Michael Tokarev
committed
Nov 10, 2024
0125fae2
target/riscv/kvm: set 'aia_mode' to default in error path
· ebb544a0
Daniel Henrique Barboza
authored
Oct 28, 2024
and
Michael Tokarev
committed
Nov 10, 2024
ebb544a0
hw/intc/riscv_aplic: Check and update pending when write sourcecfg
· d29ab85d
Yong-Xuan Wang
authored
Oct 04, 2024
and
Michael Tokarev
committed
Nov 10, 2024
d29ab85d
hw/intc/riscv_aplic: Fix in_clrip[x] read emulation
· 54e5df72
Anup Patel
authored
Mar 06, 2024
and
Michael Tokarev
committed
Nov 10, 2024
54e5df72
target/riscv: Set vtype.vill on CPU reset
· 9ed225f1
Rob Bradford
authored
Sep 30, 2024
and
Michael Tokarev
committed
Nov 10, 2024
9ed225f1
hw/intc: Don't clear pending bits on IRQ lowering
· 0ff28bf0
Sergey Makarov
authored
Sep 18, 2024
and
Michael Tokarev
committed
Nov 10, 2024
0ff28bf0
target/riscv: Correct SXL return value for RV32 in RV64 QEMU
· 2c719387
TANG Tiancheng
authored
Sep 19, 2024
and
Michael Tokarev
committed
Nov 10, 2024
2c719387
target/riscv/csr.c: Fix an access to VXSAT
· 5e0f5840
Evgenii Prokopiev
authored
Oct 02, 2024
and
Michael Tokarev
committed
Nov 10, 2024
5e0f5840
target/arm: Fix arithmetic underflow in SETM instruction
· 0c826be9
Ido Plat
authored
Oct 29, 2024
and
Michael Tokarev
committed
Nov 10, 2024
0c826be9
target/arm: Don't assert in regime_is_user() for E10 mmuidx values
· 9f4fe671
Peter Maydell
authored
Oct 29, 2024
and
Michael Tokarev
committed
Nov 10, 2024
9f4fe671
net/tap-win32: Fix gcc 14 format truncation errors
· f1896040
Bernhard Beschow
authored
Oct 08, 2024
and
Michael Tokarev
committed
Nov 10, 2024
f1896040
net: fix build when libbpf is disabled, but libxdp is enabled
· 719229d5
Daniel P. Berrangé
authored
Oct 23, 2024
and
Michael Tokarev
committed
Nov 10, 2024
719229d5
Fix calculation of minimum in colo_compare_tcp
· 01f9d355
Stefan Weil
authored
Sep 09, 2024
and
Michael Tokarev
committed
Nov 10, 2024
01f9d355
dockerfiles: fix default targets for debian-loongarch-cross
· a15d41ac
Pierrick Bouvier
authored
Oct 23, 2024
and
Michael Tokarev
committed
Nov 10, 2024
a15d41ac
gitlab: make check-[dco|patch] a little more verbose
· 8017ac63
Alex Bennée
authored
Oct 23, 2024
and
Michael Tokarev
committed
Nov 10, 2024
8017ac63
vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
· fd5ec470
Avihai Horon
authored
Oct 20, 2024
and
Michael Tokarev
committed
Nov 10, 2024
fd5ec470
linux-user/ppc: Fix sigmask endianness issue in sigreturn
· 7ab3aff9
Ilya Leoshkevich
authored
Oct 17, 2024
and
Michael Tokarev
committed
Nov 10, 2024
7ab3aff9
linux-user: Emulate /proc/self/maps under mmap_lock
· dad76277
Ilya Leoshkevich
authored
Oct 14, 2024
and
Michael Tokarev
committed
Nov 10, 2024
dad76277
target/i386: Use probe_access_full_mmu in ptw_translate
· 9a964067
Richard Henderson
authored
Oct 13, 2024
and
Michael Tokarev
committed
Nov 10, 2024
9a964067
Loading