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
/
tests
/
functional
/
qemu_test
/
linuxkernel.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-25
tests/functional: honour self.workdir in ACPI bits tests
Daniel P. Berrangé
1
-31
/
+13
2024-11-25
tests/functional: remove comments talking about avocado
Daniel P. Berrangé
1
-7
/
+6
2024-11-25
tests/functional: remove obsolete reference to avocado bug
Daniel P. Berrangé
1
-1
/
+0
2024-11-25
tests/functional: remove leftover :avocado: tags
Daniel P. Berrangé
2
-47
/
+0
2024-11-25
tests/functional: remove todo wrt avocado.utils.wait_for
Daniel P. Berrangé
1
-2
/
+1
2024-11-25
tests/functional: remove "AVOCADO" from env variable name
Daniel P. Berrangé
1
-1
/
+1
2024-11-25
tests/functional: automatically clean up scratch files after tests
Daniel P. Berrangé
2
-5
/
+15
2024-11-25
tests/functional: fix mips64el test to honour workdir
Daniel P. Berrangé
1
-1
/
+1
2024-11-22
linux-user: Fix strace output for s390x mmap()
Ilya Leoshkevich
3
-5
/
+9
2024-11-22
linux-user: Print tid not pid with strace
J. Neuschäfer
1
-1
/
+1
2024-11-20
Update version for v9.2.0-rc1 release
Peter Maydell
1
-1
/
+1
2024-11-20
scsi: fix allocation for s390x loadparm
Paolo Bonzini
1
-1
/
+1
2024-11-19
docs: aspeed: Reorganize the "Boot options" section
Cédric Le Goater
1
-13
/
+86
2024-11-19
hw/core/machine-smp: Fix error message parameter
Zhao Liu
1
-1
/
+1
2024-11-19
hw/core/machine-smp: Initialize caches_bitmap before reading
Zhao Liu
1
-0
/
+1
2024-11-19
hvf: remove unused but set variable
Pierrick Bouvier
1
-5
/
+5
2024-11-19
hw/i386/pc: Remove vmport value assertion
Kamil Szczęk
1
-1
/
+0
2024-11-19
trace: Don't include trace-root.h in control.c or control-target.c
Peter Maydell
2
-2
/
+0
2024-11-19
target/arm/hvf: Add trace.h header
Peter Maydell
2
-1
/
+2
2024-11-19
system/dma-helpers.c: Move trace events to system/trace-events
Peter Maydell
3
-8
/
+8
2024-11-19
hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
Peter Maydell
1
-8
/
+3
2024-11-19
hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functions
Peter Maydell
1
-40
/
+14
2024-11-19
bitops.h: Define bit operations on 'uint32_t' arrays
Peter Maydell
2
-3
/
+177
2024-11-19
arm/ptw: Honour WXN/UWXN and SIF in short-format descriptors
Pavel Skripkin
1
-31
/
+24
2024-11-19
arm/ptw: Make get_S1prot accept decoded AP
Pavel Skripkin
1
-8
/
+9
2024-11-19
tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
Roque Arcudia Hernandez
1
-0
/
+215
2024-11-19
tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure
Roque Arcudia Hernandez
1
-0
/
+1
2024-11-19
tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
Roque Arcudia Hernandez
2
-31
/
+84
2024-11-19
hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
Roque Arcudia Hernandez
1
-7
/
+27
2024-11-19
hw/intc/openpic: Avoid taking address of out-of-bounds array index
Peter Maydell
1
-7
/
+8
2024-11-19
hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
Rodrigo Dias Correa
1
-10
/
+3
2024-11-19
hw/timer/exynos4210_mct: fix possible int overflow
Dmitry Frolov
1
-1
/
+1
2024-11-18
.gitlab-ci.d: Raise timeout on cross-accel build jobs to 60m
Peter Maydell
1
-1
/
+1
2024-11-18
pc-bios: Update the s390 bios images with the recent fixes
Thomas Huth
1
-0
/
+0
2024-11-18
pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt
Thomas Huth
1
-0
/
+2
2024-11-18
pc-bios/s390x: Initialize machine loadparm before probing IPL devices
Jared Rossi
1
-1
/
+2
2024-11-18
pc-bios/s390x: Initialize cdrom type to false for each IPL device
Jared Rossi
1
-0
/
+1
2024-11-18
hw: Add "loadparm" property to scsi disk devices for booting on s390x
Thomas Huth
4
-13
/
+78
2024-11-18
hw/display: check frame buffer can hold blob
Alex Bennée
2
-3
/
+2
2024-11-18
hw/display: factor out the scanout blob to fb conversion
Alex Bennée
3
-44
/
+53
2024-11-18
MAINTAINERS: CC rust/ patches to qemu-rust list
Manos Pitsidianakis
1
-0
/
+5
2024-11-18
tests/tcg: Stop using exit() in the gdbstub testcases
Ilya Leoshkevich
4
-10
/
+16
2024-11-18
nbd-server: Silence server warnings on port probes
Eric Blake
1
-9
/
+17
2024-11-18
hw/watchdog/cmsdk_apb_watchdog: Fix broken link
Roque Arcudia Hernandez
1
-2
/
+2
2024-11-18
net: mark struct ip_header as QEMU_PACKED
Peter Maydell
1
-1
/
+1
2024-11-18
hw/net/virtio-net.c: Don't assume IP length field is aligned
Peter Maydell
2
-5
/
+20
2024-11-18
hw/audio/hda: fix memory leak on audio setup
Paolo Bonzini
1
-7
/
+7
2024-11-18
Revert "hw/audio/hda: fix memory leak on audio setup"
Paolo Bonzini
1
-20
/
+13
2024-11-18
hw/misc/mos6522: Fix bad class definition of the MOS6522 device
Thomas Huth
1
-1
/
+1
2024-11-18
hw/sd/sdhci: Fix coding style
Jamin Lin
1
-22
/
+42
[next]