summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/utils.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-28hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé2-6/+11
2024-10-28ebpf: improve trace event coverage to all key operationsDaniel P. Berrangé2-0/+23
2024-10-28hw/net: report errors from failing to use eBPF RSS FDsDaniel P. Berrangé1-12/+29
2024-10-28ebpf: add formal error reporting to all APIsDaniel P. Berrangé4-20/+64
2024-10-28ebpf: improve error trace eventsDaniel P. Berrangé2-6/+8
2024-10-28ebpf: drop redundant parameter checks in static methodsDaniel P. Berrangé1-27/+5
2024-10-28hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé1-5/+5
2024-10-28net: fix build when libbpf is disabled, but libxdp is enabledDaniel P. Berrangé2-3/+9
2024-10-24test/qtest/aspeed_smc-test: Fix coding styleJamin Lin1-2/+4
2024-10-24hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin1-1/+1
2024-10-24hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin1-1/+1
2024-10-24hw/block/m25p80: Add SFDP table for w25q80bl flashJamin Lin3-2/+39
2024-10-24hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvqJamin Lin1-0/+38
2024-10-24hw/block:m25p80: Fix coding styleJamin Lin1-8/+14
2024-10-24aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin2-12/+29
2024-10-24tests/functional: Convert most Aspeed machine testsCédric Le Goater3-292/+284
2024-10-24hw/misc/aspeed_hace: Fix SG Accumulative hashingAlejandro Zeise2-45/+63
2024-10-24tests/qtest:ast2700-gpio-test: Add GPIO test case for AST2700Jamin Lin3-0/+99
2024-10-24aspeed/soc: Support GPIO for AST2700Jamin Lin1-0/+13
2024-10-24aspeed/soc: Correct GPIO irq 130 for AST2700Jamin Lin1-3/+2
2024-10-24hw/gpio/aspeed: Add AST2700 supportJamin Lin1-0/+380
2024-10-24hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index modeJamin Lin1-10/+17
2024-10-24hw/gpio/aspeed: Support different memory region opsJamin Lin2-1/+7
2024-10-24hw/gpio/aspeed: Support to set the different memory sizeJamin Lin2-1/+7
2024-10-24hw/gpio/aspeed: Fix coding styleJamin Lin2-4/+4
2024-10-23vfio/helpers: Align mmapsAlex Williamson1-2/+30
2024-10-23vfio/helpers: Refactor vfio_region_mmap() error handlingAlex Williamson1-17/+17
2024-10-23vfio/migration: Change trace formats from hex to decimalAvihai Horon1-5/+5
2024-10-23vfio/migration: Report only stop-copy size in vfio_state_pending_exact()Avihai Horon1-3/+0
2024-10-23pc-bios/s390-ccw: Update s390-ccw.img with the full boot order support featureThomas Huth1-0/+0
2024-10-23pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`Marc Hartmayer1-2/+3
2024-10-23pc-bios/s390-ccw: Don't generate TEXTRELsJens Remus2-3/+6
2024-10-23pc-bios/s390-ccw: Clarify alignment is in bytesJens Remus1-2/+2
2024-10-23tests/qtest: Add s390x boot order tests to cdrom-test.cJared Rossi1-0/+24
2024-10-23docs/system: Update documentation for s390x IPLJared Rossi2-6/+10
2024-10-23pc-bios/s390x: Enable multi-device boot loopJared Rossi4-21/+57
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi5-70/+38
2024-10-23hw/s390x: Build an IPLB for each boot deviceJared Rossi3-29/+105
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi8-55/+102
2024-10-23include/hw/s390x: Add include files for common IPL structsJared Rossi4-183/+130
2024-10-23pc-bios/s390-ccw: Enable failed IPL to return after errorJared Rossi8-56/+108
2024-10-23pc-bios/s390-ccw: Remove panics from Netboot IPL pathJared Rossi4-9/+18
2024-10-23pc-bios/s390-ccw: Remove panics from DASD IPL pathJared Rossi2-31/+37
2024-10-23pc-bios/s390-ccw: Remove panics from SCSI IPL pathJared Rossi3-71/+164
2024-10-23pc-bios/s390-ccw: Remove panics from ECKD IPL pathJared Rossi2-58/+130
2024-10-23pc-bios/s390-ccw: Remove panics from ISO IPL pathJared Rossi3-38/+65
2024-10-23docs/system/s390x/bootdevices: Update the documentation about network bootingJared Rossi1-13/+7
2024-10-23pc-bios/s390-ccw: Merge netboot.mak into the main MakefileThomas Huth2-46/+46
2024-10-23hw/s390x: Remove the possibility to load the s390-netboot.img binaryThomas Huth5-72/+6
2024-10-23pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binaryJared Rossi9-40/+24