qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 14:41:42 to 2022-01-06 09:52:44 UTC [more...]

[PATCH v14 00/26] Add LoongArch linux-user emulation support
 2022-01-06  9:41 UTC  (9+ messages)
` [PATCH v14 03/26] target/loongarch: Add main translation routines
` [PATCH v14 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v14 09/26] target/loongarch: Add fixed point extra "
` [PATCH v14 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v14 12/26] target/loongarch: Add floating point conversion "
` [PATCH v14 15/26] target/loongarch: Add branch "
` [PATCH v14 21/26] linux-user: Add LoongArch syscall support
` [PATCH v14 22/26] linux-user: Add LoongArch cpu_loop support

[PATCH 0/2] virtio-gpu: Shared memory capability
 2022-01-06  9:41 UTC  (3+ messages)
` [PATCH 1/2] virtio-gpu: hostmem

[PATCH] MAINTAINERS: Add entry for QEMU Guest Agent Windows components
 2022-01-06  9:39 UTC  (3+ messages)

[PATCH 0/1] Patch to adjust coroutine pool size adaptively
 2022-01-06  9:35 UTC  (3+ messages)
` [PATCH 1/1] util: adjust coroutine pool size to virtio block queue

[PATCH v3 0/3] Move target_signal.h generic definitions to generic/signal.h
 2022-01-06  9:33 UTC  (5+ messages)
` [PATCH v3 1/3] linux-user: "
` [PATCH v3 2/3] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
` [PATCH v3 3/3] linux-user: Remove TARGET_SIGSTKSZ

[PATCH 00/15] reduce audio playback latency
 2022-01-06  9:21 UTC 

Rational behind partial AVX support in Qemu
 2022-01-06  9:14 UTC  (3+ messages)

[PATCH v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-06  9:16 UTC  (4+ messages)

[PATCH V7 00/29] Live Update
 2022-01-06  9:12 UTC  (13+ messages)
` [PATCH V7 17/29] pci: export functions for cpr
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)

[PATCH v2 0/2] Introduce camera subsystem
 2022-01-06  8:53 UTC  (3+ messages)
` [PATCH v2 1/2] camera: Introduce camera subsystem and builtin driver
` [PATCH v2 2/2] camera: v4l2: Introduce v4l2 camera driver

[PATCH v5 0/3] tpm: Add missing ACPI device identification objects
 2022-01-06  8:36 UTC  (3+ messages)
` [PATCH v5 2/3] acpi: tpm: Add missing "

[PATCH v7 00/18] Adding partial support for 128-bit riscv target
 2022-01-06  8:33 UTC  (12+ messages)
` [PATCH v7 13/18] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v7 14/18] target/riscv: support for 128-bit M extension
` [PATCH v7 16/18] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v7 17/18] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v7 18/18] target/riscv: actual functions to realize crs 128-bit insns

[PATCH for-7.0] hw/i386/pc: Add missing property descriptions
 2022-01-06  8:10 UTC  (2+ messages)

[PATCH v2 00/18] user creatable pnv-phb3/pnv-phb4 devices
 2022-01-06  8:18 UTC  (25+ messages)
` [PATCH v2 01/18] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
` [PATCH v2 02/18] pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_port
` [PATCH v2 03/18] ppc/pnv: Attach PHB3 root port device when defaults are enabled
` [PATCH v2 04/18] pnv_phb4.c: make pnv-phb4-root-port user creatable
` [PATCH v2 05/18] pnv_phb4.c: check if root port exists in rc_config functions
` [PATCH v2 06/18] ppc/pnv: Introduce support for user created PHB3 devices
` [PATCH v2 07/18] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
` [PATCH v2 08/18] ppc/pnv: Complete user created PHB3 devices
` [PATCH v2 09/18] ppc/pnv: Move num_phbs under Pnv8Chip
` [PATCH v2 10/18] pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS name
` [PATCH v2 11/18] pnv_phb4.c: introduce pnv_phb4_set_stack_phb_props()
` [PATCH v2 12/18] pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
` [PATCH v2 13/18] pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()
` [PATCH v2 14/18] pnv_phb4.h: turn phb into a pointer in struct PnvPhb4PecStack
` [PATCH v2 15/18] pnv_phb4_pec.c: use 'default_enabled()' to init stack->phb
` [PATCH v2 16/18] pnv_phb4.c: introduce pnv_pec_init_stack_xscom()
` [PATCH v2 17/18] ppc/pnv: Introduce user creatable pnv-phb4 devices
` [PATCH v2 18/18] pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name

[RFC 00/10] add generic vDPA device support
 2022-01-06  8:00 UTC  (27+ messages)
` [RFC 01/10] virtio: get class_id and pci device id by the virtio id
` [RFC 02/10] vhost: add 3 commands for vhost-vdpa
` [RFC 03/10] vdpa: add the infrastructure of vdpa-dev
` [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface
` [RFC 05/10] vdpa-dev: implement the realize interface
` [RFC 06/10] vdpa-dev: implement the unrealize interface

[PATCH v3 0/3] Move target_signal.h generic definitions to generic/signal.h
 2022-01-06  7:46 UTC 

[PATCH v2 0/5] Clean up error handling in libvhost-user memory mapping
 2022-01-06  6:47 UTC  (6+ messages)
` [PATCH v2 1/5] libvhost-user: Add vu_rem_mem_reg input validation
` [PATCH v2 2/5] libvhost-user: Add vu_add_mem_reg "
` [PATCH v2 3/5] libvhost-user: Simplify VHOST_USER_REM_MEM_REG
` [PATCH v2 4/5] libvhost-user: prevent over-running max RAM slots
` [PATCH v2 5/5] libvhost-user: handle removal of identical regions

