qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-05 07:42:03 to 2022-07-05 17:18:46 UTC [more...]

[PATCH 0/5] target/arm: Implement (or don't) OS Lock and DoubleLock properly
 2022-07-05 17:16 UTC  (5+ messages)
` [PATCH 5/5] target/arm: Correctly implement Feat_DoubleLock

[PATCH 0/5] Eliminate multifd flush
 2022-07-05 17:13 UTC  (16+ messages)
` [PATCH 1/5] multifd: Create property multifd-sync-each-iteration
` [PATCH 2/5] multifd: Put around all sync calls tests for each iteration
` [PATCH 3/5] migration: Simplify ram_find_and_save_block()
` [PATCH 4/5] migration: Make find_dirty_block() return a single parameter
` [PATCH 5/5] multifd: Only sync once each full round of memory

[PATCH v4] hw/nvme: Use ioeventfd to handle doorbell updates
 2022-07-05 17:11 UTC  (2+ messages)

[RFC PATCH v2 0/8] qapi: add generator for Golang interface
 2022-07-05 16:49 UTC  (13+ messages)
` [RFC PATCH v2 2/8] qapi: golang: Generate qapi's alternate types in Go
` [RFC PATCH v2 4/8] qapi: golang: Generate qapi's union "
` [RFC PATCH v2 5/8] qapi: golang: Generate qapi's event "
` [RFC PATCH v2 7/8] qapi: golang: Add CommandResult type to Go

[PATCH] multifd: Copy pages before compressing them with zlib
 2022-07-05 16:33 UTC  (6+ messages)

[PULL 00/14] Testing and misc patches
 2022-07-05 16:43 UTC  (16+ messages)
` [PULL 01/14] tests: fix test-cutils leaks
` [PULL 02/14] tests/fp: Do not build softfloat3 tests if TCG is disabled
` [PULL 03/14] gitlab: normalize indentation in edk2/opensbi rules
` [PULL 04/14] gitlab: tweak comments in edk2/opensbi jobs
` [PULL 05/14] gitlab: honour QEMU_CI variable "
` [PULL 06/14] gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m
` [PULL 07/14] tests: wait max 120 seconds for migration test status changes
` [PULL 08/14] tests: wait for migration completion before looking for STOP event
` [PULL 09/14] tests: increase migration test converge downtime to 30 seconds
` [PULL 10/14] tests: use consistent bandwidth/downtime limits in migration tests
` [PULL 11/14] disas: Remove libvixl disassembler
` [PULL 12/14] po: add ukrainian translation
` [PULL 13/14] meson.build: Require a recent version of libpng
` [PULL 14/14] include/qemu/host-utils: Remove unused code in the *_overflow wrappers

[PATCH 0/5] ppc: Remove irq_inputs
 2022-07-05 16:37 UTC  (8+ messages)
` [PATCH 1/5] ppc64: Allocate IRQ lines with qdev_init_gpio_in()
` [PATCH 2/5] ppc/40x: "
` [PATCH 3/5] ppc/6xx: "
` [PATCH 4/5] ppc/e500: "
` [PATCH 5/5] ppc: Remove unused irq_inputs

[PATCH v2 00/18] Make block-backend-io.h API more consistent
 2022-07-05 16:15 UTC  (19+ messages)
` [PATCH v2 01/18] block: Make blk_{pread, pwrite}() return 0 on success
` [PATCH v2 02/18] block: Add a 'flags' param to blk_pread()
` [PATCH v2 03/18] block: Change blk_{pread,pwrite}() param order
` [PATCH v2 04/18] block: Make 'bytes' param of blk_{pread, pwrite}() an int64_t
` [PATCH v2 05/18] block: Make blk_co_pwrite() take a const buffer
` [PATCH v2 06/18] block: Implement blk_{pread, pwrite}() using generated_co_wrapper
` [PATCH v2 07/18] block: Add blk_{preadv,pwritev}()
` [PATCH v2 08/18] block: Add blk_[co_]preadv_part()
` [PATCH v2 09/18] block: Export blk_pwritev_part() in block-backend-io.h
` [PATCH v2 10/18] block: Change blk_pwrite_compressed() param order
` [PATCH v2 11/18] block: Add blk_co_pwrite_compressed()
` [PATCH v2 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper
` [PATCH v2 13/18] block: Implement blk_pdiscard() "
` [PATCH v2 14/18] block: Implement blk_flush() "
` [PATCH v2 15/18] block: Add blk_co_ioctl()
` [PATCH v2 16/18] block: Add blk_co_truncate()
` [PATCH v2 17/18] block: Reorganize some declarations in block-backend-io.h
` [PATCH v2 18/18] block: Remove remaining unused symbols in coroutines.h

[RFC 0/8] Introduce an extensible static analyzer
 2022-07-05 16:13 UTC  (7+ messages)

[PATCH] target/ppc/cpu-models: Remove the "default" CPU alias
 2022-07-05 15:53 UTC  (4+ messages)

[PATCH] iotests: fix copy-before-write for macOS and FreeBSD
 2022-07-05 15:37 UTC 

[PATCH 00/18] Make block-backend-io.h API more consistent
 2022-07-05 15:26 UTC  (26+ messages)
` [PATCH 07/18] block: Add blk_{preadv,pwritev}()
` [PATCH 08/18] block: Add blk_[co_]preadv_part()
` [PATCH 09/18] block: Export blk_pwritev_part() in block-backend-io.h
` [PATCH 10/18] block: Change blk_pwrite_compressed() param order
` [PATCH 11/18] block: Add blk_co_pwrite_compressed()
` [PATCH 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper
` [PATCH 13/18] block: Implement blk_pdiscard() "
` [PATCH 14/18] block: Implement blk_flush() "
` [PATCH 15/18] block: Add blk_co_ioctl()
` [PATCH 16/18] block: Add blk_co_truncate()
` [PATCH 17/18] block: Reorganize some declarations in block-backend-io.h
` [PATCH 18/18] block: Remove remaining unused symbols in coroutines.h

[PATCH v3 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-05 15:15 UTC  (8+ messages)
` [PATCH v3 1/3] QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
` [PATCH v3 2/3] Add dirty-sync-missed-zero-copy migration stat
` [PATCH v3 3/3] migration/multifd: Warn user when zerocopy not working

[PATCH v8 00/20] job: replace AioContext lock with job_mutex
 2022-07-05 15:01 UTC  (38+ messages)
` [PATCH v8 05/20] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v8 06/20] job.h: define functions called without job lock held
` [PATCH v8 07/20] job.h: add _locked public functions
` [PATCH v8 08/20] blockjob.h: introduce block_job _locked() APIs
` [PATCH v8 09/20] blockjob: rename notifier callbacks as _locked
` [PATCH v8 10/20] jobs: add job lock in find_* functions
` [PATCH v8 11/20] jobs: use job locks also in the unit tests
` [PATCH v8 13/20] jobs: group together API calls under the same job lock
` [PATCH v8 16/20] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v8 17/20] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v8 19/20] blockjob: remove unused functions
` [PATCH v8 20/20] job: "

[PATCH 0/8] virtio-blk: removal of AioContext lock
 2022-07-05 14:48 UTC  (17+ messages)
` [PATCH 1/8] virtio_queue_aio_attach_host_notifier: remove "
` [PATCH 2/8] block-backend: enable_write_cache should be atomic
` [PATCH 3/8] virtio_blk_process_queued_requests: always run in a bh
` [PATCH 4/8] virtio: categorize callbacks in GS
` [PATCH 5/8] virtio-blk: mark GLOBAL_STATE_CODE functions
` [PATCH 6/8] virtio-blk: mark IO_CODE functions
` [PATCH 7/8] VirtIOBlock: protect rq with its own lock
` [PATCH 8/8] virtio-blk: remove unnecessary AioContext lock from function already safe

[RFC] gitlab: introduce s390x wasmtime job
 2022-07-05 14:40 UTC  (6+ messages)

[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
 2022-07-05 14:12 UTC  (11+ messages)
` [PATCH 03/62] target/arm: Fix MTE check in sve_ldnfff1_r
` [PATCH 04/62] target/arm: Record tagged bit for user-only in sve_probe_page
` [PATCH 05/62] target/arm: Use PageEntryExtra for MTE
` [PATCH 06/62] target/arm: Use PageEntryExtra for BTI
` [PATCH 07/62] include/exec: Remove target_tlb_bitN from MemTxAttrs

venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)
 2022-07-05 13:48 UTC  (13+ messages)

[PULL 0/2] xen queue
 2022-07-05 13:45 UTC  (3+ messages)
` [PULL 1/2] xen/pass-through: merge emulated bits correctly
` [PULL 2/2] xen/pass-through: don't create needless register group

[PATCH] io_uring: fix short read slow path corruptions
 2022-07-05 13:34 UTC  (6+ messages)
` [PATCH v2] io_uring: fix short read slow path

[PULL 0/6] loongarch64 patch queue
 2022-07-05 12:35 UTC  (9+ messages)
` [PULL 1/6] hw/rtc/ls7a_rtc: Drop unused inline functions
` [PATCH] tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER
` [PULL 2/6] target/loongarch: Clean up tlb when cpu reset
` [PULL 3/6] scripts/qemu-binfmt-conf: Add LoongArch to qemu_get_family()
` [PULL 4/6] tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER
` [PULL 5/6] hw/intc/loongarch_ipi: Fix ipi device access of 64bits
` [PULL 6/6] hw/intc/loongarch_ipi: Fix mail send and any send function

[PATCH 12/14] aspeed: Make aspeed_board_init_flashes public
 2022-07-05 12:35 UTC  (10+ messages)

[PATCH] linux-user: Add LoongArch to qemu_get_family()
 2022-07-05 11:48 UTC  (5+ messages)
