qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 16:03:42 to 2021-06-10 09:35:01 UTC [more...]

[PATCH v2 0/2] tpm: Return QMP error when TPM is disabled in build
 2021-06-10  9:33 UTC  (6+ messages)
` [RFC PATCH v2 1/2] qapi: Inline qmp_marshal_output() functions
` [PATCH v2 2/2] tpm: Return QMP error when TPM is disabled in build

[PATCH] qemu-option: Drop dead assertion
 2021-06-10  9:29 UTC  (2+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-10  9:28 UTC  (54+ messages)
` [PATCH 03/55] target/arm: Handle VPR semantics in existing code
` [PATCH 11/55] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH 20/55] target/arm: Implement MVE VDUP
` [PATCH 33/55] target/arm: Implement MVE VADD (scalar)
` [PATCH 34/55] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH 35/55] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH 36/55] target/arm: Implement MVE VBRSR
` [PATCH 37/55] target/arm: Implement MVE VPST
` [PATCH 38/55] target/arm: Implement MVE VQADD and VQSUB
` [PATCH 39/55] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH 40/55] target/arm: Implement MVE VQDMULL scalar
` [PATCH 41/55] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH 42/55] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH 43/55] target/arm: Implement MVE VQSHL (vector)
` [PATCH 44/55] target/arm: Implement MVE VQRSHL
` [PATCH 45/55] target/arm: Implement MVE VSHL insn
` [PATCH 46/55] target/arm: Implement MVE VRSHL
` [PATCH 47/55] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH 48/55] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH 49/55] target/arm: Implement MVE VQDMULL (vector)
` [PATCH 50/55] target/arm: Implement MVE VRHADD
` [PATCH 51/55] target/arm: Implement MVE VADC, VSBC
` [PATCH 52/55] target/arm: Implement MVE VCADD
` [PATCH 53/55] target/arm: Implement MVE VHCADD

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-10  9:24 UTC  (6+ messages)
` [PATCH v16 78/99] target/arm: cpu-exceptions, cpu-exceptions-aa64: new modules

[PATCH 0/7] vhost-user-blk: Implement reconnection during realize
 2021-06-10  9:23 UTC  (15+ messages)
` [PATCH 1/7] vhost: Add Error parameter to vhost_dev_init()
` [PATCH 2/7] vhost: Distinguish errors in vhost_backend_init()
` [PATCH 3/7] vhost: Return 0/-errno in vhost_dev_init()
` [PATCH 4/7] vhost-user-blk: Add Error parameter to vhost_user_blk_start()
` [PATCH 5/7] vhost: Distinguish errors in vhost_dev_get_config()
` [PATCH 6/7] vhost-user-blk: Factor out vhost_user_blk_realize_connect()
` [PATCH 7/7] vhost-user-blk: Implement reconnection during realize

[PATCH] tpm: Return QMP error when TPM is disabled in build
 2021-06-10  9:15 UTC  (7+ messages)

[Bug 1907497] [NEW] [OSS-Fuzz] Issue 28435 qemu:qemu-fuzz-i386-target-generic-fuzz-intel-hda: Stack-overflow in ldl_le_dma
 2021-06-10  8:48 UTC  (2+ messages)
` [Bug 1907497] "

[RFC PATCH] migration/rdma: Fix out of order wrid
 2021-06-10  8:58 UTC 

[PATCH] qemu-config: use qemu_opts_from_qdict
 2021-06-10  8:48 UTC  (2+ messages)

[PATCH 00/11] target/i386/sev: Housekeeping helping using SEV-disabled binaries
 2021-06-10  8:28 UTC  (15+ messages)
` [PATCH 01/11] MAINTAINERS: Add Connor Kuehl as reviewer for AMD SEV
` [PATCH 02/11] qapi/misc-target: Group SEV QAPI definitions
` [PATCH 03/11] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH 04/11] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH 05/11] target/i386/sev_i386.h: Remove unused headers
` [PATCH 06/11] target/i386/sev: Remove sev_get_me_mask()
` [PATCH 07/11] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH 08/11] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH 09/11] target/i386/sev: Restrict SEV to system emulation
` [PATCH 10/11] target/i386/monitor: Move SEV specific commands to sev.c
` [PATCH 11/11] monitor: Restrict 'info sev' to x86 targets

[PATCH v2 00/37] target/riscv: support packed extension v0.9.4
 2021-06-10  7:59 UTC  (38+ messages)
