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
/
utils.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
hw/net: improve tracing of eBPF RSS setup
Daniel P. Berrangé
2
-6
/
+11
2024-10-28
ebpf: improve trace event coverage to all key operations
Daniel P. Berrangé
2
-0
/
+23
2024-10-28
hw/net: report errors from failing to use eBPF RSS FDs
Daniel P. Berrangé
1
-12
/
+29
2024-10-28
ebpf: add formal error reporting to all APIs
Daniel P. Berrangé
4
-20
/
+64
2024-10-28
ebpf: improve error trace events
Daniel P. Berrangé
2
-6
/
+8
2024-10-28
ebpf: drop redundant parameter checks in static methods
Daniel P. Berrangé
1
-27
/
+5
2024-10-28
hw/net: fix typo s/epbf/ebpf/ in virtio-net
Daniel P. Berrangé
1
-5
/
+5
2024-10-28
net: fix build when libbpf is disabled, but libxdp is enabled
Daniel P. Berrangé
2
-3
/
+9
2024-10-24
test/qtest/aspeed_smc-test: Fix coding style
Jamin Lin
1
-2
/
+4
2024-10-24
hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVB
Jamin Lin
1
-1
/
+1
2024-10-24
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.
Jamin Lin
1
-1
/
+1
2024-10-24
hw/block/m25p80: Add SFDP table for w25q80bl flash
Jamin Lin
3
-2
/
+39
2024-10-24
hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvq
Jamin Lin
1
-0
/
+38
2024-10-24
hw/block:m25p80: Fix coding style
Jamin Lin
1
-8
/
+14
2024-10-24
aspeed/smc: Fix write incorrect data into flash in user mode
Jamin Lin
2
-12
/
+29
2024-10-24
tests/functional: Convert most Aspeed machine tests
Cédric Le Goater
3
-292
/
+284
2024-10-24
hw/misc/aspeed_hace: Fix SG Accumulative hashing
Alejandro Zeise
2
-45
/
+63
2024-10-24
tests/qtest:ast2700-gpio-test: Add GPIO test case for AST2700
Jamin Lin
3
-0
/
+99
2024-10-24
aspeed/soc: Support GPIO for AST2700
Jamin Lin
1
-0
/
+13
2024-10-24
aspeed/soc: Correct GPIO irq 130 for AST2700
Jamin Lin
1
-3
/
+2
2024-10-24
hw/gpio/aspeed: Add AST2700 support
Jamin Lin
1
-0
/
+380
2024-10-24
hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
Jamin Lin
1
-10
/
+17
2024-10-24
hw/gpio/aspeed: Support different memory region ops
Jamin Lin
2
-1
/
+7
2024-10-24
hw/gpio/aspeed: Support to set the different memory size
Jamin Lin
2
-1
/
+7
2024-10-24
hw/gpio/aspeed: Fix coding style
Jamin Lin
2
-4
/
+4
2024-10-23
vfio/helpers: Align mmaps
Alex Williamson
1
-2
/
+30
2024-10-23
vfio/helpers: Refactor vfio_region_mmap() error handling
Alex Williamson
1
-17
/
+17
2024-10-23
vfio/migration: Change trace formats from hex to decimal
Avihai Horon
1
-5
/
+5
2024-10-23
vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
Avihai Horon
1
-3
/
+0
2024-10-23
pc-bios/s390-ccw: Update s390-ccw.img with the full boot order support feature
Thomas Huth
1
-0
/
+0
2024-10-23
pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`
Marc Hartmayer
1
-2
/
+3
2024-10-23
pc-bios/s390-ccw: Don't generate TEXTRELs
Jens Remus
2
-3
/
+6
2024-10-23
pc-bios/s390-ccw: Clarify alignment is in bytes
Jens Remus
1
-2
/
+2
2024-10-23
tests/qtest: Add s390x boot order tests to cdrom-test.c
Jared Rossi
1
-0
/
+24
2024-10-23
docs/system: Update documentation for s390x IPL
Jared Rossi
2
-6
/
+10
2024-10-23
pc-bios/s390x: Enable multi-device boot loop
Jared Rossi
4
-21
/
+57
2024-10-23
s390x: Rebuild IPLB for SCSI device directly from DIAG308
Jared Rossi
5
-70
/
+38
2024-10-23
hw/s390x: Build an IPLB for each boot device
Jared Rossi
3
-29
/
+105
2024-10-23
s390x: Add individual loadparm assignment to CCW device
Jared Rossi
8
-55
/
+102
2024-10-23
include/hw/s390x: Add include files for common IPL structs
Jared Rossi
4
-183
/
+130
2024-10-23
pc-bios/s390-ccw: Enable failed IPL to return after error
Jared Rossi
8
-56
/
+108
2024-10-23
pc-bios/s390-ccw: Remove panics from Netboot IPL path
Jared Rossi
4
-9
/
+18
2024-10-23
pc-bios/s390-ccw: Remove panics from DASD IPL path
Jared Rossi
2
-31
/
+37
2024-10-23
pc-bios/s390-ccw: Remove panics from SCSI IPL path
Jared Rossi
3
-71
/
+164
2024-10-23
pc-bios/s390-ccw: Remove panics from ECKD IPL path
Jared Rossi
2
-58
/
+130
2024-10-23
pc-bios/s390-ccw: Remove panics from ISO IPL path
Jared Rossi
3
-38
/
+65
2024-10-23
docs/system/s390x/bootdevices: Update the documentation about network booting
Jared Rossi
1
-13
/
+7
2024-10-23
pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
Thomas Huth
2
-46
/
+46
2024-10-23
hw/s390x: Remove the possibility to load the s390-netboot.img binary
Thomas Huth
5
-72
/
+6
2024-10-23
pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
Jared Rossi
9
-40
/
+24
[next]