qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-14 13:02:05 to 2023-08-15 22:20:13 UTC [more...]

[PATCH v3 00/10] Fix segfault on migration return path
 2023-08-15 22:19 UTC  (20+ messages)
` [PATCH v3 01/10] migration: Fix possible race when setting rp_state.error
` [PATCH v3 03/10] migration: Fix possible race when checking to_dst_file for errors
` [PATCH v3 04/10] migration: Fix possible race when shutting down to_dst_file
` [PATCH v3 05/10] migration: Remove redundant cleanup of postcopy_qemufile_src
` [PATCH v3 06/10] migration: Consolidate return path closing code
` [PATCH v3 07/10] migration: Replace the return path retry logic
` [PATCH v3 08/10] migration: Move return path cleanup to main migration thread
` [PATCH v3 09/10] migration: Be consistent about shutdown of source shared files
` [PATCH v3 10/10] migration: Add a wrapper to cleanup migration files

[PATCH v7 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 22:02 UTC  (16+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v7 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v7 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v7 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v7 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v7 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v7 07/12] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH v7 08/12] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH v7 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v7 10/12] target/riscv: add 'max' CPU type
` [PATCH v7 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v7 12/12] target/riscv: deprecate the 'any' CPU type

[PULL 00/14] linux-user image mapping fixes
 2023-08-15 21:42 UTC  (4+ messages)

[PATCH v2 0/8] riscv: detecting user choice in TCG extensions
 2023-08-15 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v2 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v2 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v2 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v2 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v2 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v2 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v2 8/8] target/riscv/cpu.c: consider user option with RVG

[PATCH v3 00/14] tcg/ppc: direct branching, power9, power10
 2023-08-15 19:57 UTC  (15+ messages)
` [PATCH v3 01/14] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v3 02/14] tcg: Add tcg_out_tb_start backend hook
` [PATCH v3 03/14] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [PATCH v3 04/14] tcg/ppc: Reinterpret tb-relative to TB+4
` [PATCH v3 05/14] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PATCH v3 06/14] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PATCH v3 07/14] tcg/ppc: Use ADDPCIS for the constant pool
` [PATCH v3 08/14] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PATCH v3 09/14] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH v3 10/14] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PATCH v3 11/14] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PATCH v3 12/14] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PATCH v3 13/14] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PATCH v3 14/14] RFC tcg/ppc: Disable TCG_REG_TB for Power9/Power10

