qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-23 11:16:23 to 2022-03-23 21:31:27 UTC [more...]

[PATCH v4 00/13] accel: Fix vCPU memory leaks
 2022-03-23 21:29 UTC  (20+ messages)
` [PATCH v4 01/13] cpu: Free cpu->cpu_ases in cpu_address_space_destroy()
` [PATCH v4 02/13] target/i386/kvm: Free xsave_buf when destroying vCPU
` [PATCH v4 03/13] target/i386/hvf: Free resources when vCPU is destroyed
` [PATCH v4 04/13] accel/hvf: Remove pointless assertion
` [PATCH v4 05/13] accel/tcg: Init TCG cflags in vCPU thread handler
` [PATCH v4 06/13] accel/tcg: Reorganize tcg_accel_ops_init()
` [PATCH v4 07/13] accel-ops: Introduce create_vcpu_thread_precheck / postcheck handlers
` [PATCH v4 08/13] accel/tcg: Extract rr_create_vcpu_thread_precheck()
` [PATCH v4 09/13] accel/all: Extract common_vcpu_thread_create()
` [PATCH v4 10/13] accel-ops: Introduce common_vcpu_thread_destroy() and .precheck handler
` [PATCH v4 11/13] accel/tcg: Add rr_destroy_vcpu_thread_precheck()
` [PATCH v4 12/13] softmmu/cpus: Free cpu->thread in generic_destroy_vcpu_thread()
` [PATCH v4 13/13] softmmu/cpus: Free cpu->halt_cond "

[PATCH 00/10] Python: Remove synchronous QMP library
 2022-03-23 21:25 UTC  (7+ messages)
` [PATCH 06/10] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH 09/10] python: rename qemu.aqmp to qemu.qmp

[PATCH 00/32] Misc cleanups
 2022-03-23 21:11 UTC  (47+ messages)
` [PATCH 01/32] meson: use chardev_ss dependencies
` [PATCH 02/32] meson: add util dependency for oslib-posix on freebsd
` [PATCH 03/32] meson: remove unneeded py3
` [PATCH 04/32] meson: remove test-qdev-global-props dependency on testqapi
` [PATCH 05/32] char: move qemu_openpty_raw from util/ to char/
` [PATCH 06/32] Replace config-time define HOST_WORDS_BIGENDIAN
` [PATCH 07/32] Replace TARGET_WORDS_BIGENDIAN
` [PATCH 08/32] osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
` [PATCH 09/32] include/qapi: add g_autoptr support for qobject types
` [PATCH 10/32] tests: replace free_all() usage with g_auto
` [PATCH 11/32] Replace qemu_real_host_page variables with inlined functions
` [PATCH 12/32] qga: replace deprecated g_get_current_time()
` [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
` [PATCH 14/32] util: rename qemu-error.c to match its header name
` [PATCH 15/32] error-report: use error_printf() for program prefix
` [PATCH 16/32] include: move TFR to osdep.h
` [PATCH 17/32] include: move qemu_write_full() declaration "
` [PATCH 18/32] include: move qemu_pipe() "
` [PATCH 19/32] include: move coroutine IO functions to coroutine.h
` [PATCH 20/32] include: move dump_in_progress() to runstate.h
` [PATCH 21/32] include: move C/util-related declarations to cutils.h
` [PATCH 22/32] include: move cpu_exec* declarations to cpu-common.h
` [PATCH 23/32] include: move target page bits declaration to page-vary.h
` [PATCH 24/32] include: move progress API to qemu-progress.h
` [PATCH 25/32] include: move qemu_get_vm_name() to sysemu.h
` [PATCH 26/32] include: move os_*() to os-foo.h
` [PATCH 27/32] include: move page_size_init() to include/hw/core/cpu.h
` [PATCH 28/32] Move CPU softfloat unions to cpu-float.h
` [PATCH 29/32] Move fcntl_setfl() to oslib-posix
` [PATCH 30/32] qga: remove explicit environ argument from exec/spawn
` [PATCH 31/32] RFC: Simplify softmmu/main.c
` [PATCH 32/32] Remove qemu-common.h include from most units

[PATCH] hw/riscv: virt: Warn the user if -bios is provided when using KVM
 2022-03-23 21:05 UTC  (2+ messages)

[PULL for-7.1 00/36] Logging cleanup and per-thread logfiles
 2022-03-23 20:46 UTC  (21+ messages)
