qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-27 14:55:32 to 2024-01-29 10:36:11 UTC [more...]

[PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables
 2024-01-29  9:47 UTC  (2+ messages)

[PATCH 00/10] Clean up includes
 2024-01-29 10:35 UTC  (3+ messages)
` [PATCH 08/10] cxl: "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-29 10:28 UTC  (11+ messages)
` [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH v3 02/33] linux-user: Adjust SVr4 NULL page mapping
` [PATCH v3 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH v3 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH v3 05/33] linux-user/hppa: Simplify init_guest_commpage

[PATCH v2 00/14] TCG Plugin inline operation enhancement
 2024-01-29 10:10 UTC  (4+ messages)
` [PATCH v2 01/14] plugins: implement inline operation relative to cpu_index

[PULL 00/60] semihosting patch queue
 2024-01-29  9:49 UTC  (3+ messages)
` [PULL 02/60] semihosting: Return failure from softmmu-uaccess.h functions

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

[PATCH v2 0/2] Two minor fixes on virtio-iommu and smmu
 2024-01-29  9:41 UTC  (3+ messages)

[PATCH 00/33] tcg patch queue, pre-pull
 2024-01-29  9:38 UTC  (42+ 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 v4 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-29  9:32 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] tests/tcg: Factor out gdbstub test functions
` [PATCH v4 3/3] tests/tcg: Add the PROT_NONE gdbstub test

[PATCH v2] target/riscv: mcountinhibit, mcounteren and scounteren always 32-bit
 2024-01-29  9:30 UTC  (2+ messages)

[PATCH 0/8] tests/unit/test-smp-parse.c: Add more CPU topology test cases
 2024-01-29  9:38 UTC  (3+ messages)

[PATCH v2 0/9] hw/core: Cleanup and reorder headers
 2024-01-29  9:35 UTC  (2+ messages)

[RESEND v2 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-29  9:19 UTC  (5+ messages)
` [RESEND v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
` [RESEND v2 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
 2024-01-29  8:54 UTC  (5+ messages)
` [PATCH v2 1/3] target/arm: Move v7m-related code from cpu32.c into a separate file
` [PATCH v2 2/3] target/arm/tcg/m_helper.c: Include the full helpers only with CONFIG_ARM_V7M
` [PATCH v2 3/3] target/arm/Kconfig: Stop requiring CONFIG_ARM_V7M

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-01-29  8:47 UTC  (3+ messages)
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

[PULL 0/2] vfio queue
 2024-01-29  8:41 UTC  (3+ messages)
` [PULL 1/2] vfio: use matching sizeof type
` [PULL 2/2] vfio/pci: Clear MSI-X IRQ index always

[PATCH v1 0/3] Fix resource freeing bugs in virtio-gpu-rutabaga
 2024-01-29  8:24 UTC  (7+ messages)
` [PATCH v1 1/3] hw/display/virtio-gpu.c: use reset_bh class method
` [PATCH v1 2/3] virtio-gpu.c: add resource_destroy "

[RFC v1 0/3] Add cache structure table creation for PPTT table
 2024-01-29  8:14 UTC  (4+ messages)
` [RFC v1 1/3] hw/acpi/aml-build: "
` [RFC v1 2/3] hw/riscv/virt-acpi-build.c: Generate "
` [RFC v1 3/3] hw/arm/virt-acpi-build.c: Enable CPU cache topology

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

[PATCH v2] virtio-gpu: Correct virgl_renderer_resource_get_info() error check
 2024-01-29  7:39 UTC 

[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
 2024-01-29  7:36 UTC  (5+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression

[PATCH v1] virtio-gpu: Correct virgl_renderer_resource_get_info() error check
 2024-01-29  7:19 UTC  (2+ messages)

[PATCH] hw/scsi/lsi53c895a: add missing decrement of reentrancy counter
 2024-01-29  6:24 UTC  (4+ messages)

[PATCH 0/2] hw/smbios: Fix option validation
 2024-01-29  6:19 UTC  (5+ messages)
` [PATCH 1/2] hw/smbios: Fix OEM strings table "
` [PATCH 2/2] hw/smbios: Fix port connector "

[PATCH] pci-host: designware: Limit value range of iATU viewport register
 2024-01-29  6:00 UTC 

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

[PATCH v2 0/4] replay: minor fixes and tests
 2024-01-29  5:08 UTC  (5+ messages)
` [PATCH v2 1/4] replay: allow runstate shutdown->running when replaying trace
` [PATCH v2 4/4] tests/avocado: excercise scripts/replay-dump.py in replay tests

[PATCH v2 00/23] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-29  4:25 UTC  (10+ messages)
` [PATCH v2 10/23] target/i386: "
` [PATCH v2 11/23] target/m68k: "
` [PATCH v2 19/23] target/s390x: "
` [PATCH v2 21/23] target/tricore: "

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

spapr watchdog vs watchdog_perform_action() / QMP watchdog-set-action
 2024-01-29  3:58 UTC  (4+ messages)

[PATCH v4 00/45] Raspberry Pi 4B machine
 2024-01-29  3:18 UTC  (3+ messages)
` [PATCH v4 15/45] Add BCM2838 PCIE host

[PULL 00/14] Migration 20240126 patches
 2024-01-29  3:04 UTC  (15+ messages)
` [PULL 01/14] userfaultfd: use 1ULL to build ioctl masks
` [PULL 02/14] migration: Plug memory leak on HMP migrate error path
` [PULL 03/14] migration: Make threshold_size an uint64_t
` [PULL 04/14] migration: Drop unnecessary check in ram's pending_exact()
` [PULL 05/14] analyze-migration.py: Remove trick on parsing ramblocks
` [PULL 06/14] ci: Add a migration compatibility test job
` [PULL 07/14] ci: Disable migration compatibility tests for aarch64
` [PULL 08/14] migration/yank: Use channel features
` [PULL 09/14] migration: Fix use-after-free of migration state object
` [PULL 10/14] migration: Take reference to migration state around bg_migration_vm_start_bh
` [PULL 11/14] migration: Reference migration state around loadvm_postcopy_handle_run_bh
` [PULL 12/14] migration: Add a wrapper to qemu_bh_schedule
` [PULL 13/14] migration: Centralize BH creation and dispatch
` [PULL 14/14] Make 'uri' optional for migrate QAPI

[PULL 00/15] Migration 20240126 patches
 2024-01-29  2:51 UTC  (6+ messages)
` [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-29  2:23 UTC  (7+ messages)
` [PATCH v4 02/66] RAMBlock: Add support of KVM private guest memfd
` [PATCH v4 33/66] i386/tdx: Make memory type private by default

[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  (18+ 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 57/71] tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
` [Stable-8.2.1 58/71] coroutine-ucontext: Save fake stack for pooled coroutine
` [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 66/71] iotests: port 141 to Python for reliable QMP testing
` [Stable-8.2.1 67/71] monitor: only run coroutine commands in qemu_aio_context
` [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  (13+ 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-8.1.5 35/36] target/xtensa: fix OOB TLB entry access
` [Stable-8.1.5 36/36] target/arm: Fix A64 scalar SQSHRN and SQRSHRN

[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  (11+ 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
` [Stable-7.2.9 30/30] target/xtensa: fix OOB TLB entry access

[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 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 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  (2+ 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  (7+ messages)
` [RFC PATCH 16/34] exec: [CPUTLB] Move cpu_*()/cpu_env() to common header
` [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] 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  (4+ messages)
` [PATCH v3 7/8] STM32L4x5: Use the RCC Sysclk
` [PATCH v3] Add tests for the STM32L4x5_RCC
` [PATCH v3 8/8] "


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