qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 21:21:57 to 2023-12-12 16:31:23 UTC [more...]

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2023-12-12 16:29 UTC  (5+ messages)
` [PATCH 01/33] hw/arm/boot: Propagate vCPU to arm_load_dtb()
` [PATCH 02/33] hw/arm/fsl-imx6: Add a local 'gic' variable
` [PATCH 03/33] hw/arm/fsl-imx6ul: "
` [PATCH 07/33] hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE

[PATCH] fix qemu build with xen-4.18.0
 2023-12-12 16:29 UTC  (10+ messages)

[PATCH for-9.0] docs/devel/docs: Document .hx file syntax
 2023-12-12 16:23 UTC 

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-12-12 16:10 UTC  (5+ messages)
` [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic
` [PATCH v2 08/20] util/dsa: Implement DSA task enqueue and dequeue

Adding MSI support for virtio-pci to QEMU as Xen backend on ARM
 2023-12-12 16:02 UTC  (3+ messages)

[PATCH v4 0/6] xen-arm: add support for virtio-pci
 2023-12-12 15:46 UTC  (3+ messages)
` [RFC PATCH v4 4/6] xen: add option to disable legacy backends

[PATCH v2 0/5] Make Big QEMU Lock naming consistent
 2023-12-12 15:39 UTC  (6+ messages)
` [PATCH v2 1/5] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
` [PATCH v2 2/5] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
` [PATCH v2 3/5] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PATCH v2 4/5] Replace "iothread lock" with "BQL" in comments
` [PATCH v2 5/5] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH 0/4] hw: Remove 'exec/exec-all.h' header when unused
 2023-12-12 15:28 UTC  (7+ messages)
` [PATCH 1/4] hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
` [PATCH 2/4] hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
` [PATCH 3/4] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
` [PATCH 4/4] target: Restrict 'sysemu/reset.h' to system emulation

[PATCH] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2023-12-12 15:04 UTC  (2+ messages)

[PATCH v8 00/10] Introduce model for IBM's FSI
 2023-12-12 14:49 UTC  (13+ messages)
` [PATCH v8 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v8 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v8 04/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v8 05/10] hw/fsi: Introduce IBM's FSI master
` [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v8 07/10] hw/arm: Hook up FSI module in AST2600

[PATCH] qemu_init: increase NOFILE soft limit on POSIX
 2023-12-12 14:32 UTC 

[PATCH qemu v2 0/3] Add device STM32L4x5 EXTI
 2023-12-12 14:19 UTC  (4+ messages)
` [PATCH qemu v2 1/3] hw/misc: Implement "
` [PATCH qemu v2 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase
` [PATCH qemu v2 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH] fsl-imx: Add simple RTC emulation for i.MX6 and i.MX7 boards
 2023-12-12 14:18 UTC  (2+ messages)

[PATCH v6] ui/cocoa: Use NSWindow's ability to resize
 2023-12-12  8:43 UTC  (4+ messages)