[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
 2023-08-15 18:25 UTC  (15+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together
` [PATCH RFC 2/7] os-posix: create and export os_set_runas()
` [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()
` [PATCH RFC 4/7] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH RFC 6/7] os-posix.c: move code around
` [PATCH RFC 7/7] util/async-teardown.c: move to softmmu/, only build it when system build is requested

[PATCH] target/i386: Fix reporting of CPU dies when nr_cores=nr_threads=1
 2023-08-15 17:38 UTC  (4+ messages)

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 17:25 UTC  (6+ messages)
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions

[PATCH v2 0/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
 2023-08-15 16:08 UTC  (8+ messages)
` [PATCH 2/5] "

[RFC PATCH] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
 2023-08-15 16:07 UTC  (2+ messages)

[PATCH 0/2] block-backend: process I/O in the current AioContext
 2023-08-15 16:05 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block-backend: process zoned requests "

[PATCH v5 0/9] gfxstream + rutabaga_gfx
 2023-08-15 15:50 UTC  (19+ messages)
` [PATCH v5 1/9] virtio: Add shared memory capability
` [PATCH v5 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v5 3/9] virtio-gpu: hostmem
` [PATCH v5 4/9] virtio-gpu: blob prep
` [PATCH v5 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v5 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v5 7/9] gfxstream + rutabaga: meson support
` [PATCH v5 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v5 9/9] docs/system: add basic virtio-gpu documentation

LTP test related to virtio releasing and reassigning resource leads to guest hung
 2023-08-15 15:18 UTC  (7+ messages)

[PATCH v6 00/12] Add VIRTIO sound card
 2023-08-15 15:04 UTC  (14+ messages)
` [PATCH v6 01/12] Add virtio-sound device stub
` [PATCH v6 02/12] Add virtio-sound-pci device
` [PATCH v6 03/12] virtio-sound: handle control messages and streams
` [PATCH v6 04/12] virtio-sound: set PCM stream parameters
` [PATCH v6 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v6 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v6 07/12] virtio-sound: handle VIRTIO_SND_PCM_SET_PARAMS
` [PATCH v6 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v6 09/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v6 10/12] virtio-sound: implement audio output (TX)
` [PATCH v6 11/12] virtio-sound: implement audio capture (RX)
` [PATCH v6 12/12] docs/system: add basic virtio-snd documentation

[PATCH 0/9] gdbstub and testing fixes for 8.2
 2023-08-15 14:51 UTC  (10+ messages)
` [PATCH 1/9] gitlab: enable ccache for many build jobs
` [PATCH 2/9] tests/docker: cleanup non-verbose output
` [PATCH 3/9] tests/tcg: remove quoting for info output
` [PATCH 4/9] tests: remove test-gdbstub.py
` [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings
` [PATCH 6/9] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
` [PATCH 7/9] gdbstub: remove unused user_ctx field
` [PATCH 8/9] gdbstub: refactor get_feature_xml
` [PATCH 9/9] gdbstub: replace global gdb_has_xml with a function

[PATCH 0/5] migration/ram: Merge zero page handling
 2023-08-15 14:38 UTC  (6+ messages)
` [PATCH 1/5] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PATCH 2/5] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PATCH 3/5] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PATCH 4/5] migration/ram: Return early from save_zero_page
` [PATCH 5/5] migration/ram: Merge save_zero_page functions

[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
 2023-08-15 13:16 UTC  (5+ messages)
` [PATCH 07/24] target/ppc: Use tcg_gen_negsetcond_*
` [PATCH 11/24] tcg/ppc: Use the Set Boolean Extension

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

[PATCH] migrate/ram: let ram_save_target_page_legacy() return if qemu file got error
 2023-08-15 12:35 UTC  (2+ messages)

[PATCH] include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts
 2023-08-15 12:20 UTC 

[PATCH 0/2] virtio-blk: use blk_io_plug_call() instead of notification BH
 2023-08-15 12:08 UTC  (3+ messages)
` [PATCH 1/2] virtio: use blk_io_plug_call() in virtio_irqfd_notify()
` [PATCH 2/2] virtio-blk: remove batch notification BH

qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed
 2023-08-15 10:26 UTC  (3+ messages)

qemu-system-riscv64 -cpu host uses wrong privilege spec version
 2023-08-15  9:32 UTC  (3+ messages)

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-15  9:27 UTC 

[PATCH v2] target/i386: Export GDS_NO bit to guests
 2023-08-15  5:44 UTC  (2+ messages)

[PULL 0/1] late tcg fix
 2023-08-15  5:26 UTC  (3+ messages)
` [PULL 1/1] tcg/i386: Output %gs prefix in tcg_out_vex_opc

[PATCH] trace-events: Fix the name of the tracing.rst file
 2023-08-15  5:18 UTC  (2+ messages)

[PATCH] target/riscv: Update CSR bits name for svadu extension
 2023-08-15  2:24 UTC 

[PATCH QEMU v2 0/3] provide a smooth upgrade solution for multi-queues disk
 2023-08-15  1:37 UTC  (5+ messages)

[PATCH v2] virtio: don't zero out memory region cache for indirect descriptors
 2023-08-15  1:39 UTC  (3+ messages)

[PATCH for-8.2] hw/s390x/s390-virtio-ccw: Remove superfluous code to set the NIC model
 2023-08-14 22:52 UTC  (2+ messages)

[PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments
 2023-08-14 22:24 UTC  (11+ messages)

[PATCH v2] migration: refactor migration_completion
 2023-08-14 22:14 UTC  (2+ messages)

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-14 21:45 UTC  (5+ messages)

[PATCH V1 0/3] fix migration of suspended runstate
 2023-08-14 19:37 UTC  (11+ messages)
` [PATCH V1 2/3] migration: fix "

[PATCH] qxl: don't assert() if device isn't yet initialized
 2023-08-14 19:33 UTC 

[PATCH for-8.2] target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code
 2023-08-14 19:06 UTC 

[PATCH V3 00/10] fix migration of suspended runstate
 2023-08-14 18:54 UTC  (11+ messages)
` [PATCH V3 01/10] vl: start on wakeup request
` [PATCH V3 02/10] migration: preserve suspended runstate
` [PATCH V3 03/10] migration: add runstate function
` [PATCH V3 04/10] migration: preserve suspended for snapshot
` [PATCH V3 05/10] migration: preserve suspended for bg_migration
` [PATCH V3 06/10] tests/qtest: migration events
` [PATCH V3 07/10] tests/qtest: option to suspend during migration
` [PATCH V3 08/10] tests/qtest: precopy migration with suspend
` [PATCH V3 09/10] tests/qtest: postcopy "
` [PATCH V3 10/10] tests/qtest: background "

[PATCH for-8.2 0/4] Assorted replay patches
 2023-08-14 16:31 UTC  (5+ messages)
` [PATCH 1/4] scripts/replay_dump.sh: Update to current rr record format
` [PATCH 2/4] tests/avocado: replay_linux.py add replay-dump.py test
` [PATCH 3/4] replay: allow runstate shutdown->running when replaying trace
` [PATCH 4/4] replay: simple auto-snapshot mode for record

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-14 16:03 UTC  (8+ messages)
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]

[PATCH for-8.2] s390x: Convert DPRINTF to trace events
 2023-08-14 16:02 UTC  (2+ messages)

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-08-14 15:27 UTC  (22+ messages)
` [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
` [RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 13/24] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature
` [RFC PATCH 15/24] target/arm: Fill new members of GDBFeature
` [RFC PATCH 21/24] plugins: Allow to read registers
` [RFC PATCH 22/24] contrib/plugins: Allow to log registers
` [RFC PATCH 24/24] contrib/plugins: Add cc plugin

[PATCH v2] ui/dbus: implement damage regions for GL
 2023-08-14 15:02 UTC  (4+ messages)

[PATCH] migrate/multifd: fix coredump when the multifd thread cleanup
 2023-08-14 14:55 UTC  (8+ messages)

[PATCH] tests/qemu-iotests/183: Fix timeout issue when running tests in parallel
 2023-08-14 14:51 UTC 

[PATCH v2 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-08-14 14:25 UTC  (3+ messages)
` [PATCH v2 1/3] linux-headers: update asm-s390/kvm.h

[PATCH] qemu_cleanup: begin drained section after vm_shutdown()
 2023-08-14 13:53 UTC  (3+ messages)


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