qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-28 17:12:51 to 2022-04-29 14:44:14 UTC [more...]

[PATCH v10 00/45] CXl 2.0 emulation Support
 2022-04-29 14:40 UTC  (3+ messages)
` [PATCH v10 01/45] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)

[PATCH v5 0/6] 9pfs: macOS host fixes
 2022-04-29 14:35 UTC  (18+ messages)
` [PATCH v5 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) "
` [PATCH v5 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr "
` [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
` [PATCH v5 5/6] 9pfs: fix removing non-existent POSIX ACL xattr "
` [PATCH v5 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error "

[RFC PATCH 00/12] Cross compilation of embedded firmware
 2022-04-29 14:18 UTC  (13+ messages)
` [RFC PATCH 01/12] tests/tcg: merge configure.sh back into main configure script
` [RFC PATCH 02/12] configure: add missing cross compiler fallbacks
` [RFC PATCH 03/12] configure: handle host compiler in probe_target_compiler
` [RFC PATCH 04/12] configure: introduce --cross-prefix-*=
` [RFC PATCH 05/12] configure: include more binutils in tests/tcg makefile
` [RFC PATCH 06/12] configure, meson: move symlinking of ROMs to meson
` [RFC PATCH 07/12] configure: move symlink configuration earlier
` [RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw
` [RFC PATCH 09/12] pc-bios/optionrom: detect -fno-pie
` [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds
` [RFC PATCH 11/12] configure: enable cross-compilation of optionrom
` [RFC PATCH 12/12] configure: enable cross compilation of vof

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-29 14:09 UTC  (7+ messages)
` [qemu.qmp PATCH 03/12] update project description
` [qemu.qmp PATCH 04/12] update project URLs
` [qemu.qmp PATCH 12/12] update VERSION to 0.0.0a1

[RFC PATCH 0/6] replace -soundhw with -audio
 2022-04-29 13:37 UTC  (3+ messages)
` [RFC PATCH 1/6] pc: remove -soundhw pcspk

mount host directory as disk in VM
 2022-04-29  9:05 UTC 

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-04-29 13:15 UTC  (4+ messages)

[PATCH v3 0/3] nbd: MULTI_CONN for shared writable exports
 2022-04-29 12:49 UTC  (5+ messages)
` [PATCH v3 3/3] nbd/server: Allow "

[PATCH 00/18] RFC: Remove deprecated audio features
 2022-04-29 12:04 UTC  (9+ messages)
` [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
` [PATCH 07/18] Introduce machine's default-audiodev property

[PATCH 0/4] QEMU RISC-V nested virtualization fixes
 2022-04-29 10:54 UTC  (6+ messages)
` [PATCH 1/4] target/riscv: Fix csr number based privilege checking
` [PATCH 2/4] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
` [PATCH 3/4] target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
` [PATCH 4/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()

[PATCH v3 00/43] Add LoongArch softmmu support
 2022-04-29 10:07 UTC  (44+ messages)
` [PATCH v3 01/43] target/loongarch: Add README
` [PATCH v3 02/43] target/loongarch: Add core definition
` [PATCH v3 03/43] target/loongarch: Add main translation routines
` [PATCH v3 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v3 05/43] target/loongarch: Add fixed point shift "
` [PATCH v3 06/43] target/loongarch: Add fixed point bit "
` [PATCH v3 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v3 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v3 09/43] target/loongarch: Add fixed point extra "
` [PATCH v3 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v3 11/43] target/loongarch: Add floating point comparison "
` [PATCH v3 12/43] target/loongarch: Add floating point conversion "
` [PATCH v3 13/43] target/loongarch: Add floating point move "
` [PATCH v3 14/43] target/loongarch: Add floating point load/store "
` [PATCH v3 15/43] target/loongarch: Add branch "
` [PATCH v3 16/43] target/loongarch: Add disassembler
` [PATCH v3 17/43] target/loongarch: Add target build suport
` [PATCH v3 18/43] target/loongarch: Add system emulation introduction
` [PATCH v3 19/43] target/loongarch: Add CSRs definition
` [PATCH v3 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v3 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v3 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v3 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v3 24/43] target/loongarch: Add constant timer support
` [PATCH v3 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v3 27/43] target/loongarch: Add TLB instruction support
` [PATCH v3 28/43] target/loongarch: Add other core instructions support
` [PATCH v3 29/43] target/loongarch: Add timer related "
` [PATCH v3 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v3 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v3 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v3 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v3 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v3 36/43] Enable common virtio pci support for LoongArch
` [PATCH v3 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v3 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v3 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v3 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v3 41/43] target/loongarch: Add gdb support
` [PATCH v3 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v3 43/43] target/loongarch: 'make check-tcg' support

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-29  9:52 UTC  (3+ messages)
` [PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 for -cpu max

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-04-29  9:35 UTC  (24+ messages)
` [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
` [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
` [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
` [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
` [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm

[PATCH v3 0/5] i386: Enable newly introduced KVM Hyper-V enlightenments
 2022-04-29  9:26 UTC  (3+ messages)

[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
 2022-04-29  9:02 UTC  (6+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-04-29  9:12 UTC  (13+ messages)
` [PATCH RFC 01/10] amd-iommu: Cache PTE/DTE info in IOTLB
` [PATCH RFC 02/10] amd-iommu: Access/Dirty bit support
` [PATCH RFC 03/10] intel-iommu: Cache PASID entry flags
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
` [PATCH RFC 05/10] linux-headers: import iommufd.h hwpt extensions
` [PATCH RFC 06/10] vfio/iommufd: Add HWPT_SET_DIRTY support
` [PATCH RFC 07/10] vfio/iommufd: Add HWPT_GET_DIRTY_IOVA support
` [PATCH RFC 08/10] vfio/iommufd: Add IOAS_UNMAP_DIRTY support
` [PATCH RFC 09/10] migration/dirtyrate: Expand dirty_bitmap to be tracked separately for devices
` [PATCH RFC 10/10] hw/vfio: Add nr of dirty pages to tracepoints

[PATCH v2 0/5] hw/nvme: fix namespace identifiers
 2022-04-29  8:33 UTC  (6+ messages)
` [PATCH v2 1/5] hw/nvme: enforce common serial per subsystem
` [PATCH v2 2/5] hw/nvme: do not auto-generate eui64
` [PATCH v2 3/5] hw/nvme: do not auto-generate uuid
` [PATCH v2 4/5] hw/nvme: do not report null uuid
` [PATCH v2 5/5] hw/nvme: bump firmware revision

[Bug 1970563] Re: Qemu Debian 1:6.2+dfsg-2ubuntu6 deadlock bug
 2022-04-29  7:46 UTC  (2+ messages)
` [Bug 1970563] Re: Qemu "

[PATCH RESEND 0/2] build improvments
 2022-04-29  7:38 UTC  (4+ messages)
` [PATCH RESEND 1/2] configure: Add cross prefix for widl tool
` [PATCH RESEND 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built

[PATCH] hw/arm: add versioning to sbsa-ref machine DT
 2022-04-29  7:17 UTC  (2+ messages)

[PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
 2022-04-29  7:19 UTC  (4+ messages)
` [PATCH v2 1/2] ppc/xive: Always recompute the PIPR when pushing an OS context
` [PATCH v2 2/2] ppc/xive: Update the state of the External interrupt signal

[RFC 00/18] vfio: Adopt iommufd
 2022-04-29  6:29 UTC  (12+ messages)
` [RFC 07/18] vfio: Add base object for VFIOContainer

[PATCH] hw/nvme: deprecate the use-intel-id compatibility parameter
 2022-04-29  5:41 UTC 

[PULL 00/25] riscv-to-apply queue
 2022-04-29  4:31 UTC  (26+ messages)
` [PULL 01/25] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
` [PULL 02/25] hw/riscv: Don't add empty bootargs to device tree
` [PULL 03/25] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
` [PULL 04/25] target/riscv: rvk: add cfg properties for zbk* and zk*
` [PULL 05/25] target/riscv: rvk: add support for zbkb extension
` [PULL 06/25] target/riscv: rvk: add support for zbkc extension
` [PULL 07/25] target/riscv: rvk: add support for zbkx extension
` [PULL 08/25] crypto: move sm4_sbox from target/arm
` [PULL 09/25] target/riscv: rvk: add support for zknd/zkne extension in RV32
` [PULL 10/25] target/riscv: rvk: add support for zkne/zknd extension in RV64
` [PULL 11/25] target/riscv: rvk: add support for sha256 related instructions in zknh extension
` [PULL 12/25] target/riscv: rvk: add support for sha512 related instructions for RV32 "
` [PULL 13/25] target/riscv: rvk: add support for sha512 related instructions for RV64 "
` [PULL 14/25] target/riscv: rvk: add support for zksed/zksh extension
` [PULL 15/25] target/riscv: rvk: add CSR support for Zkr
` [PULL 16/25] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
` [PULL 17/25] target/riscv: rvk: expose zbk* and zk* properties
` [PULL 18/25] target/riscv: Fix incorrect PTE merge in walk_pte
` [PULL 19/25] target/riscv: add scalar crypto related extenstion strings to isa_string
` [PULL 20/25] hw/riscv: virt: Add a machine done notifier
` [PULL 21/25] hw/core: Move the ARM sysbus-fdt to core
` [PULL 22/25] hw/riscv: virt: Create a platform bus
` [PULL 23/25] hw/riscv: virt: Add support for generating platform FDT entries
` [PULL 24/25] hw/riscv: virt: Add device plug support
` [PULL 25/25] hw/riscv: Enable TPM backends

RFC: sgx-epc is not listed in machine type help
 2022-04-29  4:11 UTC  (7+ messages)

[PATCH 0/7] vhost-vdpa multiqueue fixes
 2022-04-29  2:30 UTC  (6+ messages)

[PATCH v2 0/5] vhost-vdpa multiqueue fixes
 2022-04-29  2:24 UTC  (6+ messages)
` [PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa

[PATCH v4 0/6] 9pfs: macOS host fixes
 2022-04-29  1:51 UTC  (5+ messages)
` [PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS

[PATCH 0/6] virtio-scsi: fix 100% CPU consumption in IOThread
 2022-04-28 23:18 UTC  (13+ messages)
` [PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
` [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
` [PATCH 3/6] virtio-scsi: clean up virtio_scsi_handle_event_vq()
` [PATCH 4/6] virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
` [PATCH 5/6] virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
` [PATCH 6/6] virtio-scsi: move request-related items from .h to .c

[PATCH 0/3] ui/gtk: new options, monitor and detach-all
 2022-04-28 23:13 UTC  (4+ messages)
` [PATCH 1/3] ui/gtk: new param monitor to specify target monitor for launching QEMU
` [PATCH 2/3] ui/gtk: detach_all option for making all VCs detached upon starting
` [PATCH 3/3] ui/gtk: specify detached window's size and location

[PATCH 0/2] build improvments
 2022-04-28 22:10 UTC  (2+ messages)

a qemu process has 54 threads, how to know who they are and what they are doing
 2022-04-28 22:10 UTC  (3+ messages)

[PATCH 00/20] target/ppc: Remove hidden usages of *env
 2022-04-28 21:45 UTC  (7+ messages)
` [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro

[PATCH v2] hw/nvme: fix copy cmd for pi enabled namespaces
 2022-04-28 20:16 UTC  (2+ messages)

[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-04-28 20:14 UTC  (2+ messages)

[PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-04-28 19:56 UTC  (2+ messages)

[PATCH 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
 2022-04-28 19:17 UTC  (2+ messages)

[PATCH 1/2] configure: Add cross prefix for widl tool
 2022-04-28 19:17 UTC  (2+ messages)

[PATCH v5 00/26] linux-user: Move signal trampolines to new page
 2022-04-28 18:15 UTC  (3+ messages)
` [PATCH v5 21/26] linux-user/s390x: Implement setup_sigtramp
  ` s390x regression - "

[PATCH v10 0/7] MSG_ZEROCOPY + multifd
 2022-04-28 17:52 UTC  (3+ messages)

[PULL 00/54] target-arm queue
 2022-04-28 17:10 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).