QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-26 19:47:14 to 2024-04-29 01:05:47 UTC [more...]

[PATCH 00/24] exec: Rework around CPUState user fields (part 2)
 2024-04-29  1:05 UTC  (32+ messages)
` [PATCH 01/24] exec/user: Move 'thunk.h' from 'exec/user' to 'user'
` [PATCH 02/24] coverity: Update user emulation regexp
` [PATCH 03/24] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
` [PATCH 04/24] accel/tcg: Duplicate cpu_exit() for user / system
` [PATCH 05/24] accel/tcg: Extract tcg_cpu_exit() from cpu_exit()
` [PATCH 06/24] accel: Introduce AccelOpsClass::exit_vcpu_thread() handler
` [PATCH 07/24] accel/tcg: Implement "
` [PATCH 08/24] user: Forward declare TaskState type definition
` [PATCH 09/24] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
` [PATCH 10/24] user: Use get_task_state() helper
` [PATCH 11/24] accel/tcg: Allocate per-vCPU accel state in create_vcpu_thread()
` [PATCH 12/24] accel/tcg: Move TaskState from CPUState to TCG AccelCPUState
` [PATCH 13/24] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
` [PATCH 14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState
` [PATCH 15/24] accel/tcg: Restrict IcountDecr and CPUTLB to TCG
` [PATCH 16/24] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState
` [PATCH 17/24] accel/tcg: Move @mem_io_pc "
` [PATCH 18/24] accel/tcg: Move @cflags_next_tb "
` [PATCH 19/24] accel/tcg: Move @iommu_notifiers "
` [PATCH 20/24] accel/tcg: Move @tb_jmp_cache "
` [PATCH 21/24] accel/tcg: Remove NULL check in tcg_flush_jmp_cache()
` [PATCH 22/24] accel/tcg: Move @tcg_cflags from CPUState to TCG AccelCPUState
` [PATCH 23/24] accel/tcg: Restrict icount to system emulation
` [PATCH 24/24] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState

[PATCH] net/slirp: Use newer slirp_*_hostxfwd API
 2024-04-29  0:14 UTC  (7+ messages)

[PULL 0/1] net/slirp: Use newer slirp_*_hostxfwd API
 2024-04-29  0:10 UTC  (2+ messages)
` [PULL 1/1] "

QEMU Community Call Agenda Items (April 30th, 2024)
 2024-04-28 22:25 UTC 

[PATCH v2 00/12] exec: Rework around CPUState user fields
 2024-04-28 22:17 UTC  (16+ messages)
` [PATCH v2 01/12] plugins: Update stale comment
` [PATCH v2 02/12] plugins/api: Only include 'exec/ram_addr.h' with system emulation
` [PATCH v2 03/12] exec: Include missing license in 'exec/cpu-common.h'
` [PATCH v2 04/12] exec/cpu: Indent TARGET_PAGE_foo definitions
` [PATCH v2 05/12] exec/cpu: Remove obsolete PAGE_RESERVED definition
` [PATCH v2 06/12] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
` [PATCH v2 07/12] exec/cpu: Extract page-protection definitions to page-protection.h
` [PATCH v2 08/12] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
` [PATCH v2 09/12] accel/tcg: Restrict cpu_loop_exit_requested() to TCG
` [PATCH v2 10/12] accel/tcg: Remove pointless initialization of cflags_next_tb
` [PATCH v2 11/12] accel/tcg: Reset TCG specific fields in tcg_cpu_reset_hold()
` [PATCH v2 12/12] accel/tcg: Access tcg_cflags with getter / setter

[PULL 00/38] Exec / accelerators patches
 2024-04-28 20:12 UTC  (29+ messages)
` [PULL 03/38] exec: Include 'cpu.h' before validating CPUArchState placement
` [PULL 05/38] accel: Include missing 'exec/cpu_ldst.h' header
` [PULL 10/38] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PULL 11/38] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PULL 13/38] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
` [PULL 15/38] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PULL 16/38] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PULL 17/38] accel/tcg: Include missing headers in 'tb-jmp-cache.h'
` [PULL 19/38] accel/tcg: Rename helper-head.h -> helper-head.h.inc
` [PULL 20/38] accel/whpx: Use accel-specific per-vcpu @dirty field
` [PULL 21/38] accel/nvmm: "
` [PULL 22/38] accel/hvf: "
` [PULL 23/38] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PULL 24/38] exec/cpu-all: Remove unused 'qemu/thread.h' header
` [PULL 25/38] exec/cpu-all: Remove unused tswapls() definitions
` [PULL 27/38] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
` [PULL 28/38] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PULL 29/38] exec: Declare abi_ptr type in its own 'abi_ptr.h' header
` [PULL 31/38] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
` [PULL 32/38] exec: Restrict TCG specific declarations of 'cputlb.h'
` [PULL 33/38] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PULL 34/38] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
` [PULL 35/38] exec: Restrict inclusion of 'user/guest-base.h'
` [PULL 36/38] exec: Move CPUTLBEntry helpers to cputlb.c
` [PULL 37/38] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
` [PULL 38/38] plugins: Include missing 'qemu/bitmap.h' header