[PATCH] hw/virtio: Add ioeventfd option for balloon
 2023-12-12  7:50 UTC 

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-12 13:56 UTC  (3+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-12-12  9:59 UTC  (6+ messages)
` [PATCH v2 1/2] qdev: add IOThreadVirtQueueMappingList property type

[PATCH v2] string-output-visitor: show structs as "<omitted>"
 2023-12-12 13:49 UTC 

[PATCH 0/2] system/qtest: Minor include cleanups
 2023-12-12 13:24 UTC  (5+ messages)
` [PATCH 1/2] system/qtest: Include missing 'hw/core/cpu.h' header
` [PATCH 2/2] system/qtest: Restrict QTest API to system emulation

Questions about clocks emulation
 2023-12-12 13:05 UTC 

[PATCH] accel/tcg: Expose translation block flags to plugins
 2023-12-12 12:43 UTC  (3+ messages)

[risu PATCH 0/5] Add LoongArch LSX/LASX instructions
 2023-12-12 12:40 UTC  (6+ messages)
` [risu PATCH 5/5] loongarch: Add block 'clean' and clean_lsx_result()

[PATCH v2 00/23] exec: Rework of various headers (user focused)
 2023-12-12 12:41 UTC  (25+ messages)
` [PATCH v2 01/23] exec: Include 'cpu.h' before validating CPUArchState placement
` [PATCH v2 02/23] exec: Expose 'target_page.h' API to user emulation
` [PATCH v2 03/23] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PATCH v2 04/23] accel: Include missing 'exec/cpu_ldst.h' header
` [PATCH v2 05/23] gdbstub: Include missing 'hw/core/cpu.h' header
` [PATCH v2 06/23] semihosting/uaccess: Avoid including 'cpu.h'
` [PATCH v2 07/23] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PATCH v2 08/23] host/load-extract: Include missing 'qemu/atomic.h' and 'qemu/int128.h'
` [PATCH v2 09/23] host/atomic128: Include missing 'qemu/atomic.h' header
` [PATCH v2 10/23] target/i386: Include missing 'exec/exec-all.h' header
` [PATCH v2 11/23] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PATCH v2 12/23] exec/cpu-all: Remove unused 'qemu/thread.h' header
` [PATCH v2 13/23] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PATCH v2 14/23] exec/cpu-all: Remove unused tswapls() definitions
` [PATCH v2 15/23] exec: Declare target_words_bigendian() in 'exec/tswap.h'
` [PATCH v2 16/23] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
` [PATCH v2 17/23] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
` [PATCH v2 18/23] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PATCH v2 19/23] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PATCH v2 20/23] exec: Declare abi_ptr type in its own 'abi_ptr.h' header
` [PATCH v2 21/23] exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h'
` [PATCH v2 22/23] exec/cpu-all: Extract page-protection definitions to page-prot-common.h
` [PATCH v2 23/23] exec/cpu_ldst: Avoid including 'cpu.h'

[Stable-8.1.4 00/31] Patch Round-up for stable 8.1.4, freeze on 2023-12-20
 2023-12-12 12:18 UTC  (24+ messages)
` [Stable-8.1.4 01/31] linux-user: xtensa: fix signal delivery in FDPIC
` [Stable-8.1.4 02/31] target/arm: Fix SME FMOPA (16-bit), BFMOPA
` [Stable-8.1.4 03/31] hw/ide/ahci: fix legacy software reset
` [Stable-8.1.4 04/31] net: Provide MemReentrancyGuard * to qemu_new_nic()
` [Stable-8.1.4 05/31] net: Update MemReentrancyGuard for NIC
` [Stable-8.1.4 06/31] linux-user: Fix loaddr computation for some elf files
` [Stable-8.1.4 07/31] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
` [Stable-8.1.4 08/31] tests/avocado: Replace assertRegexpMatches() "
` [Stable-8.1.4 09/31] linux-user/riscv: Add Zicboz block size to hwprobe
` [Stable-8.1.4 10/31] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
` [Stable-8.1.4 11/31] riscv: Fix SiFive E CLINT clock frequency
` [Stable-8.1.4 12/31] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
` [Stable-8.1.4 13/31] target/riscv/cpu_helper.c: Fix mxr bit behavior
` [Stable-8.1.4 14/31] vmdk: Don't corrupt desc file in vmdk_write_cid
` [Stable-8.1.4 15/31] target/arm: Set IL bit for pauth, SVE access, BTI trap syndromes
` [Stable-8.1.4 16/31] target/arm: Handle overflow in calculation of next timer tick
` [Stable-8.1.4 17/31] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
` [Stable-8.1.4 18/31] hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array "
` [Stable-8.1.4 19/31] hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] "
` [Stable-8.1.4 20/31] hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" array
` [Stable-8.1.4 21/31] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
` [Stable-8.1.4 22/31] hw/avr/atmega: Fix wrong initial value of stack pointer
` [Stable-8.1.4 23/31] hw/audio/hda-codec: fix multiplication overflow

[PATCH 00/24] exec: Rework of various headers (user focused)
 2023-12-12 12:24 UTC  (51+ messages)
` [PATCH 01/24] exec: Include 'cpu.h' before validating CPUArchState placement
` [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation
` [PATCH 03/24] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PATCH 04/24] accel: Include missing 'exec/cpu_ldst.h' header
` [PATCH 05/24] semihosting/uaccess: Avoid including 'cpu.h'
` [PATCH 06/24] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PATCH 07/24] host/load-extract: Include missing 'qemu/atomic.h' and 'qemu/int128.h'
` [PATCH 08/24] host/atomic128: Include missing 'qemu/atomic.h' header
` [PATCH 09/24] hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
` [PATCH 10/24] hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
` [PATCH 11/24] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
` [PATCH 12/24] target/i386: Include missing 'exec/exec-all.h' header
` [PATCH 13/24] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PATCH 14/24] gdbstub: "
` [PATCH 15/24] exec/cpu-all: Remove unused headers
` [PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PATCH 17/24] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
` [PATCH 18/24] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PATCH 19/24] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PATCH 20/24] exec: Declare abi_ptr type in its own 'tcg/abi_ptr.h' header
` [PATCH 21/24] exec/cpu_ldst: Avoid including 'cpu.h'
` [PATCH 22/24] exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h'
` [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to page-prot-common.h
` [PATCH 24/24] target: Restrict 'sysemu/reset.h' to system emulation

