qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-25 13:10:36 to 2023-08-28 10:19:34 UTC [more...]

Help with QEMU DBUS display
 2023-08-28  6:28 UTC  (2+ messages)

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-28 10:18 UTC  (8+ messages)
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension

[PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
 2023-08-28  9:01 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH] tests/avocado/machine_aspeed.py: Update SDK images
 2023-08-28  9:01 UTC 

[PATCH v1 0/7] Introduce model for IBM's FSP
 2023-08-28  8:59 UTC  (17+ messages)
` [PATCH v1 1/7] hw/fsi: Introduce IBM's Local bus
` [PATCH v1 2/7] hw/fsi: Introduce IBM's scratchpad
` [PATCH v1 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v1 4/7] hw/fsi: Introduce IBM's FSI
` [PATCH v1 5/7] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v1 6/7] hw/fsi: Aspeed APB2OPB interface
` [PATCH v1 7/7] hw/arm: Hook up FSI module in AST2600

[PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
 2023-08-28  8:54 UTC  (3+ messages)
`  "

[RFC PATCH v2 0/6] Add API for list cpu extensions
 2023-08-28  8:45 UTC  (7+ messages)
` [RFC PATCH v2 1/6] cpu: Add new API cpu_type_by_name
` [RFC PATCH v2 2/6] target/riscv: Add API list_cpu_props
` [RFC PATCH v2 3/6] softmmu/vl: Add qemu_cpu_opts QemuOptsList
` [RFC PATCH v2 4/6] target/riscv: Add default value for misa property
` [RFC PATCH v2 5/6] target/riscv: Add defalut value for string property
` [RFC PATCH v2 6/6] linux-user: Move qemu_cpu_opts to cpu.c

[RFC PATCH 0/3] Add API for list cpu extensions
 2023-08-28  8:47 UTC  (8+ messages)
` [RFC PATCH 2/3] target/riscv: Add API list_cpu_props
` [RFC PATCH 3/3] softmmu/vl: Add qemu_cpu_opts QemuOptsList

[PATCH] accel/kvm: Fix dirty reaper thread crash
 2023-08-28  8:22 UTC 

