Show patches with: State = Action Required       |   426138 patches
« 1 2 ... 601 602 6034261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,12/25] hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zero [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - 1 - - --- 2022-09-26 Gerd Hoffmann New
[PULL,11/25] hw/usb/hcd-xhci: Check whether DMA accesses fail [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,10/25] ui/console: fix three double frees in png_save() [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - 1 1 1 --- 2022-09-26 Gerd Hoffmann New
[PULL,09/25] ui/vdagent: fix serial reset of guest agent [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,08/25] ui/clipboard: reset the serial state on reset [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,07/25] ui/vdagent: always reset the clipboard serial on caps [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - 1 - - --- 2022-09-26 Gerd Hoffmann New
[PULL,06/25] ui/clipboard: fix serial priority [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,05/25] ui: add some vdagent related traces [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,04/25] meson: Allow to enable gtk and sdl while cocoa is enabled [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - 2 - --- 2022-09-26 Gerd Hoffmann New
[PULL,03/25] Revert "main-loop: Disable block backend global state assertion on Cocoa" [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - 3 - --- 2022-09-26 Gerd Hoffmann New
[PULL,02/25] ui/cocoa: Run qemu_init in the main thread [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc [PULL,01/25] ui/console: Get tab completion working again in the SDL monitor vc - - - - --- 2022-09-26 Gerd Hoffmann New
[PULL,00/25] Kraxel 20220926 patches - - - - --- 2022-09-26 Gerd Hoffmann New
[v12,21/21] job: remove unused functions job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,20/21] blockjob: remove unused functions job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,19/21] block_job_query: remove atomic read job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,18/21] job.c: enable job lock/unlock and remove Aiocontext locks job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,17/21] job.h: categorize JobDriver callbacks that need the AioContext lock job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,16/21] blockjob: protect iostatus field in BlockJob struct job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,15/21] blockjob: rename notifier callbacks as _locked job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,14/21] blockjob.h: categorize fields in struct BlockJob job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,13/21] jobs: protect job.aio_context with BQL and job_mutex job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,12/21] job: detect change of aiocontext within job coroutine job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,11/21] jobs: group together API calls under the same job lock job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,10/21] block/mirror.c: use of job helpers in drivers job: replace AioContext lock with job_mutex - - 1 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,09/21] jobs: use job locks also in the unit tests job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,08/21] jobs: add job lock in find_* functions job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,07/21] blockjob: introduce block_job _locked() APIs job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,06/21] job: move and update comments from blockjob.c job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,05/21] job.c: add job_lock/unlock while keeping job.h intact job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,03/21] job.c: API functions not used outside should be static job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,02/21] job.h: categorize fields in struct Job job: replace AioContext lock with job_mutex - - 3 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[v12,01/21] job.c: make job_mutex and job_lock/unlock() public job: replace AioContext lock with job_mutex - - 2 - --- 2022-09-26 Emanuele Giuseppe Esposito New
[2/2] vhost-net: Fix the virito features negotiation flaw Fix the virito features negotiation flaw - - - - --- 2022-09-26 Hyman Huang New
[1/2] vhost-user: Refactor vhost acked features saving Fix the virito features negotiation flaw - - - - --- 2022-09-26 Hyman Huang New
[RFC] ast2600: Fix CPU features [RFC] ast2600: Fix CPU features - - - - --- 2022-09-26 Cédric Le Goater New
ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext - 2 - - --- 2022-09-25 Mauro Matteo Cascella New
[2/2] linux-user: don't use AT_EXECFD in do_openat() linux-user: handle /proc/self/exe with execve() syscall - - - - --- 2022-09-25 Laurent Vivier New
[1/2] linux-user: handle /proc/self/exe with execve() syscall linux-user: handle /proc/self/exe with execve() syscall - - - - --- 2022-09-25 Laurent Vivier New
qemu-nbd: set timeout to qemu-nbd socket qemu-nbd: set timeout to qemu-nbd socket - - - - --- 2022-09-25 luzhipeng New
[2/2] target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privilege check target/m68k: MacOS supervisor/user mode switch fixes - part 2 - - 1 - --- 2022-09-25 Mark Cave-Ayland New
[1/2] target/m68k: increase size of m68k CPU features from uint32_t to uint64_t target/m68k: MacOS supervisor/user mode switch fixes - part 2 - - - - --- 2022-09-25 Mark Cave-Ayland New
hw/intc: sifive_plic: fix hard-coded max priority level hw/intc: sifive_plic: fix hard-coded max priority level - - 1 - --- 2022-09-25 Jim Shu New
[v2,13/13] mac_nvram: Use NVRAM_SIZE constant Misc ppc/mac machines clean up - - 1 - --- 2022-09-25 BALATON Zoltan New
[v2,12/13] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h Misc ppc/mac machines clean up - - 1 - --- 2022-09-25 BALATON Zoltan New
[v2,11/13] hw/ppc/mac.h: Move PROM and KERNEL defines to board code Misc ppc/mac machines clean up - - 2 - --- 2022-09-25 BALATON Zoltan New
[v2,10/13] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header Misc ppc/mac machines clean up - - - - --- 2022-09-25 BALATON Zoltan New
[v2,09/13] hw/ppc/mac.h: Move macio specific parts out from shared header Misc ppc/mac machines clean up - - 2 - --- 2022-09-25 BALATON Zoltan New
[v2,08/13] hw/ppc/mac.h: Move newworld specific parts out from shared header Misc ppc/mac machines clean up - - 1 - --- 2022-09-25 BALATON Zoltan New
[v2,07/13] mac_{old|new}world: Reduce number of QOM casts Misc ppc/mac machines clean up - - 2 - --- 2022-09-25 BALATON Zoltan New
[v2,06/13] mac_newworld: Simplify creation of Uninorth devices Misc ppc/mac machines clean up - - - - --- 2022-09-25 BALATON Zoltan New
[v2,05/13] mac_oldworld: Do not open code sysbus_mmio_map() Misc ppc/mac machines clean up - - - - --- 2022-09-25 BALATON Zoltan New
[v2,04/13] mac_{old|new}world: Avoid else branch by setting default value Misc ppc/mac machines clean up - - - - --- 2022-09-25 BALATON Zoltan New
[v2,03/13] mac_{old|new}world: Set tbfreq at declaration Misc ppc/mac machines clean up - - 1 - --- 2022-09-25 BALATON Zoltan New
[v2,02/13] mac_oldworld: Drop some more variables Misc ppc/mac machines clean up - - 2 - --- 2022-09-25 BALATON Zoltan New
[v2,01/13] mac_newworld: Drop some variables Misc ppc/mac machines clean up - - 2 - --- 2022-09-25 BALATON Zoltan New
[v3,54/54] docs/devel: testing: Document writing portable test cases tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,53/54] tests/qtest: Enable qtest build on Windows tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,52/54] .gitlab-ci.d/windows.yml: Display meson test logs tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,51/54] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,50/54] tests/qtest: migration-test: Skip running some TLS cases for win32 tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,49/54] io/channel-watch: Fix socket watch on Windows tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,48/54] io/channel-watch: Drop the unnecessary cast tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,47/54] io/channel-watch: Drop a superfluous '#ifdef WIN32' tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,46/54] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,45/54] tests/qtest: libqtest: Replace the call to close a socket with closesocket() tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,44/54] tests/qtest: microbit-test: Fix socket access for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,43/54] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is cance… tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,42/54] chardev/char-file: Add FILE_SHARE_WRITE when opening the file for win32 tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,41/54] tests/qtest: virtio-net-failover: Disable migration tests for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,40/54] tests/qtest: ide-test: Open file in binary mode tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,39/54] tests/qtest: migration-test: Disable IO redirection for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,38/54] tests/qtest: bios-tables-test: Adapt the case for win32 tests/qtest: Enable running qtest on Windows 1 - 1 - --- 2022-09-25 Bin Meng New
[v3,37/54] tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32 tests/qtest: Enable running qtest on Windows - - 2 - --- 2022-09-25 Bin Meng New
[v3,36/54] tests/qtest: Support libqtest to build and run on Windows tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,35/54] tests/qtest: libqtest: Install signal handler via signal() tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,34/54] tests/qtest: libqtest: Exclude the *_fds APIs for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,33/54] tests/qtest: Use send/recv for socket communication tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,32/54] tests/qtest: libqtest: Adapt global_qtest declaration for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,31/54] accel/qtest: Implement a portable qtest accelerator tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,30/54] tests/qtest: qmp-test: Skip running test_qmp_oob for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,29/54] tests/qtest: Build test-filter-{mirror, redirector} cases for posix only tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,28/54] tests/qtest: Skip running virtio-net-test cases that require socketpair() for win32 tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,27/54] hw/usb: dev-mtp: Use g_mkdir() tests/qtest: Enable running qtest on Windows 1 - - - --- 2022-09-25 Bin Meng New
[v3,26/54] fsdev/virtfs-proxy-helper: Use g_mkdir() tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,25/54] block/vvfat: Unify the mkdir() call tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,24/54] tests: vhost-user-bridge: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,23/54] tests/unit: test-qga: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,22/54] tests/unit: test-image-locking: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,21/54] tests/qtest: libqtest: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,20/54] tests/qtest: virtio-scsi-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,19/54] tests/qtest: virtio-blk-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,18/54] tests/qtest: vhost-user-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,17/54] tests/qtest: vhost-user-blk-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,16/54] tests/qtest: qmp-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,15/54] tests/qtest: pflash-cfi02-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,14/54] tests/qtest: migration-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - - - --- 2022-09-25 Bin Meng New
[v3,13/54] tests/qtest: ide-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
[v3,12/54] tests/qtest: hd-geo-test: Avoid using hardcoded /tmp tests/qtest: Enable running qtest on Windows - - 1 - --- 2022-09-25 Bin Meng New
« 1 2 ... 601 602 6034261 4262 »