` [PATCH v2 01/37] target/riscv: implementation-defined constant parameters
` [PATCH v2 02/37] target/riscv: Make the vector helper functions public
` [PATCH v2 03/37] target/riscv: 16-bit Addition & Subtraction Instructions
` [PATCH v2 04/37] target/riscv: 8-bit Addition & Subtraction Instruction
` [PATCH v2 05/37] target/riscv: SIMD 16-bit Shift Instructions
` [PATCH v2 06/37] target/riscv: SIMD 8-bit "
` [PATCH v2 07/37] target/riscv: SIMD 16-bit Compare Instructions
` [PATCH v2 08/37] target/riscv: SIMD 8-bit "
` [PATCH v2 09/37] target/riscv: SIMD 16-bit Multiply Instructions
` [PATCH v2 10/37] target/riscv: SIMD 8-bit "
` [PATCH v2 11/37] target/riscv: SIMD 16-bit Miscellaneous Instructions
` [PATCH v2 12/37] target/riscv: SIMD 8-bit "
` [PATCH v2 13/37] target/riscv: 8-bit Unpacking Instructions
` [PATCH v2 14/37] target/riscv: 16-bit Packing Instructions
` [PATCH v2 15/37] target/riscv: Signed MSW 32x32 Multiply and Add Instructions
` [PATCH v2 16/37] target/riscv: Signed MSW 32x16 "
` [PATCH v2 17/37] target/riscv: Signed 16-bit Multiply 32-bit Add/Subtract Instructions
` [PATCH v2 18/37] target/riscv: Signed 16-bit Multiply 64-bit "
` [PATCH v2 19/37] target/riscv: Partial-SIMD Miscellaneous Instructions
` [PATCH v2 20/37] target/riscv: 8-bit Multiply with 32-bit Add Instructions
` [PATCH v2 21/37] target/riscv: 64-bit Add/Subtract Instructions
` [PATCH v2 22/37] target/riscv: 32-bit Multiply "
` [PATCH v2 23/37] target/riscv: Signed 16-bit Multiply with "
` [PATCH v2 24/37] target/riscv: Non-SIMD Q15 saturation ALU Instructions
` [PATCH v2 25/37] target/riscv: Non-SIMD Q31 "
` [PATCH v2 26/37] target/riscv: 32-bit Computation Instructions
` [PATCH v2 27/37] target/riscv: Non-SIMD Miscellaneous Instructions
` [PATCH v2 28/37] target/riscv: RV64 Only SIMD 32-bit Add/Subtract Instructions
` [PATCH v2 29/37] target/riscv: RV64 Only SIMD 32-bit Shift Instructions
` [PATCH v2 30/37] target/riscv: RV64 Only SIMD 32-bit Miscellaneous Instructions
` [PATCH v2 31/37] target/riscv: RV64 Only SIMD Q15 saturating Multiply Instructions
` [PATCH v2 32/37] target/riscv: RV64 Only 32-bit "
` [PATCH v2 33/37] target/riscv: RV64 Only 32-bit Multiply & Add Instructions
` [PATCH v2 34/37] target/riscv: RV64 Only 32-bit Parallel "
` [PATCH v2 35/37] target/riscv: RV64 Only Non-SIMD 32-bit Shift Instructions
` [PATCH v2 36/37] target/riscv: RV64 Only 32-bit Packing Instructions
` [PATCH v2 37/37] target/riscv: configure and turn on packed extension from command line

[PATCH v2 00/18] modules: add metadata database
 2021-06-10  8:32 UTC  (21+ messages)
` [PATCH v2 01/18] modules: add metadata macros, add qxl module annotations
` [PATCH v2 02/18] qapi: add ModuleInfo schema
` [PATCH v2 03/18] modules: add qemu-modinfo utility
` [PATCH v2 04/18] modules: add virtio-gpu module annotations
` [PATCH v2 05/18] modules: add chardev "
` [PATCH v2 06/18] modules: add audio "
` [PATCH v2 07/18] modules: add usb-redir "
` [PATCH v2 08/18] modules: add ccid "
` [PATCH v2 09/18] modules: add ui "
` [PATCH v2 10/18] modules: add s390x "
` [PATCH v2 11/18] modules: add block "
` [PATCH v2 12/18] modules: add module_load_path_init helper
` [PATCH v2 13/18] modules: load modinfo.json
` [PATCH v2 14/18] modules: use modinfo for dependencies
` [PATCH v2 15/18] modules: use modinfo for qom load
` [PATCH v2 16/18] modules: use modinfo for qemu opts load
` [PATCH v2 17/18] modules: check arch and block load on mismatch
` [PATCH v2 18/18] [fixup] module_load_modinfo

[PATCH v6 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-10  8:13 UTC  (16+ messages)
` [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v6 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v6 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH 1/1] hw/nvme: namespace parameter for EUI64
 2021-06-10  8:28 UTC  (10+ messages)

[Bug 1907938] [NEW] [OSS-Fuzz] Issue 28524 virtio-blk: ASSERT: !s->dataplane_started
 2021-06-10  8:15 UTC  (2+ messages)
` [Bug 1907938] "

[PATCH v14 0/8] MTE support for KVM guest
 2021-06-10  8:05 UTC  (7+ messages)
` [PATCH v14 1/8] arm64: mte: Handle race when synchronising tags

[PATCH v4 00/13] [RfC] fix tracing for modules
 2021-06-10  7:58 UTC  (4+ messages)

qemu io test: spurious failures of 030
 2021-06-10  7:54 UTC 

[PATCH] vl: Fix an assert failure in error path
 2021-06-10  8:47 UTC  (6+ messages)

[RFC v3 0/1] Implement AVR WDT (watchdog timer)
 2021-06-10  7:30 UTC  (2+ messages)

