qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 08:57:36 to 2022-04-14 03:11:08 UTC [more...]

[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-04-14  3:09 UTC  (18+ messages)
` [PATCH v5 1/4] qapi/machine.json: Add cluster-id
` [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH v9 00/14] support subsets of scalar crypto extension
 2022-04-14  2:17 UTC  (5+ messages)
` [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-04-14  1:52 UTC  (2+ messages)

fwcfg: Wrong callback behaviour after fw_cfg_modify_bytes_read
 2022-04-13 21:48 UTC 

[PULL v2 00/35] riscv-to-apply queue
 2022-04-13 23:59 UTC  (4+ messages)
` [PULL v2 29/35] hw/intc: Add RISC-V AIA APLIC device emulation

[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
 2022-04-13 23:42 UTC  (2+ messages)

[PATCH] hw/arm/virt: impact of gic-version on max CPUs
 2022-04-13 23:14 UTC 

[PATCH v2 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
 2022-04-13 22:00 UTC  (6+ messages)
` [PATCH v2 1/5] qga/commands-posix: Use getifaddrs when available
` [PATCH v2 2/5] qga/commands-posix: Fix iface hw address detection
` [PATCH v2 3/5] qga/commands-posix: Fix listing ifaces for Solaris
` [PATCH v2 4/5] qga/commands-posix: Log all net stats failures
` [PATCH v2 5/5] qga/commands-posix: 'guest-shutdown' for Solaris

[PATCH v7 00/17] vfio-user server in QEMU
 2022-04-13 21:59 UTC  (17+ messages)
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device

[PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
 2022-04-13 21:22 UTC  (22+ messages)
` [PATCH for-7.1 1/8] nbd: actually implement reply_possible safeguard
` [PATCH for-7.1 2/8] nbd: mark more coroutine_fns
` [PATCH for-7.1 3/8] nbd: remove peppering of nbd_client_connected
` [PATCH for-7.1 4/8] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
` [PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
` [PATCH for-7.1 6/8] nbd: move s->state under requests_lock
` [PATCH for-7.1 7/8] nbd: take receive_mutex when reading requests[].receiving
` [PATCH for-7.1 8/8] nbd: document what is protected by the CoMutexes

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-04-13 20:46 UTC  (18+ messages)

[PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
 2022-04-13 20:11 UTC  (4+ messages)

[PATCH for-7.1 v2 00/39] Logging cleanup and per-thread logfiles
 2022-04-13 18:41 UTC  (15+ messages)
` [PATCH v2 03/39] util/log: Return bool from qemu_set_log_filename
` [PATCH v2 04/39] util/log: Pass Error pointer to qemu_set_log
` [PATCH v2 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
` [PATCH v2 09/39] *: Use fprintf between qemu_log_trylock/unlock
` [PATCH v2 11/39] tcg: Pass the locked filepointer to tcg_dump_ops
` [PATCH v2 12/39] exec/translator: Pass the locked filepointer to disas_log hook
` [PATCH v2 13/39] exec/log: Remove log_disas and log_target_disas

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13 17:52 UTC  (37+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH v2] Warn user if the vga flag is passed but no vga device is created
 2022-04-13 17:22 UTC 

[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
 2022-04-13 16:32 UTC  (26+ messages)
` [RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
` [RFC PATCH v7 02/25] vdpa: Add missing tracing to batch mapping functions
` [RFC PATCH v7 03/25] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v7 04/25] util: Return void on iova_tree_remove
` [RFC PATCH v7 05/25] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit
` [RFC PATCH v7 07/25] vhost: Add reference counting to vhost_iova_tree
` [RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v7 09/25] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v7 10/25] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v7 11/25] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v7 12/25] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v7 13/25] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v7 14/25] vhost: Add SVQElement
` [RFC PATCH v7 15/25] vhost: Add custom used buffer callback
` [RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v7 17/25] vhost: Add vhost_iova_tree_find
` [RFC PATCH v7 18/25] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
` [RFC PATCH v7 20/25] vdpa: add NetClientState->start() callback
` [RFC PATCH v7 21/25] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v7 22/25] vhost: Update kernel headers
` [RFC PATCH v7 23/25] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v7 25/25] vdpa: Add x-cvq-svq

[PATCH v1] hw/ppc: change indentation to spaces from TABs
 2022-04-13 15:03 UTC  (4+ messages)