[PATCH v2 0/7] target/ppc: powerpc_excp improvements (2/n)
 2022-01-06  5:31 UTC  (15+ messages)
` [PATCH v2 1/7] target/ppc: powerpc_excp: Extract software TLB logging into a function
` [PATCH v2 2/7] target/ppc: powerpc_excp: Keep 60x soft MMU logs active
` [PATCH v2 3/7] target/ppc: powerpc_excp: Group unimplemented exceptions
` [PATCH v2 4/7] target/ppc: Add HV support to ppc_interrupts_little_endian
` [PATCH v2 5/7] target/ppc: Add MSR_ILE "
` [PATCH v2 6/7] target/ppc: Use ppc_interrupts_little_endian in powerpc_excp
` [PATCH v2 7/7] target/ppc: Introduce a wrapper for powerpc_excp

[RFC 0/5] Clean up error handling in libvhost-user memory mapping
 2022-01-06  5:36 UTC  (7+ messages)
` [RFC 1/5] libvhost-user: Add vu_rem_mem_reg input validation
` [RFC 5/5] libvhost-user: handle removal of identical regions

[PATCH v8 0/7] Add vmnet.framework based network backend
 2022-01-06  4:18 UTC  (2+ messages)

[PATCH] meson.build: Print gtk version in the summary info
 2022-01-06  4:11 UTC  (3+ messages)

[PATCH v4 0/3] RISC-V: Populate mtval and stval
 2022-01-06  4:04 UTC  (4+ messages)
` [PATCH v4 2/3] target/riscv: Fixup setting GVA

[PATCH v2] net/tap: Set return code on failure
 2022-01-06  4:01 UTC  (2+ messages)

[PATCH] tcg/loongarch64: Support raising sigbus for user-only
 2022-01-06  3:55 UTC  (2+ messages)

[PATCH] ide: Explicitly poll for BHs on cancel
 2022-01-06  0:11 UTC  (2+ messages)

[RFC PATCH] block/file-posix: Remove a deprecation warning on macOS 12
 2022-01-05 23:56 UTC 

[PATCH] qemu_fw_cfg: use default_groups in kobj_type
 2022-01-05 22:56 UTC  (2+ messages)

[PATCH] vfio/pci: Generate more relevant log messages for reset failures
 2022-01-05 22:38 UTC  (4+ messages)

[PATCH v2 0/3] Fix RVV calling incorrect RFV/RVD check functions bug
 2022-01-05 22:30 UTC  (8+ messages)
