qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-26 22:06:14 to 2024-01-28 17:55:32 UTC [more...]

[Stable-8.2.1 00/71] Patch Round-up for stable 8.2.1, frozen on 2024-01-27
 2024-01-28 17:50 UTC  (14+ messages)
` [Stable-8.2.1 55/71] acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM
` [Stable-8.2.1 56/71] accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses
` [Stable-8.2.1 59/71] block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
` [Stable-8.2.1 60/71] linux-user: Fixed cpu restore with pc 0 on SIGBUS
` [Stable-8.2.1 61/71] linux-user/riscv: Adjust vdso signal frame cfa offsets
` [Stable-8.2.1 62/71] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
` [Stable-8.2.1 63/71] virtio-net: correctly copy vnet header when flushing TX
` [Stable-8.2.1 64/71] block/blklogwrites: Fix a bug when logging "write zeroes" operations
` [Stable-8.2.1 65/71] iotests: add filter_qmp_generated_node_ids()
` [Stable-8.2.1 68/71] qtest: bump aspeed_smc-test timeout to 6 minutes
` [Stable-8.2.1 69/71] target/xtensa: fix OOB TLB entry access
` [Stable-8.2.1 70/71] target/arm: Fix A64 scalar SQSHRN and SQRSHRN
` [Stable-8.2.1 71/71] target/arm: Fix incorrect aa64_tidcp1 feature check

[Stable-8.1.5 v3 00/36] Patch Round-up for stable 8.1.5, frozen on 2024-01-27
 2024-01-28 17:48 UTC  (11+ messages)
` [Stable-8.1.5 25/36] readthodocs: fully specify a build environment
` [Stable-8.1.5 26/36] accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses
` [Stable-8.1.5 27/36] block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
` [Stable-8.1.5 28/36] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
` [Stable-8.1.5 29/36] virtio-net: correctly copy vnet header when flushing TX
` [Stable-8.1.5 30/36] block/blklogwrites: Fix a bug when logging "write zeroes" operations
` [Stable-8.1.5 31/36] iotests: add filter_qmp_generated_node_ids()
` [Stable-8.1.5 32/36] iotests: port 141 to Python for reliable QMP testing
` [Stable-8.1.5 33/36] monitor: only run coroutine commands in qemu_aio_context
` [Stable-8.1.5 34/36] qtest: bump aspeed_smc-test timeout to 6 minutes

[Stable-7.2.9 v3 00/30] Patch Round-up for stable 7.2.9, frozen on 2024-01-27
 2024-01-28 17:47 UTC  (10+ messages)
` [Stable-7.2.9 21/30] readthodocs: fully specify a build environment
` [Stable-7.2.9 22/30] accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses
` [Stable-7.2.9 23/30] block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
` [Stable-7.2.9 24/30] virtio-net: correctly copy vnet header when flushing TX
` [Stable-7.2.9 25/30] block/blklogwrites: Fix a bug when logging "write zeroes" operations
` [Stable-7.2.9 26/30] iotests: add filter_qmp_generated_node_ids()
` [Stable-7.2.9 27/30] iotests: port 141 to Python for reliable QMP testing
` [Stable-7.2.9 28/30] monitor: only run coroutine commands in qemu_aio_context
` [Stable-7.2.9 29/30] qtest: bump aspeed_smc-test timeout to 6 minutes

[PATCH 00/33] tcg patch queue, pre-pull
 2024-01-28 16:45 UTC  (41+ messages)