[PATCH 00/14] exec: Rework around CPUState user fields
 2024-04-28 20:13 UTC  (31+ messages)
` [PATCH 01/14] target/i386: Simplify get_memio_eip()
` [PATCH 02/14] plugins: Update stale comment
` [PATCH 03/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation
` [PATCH 04/14] exec: Include missing license in 'exec/cpu-common.h'
` [PATCH 05/14] exec/cpu: Indent TARGET_PAGE_foo definitions
` [PATCH 06/14] exec/cpu: Remove obsolete PAGE_RESERVED definition
` [PATCH 07/14] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
` [PATCH 08/14] exec/cpu: Extract page-protection definitions to page-prot-common.h
` [RFC PATCH 09/14] exec/cpu: Restrict user-specific page definitions
` [PATCH 10/14] exec/user: Restrict 'syscall-trace.h' to user emulation
` [PATCH 11/14] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
` [PATCH 12/14] accel/tcg: Remove pointless initialization of cflags_next_tb
` [PATCH 13/14] accel/tcg: Reset TCG specific fields in tcg_cpu_reset_hold()
` [PATCH 14/14] accel/tcg: Access tcg_cflags with getter / setter

[PATCH 0/2] util/iov: Do not assert offset is in iov
 2024-04-28 19:45 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()"

[PULL 00/17] loongarch-to-apply queue
 2024-04-28 18:59 UTC  (19+ messages)
` [PULL 01/17] hw/loongarch: Move boot functions to boot.c
` [PULL 02/17] hw/loongarch: Add load initrd
` [PULL 03/17] hw/loongarch: Add slave cpu boot_code
` [PULL 04/17] hw/loongarch: Add init_cmdline
` [PULL 05/17] hw/loongarch: Init efi_system_table
` [PULL 06/17] hw/loongarch: Init efi_boot_memmap table
` [PULL 07/17] hw/loongarch: Init efi_initrd table
` [PULL 08/17] hw/loongarch: Init efi_fdt table
` [PULL 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PULL 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PULL 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PULL 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PULL 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PULL 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PULL 15/17] hw/loongarch: fdt remove unused irqchip node
` [PULL 16/17] hw/loongarch: Add cells missing from uart node
` [PULL 17/17] hw/loongarch: Add cells missing from rtc node

[PATCH v2] fix bit fields extraction and prevent overflow
 2024-04-28 18:11 UTC 

[PATCH v4] fix endianness bug
 2024-04-28 18:11 UTC 

[PATCH 1/1] Fix safeAreaInsets not being available on OS X 10.13
 2024-04-28 12:14 UTC  (2+ messages)

[PATCH v2] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed
 2024-04-28 12:58 UTC  (4+ messages)

[PATCH RFC v4 0/7] virtio-net: add support for SR-IOV emulation
 2024-04-28  9:05 UTC  (8+ messages)
` [PATCH RFC v4 1/7] hw/pci: Do not add ROM BAR for SR-IOV VF
` [PATCH RFC v4 2/7] hw/pci: Fix SR-IOV VF number calculation
` [PATCH RFC v4 3/7] pcie_sriov: Ensure PF and VF are mutually exclusive
` [PATCH RFC v4 4/7] pcie_sriov: Check PCI Express for SR-IOV PF
` [PATCH RFC v4 5/7] pcie_sriov: Allow user to create SR-IOV device
` [PATCH RFC v4 6/7] virtio-pci: Implement SR-IOV PF
` [PATCH RFC v4 7/7] virtio-net: Implement SR-IOV VF

