qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-12 14:07:17 to 2023-09-13 07:00:51 UTC [more...]

[RFC PATCH 00/19] QEMU gmem implemention
 2023-09-13  7:00 UTC  (6+ messages)
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT

[PATCH v3 0/4] hw/cxl: Support emulating 4 HDM decoders throughout topology
 2023-09-13  6:53 UTC  (10+ messages)
` [PATCH v3 1/4] hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .c
` [PATCH v3 2/4] hw/cxl: Add utility functions decoder interleave ways and target count
` [PATCH v3 3/4] hw/cxl: Fix and use same calculation for HDM decoder block size everywhere
` [PATCH v3 4/4] hw/cxl: Support 4 HDM decoders at all levels of topology

[PATCH] gitlab: remove unreliable avocado CI jobs
 2023-09-13  6:43 UTC  (9+ messages)

[PULL v1 0/1] Merge tpm 2023/09/12 v1
 2023-09-13  6:41 UTC  (4+ messages)
` [PULL v1 1/1] tpm: fix crash when FD >= 1024

[PATCH 0/4] hw/cxl: Minor CXL emulation fixes and cleanup
 2023-09-13  6:38 UTC  (8+ messages)
  ` [PATCH 1/4] hw/cxl: Fix CFMW config memory leak
  ` [PATCH 2/4] hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS
  ` [PATCH 4/4] docs/cxl: Change to lowercase as others

[PATCH] hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecated
 2023-09-13  6:33 UTC  (4+ messages)

[PATCH] ppc/xive: Fix uint32_t overflow
 2023-09-13  6:30 UTC  (3+ messages)

[RFC PATCH 0/3] target/ppc: Change CR registers from i32 to tl
 2023-09-13  6:19 UTC  (5+ messages)
` [RFC PATCH 1/3] "
` [RFC PATCH 2/3] target/ppc: Use FP CR1 update helper more widely
` [RFC PATCH 3/3] target/ppc: Optimise after CR register tl conversion

[BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13  6:18 UTC 

[PATCH v3 00/12] gdbstub and TCG plugin improvements
 2023-09-13  6:17 UTC  (14+ messages)
` [PATCH v3 01/12] gdbstub: Fix target_xml initialization
` [PATCH v3 02/12] gdbstub: Fix target.xml response
` [PATCH v3 03/12] plugins: Check if vCPU is realized
` [PATCH v3 04/12] contrib/plugins: Use GRWLock in execlog
` [PATCH v3 05/12] gdbstub: Introduce GDBFeature structure
` [PATCH v3 06/12] target/arm: Move the reference to arm-core.xml
` [PATCH v3 07/12] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v3 08/12] gdbstub: Use g_markup_printf_escaped()
` [PATCH v3 09/12] target/arm: Remove references to gdb_has_xml
` [PATCH v3 10/12] target/ppc: "
` [PATCH v3 11/12] gdbstub: Remove gdb_has_xml variable
` [PATCH v3 12/12] gdbstub: Replace gdb_regs with an array

[PATCH 0/4] ci: fix hang of FreeBSD CI jobs
 2023-09-13  5:54 UTC  (10+ messages)
` [PATCH 1/4] microbit: add missing qtest_quit() call
` [PATCH 2/4] qtest: kill orphaned qtest QEMU processes on FreeBSD
` [PATCH 3/4] gitlab: make Cirrus CI timeout explicit
` [PATCH 4/4] gitlab: make Cirrus CI jobs gating

[PATCH v2 00/10] Adds CPU hot-plug support to Loongarch
 2023-09-13  3:52 UTC  (3+ messages)

[PATCH v4 0/3] Fix MCE handling on AMD hosts
 2023-09-13  3:22 UTC  (5+ messages)
