messages from 2022-03-23 14:10:03 to 2022-03-24 10:34:10 UTC [more...]
[PATCH 1/2] gdbstub: Set current_cpu for memory read write
2022-03-24 10:27 UTC (4+ messages)
[PATCH v1 1/2] aspeed/i2c: Add new register mode for ast2600/1030
2022-03-24 10:04 UTC (2+ messages)
` [PATCH v1 2/2] aspeed: Add I2C buses to AST1030 model
[PATCH] hw/char/serial: Support serial_mm_init() with wakeup event
2022-03-24 10:00 UTC (3+ messages)
[PATCH] block/rbd: fix write zeroes with growing images
2022-03-24 9:52 UTC (5+ messages)
[PATCH] target/i386: introduce CPU property to work around Windows reset bug
2022-03-24 9:42 UTC (4+ messages)
[RFC PATCH v3 00/36] TDX QEMU support
2022-03-24 9:37 UTC (20+ messages)
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
[PATCH 00/32] Misc cleanups
2022-03-24 9:26 UTC (49+ 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-24 9:08 UTC (6+ messages)
` [EXT] "
` [PATCH v2] "
[PATCH 00/10] Python: Remove synchronous QMP library
2022-03-24 9:03 UTC (11+ messages)
` [PATCH 01/10] python/aqmp: add explicit GPLv2 license to legacy.py
` [PATCH 06/10] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH 09/10] python: rename qemu.aqmp to qemu.qmp
[PATCH V2 0/4] PASID support for Intel IOMMU
2022-03-24 8:53 UTC (7+ messages)
` [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V2 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V2 4/4] intel-iommu: PASID support
Address mapping for vIOMMU
2022-03-24 8:43 UTC (3+ messages)
` "
[RFC PATCH v2 0/4] RISC-V Smstateen support
2022-03-24 8:46 UTC (10+ 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 4/4] target/riscv: smstateen check for AIA/IMSIC
[PATCH] build: disable fcf-protection on -march=486 -m16
2022-03-24 8:26 UTC (3+ messages)
` [PATCH-for-7.0] "
[PATCH 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
2022-03-24 8:22 UTC (2+ messages)
` [PATCH 2/2] hw/core: loader: Setting is_linux to true for VxWorks uImage
[PATCH-for-7.0] target/i386/hvf: Free ressources when vCPU is destroyed
2022-03-24 8:25 UTC (3+ messages)
[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
2022-03-24 8:22 UTC (2+ messages)
[PULL 00/10] Linux user for 7.0 patches
2022-03-24 8:20 UTC (11+ messages)
` [PULL 01/10] linux-user: Fix syscall parameter handling for MIPS n32
` [PULL 02/10] linux-user/alpha: Fix sigsuspend for big-endian hosts
` [PULL 03/10] linux-user: Split out helpers for sigsuspend
` [PULL 04/10] linux-user: Properly handle sigset arg to pselect
` [PULL 05/10] linux-user: Properly handle sigset arg to epoll_pwait
` [PULL 06/10] linux-user: Properly handle sigset arg to ppoll
` [PULL 07/10] linux-user: Fix missing space in error message
` [PULL 08/10] linux-user/arm: Implement __kernel_memory_barrier
` [PULL 09/10] linux-user/arm: Implement __kernel_cmpxchg with host atomics
` [PULL 10/10] linux-user/arm: Implement __kernel_cmpxchg64 "
[PATCH] target/i386: tcg: high bits SSE cmp operation must be ignored
2022-03-24 8:08 UTC
[PATCH] target/i386: Return right size value after dynamic xfeature enabled
2022-03-24 7:38 UTC (3+ messages)
[PATCH v9 00/14] support subsets of scalar crypto extension
2022-03-24 2:53 UTC (5+ messages)
` [PATCH v9 11/14] target/riscv: rvk: add support for zksed/zksh extension
` [PATCH v9 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
[PATCH v3 0/6] Support akcipher for virtio-crypto
2022-03-24 1:20 UTC (14+ messages)
` [PATCH v3 1/6] virtio-crypto: header update
` "
` [PATCH v3 2/6] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v3 5/6] tests/crypto: Add test suite for crypto akcipher
` Re: [PATCH v3 0/6] Support akcipher for virtio-crypto
` "
[PATCH] target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
2022-03-24 1:09 UTC
[PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
2022-03-24 0:55 UTC (3+ messages)
[PATCH RESEND 0/2] Resolve some redundant property accessors
2022-03-23 23:37 UTC (5+ messages)
` [PATCH RESEND 1/2] hw/vfio/pci-quirks: Resolve redundant property getters
qemu-binfmt-conf.sh: improvements for mips
2022-03-23 23:05 UTC (3+ messages)
` [PATCH v4 1/2] qemu-binfmt-conf.sh: allow elf EI_ABIVERSION=1 "
` [PATCH v4 2/2] qemu-binfmt-conf.sh: Extend magic to distinguish mips o32 and n32 ABI
Memory leak in via_isa_realize()
2022-03-23 22:53 UTC (6+ messages)
[PATCH v4 00/13] accel: Fix vCPU memory leaks
2022-03-23 22:43 UTC (28+ 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 for-7.1 0/4] use dc->vmsd with spapr devices vmstate
2022-03-23 21:47 UTC (6+ messages)
` [PATCH for-7.1 2/4] hw/ppc: use qdev to register physical DRC vmstates
Question about vmstate_register(), dc->vmsd and instance_id
2022-03-23 21:39 UTC (4+ messages)
[PULL for-7.1 00/36] Logging cleanup and per-thread logfiles
2022-03-23 20:46 UTC (17+ messages)
` [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 8/8] migration: Test for RAM and vmstate parts
2022-03-23 14:38 UTC (6+ messages)
` [PATCH v1 3/8] migration: Add vmstate part of migration stream
` [PATCH v1 7/8] migration: analyze-migration script changed
[PULL for 7.0 0/8] i386, docs, gitlab fixes
2022-03-23 19:04 UTC (3+ messages)
[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 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 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 (2+ messages)
[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 (6+ messages)
` [PATCH v5 07/11] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v5 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).