qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-05 21:04:15 to 2022-07-06 18:49:52 UTC [more...]

[RFC PATCH v9 00/23] Net Control VQ support in SVQ
 2022-07-06 18:39 UTC  (6+ messages)
` [RFC PATCH v9 01/23] vhost: Return earlier if used buffers overrun
` [RFC PATCH v9 04/23] vhost: Get vring base from vq, not svq
` [RFC PATCH v9 05/23] vhost: Add ShadowVirtQueueStart operation
` [RFC PATCH v9 06/23] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v9 08/23] vhost: Decouple vhost_svq_add_split from VirtQueueElement

[PATCH] hw/pci/pci_bridge: ensure PCIe slots have only one slot
 2022-07-06 18:38 UTC  (2+ messages)

[PATCH] iotests/copy-before-write: specify required_fmts
 2022-07-06 17:53 UTC  (2+ messages)

[PATCH V8 00/39] Live Update
 2022-07-06 17:46 UTC  (17+ messages)
` [PATCH V8 20/39] cpr: restart mode
` [PATCH V8 27/39] vfio-pci: cpr part 1 (fd and dma)
` [PATCH V8 28/39] vfio-pci: cpr part 2 (msi)
` [PATCH V8 29/39] vfio-pci: cpr part 3 (intx)
` [PATCH V8 30/39] vfio-pci: recover from unmap-all-vaddr failure

[PATCH v2 0/4] target/s390x: Exit tb after executing ex_value
 2022-07-06 17:50 UTC  (2+ messages)

[PATCH] target/ppc: Fix MPC8555 and MPC8560 core type to e500v1
 2022-07-06 17:45 UTC  (2+ messages)

[PATCH v8 00/20] job: replace AioContext lock with job_mutex
 2022-07-06 17:23 UTC  (25+ 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 08/20] blockjob.h: introduce block_job _locked() APIs
` [PATCH v8 13/20] jobs: group together API calls under the same job lock

[PATCH] docs: aspeed: Minor updates
 2022-07-06 17:21 UTC 

[PATCH 0/9] cleanup error handling in kvmppc_read_int_cpu_dt()
 2022-07-06 17:10 UTC  (11+ messages)
` [PATCH 2/9] target/ppc: add errp to kvmppc_read_int_cpu_dt()
` [PATCH 4/9] target/ppc: use g_autofree in kvmppc_read_int_cpu_dt()

[PULL 00/10] Block jobs & NBD patches
 2022-07-06 17:05 UTC  (5+ 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)
    ` copy-before-write test failing

[PATCH v5 00/45] target/arm: Scalable Matrix Extension
 2022-07-06 16:55 UTC  (53+ messages)
` [PATCH v5 01/45] target/arm: Handle SME in aarch64_cpu_dump_state
` [PATCH v5 02/45] target/arm: Add infrastructure for disas_sme
` [PATCH v5 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PATCH v5 04/45] target/arm: Mark ADR as non-streaming
` [PATCH v5 05/45] target/arm: Mark RDFFR, WRFFR, SETFFR "
` [PATCH v5 06/45] target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL "
` [PATCH v5 07/45] target/arm: Mark PMULL, FMMLA "
` [PATCH v5 08/45] target/arm: Mark FTSMUL, FTMAD, FADDA "
` [PATCH v5 09/45] target/arm: Mark SMMLA, UMMLA, USMMLA "
` [PATCH v5 10/45] target/arm: Mark string/histo/crypto "
` [PATCH v5 11/45] target/arm: Mark gather/scatter load/store "
` [PATCH v5 12/45] target/arm: Mark gather prefetch "
` [PATCH v5 13/45] target/arm: Mark LDFF1 and LDNF1 "
` [PATCH v5 14/45] target/arm: Mark LD1RO "
` [PATCH v5 15/45] target/arm: Add SME enablement checks
` [PATCH v5 16/45] target/arm: Handle SME in sve_access_check
` [PATCH v5 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v5 18/45] target/arm: Implement SME ZERO
` [PATCH v5 19/45] target/arm: Implement SME MOVA
` [PATCH v5 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v5 21/45] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v5 22/45] target/arm: Implement SME LDR, STR
` [PATCH v5 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v5 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v5 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v5 26/45] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH v5 27/45] target/arm: Implement SME integer outer product
` [PATCH v5 28/45] target/arm: Implement PSEL
` [PATCH v5 29/45] target/arm: Implement REVD
` [PATCH v5 30/45] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v5 31/45] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v5 32/45] target/arm: Enable SME for -cpu max
` [PATCH v5 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v5 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v5 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v5 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v5 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v5 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v5 39/45] linux-user/aarch64: Move sve record checks into restore
` [PATCH v5 40/45] linux-user/aarch64: Implement SME signal handling
` [PATCH v5 41/45] linux-user: Rename sve prctls
` [PATCH v5 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v5 43/45] target/arm: Only set ZEN in reset if SVE present
` [PATCH v5 44/45] target/arm: Enable SME for user-only
` [PATCH v5 45/45] linux-user/aarch64: Add SME related hwcap entries

[PATCH] iotests: fix copy-before-write for macOS and FreeBSD
 2022-07-06 16:51 UTC  (9+ messages)

[PATCH v2 1/9] hw/i2c/pca954x: Add method to get channels
 2022-07-06 16:50 UTC  (11+ messages)
` [PATCH v2 9/9] docs: aspeed: Add fby35 multi-SoC machine section

[PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS
 2022-07-06 16:46 UTC  (3+ messages)

[PATCH 1/8] hw/i2c/pca954x: Add method to get channels
 2022-07-06 16:41 UTC  (3+ messages)

[RFC PATCH v2 0/8] qapi: add generator for Golang interface
 2022-07-06 16:22 UTC  (14+ messages)
` [RFC PATCH v2 4/8] qapi: golang: Generate qapi's union types in Go
` [RFC PATCH v2 5/8] qapi: golang: Generate qapi's event "

[PATCH] configure: Restrict TCG to emulation
 2022-07-06 15:38 UTC 

Adjusting the default ROM option for SEV guests
 2022-07-06 14:57 UTC  (2+ messages)

accomplishment of new x86 feature on qemu
 2022-07-06 14:34 UTC 

[PATCH v6 00/13] qapi: net: add unix socket type support to netdev backend
 2022-07-06 14:23 UTC  (15+ messages)
` [PATCH v6 01/13] net: introduce convert_host_port()
` [PATCH v6 02/13] net: remove the @errp argument of net_client_inits()
` [PATCH v6 03/13] net: simplify net_client_parse() error management
` [PATCH v6 04/13] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v6 05/13] qapi: net: add stream and dgram netdevs
` [PATCH v6 06/13] net: stream: Don't ignore EINVAL on netdev socket connection
` [PATCH v6 07/13] net: stream: add unix socket
` [PATCH v6 08/13] net: dgram: make dgram_dst generic
` [PATCH v6 09/13] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v6 10/13] net: dgram: add unix socket
` [PATCH v6 12/13] qemu-sockets: update socket_uri() to be consistent with socket_parse()
` [PATCH v6 13/13] net: stream: move to QIO
` [PATCH v6 11/13] qemu-sockets: move and rename SocketAddress_to_str()

[RFC v1] util/aio: Keep notification disabled as much as possible
 2022-07-06 14:12 UTC  (3+ messages)

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

[PATCH v2 00/15] virtio-gpio and various virtio cleanups
 2022-07-06 13:37 UTC  (4+ messages)
` [PATCH v2 05/15] hw/virtio: add boilerplate for vhost-user-gpio device

[PATCH v3 0/1] qga: add command 'guest-get-cpustats'
 2022-07-06 12:55 UTC  (4+ messages)
` [PATCH v3 1/1] "

[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
 2022-07-06 11:49 UTC  (3+ messages)

[PULL 0/2] M68k for 7.1 patches
 2022-07-06 11:40 UTC  (3+ messages)
` [PULL 1/2] m68k: use correct variable name in boot info string macro
` [PULL 2/2] m68k: virt: pass RNG seed via bootinfo block

[PATCH v4] hw/nvme: Use ioeventfd to handle doorbell updates
 2022-07-06 11:34 UTC  (5+ messages)

[PATCH v2 0/3] Fix some coverity issues on VDUSE
 2022-07-06  9:56 UTC  (4+ messages)
` [PATCH v2 1/3] libvduse: Fix the incorrect function name
` [PATCH v2 2/3] libvduse: Replace strcpy() with strncpy()
` [PATCH v2 3/3] libvduse: Pass positive value to strerror()

[RFC 0/8] Introduce an extensible static analyzer
 2022-07-06 10:15 UTC  (10+ messages)

[PATCH v2] target/s390x/tcg: SPX: check validity of new prefix
 2022-07-06 10:17 UTC  (2+ messages)

[PATCH v3 00/14] scsi: add quirks and features to support m68k Macs
 2022-07-06  9:35 UTC  (2+ messages)

[PATCH qemu] m68k: virt: pass RNG seed via bootinfo block
 2022-07-06  9:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/18] Make block-backend-io.h API more consistent
 2022-07-06  9:45 UTC  (6+ messages)
` [PATCH v2 01/18] block: Make blk_{pread, pwrite}() return 0 on success
  ` [PATCH v2 01/18] block: Make blk_{pread,pwrite}() "
` [PATCH v2 17/18] block: Reorganize some declarations in block-backend-io.h

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-06  8:20 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 06/14] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 10/14] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 12/14] KVM: Handle page fault for private memory
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH v2 0/1] qga: add command 'guest-get-cpustats'
 2022-07-06  8:57 UTC  (8+ messages)
` [PATCH v2 1/1] "
    `  "

[PATCH] block/io_uring: clarify that short reads can happen
 2022-07-06  8:03 UTC 

[PATCH] io_uring: fix short read slow path corruptions
 2022-07-06  7:51 UTC  (11+ messages)
` [PATCH v2] io_uring: fix short read slow path

[PATCH 0/3] ui/cocoa: Run qemu_init in the main thread
 2022-07-06  7:32 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Revert "main-loop: Disable block backend global state assertion on Cocoa"
` [PATCH 3/3] meson: Allow to enable gtk and sdl while cocoa is enabled

[PATCH] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-06  7:25 UTC  (3+ messages)

[PULL 0/2] Net patches
 2022-07-06  6:50 UTC  (4+ messages)
` [PULL 1/2] e1000: set RX descriptor status in a separate operation
` [PULL 2/2] ebpf: replace deprecated bpf_program__set_socket_filter

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-07-06  5:39 UTC  (10+ messages)
` [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH

[PATCH v3 0/2] handling guest multiple displays
 2022-07-06  4:21 UTC  (7+ messages)
` [PATCH v3 2/2] ui/gtk: a new array param monitor to specify the target displays

[PULL 0/2] xen queue
 2022-07-06  1:48 UTC  (2+ 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).