qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 09:37:47 to 2020-05-13 17:52:53 UTC [more...]

[PATCH v1 00/10] testing and tcg tweaks
 2020-05-13 17:51 UTC  (3+ messages)
` [PATCH v1 02/10] travis.yml: Improve the --disable-tcg test on s390x
` [PATCH v1 05/10] exec/cpu-all: Use bool for have_guest_base

[PATCH v3 0/4] Additional parameters for qemu_img map
 2020-05-13 17:49 UTC  (8+ messages)
` [PATCH v3 1/1] qemu_img: add cvtnum_full to print error reports
` [PATCH v3 2/4] qemu-img: validate image length in img_map
` [PATCH v3 3/4] qemu-img: refactor dump_map_entry JSON format output
` [PATCH v3 4/4] qemu-img: Add --start-offset and --max-length to map

[PATCH] tests/docker: Kludge <linux/swab.h> breakage by pinning linux-libc-dev
 2020-05-13 17:32 UTC  (4+ messages)

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-13 17:32 UTC  (9+ messages)
` [PATCH v1 1/8] qemu/plugin: Trivial code movement
` [PATCH v1 2/8] qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
` [PATCH v1 3/8] qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
` [PATCH v1 4/8] MAINTAINERS: update the orphaned cpus-common.c file
` [PATCH v1 5/8] cpus-common: ensure auto-assigned cpu_indexes don't clash
` [PATCH v1 6/8] linux-user: properly "unrealize" vCPU object
` [PATCH v1 7/8] tests/tcg: add new threadcount test
` [PATCH v1 8/8] plugins: new lockstep plugin for debugging TCG changes

[PATCH v4 00/34] block: Introduce real BdrvChildRole
 2020-05-13 17:36 UTC  (37+ messages)
` [PATCH v4 01/34] block: Mark commit, mirror, blkreplay as filters
` [PATCH v4 02/34] block: Add BlockDriver.is_format
` [PATCH v4 03/34] block: Rename BdrvChildRole to BdrvChildClass
` [PATCH v4 04/34] block: Add BdrvChildRole and BdrvChildRoleBits
` [PATCH v4 05/34] block: Add BdrvChildRole to BdrvChild
` [PATCH v4 06/34] block: Pass BdrvChildRole to bdrv_child_perm()
` [PATCH v4 07/34] block: Pass BdrvChildRole to .inherit_options()
` [PATCH v4 08/34] block: Pass parent_is_format "
` [PATCH v4 09/34] block: Rename bdrv_inherited_options()
` [PATCH v4 10/34] block: Add generic bdrv_inherited_options()
` [PATCH v4 11/34] block: Use bdrv_inherited_options()
` [PATCH v4 12/34] block: Unify bdrv_child_cb_attach()
` [PATCH v4 13/34] block: Unify bdrv_child_cb_detach()
` [PATCH v4 14/34] block: Add child_of_bds
` [PATCH v4 15/34] block: Distinguish paths in *_format_default_perms
` [PATCH v4 16/34] block: Pull out bdrv_default_perms_for_cow()
` [PATCH v4 17/34] block: Pull out bdrv_default_perms_for_storage()
` [PATCH v4 18/34] block: Relax *perms_for_storage for data children
` [PATCH v4 19/34] block: Add bdrv_default_perms()
` [PATCH v4 20/34] raw-format: Split raw_read_options()
` [PATCH v4 21/34] block: Switch child_format users to child_of_bds
` [PATCH v4 22/34] block: Drop child_format
` [PATCH v4 23/34] block: Make backing files child_of_bds children
` [PATCH v4 24/34] block: Drop child_backing
` [PATCH v4 25/34] block: Make format drivers use child_of_bds
` [PATCH v4 26/34] block: Make filter "
` [PATCH v4 27/34] block: Use child_of_bds in remaining places
` [PATCH v4 28/34] tests: Use child_of_bds instead of child_file
` [PATCH v4 29/34] block: Use bdrv_default_perms()
` [PATCH v4 30/34] block: Make bdrv_filter_default_perms() static
` [PATCH v4 31/34] block: Drop bdrv_format_default_perms()
` [PATCH v4 32/34] block: Drop child_file
` [PATCH v4 33/34] block: Pass BdrvChildRole in remaining cases
` [PATCH v4 34/34] block: Drop @child_class from bdrv_child_perm()

[PATCH v1 0/4] target/microblaze: Add dynamic GDB XML and correct SReg reporting
 2020-05-13 17:28 UTC  (3+ messages)

[PATCH 0/2] use unsigned type for MegasasState fields
 2020-05-13 17:08 UTC  (19+ messages)