` [PATCH 01/33] cpu-exec: simplify jump cache management
` [PATCH 02/33] include/exec: Move vaddr defines to separate file
` [PATCH 03/33] hw/core: Include vaddr.h from cpu.h
` [PATCH 04/33] target: Use vaddr in gen_intermediate_code
` [PATCH 05/33] include/exec: Use vaddr in DisasContextBase for virtual addresses
` [PATCH 06/33] include/exec: typedef abi_ptr to vaddr
` [PATCH 07/33] target: Uninline cpu_mmu_index()
` [PATCH 08/33] target: Uninline cpu_get_tb_cpu_state()
` [PATCH 09/33] include/exec: Move PAGE_* macros to common header
` [PATCH 10/33] include/exec: Move cpu_*()/cpu_env() "
` [PATCH 11/33] include/hw/core: Move do_interrupt in TCGCPUOps
` [PATCH 12/33] include/hw/core: Remove i386 conditional on fake_user_interrupt
` [PATCH 13/33] linux-user: Allow gdbstub to ignore page protection
` [PATCH 14/33] tests/tcg: Factor out gdbstub test functions
` [PATCH 15/33] tests/tcg: Add the PROT_NONE gdbstub test
` [PATCH 16/33] accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
` [PATCH 17/33] target: Make qemu_target_page_mask() available for *-user
` [PATCH 18/33] accel/tcg: Make use of qemu_target_page_mask() in perf.c
` [PATCH 19/33] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH 20/33] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH 21/33] accel/tcg: Move perf and debuginfo support to tcg/
` [PATCH 22/33] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
` [PATCH 23/33] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
` [PATCH 24/33] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
` [PATCH 25/33] accel/tcg: Un-inline icount_exit_request() for clarity
` [PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h
` [PATCH 27/33] target/loongarch: Constify loongarch_tcg_ops
` [PATCH 28/33] accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
` [PATCH 29/33] accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
` [PATCH 30/33] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
` [PATCH 31/33] accel/tcg: Inline need_replay_interrupt
` [PATCH 32/33] accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
` [PATCH 33/33] target/i386: Extract x86_cpu_exec_halt() from accel/tcg/

[PATCH v2 00/23] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-28 16:16 UTC  (53+ messages)
` [PATCH v2 01/23] hw/acpi/cpu: Use CPUState typedef
` [PATCH v2 02/23] scripts/coccinelle: Add cpu_env.cocci_template script
` [PATCH v2 03/23] bulk: Call in place single use cpu_env()
` [PATCH v2 04/23] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v2 05/23] target/arm: "
` [PATCH v2 06/23] target/avr: "
` [PATCH v2 07/23] target/cris: "
` [PATCH v2 08/23] target/hppa: "
` [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef
` [PATCH v2 10/23] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v2 11/23] target/m68k: "
` [PATCH v2 12/23] target/microblaze: "
` [PATCH v2 13/23] target/mips: "
` [PATCH v2 14/23] target/nios2: "
` [PATCH v2 15/23] target/openrisc: "
` [PATCH v2 16/23] target/ppc: "
` [PATCH v2 17/23] target/riscv: "
` [PATCH v2 18/23] target/rx: "
` [PATCH v2 19/23] target/s390x: "
` [PATCH v2 20/23] target/sh4: "
` [PATCH v2 21/23] target/tricore: "
` [PATCH v2 22/23] target/xtensa: "
` [PATCH v2 23/23] target/sparc: "

[PATCH 00/17] migration: Add new migration channel connect and TLS upgrade APIs
 2024-01-28 15:43 UTC  (4+ messages)
` [PATCH 04/17] migration/multifd: Set p->running = true in the right place

[PATCH v3 00/46] Rework matching of network devices to -nic options
 2024-01-28 12:37 UTC  (5+ messages)

[PATCH v2 2/2] e1000e: fix link state on resume
 2024-01-28 11:37 UTC  (2+ messages)

[PATCH v2 1/2] igb: fix link state on resume
 2024-01-28 11:36 UTC  (2+ messages)

[PATCH v10 0/3] gdbstub and TCG plugin improvements
 2024-01-28  8:27 UTC  (4+ messages)
` [PATCH v10 1/3] target/riscv: Remove misa_mxl validation
` [PATCH v10 2/3] target/riscv: Move misa_mxl_max to class
` [PATCH v10 3/3] target/riscv: Validate misa_mxl_max only once

[PATCH 0/2] hw/smbios: Fix option validation
 2024-01-28  7:15 UTC  (3+ messages)
` [PATCH 1/2] hw/smbios: Fix OEM strings table "
` [PATCH 2/2] hw/smbios: Fix port connector "

[PATCH 00/22] target/sparc: floating-point cleanup
 2024-01-28  6:49 UTC  (2+ messages)

[PATCH v2] target/arm: fix exception syndrome for AArch32 bkpt insn
 2024-01-28  6:48 UTC  (3+ messages)

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
 2024-01-28  4:45 UTC  (3+ messages)

[PATCH 0/9] accel/tcg: Extract some x86-specific code
 2024-01-28  3:35 UTC  (2+ messages)