` [PATCH v4 1/3] i386: Fix MCE support for "
` [PATCH v4 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest
` [PATCH v4 3/3] i386: Add support for SUCCOR feature

[PATCH 0/4] net: avoid variable length arrays
 2023-09-13  3:26 UTC  (3+ messages)

qemu-riscv32 usermode still broken?
 2023-09-13  1:41 UTC  (2+ messages)

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-09-13  1:14 UTC  (10+ messages)

[PATCH v13 0/9] rutabaga_gfx + gfxstream
 2023-09-13  1:08 UTC  (5+ messages)

[PATCH 0/9] migration: Better error handling in rp thread, allow failures in recover
 2023-09-13  0:38 UTC  (10+ messages)
` [PATCH 2/9] migration: Let migrate_set_error() take ownership
` [PATCH 9/9] migration/postcopy: Allow network to fail even during recovery

[PATCH v3 0/5] block-backend: process I/O in the current AioContext
 2023-09-12 23:10 UTC  (6+ messages)
` [PATCH v3 1/5] block: remove AIOCBInfo->get_aio_context()
` [PATCH v3 2/5] test-bdrv-drain: avoid race with BH in IOThread drain test
` [PATCH v3 3/5] block-backend: process I/O in the current AioContext
` [PATCH v3 4/5] block-backend: process zoned requests "
` [PATCH v3 5/5] block-coroutine-wrapper: use qemu_get_current_aio_context()

CI container image interference between staging and staging-7.2
 2023-09-12 23:07 UTC 

[PATCH v7 00/18] plugins: Allow to read registers
 2023-09-12 22:53 UTC  (4+ messages)
` [PATCH v7 14/18] cpu: Call plugin hooks only when ready

[PATCH v2 00/11] migration: Better error handling in rp thread, allow failures in recover
 2023-09-12 22:21 UTC  (12+ messages)
` [PATCH v2 01/11] migration: Display error in query-migrate irrelevant of status
` [PATCH v2 02/11] migration: Let migrate_set_error() take ownership
` [PATCH v2 03/11] migration: Introduce migrate_has_error()
` [PATCH v2 04/11] migration: Refactor error handling in source return path
` [PATCH v2 05/11] migration: Deliver return path file error to migrate state too
` [PATCH v2 06/11] qemufile: Always return a verbose error
` [PATCH v2 07/11] migration: Remember num of ramblocks to sync during recovery
` [PATCH v2 08/11] migration: Add migration_rp_wait|kick()
` [PATCH v2 09/11] migration: Allow network to fail even during recovery
` [PATCH v2 10/11] migration: Allow RECOVER->PAUSED convertion for dest qemu
` [PATCH v2 11/11] tests/migration-test: Add a test for postcopy hangs during RECOVER

[PATCH 0/3] separated wanted and unwanted skips in QEMU iotests
 2023-09-12 22:22 UTC  (6+ messages)
` [PATCH 2/3] iotests: improve 'not run' message for nbd-multiconn test
` [PATCH 3/3] iotests: distinguish 'skipped' and 'not run' states

[PATCH 0/4] Add BHRB Facility Support
 2023-09-12 21:27 UTC  (8+ messages)
` [PATCH 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH 4/4] target/ppc: Add migration support for BHRB

[PATCH v2 0/4] block-backend: process I/O in the current AioContext
 2023-09-12 21:37 UTC  (4+ messages)
` [PATCH v2 4/4] block-coroutine-wrapper: use qemu_get_current_aio_context()

[PATCH 0/4] Add BHRB Facility Support
 2023-09-12 20:17 UTC  (6+ messages)
` [PATCH 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions

[RFC v6 0/9] Native Library Calls
 2023-09-12 21:28 UTC  (10+ messages)
` [RFC v6 1/9] build: Implement logic for sharing cross-building config files
` [RFC v6 2/9] build: Implement libnative library and the build machinery for libnative
` [RFC v6 3/9] linux-user: Implement native-bypass option support
` [RFC v6 4/9] tcg: Add tcg opcodes and helpers for native library calls
` [RFC v6 5/9] target/i386: Add support "
` [RFC v6 6/9] target/mips: "
` [RFC v6 7/9] target/arm: "
` [RFC v6 8/9] tests/tcg/multiarch: Add nativecall.c test
` [RFC v6 9/9] docs/user: Add doc for native library calls

[PATCH v2 0/3] hw/cxl: Add dummy ACPI QTG DSM
 2023-09-12 21:12 UTC  (7+ messages)
` [PATCH v2 1/3] tests/acpi: Allow update of DSDT.cxl
` [PATCH v2 2/3] hw/cxl: Add QTG _DSM support for ACPI0017 device
` [PATCH v2 3/3] tests/acpi: Update DSDT.cxl with QTG DSM

[PATCH v2] tpm: fix crash when FD >= 1024
 2023-09-12 20:19 UTC  (4+ messages)

[PATCH 00/11] Reduce usage of CPUArchState in cputlb.c
 2023-09-12 19:34 UTC  (15+ messages)
` [PATCH 01/11] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH 02/11] include: Introduce tlb_ptr field to CPUState
` [PATCH 03/11] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH 04/11] accel/tcg: Modify probe_access_internal() "
` [PATCH 05/11] accel/tcg: Modifies memory access functions "
` [PATCH 06/11] accel/tcg: Modify atomic_mmu_lookup() "
` [PATCH 07/11] accel/tcg: Use CPUState in atomicity helpers
` [PATCH 08/11] include/exec: Remove env_tlb()
` [PATCH 09/11] tcg: Update env_tlb() comments
` [PATCH 10/11] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PATCH 11/11] accel/tcg: move ld/st helpers to ldst_common.c.inc

[PATCH 1/2] blockdev: qmp_transaction: harden transaction properties for bitmaps
 2023-09-12 19:29 UTC  (2+ messages)

[PATCH 0/1] Qemu crashes on VM migration after an handled memory error
 2023-09-12 18:44 UTC  (8+ messages)
` [PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase

[PATCH v2 00/12] target/arm: Implement FEAT_MOPS
 2023-09-12 18:33 UTC  (10+ messages)
` [PATCH v2 02/12] target/arm: Implement FEAT_MOPS enable bits
` [PATCH v2 04/12] target/arm: Define syndrome function for MOPS exceptions
` [PATCH v2 07/12] target/arm: Implement the SET* instructions
` [PATCH v2 08/12] target/arm: Define new TB flag for ATA0
` [PATCH v2 09/12] target/arm: Implement the SETG* instructions
` [PATCH v2 11/12] target/arm: Implement the CPY* instructions
` [PATCH v2 12/12] target/arm: Enable FEAT_MOPS for CPU 'max'

cherry-picking something to -stable which might require other changes
 2023-09-12 18:11 UTC  (6+ messages)

[PATCH v2] virtio: add VIRTQUEUE_ERROR QAPI event
 2023-09-12 17:57 UTC 

[PATCH v2 0/7] remaining tree-wide spelling fixes
 2023-09-12 17:38 UTC  (4+ messages)
` [PATCH 5/7] hw/pci: "

[PATCH v2] hw/i386/pc: fix code comment on cumulative flash size
 2023-09-12 17:30 UTC  (3+ messages)

[PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
 2023-09-12 17:25 UTC  (6+ messages)
` [RFC PATCH v4 2/3] "

[RFC 0/3] qmp: make qmp_device_add() a coroutine
 2023-09-12 17:08 UTC  (11+ messages)
` [RFC 2/3] rcu: add drain_call_rcu_co() API
` [RFC 3/3] qmp: make qmp_device_add() a coroutine

[risu PATCH v2 0/4] Add support for s390x to RISU
 2023-09-12 17:02 UTC  (5+ messages)
` [risu PATCH v2 1/4] s390x: Add basic s390x support to the C code
` [risu PATCH v2 4/4] s390x: Update the configure script for s390x support

[PATCH v2 00/21] Graph locking part 4 (node management)
 2023-09-12 16:49 UTC  (8+ messages)
` [PATCH v2 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH v2 17/21] block: Take graph rdlock in bdrv_drop_intermediate()
` [PATCH v2 18/21] block: Take graph rdlock in bdrv_change_aio_context()

[PATCH] tests/avocado: Fix console data loss
 2023-09-12 16:42 UTC  (3+ messages)

[PATCH] gitlab-ci/cirrus: Increase timeout to 100 minutes
 2023-09-12 16:36 UTC  (6+ messages)

[PATCH 0/4] tcg/aarch64: Enable BTI within the JIT
 2023-09-12 16:23 UTC  (3+ messages)
` [PATCH 3/4] tcg/aarch64: Emit BTI insns at jump landing pads

[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
 2023-09-12 16:20 UTC  (5+ messages)
` [PATCH RESEND v5 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr

[PATCH] hw/i386/pc: fix code comment on cumulative flash size
 2023-09-12 15:48 UTC 

[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
 2023-09-12 15:40 UTC  (4+ messages)
` [PATCH v2 06/12] qtest: bump pxe-test timeout to 3 minutes

[PATCH] mem/x86: add processor address space check for VM memory
 2023-09-12 15:34 UTC  (8+ messages)

[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
 2023-09-12 15:05 UTC  (2+ messages)

[PULL 0/2] hw/nvme: updates
 2023-09-12 14:26 UTC  (3+ messages)
` [PULL 1/2] hw/nvme: Use #define to avoid variable length array
` [PULL 2/2] hw/nvme: Avoid dynamic stack allocation

[PATCH 0/2] nvme: avoid dynamic stack allocations
 2023-09-12 14:19 UTC  (4+ messages)

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-09-12 14:19 UTC  (2+ messages)

[PATCH] tests/qtest/netdev-socket: Raise connection timeout to 120 seconds
 2023-09-12 14:16 UTC  (4+ messages)

Usage of vfio-pci without KVM
 2023-09-12 13:22 UTC  (3+ messages)

[PATCH] target/m68k: Add URL to semihosting spec
 2023-09-12 14:14 UTC  (3+ messages)

[PATCH for-8.1] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
 2023-09-12 14:08 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).