Show patches with: none      |   435391 patches
« 1 2 ... 690 691 6924353 4354 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
linux-user: Use memfd for open syscall emulation linux-user: Use memfd for open syscall emulation - - - - --- 2022-07-25 Rainer Müller New
[v2] hw/display/bcm2835_fb: Fix framebuffer allocation address [v2] hw/display/bcm2835_fb: Fix framebuffer allocation address - - - - --- 2022-07-25 Alan Jian New
[RESEND] tests/tcg/linux-test: Fix random hangs in test_socket [RESEND] tests/tcg/linux-test: Fix random hangs in test_socket - - - - --- 2022-07-25 Ilya Leoshkevich New
target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpu target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpu - 1 1 - --- 2022-07-25 Ilya Leoshkevich New
[v1,13/13] qemu-options: bring the kernel and image options together fixes for 7.1 (testing, docs, semihosting) - - 2 - --- 2022-07-25 Alex Bennée New
[v1,12/13] docs/devel: fix description of OBJECT_DECLARE_SIMPLE_TYPE fixes for 7.1 (testing, docs, semihosting) - - 2 - --- 2022-07-25 Alex Bennée New
[v1,11/13] tests/tcg/s390x: Test unaligned accesses to lowcore fixes for 7.1 (testing, docs, semihosting) 2 - - - --- 2022-07-25 Alex Bennée New
[v1,10/13] qapi: Add exit-failure PanicAction fixes for 7.1 (testing, docs, semihosting) - - 2 - --- 2022-07-25 Alex Bennée New
[v1,09/13] semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM fixes for 7.1 (testing, docs, semihosting) - - 1 - --- 2022-07-25 Alex Bennée New
[v1,08/13] semihosting: Check for errors on SET_ARG() fixes for 7.1 (testing, docs, semihosting) - - 1 - --- 2022-07-25 Alex Bennée New
[v1,07/13] semihosting: Don't copy buffer after console_write() fixes for 7.1 (testing, docs, semihosting) - - 1 - --- 2022-07-25 Alex Bennée New
[v1,06/13] semihosting: Don't return negative values on qemu_semihosting_console_write() failure fixes for 7.1 (testing, docs, semihosting) - - 1 - --- 2022-07-25 Alex Bennée New
[v1,05/13] .gitlab-ci.d/windows.yml: Enable native Windows symlink fixes for 7.1 (testing, docs, semihosting) - - - - --- 2022-07-25 Alex Bennée New
[v1,04/13] .cirrus.yml: Change winsymlinks to 'native' fixes for 7.1 (testing, docs, semihosting) 1 - 1 - --- 2022-07-25 Alex Bennée New
[v1,03/13] gitlab: drop 'containers-layer2' stage fixes for 7.1 (testing, docs, semihosting) 1 - - - --- 2022-07-25 Alex Bennée New
[v1,02/13] gitlab: show testlog.txt contents when cirrus/custom-runner jobs fail fixes for 7.1 (testing, docs, semihosting) - - 1 - --- 2022-07-25 Alex Bennée New
[v1,01/13] tests: refresh to latest libvirt-ci module fixes for 7.1 (testing, docs, semihosting) 2 - - - --- 2022-07-25 Alex Bennée New
linux-user: Implement stracing madvise() linux-user: Implement stracing madvise() - - - - --- 2022-07-25 Ilya Leoshkevich New
linux-user: Do not treat madvise()'s advice as a bitmask linux-user: Do not treat madvise()'s advice as a bitmask - 1 1 - --- 2022-07-25 Ilya Leoshkevich New
[v2] linux-user: Passthrough MADV_DONTNEED for certain file mappings [v2] linux-user: Passthrough MADV_DONTNEED for certain file mappings - - - - --- 2022-07-25 Ilya Leoshkevich New
.gitlab-ci.d/windows.yml: Enable native Windows symlink .gitlab-ci.d/windows.yml: Enable native Windows symlink - - - - --- 2022-07-25 Bin Meng New
[v2,11/11] block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,10/11] block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,09/11] block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,08/11] block: use the new _change_ API instead of _can_set_ and _set_ Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,07/11] block-backend: implement .change_aio_ctx in child_root Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,06/11] block: implement .change_aio_ctx in child_of_bds Refactor bdrv_try_set_aio_context using transactions - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,05/11] blockjob: implement .change_aio_ctx in child_job Refactor bdrv_try_set_aio_context using transactions - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,04/11] bdrv_child_try_change_aio_context: add transaction parameter Refactor bdrv_try_set_aio_context using transactions - - - - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,03/11] bdrv_change_aio_context: use hash table instead of list of visited nodes Refactor bdrv_try_set_aio_context using transactions - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,02/11] block: use transactions as a replacement of ->{can_}set_aio_context() Refactor bdrv_try_set_aio_context using transactions - - - - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v2,01/11] block.c: assert bs->aio_context is written under BQL and drains Refactor bdrv_try_set_aio_context using transactions - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
ui/console: fix qemu_console_resize() regression ui/console: fix qemu_console_resize() regression 1 1 - 1 --- 2022-07-25 Marc-André Lureau New
linux-user: Don't assume 0 is not a valid host timer_t value linux-user: Don't assume 0 is not a valid host timer_t value - - - - --- 2022-07-25 Peter Maydell New
[v10,21/21] job: remove unused functions job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,20/21] blockjob: remove unused functions job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,19/21] block_job_query: remove atomic read job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,18/21] job.c: enable job lock/unlock and remove Aiocontext locks job: replace AioContext lock with job_mutex - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,17/21] blockjob: protect iostatus field in BlockJob struct job: replace AioContext lock with job_mutex - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,16/21] blockjob: rename notifier callbacks as _locked job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,15/21] blockjob.h: categorize fields in struct BlockJob job: replace AioContext lock with job_mutex - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,14/21] jobs: protect job.aio_context with BQL and job_mutex job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,13/21] job: detect change of aiocontext within job coroutine job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,12/21] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocont… job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,11/21] jobs: group together API calls under the same job lock job: replace AioContext lock with job_mutex - - 1 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,10/21] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,09/21] jobs: use job locks also in the unit tests job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,08/21] jobs: add job lock in find_* functions job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,07/21] blockjob: introduce block_job _locked() APIs job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,06/21] job: move and update comments from blockjob.c job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,05/21] job.c: add job_lock/unlock while keeping job.h intact job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,03/21] job.c: API functions not used outside should be static job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,02/21] job.h: categorize fields in struct Job job: replace AioContext lock with job_mutex - - 3 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v10,01/21] job.c: make job_mutex and job_lock/unlock() public job: replace AioContext lock with job_mutex - - 2 - --- 2022-07-25 Emanuele Giuseppe Esposito New
[v5,1/1] target/riscv: Add Zihintpause support target/riscv: Add Zihintpause support - - 1 1 --- 2022-07-25 Dao Lu New
[v15,10/10] virtio-pci: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,09/10] virtio-mmio: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,08/10] virtio-net: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,07/10] vhost: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,06/10] virtio: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,05/10] vhost-vdpa: add support for config interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,04/10] vhost: introduce new VhostOps vhost_set_config_call vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,03/10] virtio-pci: decouple the single vector from the interrupt process vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,02/10] virtio-pci: decouple notifier from interrupt process vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
[v15,01/10] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-24 Cindy Lu New
hw/display/bcm2835_fb: Fix framebuffer allocation address hw/display/bcm2835_fb: Fix framebuffer allocation address - - - - --- 2022-07-23 Alan Jian New
hw/intc: sifive_plic: Fix multi-socket plic configuraiton hw/intc: sifive_plic: Fix multi-socket plic configuraiton - 1 2 - --- 2022-07-23 Atish Kumar Patra New
[v14,10/10] virtio-pci: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,09/10] virtio-mmio: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,08/10] virtio-net: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,07/10] vhost: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,06/10] virtio: add support for configure interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,05/10] vhost-vdpa: add support for config interrupt vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,04/10] vhost: introduce new VhostOps vhost_set_config_call vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,03/10] virtio-pci: decouple the single vector from the interrupt process vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,02/10] virtio-pci: decouple notifier from interrupt process vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[v14,01/10] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX vhost-vdpa: add support for configure interrupt - - - - --- 2022-07-23 Cindy Lu New
[8/8] tests/migration: Introduce dirty-limit into guestperf migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[7/8] tests/migration: Introduce dirty-ring-size option into guestperf migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[6/8] tests: Add migration dirty-limit capability test migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[5/8] migration: Export dirty-limit time info migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[4/8] migration: Implement dirty-limit convergence algo migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[3/8] migration: Introduce dirty-limit capability migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[2/8] qapi/migration: Introduce vcpu-dirty-limit parameters migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[1/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter migration: introduce dirtylimit capability - - - - --- 2022-07-23 Hyman Huang New
[v2,2/2] tests/tcg/s390x: Test unaligned accesses to lowcore accel/tcg: Test unaligned stores to s390x low-address-protected lowcore 1 - - - --- 2022-07-22 Ilya Leoshkevich New
[v2,1/2] qapi: Add exit-failure PanicAction accel/tcg: Test unaligned stores to s390x low-address-protected lowcore - - 2 - --- 2022-07-22 Ilya Leoshkevich New
[for-7.2,10/10] hmp, device_tree.c: add 'info fdt <property>' support add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,09/10] device_tree.c: add fdt_print_property() helper add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,08/10] device_node.c: enable 'info fdt' to print subnodes add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,07/10] device_tree.c: support remaining FDT prop types add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,06/10] device_tree.c: support printing of strings props add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,05/10] hmp, device_tree.c: introduce 'info fdt' command add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,04/10] hmp, device_tree.c: introduce fdt-save add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,03/10] hw/ppc: set machine->fdt in spapr machine add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,02/10] hw/ppc/pegasos2.c: set machine->fdt in machine_reset() add hmp 'save-fdt' and 'info fdt' commands 1 - - - --- 2022-07-22 Daniel Henrique Barboza New
[for-7.2,01/10] hw/arm/boot.c: do not free machine->fdt in arm_load_dtb() add hmp 'save-fdt' and 'info fdt' commands - - - - --- 2022-07-22 Daniel Henrique Barboza New
[RFC,3/3] use migration code for cpu and device save/restore add snapshot/restore fuzzing device - - - - --- 2022-07-22 Richard Liu New
[RFC,2/3] implement ram save/restore add snapshot/restore fuzzing device - - - - --- 2022-07-22 Richard Liu New
« 1 2 ... 690 691 6924353 4354 »