messages from 2024-04-24 11:49:54 to 2024-04-24 23:34:14 UTC [more...]
[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
2024-04-24 23:31 UTC (18+ messages)
` [PATCH v2 02/33] accel/tcg: Hide in_same_page outside of a target-specific context
` [PATCH v2 06/33] accel/tcg: Record mmio bytes during translation
` [PATCH v2 08/33] accel/tcg: Record DisasContextBase in tcg_ctx for plugins
` [PATCH v2 09/33] plugins: Copy memory in qemu_plugin_insn_data
` [PATCH v2 10/33] accel/tcg: Implement translator_st
` [PATCH v2 11/33] plugins: Use translator_st for qemu_plugin_insn_data
` [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
` [PATCH v2 14/33] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
` [PATCH v2 16/33] accel/tcg: Provide default implementation of disas_log
` [PATCH v2 19/33] disas: Use translator_st to get disassembly data
` [PATCH v2 21/33] target/s390x: Fix translator_fake_ld length
` [PATCH v2 22/33] target/s390x: Disassemble EXECUTEd instructions
` [PATCH v2 25/33] target/i386: Use translator_ldub for everything
` [PATCH v2 27/33] target/cris: Use translator_ld* in cris_fetch
` [PATCH v2 28/33] target/cris: Use cris_fetch in translate_v10.c.inc
` [PATCH v2 30/33] target/rx: Use translator_ld*
` [PATCH v2 31/33] target/xtensa: Use translator_ldub in xtensa_insn_len
[PATCH 0/5] target/arm: Update emulation.rst, add some easy features
2024-04-24 23:15 UTC (2+ messages)
[PATCH v3 00/20] Rewrite plugin code generation
2024-04-24 23:02 UTC (21+ messages)
` [PATCH v3 01/20] tcg: Make tcg/helper-info.h self-contained
` [PATCH v3 02/20] tcg: Pass function pointer to tcg_gen_call*
` [PATCH v3 03/20] plugins: Zero new qemu_plugin_dyn_cb entries
` [PATCH v3 04/20] plugins: Move function pointer in qemu_plugin_dyn_cb
` [PATCH v3 05/20] plugins: Create TCGHelperInfo for all out-of-line callbacks
` [PATCH v3 06/20] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
` [PATCH v3 07/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
` [PATCH v3 08/20] plugins: Add PLUGIN_GEN_AFTER_TB
` [PATCH v3 09/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
` [PATCH v3 10/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
` [PATCH v3 11/20] plugins: Remove plugin helpers
` [PATCH v3 12/20] tcg: Remove TCG_CALL_PLUGIN
` [PATCH v3 13/20] tcg: Remove INDEX_op_plugin_cb_{start,end}
` [PATCH v3 14/20] plugins: Simplify callback queues
` [PATCH v3 15/20] plugins: Introduce PLUGIN_CB_MEM_REGULAR
` [PATCH v3 16/20] plugins: Replace pr_ops with a proper debug dump flag
` [PATCH v3 17/20] plugins: Split out common cb expanders
` [PATCH v3 18/20] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
` [PATCH v3 19/20] plugins: Inline plugin_gen_empty_callback
` [PATCH v3 20/20] plugins: Update the documentation block for plugin-gen.c
[PATCH v6 00/10] Optimize buffer_is_zero
2024-04-24 22:57 UTC (11+ messages)
` [PATCH v6 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v6 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v6 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v6 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v6 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v6 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v6 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v6 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v6 10/10] tests/bench: Add bufferiszero-bench
[PULL 0/9] tcg + linux-user patch queue
2024-04-24 22:51 UTC (10+ messages)
` [PULL 1/9] meson: Make DEBUG_REMAP a meson option
` [PULL 2/9] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
` [PULL 3/9] linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()
` [PULL 4/9] linux-user: do_setsockopt: make ip_mreq_source local to the place where it is used
` [PULL 5/9] linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
` [PULL 6/9] linux-user: Add FITRIM ioctl
` [PULL 7/9] target/m68k: Pass semihosting arg to exit
` [PULL 8/9] target/m68k: Perform the semihosting test during translate
` [PULL 9/9] target/m68k: Support semihosting on non-ColdFire targets
[PATCH v3 0/2] query-cpu-model-expansion: report deprecated features
2024-04-24 22:05 UTC (4+ messages)
` [PATCH v3 1/2] target/s390x: report deprecated-props in cpu-model-expansion reply
` [PATCH v3 2/2] target/s390x: flag te and cte as deprecated
[PATCH] target/loongarch/cpu.c: typo fix: expection
2024-04-24 22:17 UTC (2+ messages)
[PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX
2024-04-24 22:13 UTC (5+ messages)
` [PATCH 1/3] accel/whpx: Use accel-specific per-vcpu @dirty field
` [PATCH 2/3] accel/nvmm: "
` [PATCH 3/3] accel/hvf: "
[PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suffix
2024-04-24 22:11 UTC (5+ messages)
` [PATCH v2 1/3] hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
` [PATCH v2 2/3] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
` [PATCH v2 3/3] accel/tcg: Rename helper-head.h -> helper-head.h.inc
[PATCH v2 0/2] migration: do not exit on incoming failure
2024-04-24 22:02 UTC (7+ messages)
` [PATCH v2 1/2] migration: rework migrate_set_error() to migrate_report_err()
` [PATCH v2 2/2] qapi: introduce exit-on-error paramter for migrate-incoming
[PULL 0/5] Housekeeping patches for 2024-04-24
2024-04-24 22:02 UTC (7+ messages)
` [PULL 1/5] MAINTAINERS: Update Sriram Yagnaraman mail address
` [PULL 2/5] target/nios2: Remove the deprecated Nios II target
` [PULL 3/5] hw/timer: Remove the ALTERA_TIMER model
` [PULL 4/5] hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
` [PULL 5/5] block/gluster: Remove deprecated RDMA protocol handling
hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
2024-04-24 20:43 UTC (3+ messages)
[PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
2024-04-24 20:29 UTC (4+ messages)
` [PATCH v2 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH v2 2/2] checkpatch.pl: forbid strerrorname_np()
[PATCH v7 00/12] Enabling DCD emulation support in Qemu
2024-04-24 20:28 UTC (2+ messages)
[PATCH v6 0/5] Add device DM163 (led driver, matrix colors shield & display)
2024-04-24 20:06 UTC (6+ messages)
` [PATCH v6 1/5] hw/display : Add device DM163
` [PATCH v6 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v6 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v6 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v6 5/5] tests/qtest : Add testcase for DM163
[PATCH RFC v2 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
2024-04-24 20:04 UTC (4+ messages)
` [PATCH RFC v2 1/3] cxl-mailbox-utils: move CXLUpdateDCExtentListInPl into header
` [PATCH RFC v2 2/3] cxl_type3: add MHD callbacks
` [PATCH RFC v2 3/3] mhsld: implement MHSLD device
[PATCH 0/4] X86: Alias isa-bios area and clean up
2024-04-24 20:05 UTC (2+ messages)
[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
2024-04-24 19:12 UTC (10+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion
` [PATCH v2 2/3] target/s390x: add support for "disable-deprecated-feats" expansion option
[PULL v2 00/63] First batch of i386 and build system patch for QEMU 9.1
2024-04-24 18:49 UTC (2+ messages)
[PULL 00/25] QAPI patches patches for 2024-04-24
2024-04-24 18:47 UTC (2+ messages)
[PULL 00/10] Error reporting patches for 2024-04-24
2024-04-24 18:47 UTC (2+ messages)
[PATCH] tests/avocado: add hotplug_blk test
2024-04-24 18:16 UTC (2+ messages)
[PATCH RFC] prevent overflow in xlnx_dpdma_desc_get_source_address()
2024-04-24 18:13 UTC (5+ messages)
` [PATCH v2 RFC] fix host-endianness bug and prevent overflow
` [PATCH] fix host-endianness bug
` [PATCH] fix bit fields extraction and prevent overflow
cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?
2024-04-24 18:10 UTC (6+ messages)
` Timeouts in CI jobs (was: cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?)
` Timeouts in CI jobs
[BUG, RFC] Base node is in RW after making external snapshot
2024-04-24 18:00 UTC
[PATCH 0/2] riscv,kvm: remove another strerrorname_np()
2024-04-24 17:54 UTC (5+ messages)
` [PATCH 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
[PATCH v5 00/13] Enabling DCD emulation support in Qemu
2024-04-24 17:44 UTC (15+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 13/13] qapi/cxl.json: Add QMP interfaces to print out accepted and pending DC extents
[ANNOUNCE] QEMU 8.2.3 Stable released
2024-04-24 17:39 UTC
[ANNOUNCE] QEMU 7.2.11 Stable released
2024-04-24 17:38 UTC
[PATCH v2 0/6] hw/ppc: SPI model
2024-04-24 17:12 UTC (4+ messages)
` [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device
[PATCH 0/5] tcg: Misc improvements
2024-04-24 17:09 UTC (7+ messages)
` [PATCH] target/arm: Restrict translation disabled alignment check to VMSA
` [PATCH 1/5] tcg: Add write_aofs to GVecGen3i
` [PATCH 2/5] tcg/i386: Simplify immediate 8-bit logical vector shifts
` [PATCH 3/5] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
` [PATCH 4/5] tcg/optimize: Optimize setcond with zmask
` [PATCH 5/5] accel/tcg: Introduce CF_BP_PAGE
Problems (timeouts) when testing usb-ohci with qemu
2024-04-24 17:05 UTC (8+ messages)
Qemu for TC377
2024-04-24 16:29 UTC (5+ messages)
[PULL 00/17] CI job updates, header cleanups and other misc patches
2024-04-24 16:21 UTC (4+ messages)
` [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8
[PATCH for-9.1 0/7] target/i386/kvm: Cleanup the kvmclock feature name
2024-04-24 15:57 UTC (6+ messages)
` [PATCH for-9.1 1/7] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH for-9.1 2/7] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
2024-04-24 15:49 UTC (22+ messages)
` [PATCH v11 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v11 02/21] hw/core/machine: Support modules in -smp
` [PATCH v11 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v11 04/21] hw/core: Support module-id in numa configuration
` [PATCH v11 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v11 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v11 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v11 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v11 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v11 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v11 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v11 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v11 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v11 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v11 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v11 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v11 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v11 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v11 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v11 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v11 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
[PATCH v3] target/riscv: Raise exceptions on wrs.nto
2024-04-24 14:46 UTC (2+ messages)
[PATCH v9 0/2] Implement SSH commands in QEMU GA for Windows
2024-04-24 14:40 UTC (3+ messages)
` [PATCH v9 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v9 2/2] Implement SSH commands in QEMU GA for Windows
[PATCH v8 0/2] Implement SSH commands in QEMU GA for Windows
2024-04-24 14:30 UTC (4+ messages)
` [PATCH v8 2/2] "
[PATCH 00/27] Add qapi-domain Sphinx extension
2024-04-24 14:13 UTC (9+ messages)
[PATCH 6.1.y] virtio_net: Do not send RSS key if it is not supported
2024-04-24 10:57 UTC
[PATCH] vfio/ccw: Use g_autofree variable
2024-04-24 13:27 UTC (3+ messages)
[PATCH] vfio/ap: Use g_autofree variable
2024-04-24 13:22 UTC (2+ messages)
[PATCH for-9.1] util/log: add cleanup function
2024-04-24 13:12 UTC (3+ messages)
[PATCH v8 00/11] Support blob memory and venus on qemu
2024-04-24 12:52 UTC (3+ messages)
` [PATCH v8 09/11] virtio-gpu: Resource UUID
[PATCH v2 0/2] net: Update MemReentrancyGuard for NIC
2024-04-24 12:32 UTC (5+ messages)
` [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
[PATCH-for-9.1 v2 0/3] target/nios2: Remove the deprecated Nios II target
2024-04-24 11:39 UTC (6+ messages)
` [PATCH-for-9.1 v2 2/3] "
[PATCH v4] linux-aio: add IO_CMD_FDSYNC command support
2024-04-24 12:17 UTC (2+ messages)
[PATCH v3 0/5] vhost-user-blk: live resize additional APIs
2024-04-24 12:11 UTC (6+ messages)
` [PATCH v3 4/5] qapi: introduce device-sync-config
` [PATCH v3 5/5] qapi: introduce CONFIG_READ event
[PATCH] ppc/pnv: Introduce pnv_chip_foreach_cpu()
2024-04-24 12:10 UTC (2+ messages)
[PATCH-for-9.1 00/21] target/monitor: Cleanup around hmp_info_tlb()
2024-04-24 12:08 UTC (7+ messages)
` [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
` [PATCH-for-9.1 16/21] target/sparc: Replace qemu_printf() by monitor_printf() in monitor
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).