[PATCH] accel/tcg: TCG Plugin callback on a vCpu interrupt
 2023-12-12 12:00 UTC  (2+ messages)

[PATCH v4 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2023-12-12 11:28 UTC  (7+ messages)
` [PATCH v4 1/4] accel/tcg: Make use of qemu_target_page_mask() in perf.c
` [PATCH v4 2/4] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH v4 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH v4 4/4] accel/tcg: Move perf and debuginfo support to tcg

[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
 2023-12-12 11:27 UTC  (8+ messages)
` [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout
` [PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset

[PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation
 2023-12-12 11:15 UTC  (12+ messages)
` [PATCH RFC v2 01/12] hw/pci: Initialize PCI multifunction after realization
` [PATCH RFC v2 05/12] hw/qdev: Remove opts member

[PATCH v2 1/2] target/riscv: FIX xATP_MODE validation
 2023-12-12 11:03 UTC  (2+ messages)
` [PATCH v2 2/2] target/riscv: UPDATE xATP write CSR

[PATCH 0/2] support unaligned access for some xHCI registers
 2023-12-12 10:25 UTC  (5+ messages)
` [PATCH 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers

[PULL for-8.2 0/2] Fix for building with Xen 4.18
 2023-12-12 10:22 UTC  (3+ messages)
` [PULL 1/2] meson, xen: fix condition for enabling the Xen accelerator
` [PULL 2/2] xen: fix condition for skipping virtio-mmio defines

[PATCH v8 0/3] pnv N1 chiplet model
 2023-12-12  9:42 UTC  (7+ messages)
` [PATCH v8 1/3] hw/ppc: Add pnv nest pervasive common "
` [PATCH v8 2/3] hw/ppc: Add N1 "
` [PATCH v8 3/3] hw/ppc: N1 chiplet wiring

[PATCH V7 00/12] fix migration of suspended runstate
 2023-12-12  8:54 UTC  (5+ messages)

[RFC QEMU PATCH v3 0/1] Support device passthrough when dom0 is PVH on Xen
 2023-12-12  6:37 UTC  (4+ messages)
` [RFC QEMU PATCH v3 1/1] xen: Use gsi instead of irq for mapping pirq

[RFC] string-output-visitor: show structs as "<omitted>"
 2023-12-12  6:12 UTC  (2+ messages)

[PATCH v9 0/9] Unified CPU type check
 2023-12-12  4:55 UTC  (2+ messages)

[PATCH 0/3] Support for Zoned UFS
 2023-12-12  4:40 UTC  (6+ messages)
    ` [PATCH 1/3] hw/ufs: "
    ` [PATCH 3/3] tests/qtest: Add tests "

[PATCH for-9.0 00/10] vfio: Introduce a VFIOIOMMUClass
 2023-12-12  4:15 UTC  (5+ messages)
` [PATCH for-9.0 03/10] vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()

[PATCH v7 0/5] eBPF RSS through QMP support
 2023-12-12  3:35 UTC  (11+ messages)
` [PATCH v7 1/5] ebpf: Added eBPF map update through mmap
` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton

QEMU developers fortnightly conference call for agenda for 2023-12-12
 2023-12-12  2:13 UTC  (4+ messages)

[PATCH v2] vfio: Include libgen.h for basename API
 2023-12-12  1:02 UTC 

[PATCH] vfio: Include libgen.h for basename API
 2023-12-12  0:59 UTC 

[PATCH] xen: fix condition for enabling the Xen accelerator
 2023-12-12  0:34 UTC  (2+ messages)

[PULL 00/20] Block patches
 2023-12-11 21:49 UTC  (5+ messages)
` [PULL 20/20] tracing: install trace events file only if necessary

[PATCH v2 0/3] Virtio dmabuf improvements
 2023-12-11 21:47 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).