` [PULL for-7.1 01/36] util/log: Drop manual log buffering
` [PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init
` [PULL for-7.1 04/36] os-posix: Use qemu_log_enabled
` [PULL for-7.1 05/36] util/log: Move qemu_log_lock, qemu_log_unlock out of line
` [PULL for-7.1 06/36] util/log: Treat qemu_log_lock like trylock
` [PULL for-7.1 07/36] hw/xen: Split out xen_pv_output_msg
` [PULL for-7.1 08/36] *: Use fprintf between qemu_log_lock/unlock
` [PULL for-7.1 09/36] util/log: Remove qemu_log_vprintf
` [PULL for-7.1 15/36] util/log: Use qemu_log_lock/unlock in qemu_log

[PATCH v3 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-03-23 20:31 UTC 

[PATCH v1 0/9] Add support for AST1030 SoC
 2022-03-23 20:12 UTC  (3+ messages)
` [PATCH v1 8/9] aspeed: Add an AST1030 eval board

[PATCH v1 1/8] migration: Implemented new parameter stream_content
 2022-03-23 14:38 UTC  (11+ messages)
  ` [PATCH v1 2/8] migration: should_skip() implemented
  ` [PATCH v1 3/8] migration: Add vmstate part of migration stream
  ` [PATCH v1 4/8] migration: Add dirty-bitmaps "
  ` [PATCH v1 5/8] migration: Add block "
  ` [PATCH v1 6/8] migration: Add RAM "
  ` [PATCH v1 7/8] migration: analyze-migration script changed
  ` [PATCH v1 8/8] migration: Test for RAM and vmstate parts

[PULL for 7.0 0/8] i386, docs, gitlab fixes
 2022-03-23 19:04 UTC  (11+ messages)
` [PULL 1/8] tests/Makefile.include: Let "make clean" remove the TCG tests, too
` [PULL 2/8] target/i386: force maximum rounding precision for fildl[l]
` [PULL 3/8] mailmap/gitdm: more fixes for bad tags and authors
` [PULL 4/8] docs/devel: try and impose some organisation
` [PULL 5/8] semihosting: clean up handling of expanded argv
` [PULL 6/8] gitlab: include new aarch32 job in custom-runners
` [PULL 7/8] docs: remove qemu_logo.pdf
` [PULL 8/8] docs/tcg-plugins: document QEMU_PLUGIN behaviour

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-23 18:37 UTC  (13+ messages)
` [PATCH v8 17/46] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v8 19/46] hw/cxl/device: Add some trivial commands
` [PATCH v8 23/46] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v8 32/46] mem/cxl_type3: Add read and write functions for associated hostmem

[PATCH v3 0/5] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
 2022-03-23 18:23 UTC  (11+ messages)
` [PATCH v3 1/5] hw/arm/realview: replace 'qemu_split_irq' "
` [PATCH v3 2/5] hw/arm/stellaris: "
` [PATCH v3 3/5] hw/intc/exynos4210_combiner: "
` [PATCH v3 4/5] hw/intc/exynos4210_gic: "
` [PATCH v3 5/5] hw/core/irq: remove unused 'qemu_irq_split' function

[PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
 2022-03-23 18:05 UTC  (2+ messages)

[PATCH v3 0/6] Support akcipher for virtio-crypto
 2022-03-23 18:03 UTC  (19+ messages)
` [PATCH v3 1/6] virtio-crypto: header update
    `  "
` [PATCH v3 2/6] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v3 3/6] crypto: Introduce akcipher crypto class
` [PATCH v3 4/6] crypto: Implement RSA algorithm by hogweed
` [PATCH v3 5/6] tests/crypto: Add test suite for crypto akcipher
  ` Re: [PATCH v3 0/6] Support akcipher for virtio-crypto

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-23 17:13 UTC  (5+ messages)
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements "

[EXT] Re: QEMU+KVM on RISC-V + Hypervisor Extension
 2022-03-23 17:05 UTC  (2+ messages)

[PATCH-for-7.0] target/i386/hvf: Free ressources when vCPU is destroyed
 2022-03-23 16:37 UTC  (2+ messages)

[PATCH 0/2] target/s390x: Fix determination of overflow condition code
 2022-03-23 16:26 UTC  (3+ messages)
` [PATCH 1/2] target/s390x: Fix determination of overflow condition code after addition
` [PATCH 2/2] target/s390x: Fix determination of overflow condition code after subtraction

[PATCH] KVM: x86: workaround invalid CPUID[0xD, 9] info on some AMD processors
 2022-03-23 14:41 UTC  (4+ messages)
` [PATCH] KVM: x86: workaround invalid CPUID[0xD,9] "

[PATCH v3 0/5] vCPU hotunplug related memory leaks
 2022-03-23 14:43 UTC  (3+ messages)
` [PATCH v3 2/5] softmmu/cpus: Free cpu->thread in generic_destroy_vcpu_thread()

[PATCH v5 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-23 14:28 UTC  (15+ messages)
` [PATCH v5 01/11] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
` [PATCH v5 02/11] target/s390x: vxeh2: vector convert short/32b
` [PATCH v5 03/11] target/s390x: vxeh2: vector string search
` [PATCH v5 04/11] target/s390x: vxeh2: Update for changes to vector shifts
` [PATCH v5 05/11] target/s390x: vxeh2: vector shift double by bit
` [PATCH v5 06/11] target/s390x: vxeh2: vector {load, store} elements reversed
` [PATCH v5 07/11] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v5 08/11] target/s390x: vxeh2: vector {load, store} byte reversed element
` [PATCH v5 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
` [PATCH v5 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
` [PATCH v5 11/11] target/s390x: Fix writeback to v1 in helper_vstl

[PATCH v2] Introduce dirty ring live migration test for guestperf
 2022-03-23 14:06 UTC  (3+ messages)
` [PATCH v2] tests/migration: Introduce dirty-ring-size option into guestperf

[PATCH qemu v3 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
 2022-03-23 13:58 UTC  (3+ messages)

[PATCH-for-7.0 0/2] misc: Fix misleading hexadecimal format
 2022-03-23 12:12 UTC  (7+ messages)
` [PATCH-for-7.0 1/2] block: "
` [PATCH-for-7.0 2/2] hw: "

[PATCH v2] tests/avocado: update aarch64_virt test to exercise -cpu max
 2022-03-23 13:20 UTC 

[PATCH] configure: remove dead int128 test
 2022-03-23 13:07 UTC  (3+ messages)

[RFC PATCH v2 0/4] RISC-V Smstateen support
 2022-03-23 13:13 UTC  (8+ messages)
` [RFC PATCH v2 1/4] target/riscv: Add smstateen support
` [RFC PATCH v2 2/4] target/riscv: smstateen check for h/senvcfg
` [RFC PATCH v2 3/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v2 4/4] target/riscv: smstateen check for AIA/IMSIC

[PATCH] iotests: update test owner contact information
 2022-03-23 12:10 UTC  (3+ messages)

[RESEND 0/2] Introduce NVMe type and Smart for qga
 2022-03-23 11:59 UTC  (4+ messages)
` [RESEND 1/2] qga: Introduce NVMe disk bus type
    `  "

[PATCH v3 0/3] iotests: Check for zstd support
 2022-03-23 11:48 UTC  (5+ messages)
` [PATCH v3 1/3] iotests.py: Add supports_qcow2_zstd_compression()
` [PATCH v3 2/3] iotests/065: Check for zstd support

[PATCH v3 0/3] Windows cirrus ci improvements
 2022-03-23 11:35 UTC  (4+ messages)
` [PATCH v3 2/3] ci: Add empty github workflow for reporting historical cirrus result at github

[PATCH] github: fix config mistake preventing repo lockdown commenting
 2022-03-23 11:45 UTC 

[PATCH v3 0/4] Improve integration of iotests in the meson test harness
 2022-03-23 11:33 UTC  (4+ messages)

[PATCH v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
 2022-03-23 11:20 UTC  (5+ messages)
` [PATCH v1 1/2] s390x/cpu_models: drop "msa5" from the TCG "max" model
` [PATCH v1 2/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG

[RFC 0/8] blkio: add libblkio BlockDriver
 2022-03-23 11:17 UTC  (9+ messages)
` [RFC 1/8] blkio: add io_uring block driver using libblkio
` [RFC 2/8] numa: call ->ram_block_removed() in ram_block_notifer_remove()
` [RFC 3/8] block: pass size to bdrv_unregister_buf()
` [RFC 4/8] block: add BDRV_REQ_REGISTERED_BUF request flag
` [RFC 5/8] block: add BlockRAMRegistrar
` [RFC 6/8] stubs: add memory_region_from_host() and memory_region_get_fd()
` [RFC 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [RFC 8/8] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint


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