[PATCH for-8.2 v3 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-08-28  7:50 UTC  (5+ messages)
` [PATCH for-8.2 v3 5/6] "

[PATCH 0/8] ACPI: X86 AML generation and GPE tracing cleanup
 2023-08-28  7:36 UTC  (9+ messages)
` [PATCH 1/8] hw/i386/acpi-build: Use pc_madt_cpu_entry() directly
` [PATCH 2/8] hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callback
` [PATCH 3/8] hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method
` [PATCH 4/8] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
` [PATCH 5/8] hw/i386: Remove now redundant TYPE_ACPI_GED_X86
` [PATCH 6/8] hw/i386/acpi-build: Determine SMI command port just once
` [PATCH 7/8] hw/acpi: Trace GPE access in all device models, not just PIIX4
` [PATCH 8/8] hw/acpi/core: Trace enable and status registers of GPE separately

[PATCH v2] migration/calc-dirty-rate: millisecond-granularity period
 2023-08-28  6:23 UTC  (5+ messages)

[PATCH v3 0/5] Enable vdpa net migration with features depending on CVQ
 2023-08-28  6:10 UTC  (2+ messages)

[PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07
 2023-08-28  5:00 UTC  (3+ messages)
` [PATCH 10/24] riscv: spelling fixes

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-28  0:05 UTC  (3+ messages)

[PATCH 0/3] softmmu: Use async_run_on_cpu in tcg_commit
 2023-08-27 21:16 UTC  (10+ messages)
` [PATCH 1/3] softmmu: Assert data in bounds in iotlb_to_section
` [PATCH 2/3] softmmu: Use async_run_on_cpu in tcg_commit
` [PATCH 3/3] softmmu: Remove cpu_reloading_memory_map as unused

[PATCH 00/10] TriCore 1.6.2 insn and bugfixes
 2023-08-27 18:59 UTC  (29+ messages)
` [PATCH 01/10] tests/tcg/tricore: Bump cpu to tc37x
` [PATCH 02/10] target/tricore: Implement CRCN insn
` [PATCH 03/10] target/tricore: Correctly handle FPU RM from PSW
` [PATCH 04/10] target/tricore: Implement FTOU insn
` [PATCH 05/10] target/tricore: Implement ftohp insn
` [PATCH 06/10] target/tricore: Implement hptof insn
` [PATCH 07/10] target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
` [PATCH 08/10] target/tricore: Swap src and dst reg for RCRR_INSERT
` [PATCH 09/10] target/tricore: Replace cpu_*_code with translator_*
` [PATCH 10/10] target/tricore: Fix FTOUZ being ISA v1.3.1 up

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-27 18:29 UTC  (8+ messages)
` [PATCH 1/7] vhost-user: strip superfluous whitespace
` [PATCH 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"
` [PATCH 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_msg"
` [PATCH 5/7] vhost-user: hoist "write_msg", "get_features", "get_u64"
` [PATCH 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PATCH 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously

[PULL 0/5] Devel hppa priv cleanup2 patches
 2023-08-27 15:17 UTC  (6+ messages)
` [PULL 1/5] target/hppa: Add missing PL1 and PL2 privilege levels
` [PULL 2/5] target/hppa: Add privilege to MMU index conversion helpers
` [PULL 3/5] target/hppa: Do not use hardcoded value for tlb_flush_*()
` [PULL 4/5] target/hppa: Use privilege helper in hppa_get_physical_address()
` [PULL 5/5] target/hppa: Switch to use MMU indices 11-15

hw/display/xlinx-dp: fixing comment
 2023-08-27 13:58 UTC  (2+ messages)

[PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
 2023-08-27 11:07 UTC  (3+ messages)

Lost partition tables on ide-hd + ahci drive
 2023-08-26 18:07 UTC  (9+ messages)

[RFC v5 05/10] tcg: Add tcg opcodes and helpers for native library calls
 2023-08-26  2:24 UTC  (2+ messages)

[RFC v5 00/10] Native Library Calls
 2023-08-26  1:50 UTC  (5+ messages)
` [RFC v5 02/10] build: Implement libnative library and the build machinery for libnative
` [RFC v5 04/10] linux-user: Implement native-bypass option support

[QEMU][PATCH v3 0/2] Add Virtio support to Xenpvh machine for arm
 2023-08-25 22:53 UTC  (3+ messages)
` [QEMU][PATCH v3 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v3 2/2] xen_arm: Initialize RAM and add hi/low memory regions

[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
 2023-08-25 21:37 UTC  (5+ messages)
` [PATCH 1/3] hw/mips/jazz: Remove the big_endian variable
` [PATCH 2/3] hw/mips/jazz: Move the NIC init code into a separate function
` [PATCH 3/3] hw/mips/jazz: Simplify the NIC setup code

[PATCH v2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-08-25 20:57 UTC  (7+ messages)
` [PATCH v2 1/4] migration/qmp: Fix crash on setting tls-authz with null
` [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups
` [PATCH v2 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters
` [PATCH v2 4/4] migration/qapi: Drop @MigrationParameter enum

[PATCH vOther2 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-25 20:08 UTC 

[PATCH] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-25 19:40 UTC  (2+ messages)

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-08-25 19:37 UTC  (7+ messages)

[PATCH vOther 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-25 19:29 UTC 

[PATCH vOther 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-25 19:27 UTC 

[PATCH v12 0/9] rutabaga_gfx + gfxstream
 2023-08-25 19:18 UTC  (6+ messages)
` [PATCH v12 8/9] gfxstream + rutabaga: enable rutabaga

[PATCH V3 00/10] fix migration of suspended runstate
 2023-08-25 17:56 UTC  (6+ messages)

[PATCH for-8.2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-08-25 17:14 UTC  (3+ messages)
` [PATCH for-8.2 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters

[PATCH] virtio: use shadow_avail_idx while checking number of heads
 2023-08-25 17:04 UTC 

[PATCH] virtio: remove unnecessary thread fence while reading next descriptor
 2023-08-25 17:01 UTC 

[Qemu PATCH v2 0/9] Enabling DCD emulation support in Qemu
 2023-08-25 16:34 UTC  (6+ messages)
  ` [Qemu PATCH v2 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PATCH 0/2] docs tests: Fix use of migrate_set_parameter
 2023-08-25 16:13 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size test

[PATCH 0/3] Fix some feature names for i386
 2023-08-25 16:13 UTC  (4+ messages)
` [PATCH 3/3] target/i386: Fix duplicated feature name in FEAT_KVM

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-08-25 15:17 UTC  (13+ messages)
` [PATCH 1/6] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH 2/6] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
` [PATCH 3/6] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH 4/6] qemu-img: rebase: avoid unnecessary COW operations
` [PATCH 5/6] qemu-img: add compression option to rebase subcommand
` [PATCH 6/6] iotests: add test 314 for "qemu-img rebase" with compression

[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
 2023-08-25 14:14 UTC  (5+ messages)
` [PATCH v2 1/3] block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
` [PATCH v2 2/3] qemu-img: map: report compressed data blocks

[PATCH v5 0/9] Misc fixes for throttle
 2023-08-25 13:25 UTC  (2+ messages)

[PATCH v2 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-08-25 13:21 UTC  (17+ messages)
` [PATCH v2 01/16] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v2 02/16] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v2 03/16] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
` [PATCH v2 04/16] kvm: Return number of free memslots
` [PATCH v2 05/16] vhost: "
` [PATCH v2 06/16] memory-device: Support memory devices with multiple memslots
` [PATCH v2 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
` [PATCH v2 08/16] memory-device: Track required and actually used memslots in DeviceMemoryState
` [PATCH v2 09/16] memory-device, vhost: Support memory devices that dynamically consume memslots
` [PATCH v2 10/16] kvm: Add stub for kvm_get_max_memslots()
` [PATCH v2 11/16] vhost: Add vhost_get_max_memslots()
` [PATCH v2 12/16] memory-device, vhost: Support automatic decision on the number of memslots
` [PATCH v2 13/16] memory: Clarify mapping requirements for RamDiscardManager
` [PATCH v2 14/16] virtio-mem: Expose device memory via multiple memslots if enabled
` [PATCH v2 15/16] memory, vhost: Allow for marking memory device memory regions unmergeable
` [PATCH v2 16/16] virtio-mem: Mark memslot alias "

[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
 2023-08-25 13:08 UTC  (20+ messages)
` [PATCH 01/20] target/riscv: introduce TCG AccelCPUClass
` [PATCH 03/20] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH 04/20] target/riscv: move riscv_tcg_ops "
` [PATCH 05/20] target/riscv/cpu.c: add 'user_extension_properties' class prop
` [PATCH 06/20] target/riscv: add 'max_features' CPU flag
` [PATCH 07/20] target/riscv/cpu.c: add .instance_post_init()
` [PATCH 08/20] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH 09/20] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH 10/20] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH 11/20] target/riscv: introduce KVM AccelCPUClass
` [PATCH 12/20] target/riscv: move KVM only files to kvm subdir
` [PATCH 13/20] target/riscv/kvm: refactor kvm_riscv_init_user_properties()
` [PATCH 14/20] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH 15/20] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH 16/20] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH 17/20] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH 18/20] target/riscv/cpu: move priv spec functions to tcg-cpu.c
` [PATCH 19/20] target/riscv: add 'tcg_supported' class property
` [PATCH 20/20] target/riscv: add 'kvm_supported' "

[PATCH] fix leaks found wtih fuzzing
 2023-08-25  9:48 UTC  (2+ messages)
` [sdl-qemu] "


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