` [PATCH 1/2] megasas: use unsigned type for reply_queue_head
` [PATCH 2/2] megasas: use unsigned type for positive numeric fields
      ` 回复: [PATCH 0/2] use unsigned type for MegasasState fields

[PATCH v2 00/17] target/arm: Convert rest of Neon 3-reg-same to decodetree
 2020-05-13 16:58 UTC  (13+ messages)
` [PATCH v2 01/17] target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH "
` [PATCH v2 04/17] target/arm: Convert Neon VHADD 3-reg-same insns
` [PATCH v2 05/17] target/arm: Convert Neon VABA/VABD 3-reg-same to decodetree
` [PATCH v2 06/17] target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns "
` [PATCH v2 07/17] target/arm: Convert Neon VQSHL, VRSHL, VQRSHL "
` [PATCH v2 10/17] target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same "

[PATCH v4 00/16] target/arm: partial vector cleanup
 2020-05-13 16:32 UTC  (17+ messages)
` [PATCH v4 01/16] target/arm: Create gen_gvec_[us]sra
` [PATCH v4 02/16] target/arm: Create gen_gvec_{u,s}{rshr,rsra}
` [PATCH v4 03/16] target/arm: Create gen_gvec_{sri,sli}
` [PATCH v4 04/16] target/arm: Remove unnecessary range check for VSHL
` [PATCH v4 05/16] target/arm: Tidy handle_vec_simd_shri
` [PATCH v4 06/16] target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0
` [PATCH v4 07/16] target/arm: Create gen_gvec_{mla,mls}
` [PATCH v4 08/16] target/arm: Swap argument order for VSHL during decode
` [PATCH v4 09/16] target/arm: Create gen_gvec_{cmtst,ushl,sshl}
` [PATCH v4 10/16] target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}
` [PATCH v4 11/16] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
` [PATCH v4 12/16] target/arm: Create gen_gvec_{qrdmla,qrdmls}
` [PATCH v4 13/16] target/arm: Pass pointer to qc to qrdmla/qrdmls
` [PATCH v4 14/16] target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
` [PATCH v4 15/16] target/arm: Vectorize SABD/UABD
` [PATCH v4 16/16] target/arm: Vectorize SABA/UABA

[RFC v3 for QEMU] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT
 2020-05-13 16:37 UTC  (2+ messages)

[PATCH 1/1] NetBSD/arm build fix
 2020-05-13 16:25 UTC  (2+ messages)

[RFC v2] migration: Add migrate-set-bitmap-node-mapping
 2020-05-13 16:11 UTC  (2+ messages)

[RFC] migration: Add migrate-set-bitmap-node-mapping
 2020-05-13 16:01 UTC  (3+ messages)

[PATCH v3 0/3] qemu-sockets: add abstract UNIX domain socket support
 2020-05-13 15:52 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] tests/util-sockets: add abstract unix socket cases
` [PATCH v3 3/3] qemu-options: updates for abstract unix sockets

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-13 15:37 UTC  (10+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH] hw/char/parallel: Convert reset handler to DeviceReset
 2020-05-13 15:27 UTC  (2+ messages)

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-05-13 15:25 UTC  (6+ messages)
` [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

[PATCH 0/9] ppc/pnv: Introduce the XIVE2 and PHB5 controllers for the POWER10 chip
 2020-05-13 15:11 UTC  (10+ messages)
` [PATCH 1/9] ppc/xive: Export PQ get/set routines
` [PATCH 2/9] ppc/xive: Export xive_presenter_notify()
` [PATCH 3/9] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH 4/9] ppc/xive2: Introduce a presenter matching routine
` [PATCH 5/9] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH 6/9] ppc/pnv: Add a OCC model for POWER10
` [PATCH 7/9] ppc/pnv: Add POWER10 quads
` [PATCH 8/9] ppc/pnv: Add model for POWER9 PHB5 PCIe Host bridge
` [PATCH 9/9] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)

[PATCH 0/4] Add support for SafeStack
 2020-05-13 14:48 UTC  (5+ messages)

[PATCH 0/2] iotests: Run pylint and mypy in a testcase
 2020-05-13 14:54 UTC  (6+ messages)
` [PATCH 1/2] iotests: Fix incomplete type declarations
` [PATCH 2/2] iotests: Run pylint and mypy in a testcase

[PULL 0/1] machine queue, 2020-05-13
 2020-05-13 14:22 UTC  (3+ messages)
` [PULL 1/1] hostmem: don't use mbind() if host-nodes is empty

[PATCH v2 0/4] mirror: Make sure that source and target size match
 2020-05-13 14:21 UTC  (8+ messages)
` [PATCH v2 3/4] "
` [PATCH v2 4/4] iotests: Mirror with different source/target size

[PULL 0/5] Block patches
 2020-05-13 14:15 UTC  (6+ messages)
` [PULL 1/5] qcow2: introduce compression type feature
` [PULL 2/5] qcow2: rework the cluster compression routine
` [PULL 3/5] qcow2: add zstd cluster compression
` [PULL 4/5] iotests: 287: add qcow2 compression type test
` [PULL 5/5] block/block-copy: fix use-after-free of task pointer

[PATCH 0/5] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-13 14:18 UTC  (21+ messages)