[PATCH v6 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2024-01-28  1:59 UTC  (3+ messages)

[PATCH 0/6] hw/accel: Use RCU_READ macros
 2024-01-28  1:07 UTC  (3+ messages)
` [PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro

[PATCH] target/arm: Fix VNCR fault detection logic
 2024-01-28  0:49 UTC  (2+ messages)

[PATCH v2 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-28  0:44 UTC  (2+ messages)

[RFC PATCH 00/34] Compile accel/tcg once (partially)
 2024-01-28  0:37 UTC  (27+ messages)
` [RFC PATCH 05/34] target/tricore: [VADDR] Use target_ulong for EA
` [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file
` [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
` [RFC PATCH 08/34] target: [VADDR] Use vaddr in gen_intermediate_code
` [RFC PATCH 09/34] exec: [VADDR] Use vaddr in DisasContextBase for virtual addresses
` [RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr
` [RFC PATCH 12/34] target: Uninline cpu_mmu_index()
` [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state()
` [RFC PATCH 14/34] exec: [CPUTLB] Move PAGE_* macros to common header
` [RFC PATCH 16/34] exec: [CPUTLB] Move cpu_*()/cpu_env() "
` [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of TCGCPUOps

[PATCH v3] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2024-01-27 23:18 UTC 

[PATCH v1] virtio-gpu: Correct virgl_renderer_resource_get_info() error check
 2024-01-27 21:52 UTC 

[PATCH] target/arm: fix exception syndrome for AArch32 bkpt insn
 2024-01-27 20:01 UTC  (3+ messages)

[PATCH v3 0/8] Add device STM32L4x5 RCC
 2024-01-27 15:03 UTC  (12+ messages)
` [PATCH v3 1/8] Implement STM32L4x5_RCC skeleton
` [PATCH v3 2/8] Add an internal clock multiplexer object
` [PATCH v3 3/8] Add an internal PLL Clock object
` [PATCH v3 4/8] Add initialization information for PLLs and clock multiplexers
` [PATCH v3 5/8] RCC: Handle Register Updates
` [PATCH v3 6/8] Add write protections to CR register
  ` [PATCH v3 7/8] STM32L4x5: Use the RCC Sysclk
  ` [PATCH v3 8/8] Add tests for the STM32L4x5_RCC
` [PATCH v3] "

[PATCH 0/2] Enable -Wvla, forbidding use of variable length arrays
 2024-01-27 14:38 UTC  (6+ messages)
` [PATCH 1/2] tests/qtest/xlnx-versal-trng-test.c: Drop use of variable length array
` [PATCH 2/2] meson: Enable -Wvla

[PATCH 0/2] docs: define policy forbidding use of "AI" / LLM code generators
 2024-01-27 14:36 UTC  (3+ messages)
` [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off

spapr watchdog vs watchdog_perform_action() / QMP watchdog-set-action
 2024-01-27 13:08 UTC  (3+ messages)

[PULL 00/36] target-arm queue
 2024-01-27 13:00 UTC  (2+ messages)

[PATCH] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2024-01-27 12:57 UTC  (4+ messages)

[PATCH v2] cpu-exec: simplify jump cache management
 2024-01-27  7:43 UTC  (3+ messages)

[PATCH 00/10] Clean up includes
 2024-01-27  5:53 UTC  (10+ messages)
` [PATCH 02/10] hyperv: "
` [PATCH 03/10] disas/riscv: "
` [PATCH 04/10] aspeed: "
` [PATCH 05/10] acpi: "

[PATCH] target/arm: Reinstate "vfp" property on AArch32 CPUs
 2024-01-27  4:05 UTC  (2+ messages)

[PATCH] {linux, bsd}-user: Fail mmap() if size doesn't fit into host's size_t
 2024-01-27  3:55 UTC  (2+ messages)
` [PATCH] {linux,bsd}-user: "

[PATCH] target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace set
 2024-01-27  3:09 UTC  (2+ messages)

[PATCH v2 0/2] target/s390x: Emulate CVDG
 2024-01-27  2:59 UTC  (3+ messages)
` [PATCH v2 1/2] "

hexagon: modeling a shared lock state
 2024-01-27  2:19 UTC  (4+ messages)

[PULL 00/17] aspeed queue
 2024-01-26 23:15 UTC  (4+ messages)

[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
 2024-01-26 22:19 UTC  (6+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression
` [PATCH 2/5] migration/multifd: Move multifd_socket_ops to socket.c
` [PATCH 3/5] migration/multifd: Add multifd_ops->send
` [PATCH 4/5] migration/multifd: Simplify zero copy send
` [PATCH 5/5] migration/multifd: Move zero copy flag into multifd_socket_setup


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