Fwd: GSoC Intro - TUI interface for QMP
 2021-06-10  7:19 UTC  (9+ messages)
      `  "

[RFC PATCH 0/5] ppc/Pegasos2 VOF
 2021-06-10  7:14 UTC  (4+ messages)

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-10  6:55 UTC  (3+ messages)

[Bug 1921948] [NEW] MTE tags not checked properly for unaligned accesses at EL1
 2021-06-10  6:06 UTC  (3+ messages)
` [Bug 1921948] "

[RFC PATCH 0/4] target/ppc: mmu cleanup
 2021-06-10  5:32 UTC  (5+ messages)
` [RFC PATCH 2/4] target/ppc: divided mmu_helper.c in 2 files

[PULL 00/12] Machine and OS X changes for 2021-06-08
 2021-06-10  5:42 UTC  (3+ messages)

[RFC QEMU PATCH] ui: Make the DisplayType enum entries conditional
 2021-06-10  5:20 UTC  (8+ messages)

[PATCH V2 0/2] vhost-vDPA: vq notification map support
 2021-06-10  2:30 UTC  (2+ messages)

TCG op for 32 bit only cpu on qemu-riscv64
 2021-06-10  1:43 UTC  (3+ messages)

[PATCH v7 0/4] Add support for ipv6 host forwarding
 2021-06-10  1:41 UTC  (2+ messages)

[RFC v1] virtio/vsock: add two more queues for datagram types
 2021-06-10  0:14 UTC 

[PATCH 0/2] tests: migration-test: Fix agressive test skip, add dirty ring test
 2021-06-10  0:52 UTC  (3+ messages)
` [PATCH 1/2] tests: migration-test: Still run the rest even if uffd missing
` [PATCH 2/2] tests: migration-test: Add dirty ring test

[RFC PATCH 0/2] New NBD metacontext
 2021-06-09 23:52 UTC  (6+ messages)
` [PATCH 1/2] iotests: Improve and rename test 309 to nbd-qemu-allocation
` [PATCH 2/2] nbd: Add new qemu:joint-allocation metadata context
` [RFC libnbd PATCH] info: Add support for new qemu:joint-allocation

[PATCH 0/4] Jobs based on custom runners: add CentOS Stream 8
 2021-06-09 20:37 UTC  (3+ messages)
` [PATCH 4/4] "

[PATCH v3 00/19] Python: move /scripts/qmp/qom* to /python/qemu/qmp/qom*
 2021-06-09 20:32 UTC  (2+ messages)

[PATCH v2 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-09 20:23 UTC  (4+ messages)
    ` [PATCH v2 2/2] hw/nvme: documentation fix

[PATCH v2] hw/nvme/ctrl: fix csi field for cns 0x00 and 0x11
 2021-06-09 20:10 UTC  (2+ messages)

QEmu ARC port - decoder implementation feedback
 2021-06-09 20:00 UTC  (3+ messages)

[Bug 1921061] [NEW] Corsair iCUE Install Fails, qemu VM Reboots
 2021-06-09 18:53 UTC  (2+ messages)
` [Bug 1921061] "

[PATCH] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
 2021-06-09 18:57 UTC  (5+ messages)

[PATCH v3 00/33] block/nbd: rework client connection
 2021-06-09 18:28 UTC  (5+ messages)
` [PATCH v3 19/33] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-09 18:17 UTC  (3+ messages)
` [PATCH v3 7/7] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH] block: Move read-only check during truncation earlier
 2021-06-09 17:42 UTC  (3+ messages)

[PATCH v3 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-06-09 17:25 UTC  (3+ messages)
` [PATCH v3 3/4] scripts: helper to generate x86_64 CPU ABI compat info

[PULL 0/9] migration queue
 2021-06-09 16:56 UTC  (2+ messages)

[PATCH 00/22] Convert more checks to Meson
 2021-06-09 16:47 UTC  (7+ messages)
` [PATCH 05/26] configure, meson: convert pam detection to meson

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-06-09 16:40 UTC  (4+ messages)

[PATCH v4 0/7] block: file-posix queue
 2021-06-09 16:15 UTC  (10+ messages)
` [PATCH v4 1/7] file-posix: fix max_iov for /dev/sg devices
` [PATCH v4 2/7] scsi-generic: pass max_segments via max_iov field in BlockLimits
` [PATCH v4 3/7] block: add max_hw_transfer to BlockLimits
` [PATCH v4 4/7] file-posix: try BLKSECTGET on block devices too, do not round to power of 2

[RFC PATCH v2 0/2] cputlb: implement load_helper_unaligned() for unaligned loads
 2021-06-09 16:09 UTC  (2+ messages)

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-09 15:55 UTC  (5+ messages)
` [PATCH v2 2/9] virtiofsd: Use lo_inode_open() instead of openat()
` [PATCH v2 4/9] virtiofsd: Let lo_fd() return a TempFd
` [PATCH v2 8/9] virtiofsd: Optionally fill lo_inode.fhandle
` [PATCH v2 9/9] virtiofsd: Add lazy lo_do_find()


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