[PATCH] bitmaps: Add myself as maintainer
 2020-05-13 14:14 UTC 

[PATCH v4 00/15] Apply COR-filter to the block-stream permanently
 2020-05-13 14:06 UTC  (3+ messages)

[PATCH 0/2] 9pfs: regression init_in_iov_from_pdu truncating size
 2020-05-13 13:11 UTC  (4+ messages)
` [PATCH 2/2] 9pfs: fix "

[PATCH] qemu-nbd: Close inherited stderr
 2020-05-13 13:02 UTC  (3+ messages)

[Bug 1878413] [NEW] /proc/sys/fs/binfmt_misc/ empty even though binfmt_misc is loaded
 2020-05-13 12:54 UTC 

[PATCH v1 0/1] target/microblaze: Fix FPU2 instruction check
 2020-05-13 11:46 UTC  (2+ messages)

[PATCH] iotests/030: Reduce run time by unthrottling job earlier
 2020-05-13 11:38 UTC  (2+ messages)

[PATCH 0/6] colo: migration related bugfixes
 2020-05-13 11:31 UTC  (5+ messages)
` [PATCH 1/6] migration/colo.c: Use event instead of semaphore
  ` 答复: "
` [PATCH 2/6] migration/colo.c: Use cpu_synchronize_all_states()

[PATCH 0/1] e1000e: Added ICR clearing by corresponding IMS bit
 2020-05-13 11:31 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] e1000e: Added ICR clearing by corresponding IMS bit
 2020-05-13 11:28 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 00/12] target/mips: FPU and other cleanups and improvements
 2020-05-13 10:53 UTC  (13+ messages)
` [PATCH 01/12] target/mips: fpu: Demacro ADD.<D|S|PS>
` [PATCH 02/12] target/mips: fpu: Demacro SUB.<D|S|PS>
` [PATCH 03/12] target/mips: fpu: Demacro MUL.<D|S|PS>
` [PATCH 04/12] target/mips: fpu: Demacro DIV.<D|S|PS>
` [PATCH 05/12] target/mips: fpu: Remove now unused macro FLOAT_BINOP
` [PATCH 06/12] target/mips: fpu: Demacro MADD.<D|S|PS>
` [PATCH 07/12] target/mips: fpu: Demacro MSUB.<D|S|PS>
` [PATCH 08/12] target/mips: fpu: Demacro NMADD.<D|S|PS>
` [PATCH 09/12] target/mips: fpu: Demacro NMSUB.<D|S|PS>
` [PATCH 10/12] target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
` [PATCH 11/12] target/mips: fpu: Refactor conversion from ieee to mips exception flags
` [PATCH 12/12] hw/mips: Convert Malta "ifdef 0"-ed code to comments

[RFC v4 0/6] hmp,qmp: Add some commands to introspect virtio devices
 2020-05-13 10:51 UTC  (3+ messages)
` [RFC v4 6/6] hmp: add x-debug-virtio commands

[PATCH 1/3] target/mips: Support variable page size
 2020-05-13 10:47 UTC  (5+ messages)
` [PATCH 2/3] mips/mips_fulong2e: Set preferred page size to 16KB

[PATCH v2] i386/kvm: fix a use-after-free when vcpu plug/unplug
 2020-05-13 13:26 UTC  (2+ messages)

[PATCH] block/replication.c: Avoid cancelling the job twice
 2020-05-13 10:11 UTC  (2+ messages)

[PATCH] ppc/pnv: Add definitions for interrupts occurring in power-saving mode
 2020-05-13  5:56 UTC  (2+ messages)

[PATCH v5 00/15] Apply COR-filter to the block-stream permanently
 2020-05-13  9:50 UTC  (16+ messages)
` [PATCH v5 01/15] block: Mark commit and mirror as filter drivers
` [PATCH v5 02/15] copy-on-read: Support compressed writes
` [PATCH v5 03/15] block: Add child access functions
` [PATCH v5 04/15] block: Add chain helper functions
` [PATCH v5 05/15] block: Include filters when freezing backing chain
` [PATCH v5 06/15] block: Use CAFs in block status functions
` [PATCH v5 07/15] commit: Deal with filters when blocking intermediate nodes
` [PATCH v5 08/15] block: Use CAFs when working with backing chains
` [PATCH v5 09/15] block: prepare block-stream for using COR-filter
` [PATCH v5 10/15] copy-on-read: Support change filename functions
` [PATCH v5 11/15] copy-on-read: Support preadv/pwritev_part functions
` [PATCH v5 12/15] copy-on-read: add filter append/drop functions
` [PATCH v5 13/15] qapi: add filter-node-name to block-stream
` [PATCH v5 14/15] iotests: prepare 245 for using filter in block-stream
` [PATCH v5 15/15] block: apply COR-filter to block-stream jobs

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-13  9:47 UTC  (18+ messages)
` [PATCH v2 4/5] vhost: check vring address before calling unmap
` [PATCH v2 5/5] vhost: add device started check in migration set log


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).