Show patches with: State = Action Required       |    Archived = No       |   431935 patches
« 1 2 ... 151 152 1534319 4320 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[48/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_nodma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[47/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in do_dma_pdma_cb() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[46/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[45/88] esp.c: remove do_cmd from ESPState esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[44/88] esp.c: convert esp_reg_write() do_cmd path to check for SCSI phase instead esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[43/88] esp.c: convert esp_do_nodma() do_cmd path to check for SCSI phase instead esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[42/88] esp.c: convert do_dma_pdma_cb() do_cmd path to check for SCSI phase instead esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[41/88] esp.c: convert esp_do_dma() do_cmd path to check for SCSI phase instead esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[40/88] esp.c: convert esp_do_nodma() to switch statement based upon SCSI phase esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[39/88] esp.c: convert do_dma_pdma_db() to switch statement based upon SCSI phase esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[38/88] esp.c: convert esp_do_dma() to switch statement based upon SCSI phase esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[37/88] esp.c: introduce esp_get_phase() function esp: rework ESP emulation to use a SCSI phase-based state machine - - 1 - --- 2024-01-12 Mark Cave-Ayland New
[36/88] esp.c: remove s_without_satn_pdma_cb() PDMA callback esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[35/88] esp.c: move end of SCSI transfer check after TC adjustment in do_dma_pdma_cb() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[34/88] esp.c: update esp_do_dma() bypass if async_len is zero to include non-zero transfer check esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[33/88] esp.c: copy logic for do_cmd transfers from do_dma_pdma_cb() to esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[32/88] esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[31/88] esp.c: rename esp_dma_done() to esp_dma_ti_check() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[30/88] esp.c: move TC and FIFO check logic into esp_dma_done() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[29/88] esp.c: fix premature end of phase logic esp_command_complete esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[28/88] esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[27/88] esp.c: update end of transfer logic at the end of esp_transfer_data() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[26/88] esp.c: remove unneeded if() check in esp_transfer_data() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[25/88] esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device path esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[24/88] esp.c: remove TC adjustment in esp_do_dma() from device path esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[23/88] esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[22/88] esp.c: ensure that the PDMA callback is called for every device read esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[21/88] esp.c: update condition for esp_dma_done() in esp_do_dma() to device path esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[20/88] esp.c: update condition for esp_dma_done() in esp_do_dma() from device path esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[19/88] esp: remove zero transfer size check from esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[18/88] esp.c: don't clear RFLAGS register when DMA is complete esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[17/88] esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI command esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[16/88] esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZ esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[15/88] esp.c: remove another set of manual STAT_TC updates esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[14/88] esp.c: introduce esp_set_phase() helper function esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[13/88] esp.c: decrement the TC during MESSAGE OUT and COMMAND phases esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[12/88] esp.c: don't accumulate directly into cmdfifo esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[11/88] esp.c: remove unused case from esp_pdma_read() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[10/88] esp: move buffer and TC logic into separate to/from device paths in esp_do_dma() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[09/88] esp: update TC check logic in do_dma_pdma_cb() to check for TC == 0 esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[08/88] esp: move command execution logic to new esp_run_cmd() function esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[07/88] esp: start removal of manual STAT_TC setting when transfer counter reaches zero esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[06/88] esp: update esp_set_tc() to set STAT_TC flag esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[05/88] esp: move esp_select() to ESP selection commands from get_cmd() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[04/88] esp: remove FIFO clear from esp_select() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[03/88] esp.c: add FIFO wraparound support to esp_fifo_pop_buf() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[02/88] esp: move existing request cancel check into esp_select() esp: rework ESP emulation to use a SCSI phase-based state machine - - - - --- 2024-01-12 Mark Cave-Ayland New
[01/88] esp: don't clear cmdfifo when esp_select() fails in get_cmd() esp: rework ESP emulation to use a SCSI phase-based state machine - - - 1 --- 2024-01-12 Mark Cave-Ayland New
[v2] load_elf: fix iterators' types for elf file processing [v2] load_elf: fix iterators' types for elf file processing - 1 - - --- 2024-01-12 Anastasia Belova New
[PULL,22/22] Revert "tests/avocado: remove skips from replay_kernel" [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,21/22] readthodocs: fully specify a build environment [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,20/22] mtest2make: stop disabling meson test timeouts [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,19/22] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,18/22] tests/unit: Bump test-crypto-block test timeout to 5 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,17/22] tests/unit: Bump test-aio-multithread test timeout to 2 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,16/22] tests/qtest: Bump the device-introspect-test timeout to 12 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,15/22] qtest: bump bios-table-test timeout to 9 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,14/22] qtest: bump aspeed_smc-test timeout to 6 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,13/22] qtest: bump qos-test timeout to 2 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,12/22] qtest: bump boot-serial-test timeout to 3 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,11/22] qtest: bump prom-env-test timeout to 6 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,10/22] qtest: bump pxe-test timeout to 10 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,09/22] qtest: bump test-hmp timeout to 4 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,08/22] qtest: bump npcm7xx_pwm-test timeout to 5 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,07/22] qtest: bump qom-test timeout to 15 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,06/22] qtest: bump migration-test timeout to 8 minutes [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,05/22] qtest: bump min meson timeout to 60 seconds [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,04/22] chardev: use bool for fe_is_open [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,03/22] gitlab: include microblazeel in testing [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,02/22] tests/avocado: use snapshot=on in kvm_xen_guest [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - 1 - --- 2024-01-12 Alex Bennée New
[PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine [PULL,01/22] tests/avocado: Add a test for a little-endian microblaze machine - - - - --- 2024-01-12 Alex Bennée New
[PULL,00/22] testing and misc updates - - - - --- 2024-01-12 Alex Bennée New
coroutine-ucontext: Save fake stack for pooled coroutine coroutine-ucontext: Save fake stack for pooled coroutine - - - - --- 2024-01-12 Akihiko Odaki New
[v3,9/9] target/hppa: Fix IOR and ISR on error in probe target/hppa qemu v8.2 regression fixes - - 1 - --- 2024-01-12 Helge Deller New
[v3,8/9] target/hppa: Fix IOR and ISR on unaligned access trap target/hppa qemu v8.2 regression fixes - - 1 - --- 2024-01-12 Helge Deller New
[v3,7/9] target/hppa: Export function hppa_set_ior_and_isr() target/hppa qemu v8.2 regression fixes - - 1 - --- 2024-01-12 Helge Deller New
[v3,6/9] target/hppa: Avoid accessing %gr0 when raising exception target/hppa qemu v8.2 regression fixes - - 1 1 --- 2024-01-12 Helge Deller New
[v3,5/9] hw/hppa: Move software power button address back into PDC target/hppa qemu v8.2 regression fixes - - 1 2 --- 2024-01-12 Helge Deller New
[v3,4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0 target/hppa qemu v8.2 regression fixes - - 1 2 --- 2024-01-12 Helge Deller New
[v3,3/9] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD target/hppa qemu v8.2 regression fixes - - - 1 --- 2024-01-12 Helge Deller New
[v3,2/9] hw/hppa/machine: Disable default devices with --nodefaults option target/hppa qemu v8.2 regression fixes - - 1 - --- 2024-01-12 Helge Deller New
[v3,1/9] hw/hppa/machine: Allow up to 3840 MB total memory target/hppa qemu v8.2 regression fixes - 1 1 1 --- 2024-01-12 Helge Deller New
[5/5] qemu-options: Remove the deprecated -singlestep option [1/5] qemu-options: Remove the deprecated -no-hpet option - - - - --- 2024-01-12 Thomas Huth New
[4/5] qemu-options: Remove the deprecated -chroot option [1/5] qemu-options: Remove the deprecated -no-hpet option - - 1 - --- 2024-01-12 Thomas Huth New
[3/5] qemu-options: Remove the deprecated -async-teardown option [1/5] qemu-options: Remove the deprecated -no-hpet option - - 2 - --- 2024-01-12 Thomas Huth New
[2/5] qemu-options: Remove the deprecated -no-acpi option [1/5] qemu-options: Remove the deprecated -no-hpet option - - - - --- 2024-01-12 Thomas Huth New
[1/5] qemu-options: Remove the deprecated -no-hpet option [1/5] qemu-options: Remove the deprecated -no-hpet option - - 1 - --- 2024-01-12 Thomas Huth New
[v4,2/2] target/i386: add control bits support for LAM Add support for LAM in QEMU - - 2 1 --- 2024-01-12 Binbin Wu New
[v4,1/2] target/i386: add support for LAM in CPUID enumeration Add support for LAM in QEMU - - 2 1 --- 2024-01-12 Binbin Wu New
util/uri: Remove is_hex() function util/uri: Remove is_hex() function - - - - --- 2024-01-12 Thomas Huth New
[4/4] tests/tcg/xtensa: fix SR test for configs with MPU target/xtensa: provide configuration with MPU - - - - --- 2024-01-12 Max Filippov New
[3/4] tests/tcg/xtensa: tidy test linker script target/xtensa: provide configuration with MPU - - - - --- 2024-01-12 Max Filippov New
[2/4] target/xtensa: import sample_controller32 core target/xtensa: provide configuration with MPU - - - - --- 2024-01-12 Max Filippov New
[1/4] target/xtensa: add translation for wsr.mpucfg target/xtensa: provide configuration with MPU - - - - --- 2024-01-12 Max Filippov New
vhost-user.rst: Fix vring address description vhost-user.rst: Fix vring address description - 1 - - --- 2024-01-12 Andrey Ignatov New
[2/2] qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN Untitled series #390163 - - 1 - --- 2024-01-11 Nick Briggs New
MAINTAINERS: Update Raphael Norwitz email MAINTAINERS: Update Raphael Norwitz email - - 1 - --- 2024-01-11 Raphael Norwitz New
[1/1] SMBIOS type 8 should use T8_BASE. smbios_build_type_8_table should use T8_BASE. - - - - --- 2024-01-11 Felix Wu New
[6/6] vdpa: move memory listener register to vhost_vdpa_init Move memory listener register to vhost_vdpa_init - - - - --- 2024-01-11 Eugenio Perez Martin New
[5/6] vdpa: reorder listener assignment Move memory listener register to vhost_vdpa_init - - - - --- 2024-01-11 Eugenio Perez Martin New
« 1 2 ... 151 152 1534319 4320 »