qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-14 07:10:39 to 2023-08-15 20:00:44 UTC [more...]

[PATCH v3 00/14] tcg/ppc: direct branching, power9, power10
 2023-08-15 19:57 UTC  (13+ 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 10/14] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [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

[PULL 00/14] linux-user image mapping fixes
 2023-08-15 13:51 UTC  (2+ messages)

[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  (31+ messages)
` [RFC PATCH 01/24] contrib/plugins: Use GRWLock in execlog
` [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
` [RFC PATCH 03/24] gdbstub: Add num_regs member to GDBFeature
` [RFC PATCH 04/24] gdbstub: Introduce gdb_find_static_feature()
` [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)

[PATCH] ui/dbus: implement damage regions for GL
 2023-08-14 12:59 UTC  (3+ messages)

[PATCH] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
 2023-08-14 12:33 UTC  (2+ messages)

[RFC PATCH post-8.1] hw/xen: Clean up event channel 'type_val' handling to use union
 2023-08-14 12:31 UTC  (2+ messages)

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-14 12:11 UTC  (5+ messages)
` [PATCH 1/2] vhost-user: fix lost reconnect
` [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[PATCH] Add api to read CPU registers in TCG plugins
 2023-08-14 10:22 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm: MPAM Emulation + PPTT cache description
 2023-08-14 10:13 UTC  (5+ messages)
` [RFC PATCH 1/5] hw/acpi: Add PPTT cache descriptions
` [RFC PATCH 2/5] HACK: target/arm/tcg: Add some more caches to cpu=max

[PATCH v3 00/15] linux-user: Implement VDSOs
 2023-08-14  9:52 UTC  (2+ messages)

[PATCH v5 00/11] Add la32 & va32 support for loongarch64-softmmu
 2023-08-14  8:59 UTC  (5+ messages)
` [PATCH v5 08/11] target/loongarch: Reject la64-only instructions in la32 mode

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-14  8:58 UTC  (5+ messages)
` [PATCH v2 1/4] docs/qcow2: add the zoned format feature
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension
` [PATCH v2 3/4] qcow2: add zoned emulation capability
` [PATCH v2 4/4] iotests: test the zoned format feature for qcow2 file

[PATCH for-8.2 0/5] target/arm: Implement cortex-a710
 2023-08-14  8:49 UTC  (6+ messages)
` [PATCH 5/5] "

[PATCH v5 0/5] eBPF RSS through QMP support
 2023-08-14  8:36 UTC  (6+ messages)
` [PATCH v5 1/5] ebpf: Added eBPF map update through mmap

util/async-teardown.c: is it really needed for --disable-system build?
 2023-08-14  8:31 UTC  (6+ messages)

RFC: guest INTEL GDS mitigation status on patched host
 2023-08-14  8:29 UTC  (2+ messages)

[PATCH v2 0/8] Add some checks before translating instructions
 2023-08-14  8:28 UTC  (13+ messages)
` [PATCH v2 2/8] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v2 3/8] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v2 4/8] target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions
` [PATCH v2 6/8] target/loongarch: Add avail_LAM to check atomic instructions

[PATCH 0/8] some testing and gdbstub fixes
 2023-08-14  7:59 UTC  (3+ messages)
` [PATCH 2/8] tests/docker: cleanup non-verbose output

[PATCH 0/2] nvme: avoid dynamic stack allocations
 2023-08-14  7:09 UTC  (2+ 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).