QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 16:42:26 to 2020-05-14 05:08:03 UTC [more...]

[PATCH v3 00/10] Rework iotests/check
 2020-05-14  5:06 UTC  (7+ messages)
` [PATCH v3 06/10] iotests: add testfinder.py

[PATCH Kernel v19 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-14  5:02 UTC  (11+ messages)
` [PATCH Kernel v19 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v19 2/8] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH Kernel v19 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v19 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v19 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v19 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v19 7/8] vfio iommu: Add migration capability to report supported features
` [PATCH Kernel v19 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH v4 0/9] qemu-img: Add convert --bitmaps
 2020-05-14  5:02 UTC  (3+ messages)
` [PATCH v4 1/9] docs: Sort sections on qemu-img subcommand parameters

[PATCH] bitmaps: Add myself as maintainer
 2020-05-14  4:49 UTC  (4+ messages)

[PATCH v6 00/20] nvme: small fixes, refactoring and cleanups
 2020-05-14  4:46 UTC  (21+ messages)
` [PATCH v6 01/20] hw/block/nvme: fix pci doorbell size calculation
` [PATCH v6 02/20] hw/block/nvme: rename trace events to pci_nvme
` [PATCH v6 03/20] hw/block/nvme: remove superfluous breaks
` [PATCH v6 04/20] hw/block/nvme: move device parameters to separate struct
` [PATCH v6 05/20] hw/block/nvme: use constants in identify
` [PATCH v6 06/20] hw/block/nvme: refactor nvme_addr_read
` [PATCH v6 07/20] hw/block/nvme: fix pin-based interrupt behavior
` [PATCH v6 08/20] hw/block/nvme: allow use of any valid msix vector
` [PATCH v6 09/20] hw/block/nvme: add max_ioqpairs device parameter
` [PATCH v6 10/20] hw/block/nvme: remove redundant cmbloc/cmbsz members
` [PATCH v6 11/20] hw/block/nvme: factor out property/constraint checks
` [PATCH v6 12/20] hw/block/nvme: factor out device state setup
` [PATCH v6 13/20] hw/block/nvme: factor out block backend setup
` [PATCH v6 14/20] hw/block/nvme: add namespace helpers
` [PATCH v6 15/20] hw/block/nvme: factor out namespace setup
` [PATCH v6 16/20] hw/block/nvme: factor out pci setup
` [PATCH v6 17/20] hw/block/nvme: factor out cmb setup
` [PATCH v6 18/20] hw/block/nvme: factor out pmr setup
` [PATCH v6 19/20] hw/block/nvme: do cmb/pmr init as part of pci init
` [PATCH v6 20/20] hw/block/nvme: factor out controller identify setup