` [PATCH v2 1/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening fp insns
` [PATCH v2 2/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening fp/int type-convert insns
` [PATCH v2 3/3] target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing "

[PATCH v4 0/8] A collection of RISC-V cleanups and improvements
 2022-01-05 22:28 UTC  (10+ messages)
` [PATCH v4 1/8] hw/intc: sifive_plic: Add a reset function
` [PATCH v4 2/8] hw/intc: sifive_plic: Cleanup the write function
` [PATCH v4 3/8] hw/intc: sifive_plic: Cleanup the read function
` [PATCH v4 4/8] hw/intc: sifive_plic: Cleanup remaining functions
` [PATCH v4 5/8] target/riscv: Mark the Hypervisor extension as non experimental
` [PATCH v4 6/8] target/riscv: Enable the Hypervisor extension by default
` [PATCH v4 7/8] hw/riscv: Use error_fatal for SoC realisation
` [PATCH v4 8/8] hw/riscv: virt: Allow support for 32 cores

[PATCH] roms/opensbi: Upgrade from v0.9 to v1.0
 2022-01-05 22:28 UTC  (3+ messages)

[PATCH v3 00/12] Add riscv kvm accel support
 2022-01-05 22:10 UTC  (7+ messages)
` [PATCH v3 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v3 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v3 12/12] target/riscv: Support virtual time context synchronization

How to get started with contribution for GSOC'22
 2022-01-05 21:18 UTC 

[PATCH] docs/can: convert to restructuredText
 2022-01-05 19:52 UTC  (3+ messages)

[ PATCH v3 00/10] Improve PMU support
 2022-01-05 21:51 UTC  (10+ messages)
` [ PATCH v3 02/10] target/riscv: Implement PMU CSR predicate function for
` [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu
` [ PATCH v3 04/10] target/riscv: pmu: Make number of counters configurable

[PATCH v6 00/23] QEMU RISC-V AIA support
 2022-01-05 21:50 UTC  (3+ messages)
` [PATCH v6 23/23] hw/riscv: virt: Increase maximum number of allowed CPUs

Trying to understand QOM object creation and property linking
 2022-01-05 21:02 UTC  (3+ messages)

[PATCH] docs/can: convert to restructuredText
 2022-01-05 20:56 UTC 

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-05 20:52 UTC  (15+ messages)
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[PATCH v1 4/5] RISC-V: Typed CSRs in gdbserver
 2022-01-05 20:20 UTC  (13+ messages)
` [PATCH v2 0/5] Improve RISC-V debugging support
  ` [PATCH v2 1/5] RISC-V: larger and more consistent register set for 'info registers'
  ` [PATCH v2 4/5] RISC-V: Typed CSRs in gdbserver

[PATCH] vfio/pci: Generate more relevant log messages for reset failures
 2022-01-05 20:05 UTC  (2+ messages)

[PATCH] pci: Skip power-off reset when pending unplug
 2022-01-05 19:17 UTC  (9+ messages)

[PATCH 00/17] ppc/pnv: enable pnv-phb4 user devices
 2022-01-05 19:14 UTC  (7+ messages)
` [PATCH 09/17] pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
` [PATCH 11/17] pnv_phb4_pec.c: use pnv_pec_get_phb_id() in pnv_pec_dt_xscom()

CI for qemu-hexagon
 2022-01-05 18:53 UTC  (2+ messages)

[PATCH v2 0/2] linux-user/ppc: Deliver SIGTRAP on tw[i]/td[i]
 2022-01-05 18:28 UTC  (6+ messages)
` [PATCH v2 1/2] linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAP

[PATCH RFC v2] MAINTAINERS: split out s390x sections
 2022-01-05 18:27 UTC  (2+ messages)

[PATCH] docs: Clarifications and formatting changes in ppc docs
 2022-01-05 18:08 UTC 

[PULL 0/8] Misc patches (tests, docs, compat machines)
 2022-01-05 18:05 UTC  (2+ messages)

[Bug 1862619] [NEW] "-serial telnet::xxxx, server" causes "Device 'serial0' is in use"
 2022-01-05 16:49 UTC  (3+ messages)
` [Bug 1862619] "

[PATCH v2] net/tap: Set return code on failure
 2022-01-05 16:42 UTC 

[PATCH] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-05 16:25 UTC  (4+ messages)

[PATCH 0/1] Fix -device JSON support wrt hotplug
 2022-01-05 15:31 UTC  (9+ messages)
` [PATCH 1/1] softmmu: fix device deletion events with -device JSON syntax

[PATCH v1 00/34] testing/next and other misc fixes
 2022-01-05 15:14 UTC  (10+ messages)
` [PATCH v1 05/34] ci: explicitly skip I/O tests on alpine
` [PATCH v1 16/34] tests/docker: fix sorting of alpine image package lists
` [PATCH v1 20/34] tests/docker: add libfuse3 development headers
` [PATCH v1 21/34] hw/arm: add control knob to disable kaslr_seed via DTB
` [PATCH v1 26/34] linux-user: don't adjust base of found hole

[PATCH] trace-events,pci: unify trace events format
 2022-01-05 15:17 UTC  (5+ messages)

[PATCH v3 00/16] job: replace AioContext lock with job_mutex
 2022-01-05 14:02 UTC  (9+ messages)
` [PATCH v3 02/16] job.h: categorize fields in struct Job
` [PATCH v3 03/16] job.h: define locked functions
` [PATCH v3 04/16] job.h: define unlocked functions
` [PATCH v3 07/16] job.c: move inner aiocontext lock in callbacks
` [PATCH v3 08/16] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v3 09/16] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v3 10/16] jobs: protect jobs with job_lock/unlock
` [PATCH v3 15/16] job.c: enable job lock/unlock and remove Aiocontext locks

QEMU issue on Windows with WHPX Acceleration
 2022-01-05 13:43 UTC 

[PATCH] fixed argument order for keymap-get in build
 2022-01-05 12:25 UTC 

[PATCH] linux-user/syscall.c: fix missed flag for shared memory in open_self_maps
 2022-01-05 14:54 UTC  (3+ 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).