QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-19 13:31:26 to 2024-03-19 21:25:05 UTC [more...]

qemu fuzz crash in virtio_net_queue_reset()
 2024-03-19 21:24 UTC 

[PATCH 00/22] plugins: Rewrite plugin code generation
 2024-03-19 21:23 UTC  (22+ messages)
` [PATCH 01/22] tcg: Add TCGContext.emit_before_op
` [PATCH 06/22] plugins: Create TCGHelperInfo for all out-of-line callbacks
` [PATCH 07/22] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
` [PATCH 08/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
` [PATCH 09/22] plugins: Add PLUGIN_GEN_AFTER_TB
` [PATCH 10/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
` [PATCH 11/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
` [PATCH 19/22] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c

[PATCH 0/5] target/riscv: Support Zve32x and Zve64x extensions
 2024-03-19 21:19 UTC  (5+ messages)
` [PATCH 1/5] target/riscv: Add support for Zve32x extension

[PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler
 2024-03-19 21:16 UTC  (34+ messages)
` [PATCH-for-9.1 01/27] accel/tcg: Ensure frontends define restore_state_to_opc handler
` [PATCH-for-9.1 02/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler
` [PATCH-for-9.1 03/27] target/alpha: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 04/27] target/arm: Restrict TCG-specific declarations
` [PATCH-for-9.1 05/27] target/arm: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 06/27] target/avr: "
` [PATCH-for-9.1 07/27] target/cris: "
` [PATCH-for-9.1 08/27] target/hexagon: "
` [PATCH-for-9.1 09/27] target/hppa: "
` [PATCH-for-9.1 10/27] target/i386: "
` [PATCH-for-9.1 11/27] target/loongarch: "
` [PATCH-for-9.1 12/27] target/m68k: "
` [PATCH-for-9.1 13/27] target/microblaze: "
` [PATCH-for-9.1 14/27] target/mips: "
` [PATCH-for-9.1 15/27] target/nios2: "
` [PATCH-for-9.1 16/27] target/openrisc: "
` [PATCH-for-9.1 17/27] target/ppc: Indent ppc_tcg_ops[] with 4 spaces
` [PATCH-for-9.1 18/27] target/ppc: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 19/27] target/riscv: "
` [PATCH-for-9.1 20/27] target/rx: "
` [PATCH-for-9.1 21/27] target/s390x: Restrict TCG-specific declarations
` [PATCH-for-9.1 22/27] target/s390x: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 23/27] target/sh4: "
` [PATCH-for-9.1 24/27] target/sparc: "
` [PATCH-for-9.1 25/27] target/tricore: "
` [PATCH-for-9.1 26/27] target/xtensa: "
` [PATCH-for-9.1 27/27] accel/tcg: Remove check on TARGET_HAS_CPU_GET_TB_CPU_STATE

[PATCH] Revert mapped-ram multifd support to fd: URI
 2024-03-19 21:09 UTC 

[PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping
 2024-03-19 21:07 UTC  (26+ messages)
` [PATCH-for-9.1 1/8] target/microblaze: Use correct string format in do_unaligned_access()
` [PATCH-for-9.1 2/8] target/microblaze: Use hwaddr/vaddr in cpu_get_phys_page_attrs_debug()
` [PATCH-for-9.1 3/8] target/microblaze: Widen vaddr in mmu_translate()
` [PATCH-for-9.1 4/8] target/microblaze: Use 32-bit destination in gen_goto_tb()
` [PATCH-for-9.1 5/8] target/microblaze: Restrict 64-bit 'res_addr' to system emulation
` [PATCH-for-9.1 6/8] target/microblaze: Rename helper.c -> sys_helper.c
` [PATCH-for-9.1 7/8] target/microblaze: Move MMU helpers to sys_helper.c
` [RFC PATCH-for-9.1 8/8] target/microblaze: Widen $ear to 64-bit

[PATCH v7 0/8] tests/qtest/migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-19 20:54 UTC  (8+ messages)
` [PATCH v7 3/8] tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get_socket_address

[PATCH 1/2] tests/qtest/migration: Ignore if socket-address is missing to avoid crash below
 2024-03-19 20:52 UTC  (3+ messages)
` [PATCH 2/2] tests/qtest/migration: Fix typo for vsock in SocketAddress_to_str

[PATCH v5 00/24] replay: fixes and new test cases
 2024-03-19 20:50 UTC  (17+ messages)
` [PATCH v5 05/24] Revert "replay: stop us hanging in rr_wait_io_event"
` [PATCH v5 06/24] tests/avocado: replay_kernel.py add x86-64 q35 machine test
` [PATCH v5 07/24] chardev: set record/replay on the base device of a muxed device
` [PATCH v5 08/24] replay: Fix migration use of clock
` [PATCH v5 10/24] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
` [PATCH v5 12/24] savevm: Fix load_snapshot error path crash
` [PATCH v5 13/24] tests/avocado: replay_linux.py remove the timeout expected guards
` [PATCH v5 15/24] tests/avocado: reverse_debugging.py add test for x86-64 q35 machine

[PATCH] Implement SSH commands in QEMU GA for Windows
 2024-03-19 18:17 UTC 

[PULL 0/8] Misc fixes patches
 2024-03-19 20:21 UTC  (9+ messages)
` [PULL 1/8] seccomp: report EPERM instead of killing process for spawn set
` [PULL 2/8] chardev: lower priority of the HUP GSource in socket chardev
` [PULL 3/8] Revert "chardev/char-socket: Fix TLS io channels sending too much data to the backend"
` [PULL 4/8] Revert "chardev: use a child source for qio input source"
` [PULL 5/8] crypto: factor out conversion of QAPI to gcrypt constants
` [PULL 6/8] crypto: query gcrypt for cipher availability
` [PULL 7/8] crypto: use error_abort for unexpected failures
` [PULL 8/8] crypto: report which ciphers are being skipped during tests

[PATCH v3 0/3] migration mapped-ram fixes
 2024-03-19 20:15 UTC  (12+ messages)
` [RFC PATCH v3 3/3] migration: Add fd to FileMigrationArgs

[PATCH] coroutine: cap per-thread local pool size
 2024-03-19 20:14 UTC  (11+ messages)

[RFC PATCH] target/hppa: Introduce and use IAQEntry
 2024-03-19 19:37 UTC  (3+ messages)

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-19 19:26 UTC  (10+ messages)
` [RFC PATCH v8 05/23] target/arm: Support MSR access to ALLINT
` [RFC PATCH v8 06/23] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v8 09/23] target/arm: Handle PSTATE.ALLINT on taking an exception

[PULL 0/1] Block patches
 2024-03-19 19:11 UTC  (5+ messages)
` [PULL 1/1] coroutine: cap per-thread local pool size

[PATCH] block/io: accept NULL qiov in bdrv_pad_request
 2024-03-19 18:50 UTC  (2+ messages)

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-19 18:40 UTC  (5+ messages)
` [RFC PATCH v5 06/22] target/arm: Add support for Non-maskable Interrupt

[PATCH v2 0/6] few fixes for hppa target
 2024-03-19 18:35 UTC  (8+ messages)
` [PATCH v2 1/6] target/hppa: ldcw,s uses static shift of 3
` [PATCH v2 2/6] target/hppa: fix shrp for wide mode
` [PATCH v2 3/6] target/hppa: fix access_id check
` [PATCH v2 4/6] target/hppa: exit tb on flush cache instructions
` [PATCH v2 5/6] target/hppa: mask privilege bits in mfia
` [PATCH v2 6/6] target/hppa: fix do_stdby_e()

[PATCH v2 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-19 18:31 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v5 00/25] qapi: statically type schema.py
 2024-03-19 18:23 UTC  (10+ messages)
` [PATCH v5 12/25] qapi: Assert built-in types exist
` [PATCH v5 24/25] qapi: Tighten check whether implicit object type already exists
` [PATCH v5 25/25] qapi: Dumb down QAPISchema.lookup_entity()

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-03-19 18:18 UTC  (12+ messages)

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-19 18:12 UTC  (3+ messages)
` [PATCH-for-9.1 07/21] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types

[PATCH v3 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-19 18:02 UTC  (15+ messages)
` [PATCH v3 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-root' field
` [PATCH v3 2/7] qga: introduce ga_run_command() helper for guest cmd execution
` [PATCH v3 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
` [PATCH v3 4/7] qga/commands-posix: qmp_guest_set_time: "
` [PATCH v3 5/7] qga/commands-posix: execute_fsfreeze_hook: "
` [PATCH v3 6/7] qga/commands-posix: don't do fork()/exec() when suspending via sysfs
` [PATCH v3 7/7] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper

Request for Support: QEMU IPv6 Port Forwarding Issue
 2024-03-19 17:45 UTC  (4+ messages)

[PULL 0/3] for-9.0 queue
 2024-03-19 17:33 UTC  (5+ messages)
` [PULL 1/3] vfio/iommufd: Fix memory leak
` [PULL 2/3] ppc/pnv: I2C controller is not user creatable
` [PULL 3/3] aspeed/smc: Only wire flash devices at reset

[PATCH for-9.0 0/2] nbd: Fix server crash on reset with iothreads
 2024-03-19 16:49 UTC  (3+ messages)
` [PATCH for-9.0 1/2] nbd/server: Fix race in draining the export

[PATCH v3 0/4] tests/avocado: update sbsa-ref firmware to latest
 2024-03-19 16:18 UTC  (2+ messages)

[PATCH for-9.0] qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header
 2024-03-19 16:06 UTC  (2+ messages)

[PATCH v1] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
 2024-03-19 15:55 UTC  (2+ messages)

[PATCH 1/2] aspeed: Make the ast2600-a3 SoC not user creatable
 2024-03-19 15:50 UTC  (4+ messages)
` [PATCH 2/2] aspeed: Make the ast1030-a1 "

[PATCH 00/29] include: move include/qapi/qmp/ to include/qobject/
 2024-03-19 15:50 UTC  (2+ messages)

[PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()
 2024-03-19 15:40 UTC  (2+ messages)

[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-03-19 15:23 UTC  (2+ messages)

[PATCH 0/9] Introduce support for IGVM files
 2024-03-19 15:10 UTC  (4+ messages)
` [PATCH 2/9] backends/confidential-guest-support: Add IGVM file parameter

[PATCH] target/i386: Export RFDS bit to guests
 2024-03-19 15:08 UTC  (3+ messages)

[PATCH v1 0/2] Some fixes for pause and resume all vcpus
 2024-03-19 14:56 UTC  (8+ messages)
` [PATCH v1 1/2] system/cpus: Fix pause_all_vcpus() under concurrent environment
    ` 答复: "

[PATCH 0/7] target/i386: VM type infrastructure and KVM_SEV_INIT2 support
 2024-03-19 14:39 UTC  (14+ messages)
` [PATCH 1/7] linux-headers hack
` [PATCH 2/7] runstate: skip initial CPU reset if reset is not actually possible
` [PATCH 3/7] KVM: track whether guest state is encrypted
` [PATCH 4/7] KVM: remove kvm_arch_cpu_check_are_resettable
` [PATCH 5/7] target/i386: introduce x86-confidential-guest
` [PATCH 6/7] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH 7/7] target/i386: SEV: use KVM_SEV_INIT2 if possible

[PATCH for-9.0 v3] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-03-19 14:38 UTC  (6+ messages)

[PULL v2 0/4] machine development tool
 2024-03-19 14:36 UTC  (3+ messages)

[PATCH] tests: Raise timeouts for bufferiszero and crypto-tlscredsx509
 2024-03-19 14:28 UTC  (3+ messages)

[PULL 0/4] s390x and misc patches for 9.0-rc0
 2024-03-19 14:25 UTC  (2+ messages)

[PULL 00/24] virtio,pc,pci: bugfixes
 2024-03-19 14:25 UTC  (2+ messages)

[PATCH v2 0/2] support unaligned access for some xHCI registers
 2024-03-19 14:08 UTC  (3+ messages)
` [PATCH v2 1/2] system/memory.c: support unaligned access


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