qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 11:07:25 to 2022-01-05 23:13:24 UTC [more...]

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

[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

[PATCH v2 00/18] user creatable pnv-phb3/pnv-phb4 devices
 2022-01-05 21:23 UTC  (19+ 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

[PATCH v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-05 21:36 UTC  (3+ messages)

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 v2 0/7] target/ppc: powerpc_excp improvements (2/n)
 2022-01-05 20:40 UTC  (8+ 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

[PATCH v1 4/5] RISC-V: Typed CSRs in gdbserver
 2022-01-05 20:20 UTC  (18+ 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 3/5] RISC-V: 'info gmem' to show hypervisor guest -> physical address translations
  ` [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] meson.build: Print gtk version in the summary info
 2022-01-05 19:55 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  (10+ messages)
` [PATCH 01/17] pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
` [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  (10+ messages)
` [PULL 1/8] hw: Add compat machines for 7.0
` [PULL 2/8] tests/qtest/test-x86-cpuid-compat: Check for machines before using them
` [PULL 3/8] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
` [PULL 4/8] tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
` [PULL 5/8] qemu-options: Remove the deprecated -no-quit option
` [PULL 6/8] docs/sphinx: fix compatibility with sphinx < 1.8
` [PULL 7/8] gitlab-ci: Enable docs in the centos job
` [PULL 8/8] docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name

[PATCH] tcg/loongarch64: Support raising sigbus for user-only
 2022-01-05 17:44 UTC 

Rational behind partial AVX support in Qemu
 2022-01-05 17:09 UTC 

[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 v2] net/tap: Set return code on failure
 2022-01-05 16:45 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  (10+ messages)
` [PATCH 1/1] softmmu: fix device deletion events with -device JSON syntax

[PATCH] MAINTAINERS: Add entry for QEMU Guest Agent Windows components
 2022-01-05 15:23 UTC  (2+ messages)

[PATCH v1 00/34] testing/next and other misc fixes
 2022-01-05 15:14 UTC  (39+ messages)
` [PATCH v1 01/34] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v1 02/34] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v1 03/34] meson: require liburing >= 0.3
` [PATCH v1 04/34] ui: avoid warnings about directdb on Alpine / musl libc
` [PATCH v1 05/34] ci: explicitly skip I/O tests on alpine
` [PATCH v1 06/34] tests/docker: switch fedora image to release 35
` [PATCH v1 07/34] tests: integrate lcitool for generating build env manifests
` [PATCH v1 08/34] tests/docker: auto-generate centos8.docker with lcitool
` [PATCH v1 09/34] tests/docker: auto-generate fedora.docker "
` [PATCH v1 10/34] tests/docker: auto-generate ubuntu1804.docker "
` [PATCH v1 11/34] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v1 12/34] tests/docker: auto-generate opensuse-leap.docker "
` [PATCH v1 13/34] tests/docker: remove ubuntu.docker container
` [PATCH v1 14/34] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PATCH v1 15/34] tests/docker: updates to alpine package list
` [PATCH v1 16/34] tests/docker: fix sorting of alpine image package lists
` [PATCH v1 17/34] tests/docker: fully expand the alpine package list
` [PATCH v1 18/34] tests/docker: auto-generate alpine.docker with lcitool
` [PATCH v1 19/34] tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX
` [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 22/34] monitor: move x-query-profile into accel/tcg to fix build
` [PATCH v1 23/34] docs/devel: update C standard to C11
` [PATCH v1 24/34] docs/devel: more documentation on the use of suffixes
` [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding
` [PATCH v1 26/34] linux-user: don't adjust base of found hole
` [PATCH v1 27/34] tests/avocado: add :avocado: tags for some tests
` [PATCH v1 28/34] tests/tcg/multiarch: Read fp flags before printf
` [PATCH v1 29/34] test/tcg/ppc64le: Add float reference files
` [PATCH v1 30/34] FreeBSD: Upgrade to 12.3 release
` [PATCH v1 31/34] docs/sphinx: fix compatibility with sphinx < 1.8
` [PATCH v1 32/34] gitlab-ci: Enable docs in the centos job
` [PATCH v1 33/34] docker: include bison in debian-tricore-cross
` [PATCH v1 34/34] linux-user: Remove the deprecated ppc64abi32 target

[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  (17+ messages)
` [PATCH v3 01/16] job.c: make job_mutex and job_lock/unlock() public
` [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 05/16] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v3 06/16] job.c: make job_event_* functions static
` [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 11/16] jobs: document all static functions and add _locked() suffix
` [PATCH v3 12/16] jobs: use job locks and helpers also in the unit tests
` [PATCH v3 13/16] jobs: add job lock in find_* functions
` [PATCH v3 14/16] job.c: use job_get_aio_context()
` [PATCH v3 15/16] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v3 16/16] block_job_query: remove atomic read

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)

[PATCH] ide: Explicitly poll for BHs on cancel
 2022-01-05 13:53 UTC  (2+ messages)

[PATCH 0/2] spapr: Fix support of POWER5+ processors
 2022-01-05 13:41 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: Add popcntb instruction to "
` [PATCH 2/2] spapr: Fix support of "

[PATCH] docs/system/ppc: Merge the PEF information into the pseries page
 2022-01-05 12:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Improve the PowerPC machines section
 2022-01-05 12:51 UTC  (2+ messages)

[PATCH] docs/sphinx: fix compatibility with sphinx < 1.8
 2022-01-05 12:35 UTC  (2+ messages)

[RFC 00/10] add generic vDPA device support
 2022-01-05 12:26 UTC  (12+ messages)
` [RFC 02/10] vhost: add 3 commands for vhost-vdpa
` [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface
` [RFC 06/10] vdpa-dev: implement the unrealize interface

[PATCH 0/6] Introduce CanoKey QEMU
 2022-01-05 12:02 UTC  (3+ messages)
` [PATCH 5/6] docs/qdev-device-use: Add CanoKey to QDEV devices examples

[PATCH] optionrom: Turn off -fcf-protection
 2022-01-05 12:00 UTC  (2+ messages)

[PATCH] docs: reSTify virtio-balloon-stats documentation and move to docs/interop
 2022-01-05 11:52 UTC 

[RFC 0/5] Clean up error handling in libvhost-user memory mapping
 2022-01-05 11:18 UTC  (7+ messages)
` [RFC 3/5] libvhost-user: Simplify VHOST_USER_REM_MEM_REG
` [RFC 4/5] libvhost-user: prevent over-running max RAM slots
` [RFC 5/5] libvhost-user: handle removal of identical regions


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