` [PATCH v2] "

FSFreeze on Windows VM
 2022-04-13 14:27 UTC  (6+ messages)

adding 'official' way to dump SEV VMSA
 2022-04-13 13:36 UTC 

[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
 2022-04-13 12:43 UTC  (6+ messages)

[PATCH] block/rbd: support driver-specific reopen
 2022-04-13 12:26 UTC 

[RFC PATCH] tests/guest-debug: better handle gdb crashes
 2022-04-13 12:11 UTC 

[PATCH] migration: Read state once
 2022-04-13 11:33 UTC 

[libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
 2022-04-13 11:18 UTC  (8+ messages)

[PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
 2022-04-13  7:30 UTC  (3+ messages)

[PATCH v7 00/12] Improve PMU support
 2022-04-13  7:08 UTC  (5+ messages)
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
 2022-04-13  3:30 UTC  (4+ messages)

[PATCH] target/riscv: use xlen in forging isa string
 2022-04-13  6:40 UTC  (4+ messages)
` [PATCH] target/riscv: replace TARGET_LONG_BITS in gdbstub

[PATCH] Warn user if the vga flag is passed but no vga device is created
 2022-04-13  6:36 UTC  (5+ messages)

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2022-04-13  6:26 UTC  (6+ messages)

[Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
 2022-04-13  5:58 UTC  (5+ messages)

[PATCH] docs: Correct the default thread-pool-size
 2022-04-13  4:20 UTC 

[PATCH 0/5] target/arm: Support variable sized coprocessor registers
 2022-04-13  2:55 UTC  (5+ messages)

[ANNOUNCE] QEMU 7.0.0-rc4 is now available
 2022-04-13  0:44 UTC 

[PATCH] net/vhost-user: Save ack_features to net_clients during vhost_user_start
 2022-04-13  8:17 UTC 

[PATCH v3 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
 2022-04-12 22:18 UTC 

[PATCH] hw/nvme: fix narrowing conversion
 2022-04-12 20:36 UTC  (2+ messages)

[PULL 00/15] Pull migration patches
 2022-04-12 19:04 UTC  (3+ messages)
` [PULL 03/15] multifd: Make no compression operations into its own structure

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-04-12 18:41 UTC  (5+ messages)
` [PATCH v8 10/12] target/hexagon: import parser for idef-parser

[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
 2022-04-12 16:58 UTC  (4+ messages)
` [RFC PATCH 1/3] disas: Remove old libopcode s390 disassembler
` [RFC PATCH 2/3] disas: Remove old libopcode arm disassembler
` [RFC PATCH 3/3] disas: Remove old libopcode i386 disassembler

[PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
 2022-04-12 16:49 UTC 

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-12 16:07 UTC  (4+ messages)
` [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

[RFC 0/3] Introduce a new Qemu machine for RISC-V
 2022-04-12 15:59 UTC  (3+ messages)
` [RFC 1/3] serial: Enable MSI capablity and option

[PATCH] vhost: Track descriptor chain in private at SVQ
 2022-04-12 15:52 UTC 

[RFC PATCH] target/i386: fix byte swap issue with XMM register access
 2022-04-12 14:35 UTC  (2+ messages)

[PATCH for-7.1] target/mips: Remove stale TODO file
 2022-04-12 14:33 UTC  (2+ messages)

[PATCH 00/16] target/arm: Implement features Debugv8p4, RAS, IESB
 2022-04-12 14:31 UTC  (6+ messages)
` [PATCH 14/16] target/arm: Implement ESB instruction

[PATCH v2 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
 2022-04-12 13:58 UTC  (4+ messages)

[PATCH] block: fix core for unlock not permitted
 2022-04-12 12:49 UTC  (3+ messages)
  ` 答复: "

[BUG]QEMU jump into interrupt when single-stepping on aarch64
 2022-04-12 12:32 UTC  (4+ messages)

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-04-12 12:32 UTC  (13+ messages)
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements "

[RFC PATCH 0/4] net: support for CFI with libslirp >= 4.7
 2022-04-12 12:13 UTC  (5+ messages)
` [RFC PATCH 1/4] net: slirp: introduce a wrapper struct for QemuTimer
` [RFC PATCH 2/4] net: slirp: switch to slirp_new
` [RFC PATCH 3/4] net: slirp: add support for CFI-friendly timer API
` [RFC PATCH 4/4] net: slirp: allow CFI with libslirp >= 4.7

[PATCH v9 00/11] 9p: Add support for darwin
 2022-04-12 12:19 UTC  (4+ messages)
` [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH for-7.1] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
 2022-04-12 12:08 UTC  (2+ messages)

[RFC PATCH] gdb/gic: expose cpu_index via MxTxAttrs
 2022-04-12 11:19 UTC  (3+ messages)

[PATCH V6 00/27] Live Update
 2022-04-12 11:01 UTC  (5+ messages)
` [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)

[PATCH 1/2] gdbstub: Set current_cpu for memory read write
 2022-04-12 10:48 UTC  (11+ messages)

[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
 2022-04-12 10:21 UTC  (3+ messages)
  `  "

Procedures adding new CPUs in sbsa-ref
 2022-04-12  9:20 UTC  (5+ messages)

[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
 2022-04-12  9:04 UTC  (12+ 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).