` [PATCH] tcg/tci: Fix enable-debug got an error

questions about QMP commands - "block-export-add" and "nbd-server-add"
 2022-07-05 11:32 UTC  (2+ messages)

[PATCH v4 00/45] target/arm: Scalable Matrix Extension
 2022-07-05 11:21 UTC  (6+ messages)
` [PATCH v4 20/45] target/arm: Implement SME LD1, ST1

[PATCH] hw/rtc/ls7a_rtc: Drop unused inline functions
 2022-07-05  8:42 UTC  (4+ messages)

[PATCH v3 0/2] Fix IPI device emulation for LoongArch machine
 2022-07-05 10:54 UTC  (2+ messages)

[PATCH] tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER
 2022-07-05 10:37 UTC  (3+ messages)

Failure in iotest 183
 2022-07-05 10:20 UTC  (3+ messages)

[PULL 00/15] qdev: Add JSON -device
 2022-07-05  9:57 UTC  (5+ messages)
` [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts

[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
 2022-07-05  9:54 UTC 

[PATCH 0/9] cleanup error handling in kvmppc_read_int_cpu_dt()
 2022-07-05  9:51 UTC  (10+ messages)
` [PATCH 2/9] target/ppc: add errp to kvmppc_read_int_cpu_dt()

[PULL 00/10] Block jobs & NBD patches
 2022-07-05  9:44 UTC  (4+ messages)
` [PULL 07/10] iotests: copy-before-write: add cases for cbw-timeout option
  ` copy-before-write test failing (was: Re: [PULL 07/10] iotests: copy-before-write: add cases for cbw-timeout option)

[Qemu] how to use viriofs in qemu without NUMA
 2022-07-05  9:36 UTC  (5+ messages)

[PATCH v6 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-05  8:48 UTC  (4+ messages)
` [PATCH v6 10/10] i386/pc: restrict AMD only enforcing of valid IOVAs to new machine type

[PATCH v10 00/12] Improve PMU support
 2022-07-05  8:41 UTC  (17+ messages)
` [PATCH v10 04/12] target/riscv: pmu: Make number of counters configurable
` [PATCH v10 05/12] target/riscv: Implement mcountinhibit CSR
` [PATCH v10 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v10 09/12] target/riscv: Simplify counter predicate function

[PATCH] target/loongarch: Clean up tlb when cpu reset
 2022-07-05  8:29 UTC  (2+ messages)

[PATCH 0/5] tests: improve reliability of migration test
 2022-07-05  8:38 UTC  (5+ messages)
` [RFC PATCH 5/5] tests: stop skipping migration test on s390x/ppc64

[PATCH 00/40] PS2 device QOMification - part 2
 2022-07-05  8:18 UTC  (5+ messages)
` [PATCH 34/40] lasips2: update VMStateDescription for LASIPS2 device

[PATCH v3] hw/nvme: Use ioeventfd to handle doorbell updates
 2022-07-05  8:04 UTC  (2+ messages)

[PATCH 1/8] hw/i2c/pca954x: Add method to get channels
 2022-07-05  8:09 UTC  (5+ messages)
` [PATCH 5/8] aspeed: Add fby35 skeleton

[PULL 00/23] loongarch64 patch queue
 2022-07-05  8:00 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).