[PATCH] python: remove more instances of sys.version_info
 2020-05-14  3:52 UTC 

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-05-14  3:49 UTC  (6+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job
` [PATCH RFC v2 2/5] blockdev: combine DriveBackupState and BlockdevBackupState
` [PATCH RFC v2 3/5] qmp: expose block-dirty-bitmap-populate
` [PATCH RFC v2 4/5] iotests: move bitmap helpers into their own file
` [PATCH RFC v2 5/5] iotests: add 287 for block-dirty-bitmap-populate

[PATCH RFC WIP 0/6] iotests: delinting work-in-progress
 2020-05-14  3:15 UTC  (8+ messages)
` [PATCH RFC WIP 1/6] iotests: type hint wip
` [PATCH RFC WIP 2/6] Makefile: add delint WIP
` [PATCH RFC WIP 3/6] nbd-fault-injector: delint
` [PATCH RFC WIP 4/6] qed.py: delint
` [PATCH RFC WIP 5/6] qcow2.py: delint
` [PATCH RFC WIP 6/6] WIP: delint test files

[PATCH v4 0/3] iotests: add JobRunner framework
 2020-05-14  2:25 UTC  (4+ messages)
` [PATCH v4 1/3] qmp.py: change event_wait to use a dict
` [PATCH v4 2/3] iotests: add JobRunner class
` [PATCH v4 3/3] iotests: modify test 040 to use JobRunner

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-14  1:36 UTC  (14+ 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

Is qemu could be a "FSM" state machine if running on a "quiet and clean" host pc without random event input?
 2020-05-14  0:56 UTC  (3+ messages)
  `  "

[PATCH v3 0/3] qemu-sockets: add abstract UNIX domain socket support
 2020-05-14  0:26 UTC  (4+ messages)
` [PATCH v3 2/3] tests/util-sockets: add abstract unix socket cases

[PATCH] spapr: Add a new level of NUMA for GPUs
 2020-05-14  0:19 UTC  (3+ messages)

[PATCH 0/4] target/i386: miscellaneous x87 fixes
 2020-05-13 23:51 UTC  (5+ messages)
` [PATCH 1/4] target/i386: fix floating-point load-constant rounding
` [PATCH 2/4] target/i386: fix fxam handling of invalid encodings
` [PATCH 3/4] target/i386: fix fbstp handling of negative zero
` [PATCH 4/4] target/i386: fix fbstp handling of out-of-range values

[Bug 1878501] [NEW] qemu-i386 does not define AT_SYSINFO
 2020-05-13 23:44 UTC 

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

Assertion failure through vring_split_desc_read
 2020-05-13 23:24 UTC  (2+ messages)

[PATCH v2 0/6] target/ppc: Various clean-up and fixes for radix64
 2020-05-13 22:57 UTC  (7+ messages)
` [PATCH v2 1/6] target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()
` [PATCH v2 2/6] target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()
` [PATCH v2 3/6] target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
` [PATCH v2 4/6] target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()
` [PATCH v2 5/6] target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
` [PATCH v2 6/6] target/ppc: Don't update radix PTE R/C bits with gdbstub

[PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-13 22:44 UTC  (4+ messages)
` [PATCH v1 7/8] s390/kvm: header sync for diag318

[PATCH v3 0/4] Additional parameters for qemu_img map
 2020-05-13 22:13 UTC  (7+ messages)
` [PATCH v3 2/4] qemu-img: validate image length in img_map
` [PATCH v3 5/4] iotests: Enhance 223 to cover qemu-img map improvements

[PATCH RFC] configure: prefer sphinx-build to sphinx-build-3
 2020-05-13 21:59 UTC  (7+ messages)

[PATCH v2] configure: prefer sphinx-build to sphinx-build-3
 2020-05-13 21:52 UTC 

[PATCH v4 00/34] block: Introduce real BdrvChildRole
 2020-05-13 21:15 UTC  (36+ messages)
` [PATCH v4 04/34] block: Add BdrvChildRole and BdrvChildRoleBits
` [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 18/34] block: Relax *perms_for_storage for data children
` [PATCH v4 19/34] block: Add bdrv_default_perms()
` [PATCH v4 23/34] block: Make backing files child_of_bds children
` [PATCH v4 24/34] block: Drop child_backing
` [PATCH v4 26/34] block: Make filter drivers use child_of_bds
` [PATCH v4 27/34] block: Use child_of_bds in remaining places
` [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 0/4] scripts: More Python fixes
 2020-05-13 21:10 UTC  (5+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

[PATCH v4 0/6] scripts: More Python fixes
 2020-05-13 21:08 UTC  (13+ messages)
` [PATCH v4 1/6] scripts/qemugdb: Remove shebang header
` [PATCH v4 2/6] scripts/qemu-gdb: Use Python 3 interpreter
` [PATCH v4 3/6] scripts/qmp: "
` [PATCH v4 4/6] scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
` [PATCH v4 5/6] scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main
` [PATCH v4 6/6] tests/migration/guestperf: Use Python 3 interpreter

[PATCH 0/2] iotests: Run pylint and mypy in a testcase
 2020-05-13 20:56 UTC  (2+ messages)

[PATCH v5 00/15] acpi: i386 tweaks
 2020-05-13 20:43 UTC  (7+ messages)
` [PATCH v5 08/15] acpi: move aml builder code for floppy device
` [PATCH v5 15/15] floppy: make isa_fdc_get_drive_max_chs static

[PATCH v2 0/3] Megasas: fix OOB access and NULL dereference issues
 2020-05-13 20:31 UTC  (6+ messages)
` [PATCH v2 1/3] megasas: use unsigned type for reply_queue_head and check index
` [PATCH v2 2/3] megasas: avoid NULL pointer dereference
` [PATCH v2 3/3] megasas: use unsigned type for positive numeric fields

[PATCH v2 00/17] target/arm: Convert rest of Neon 3-reg-same to decodetree
 2020-05-13 20:28 UTC  (23+ messages)
` [PATCH v2 01/17] target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH "
` [PATCH v2 03/17] target/arm: Convert Neon 64-bit element 3-reg-same insns
` [PATCH v2 04/17] target/arm: Convert Neon VHADD "
` [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 v2 11/17] target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns "
` [PATCH v2 13/17] target/arm: Convert Neon fp VMUL, VMLA, VMLS "
` [PATCH v2 15/17] target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual place
` [PATCH v2 16/17] target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree

[PATCH] scripts/tracetool: Update maintainer email address
 2020-05-13 20:27 UTC  (2+ messages)

[PATCH Kernel v18 0/7] KABIs to support migration for VFIO devices
 2020-05-13 20:26 UTC  (4+ messages)
` [PATCH Kernel v18 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking

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

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

[PATCH v2 0/2] VMD endpoint passthrough support
 2020-05-13 19:55 UTC  (7+ messages)
` [PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-13 19:43 UTC  (4+ messages)

[RFC] migration: Add migrate-set-bitmap-node-mapping
 2020-05-13 19:40 UTC  (4+ messages)

[PATCH 0/2] use unsigned type for MegasasState fields
 2020-05-13 19:34 UTC  (10+ messages)

[PATCH 0/6] colo: migration related bugfixes
 2020-05-13 19:15 UTC  (4+ messages)
` [PATCH 2/6] migration/colo.c: Use cpu_synchronize_all_states()

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

[PATCH v2 0/9] RISC-V Add the OpenTitan Machine
 2020-05-13 18:18 UTC  (2+ messages)

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

[PATCH v1 00/10] testing and tcg tweaks
 2020-05-13 18:18 UTC  (12+ messages)
` [PATCH v1 01/10] tests/guest-debug: catch hanging guests
` [PATCH v1 02/10] travis.yml: Improve the --disable-tcg test on s390x
` [PATCH v1 03/10] tests/docker: Kludge <linux/swab.h> breakage by pinning linux-libc-dev
` [PATCH v1 04/10] linux-user: completely re-write init_guest_space
` [PATCH v1 05/10] exec/cpu-all: Use bool for have_guest_base
` [PATCH v1 06/10] accel/tcg: Relax va restrictions on 64-bit guests
` [PATCH v1 07/10] accel/tcg: don't disable exec_tb trace events
` [PATCH v1 08/10] disas: include an optional note for the start of disassembly
` [PATCH v1 09/10] disas: add optional note support to cap_disas
` [PATCH v1 10/10] translate-all: include guest address in out_asm output

[RISU 0/9] risu cleanups and improvements
 2020-05-13 18:09 UTC  (10+ messages)
` [RISU 1/9] Use bool for tracing variables
` [RISU 2/9] Unify master_fd and apprentice_fd to comm_fd
` [RISU 3/9] Hoist trace file opening
` [RISU 4/9] Adjust tracefile open for write
` [RISU 5/9] Use EXIT_FAILURE, EXIT_SUCCESS
` [RISU 6/9] Add magic and size to the trace header
` [RISU 7/9] Compute reginfo_size based on the reginfo
` [RISU 8/9] aarch64: Reorg sve reginfo to save space
` [RISU 9/9] Add --dump option to inspect trace files

[PATCH V2 1/4] target/microblaze: gdb: Add dynamic GDB XML register support
 2020-05-13 18:08 UTC  (5+ messages)
` [PATCH V2 2/4] target/microblaze: gdb: Extend the number of registers presented to GDB
` [PATCH V2 3/4] target/microblaze: gdb: Fix incorrect SReg reporting
` [PATCH V2 4/4] target/microblaze: monitor: Increase the number of registers reported
` [PATCH V2 0/4] target/microblaze: Add GDB XML and correct SReg reporting

[PATCH v3 5/4] iotests: Enhance 223 to cover qemu-img map improvements
 2020-05-13 17:58 UTC 

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

[PATCH v4 00/16] target/arm: partial vector cleanup
 2020-05-13 16:32 UTC  (7+ messages)
` [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 10/16] target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}
` [PATCH v4 13/16] target/arm: Pass pointer to qc to qrdmla/qrdmls
` [PATCH v4 15/16] target/arm: Vectorize SABD/UABD


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 read-only IMAP folder(s) and NNTP newsgroup(s).