[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
 2024-04-28  7:21 UTC  (4+ messages)
` [PATCH 1/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
` [PATCH 2/3] virtio-net: Convert feature properties to OnOffAuto
` [PATCH 3/3] virtio-net: Report RSS warning at device realization

[PATCH v7 00/17] Add boot LoongArch elf kernel with FDT
 2024-04-28  7:19 UTC  (7+ messages)
` [PATCH v7 03/17] hw/loongarch: Add slave cpu boot_code
` [PATCH v7 06/17] hw/loongarch: Init efi_boot_memmap table

[PATCH v10 00/18] virtio-net RSS/hash report fixes and improvements
 2024-04-28  7:01 UTC  (19+ messages)
` [PATCH v10 01/18] tap: Remove tap_probe_vnet_hdr_len()
` [PATCH v10 02/18] tap: Remove qemu_using_vnet_hdr()
` [PATCH v10 03/18] net: Move virtio-net header length assertion
` [PATCH v10 04/18] net: Remove receive_raw()
` [PATCH v10 05/18] tap: Call tap_receive_iov() from tap_receive()
` [PATCH v10 06/18] tap: Shrink zeroed virtio-net header
` [PATCH v10 07/18] virtio-net: Do not propagate ebpf-rss-fds errors
` [PATCH v10 08/18] virtio-net: Add only one queue pair when realizing
` [PATCH v10 09/18] virtio-net: Copy header only when necessary
` [PATCH v10 10/18] virtio-net: Shrink header byte swapping buffer
` [PATCH v10 11/18] virtio-net: Disable RSS on reset
` [PATCH v10 12/18] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v10 13/18] virtio-net: Always set populate_hash
` [PATCH v10 14/18] virtio-net: Do not write hashes to peer buffer
` [PATCH v10 15/18] ebpf: Fix RSS error handling
` [PATCH v10 16/18] ebpf: Return 0 when configuration fails
` [PATCH v10 17/18] ebpf: Refactor tun_rss_steering_prog()
` [PATCH v10 18/18] ebpf: Add a separate target for skeleton

[PATCH] target/loongarch: Put cpucfg operation before CSR register
 2024-04-28  3:16 UTC 

[PULL 0/1] target/sparc late fix
 2024-04-28  3:10 UTC 

[PATCH v4 0/1] ARM Sbsa-ref: Enable CPU cluster topology
 2024-04-28  2:12 UTC  (4+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PATCH v2 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
 2024-04-27 16:39 UTC  (7+ messages)

[PATCH] Hexagon: add PC alignment check and exception
 2024-04-27 14:56 UTC  (3+ messages)

[PATCH v1] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-04-27  7:58 UTC 

[PATCH v9 00/11] Support blob memory and venus on qemu
 2024-04-27  7:29 UTC  (11+ messages)
` [PATCH v9 07/11] virtio-gpu: Handle resource blob commands
` [PATCH v9 08/11] virtio-gpu: Resource UUID
` [PATCH v9 09/11] virtio-gpu: Register capsets dynamically
` [PATCH v9 10/11] virtio-gpu: Support Venus context
` [PATCH v9 11/11] migration/virtio: Add virtio-gpu section

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-27  5:52 UTC  (9+ messages)
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
` [PATCH v8 08/11] virtio-gpu: Handle resource blob commands

[PATCH 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-04-26 23:05 UTC  (5+ messages)
` [PATCH 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()

[PATCH v2] ui/gtk: Draw guest frame at refresh cycle
 2024-04-26 22:50 UTC 

[PULL 0/2] NBD patches for 2024-04-25
 2024-04-26 22:27 UTC  (2+ messages)

[PATCH v3 0/2] query-cpu-model-expansion: report deprecated features
 2024-04-26 20:11 UTC  (5+ messages)
` [PATCH v3 1/2] target/s390x: report deprecated-props in cpu-model-expansion reply


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 read-only IMAP folder(s) and NNTP newsgroup(s).