qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 09:54:34 to 2022-03-10 15:59:05 UTC [more...]

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-10 15:54 UTC  (4+ messages)

[PATCH 0/3] Fix user-created PHB devices on POWER10
 2022-03-10 15:51 UTC  (4+ messages)
` [PATCH 1/3] ppc/pnv: Introduce a pnv-phb5 device to match root port
` [PATCH 2/3] ppc/pnv: Fixes for user-created pnv-phb5 devices
` [PATCH 3/3] ppc/pnv: Fix PEC lookup function for POWER10

[PATCH V7 00/29] Live Update
 2022-03-10 15:36 UTC  (11+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)

[PATCH v5 0/8] Migration: Transmit and detect zero pages in the multifd threads
 2022-03-10 15:34 UTC  (9+ messages)
` [PATCH v5 1/8] migration: Export ram_transferred_ram()
` [PATCH v5 2/8] multifd: Count the number of sent bytes correctly
` [PATCH v5 3/8] migration: Make ram_save_target_page() a pointer
` [PATCH v5 4/8] multifd: Add property to enable/disable zero_page
` [PATCH v5 5/8] migration: Export ram_release_page()
` [PATCH v5 6/8] multifd: Support for zero pages transmission
` [PATCH v5 7/8] multifd: Zero "
` [PATCH v5 8/8] migration: Use multifd before we check for the zero page

QEMU device refcounting when device creates a container MR
 2022-03-10 15:36 UTC  (8+ messages)

[PULL 00/12] Hexagon (target/hexagon) queue
 2022-03-10 15:42 UTC  (3+ messages)

[PULL 00/22] q800-updates-for-7.0 queue 20220309
 2022-03-10 15:34 UTC  (2+ messages)

starting to look at qemu savevm performance, a first regression detected
 2022-03-10 15:25 UTC  (12+ messages)
      ` bad qemu savevm to /dev/null performance (600 MiB/s max) (Was: Re: starting to look at qemu savevm performance, a first regression detected)
              ` bad virsh save /dev/null performance (600 MiB/s max)

[PATCH-for-7.0 v2] softmmu: List CPU types again
 2022-03-10 15:16 UTC  (2+ messages)

[PATCH v3 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-03-10 15:09 UTC  (3+ messages)

[RFC PATCH 0/2] Add dirty page rate limit qtest
 2022-03-10 14:50 UTC  (4+ messages)
` [RFC PATCH 2/2] tests: Add dirty page rate limit test

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 14:09 UTC  (14+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH-for-7.0] softmmu: List CPU types again
 2022-03-10 13:56 UTC  (4+ messages)

[PATCH experiment 00/35] stackless coroutine backend
 2022-03-10 14:10 UTC  (37+ messages)
` [PATCH 01/35] coroutine: add missing coroutine_fn annotations for CoRwlock functions
` [PATCH 02/35] coroutine: qemu_coroutine_get_aio_context is not a coroutine_fn
` [PATCH 03/35] coroutine: introduce QemuCoLockable
` [PATCH 04/35] coroutine: introduce coroutine_only_fn
` [PATCH 05/35] coroutine: small code cleanup in qemu_co_rwlock_wrlock
` [PATCH 06/35] disable some code
` [PATCH 07/35] coroutine: introduce the "stackless coroutine" backend
` [PATCH 08/35] /basic/lifecycle
` [PATCH 09/35] convert qemu-coroutine-sleep.c to stackless coroutines
` [PATCH 10/35] enable tail call optimization of qemu_co_mutex_lock
` [PATCH 11/35] convert CoMutex to stackless coroutines
` [PATCH 12/35] define magic macros for "
` [PATCH 13/35] /basic/yield
` [PATCH 14/35] /basic/nesting
` [PATCH 15/35] /basic/self
` [PATCH 16/35] /basic/entered
` [PATCH 17/35] /basic/in_coroutine
` [PATCH 18/35] /basic/order
` [PATCH 19/35] /perf/lifecycle
` [PATCH 20/35] /perf/nesting
` [PATCH 21/35] /perf/yield
` [PATCH 22/35] /perf/function-call
` [PATCH 23/35] /perf/cost
` [PATCH 24/35] /basic/no-dangling-access
` [PATCH 25/35] /locking/co-mutex
` [PATCH 26/35] convert qemu_co_mutex_lock_slowpath to magic macros
` [PATCH 27/35] /locking/co-mutex/lockable
` [PATCH 28/35] qemu_co_rwlock_maybe_wake_one
` [PATCH 29/35] qemu_co_rwlock_rdlock
` [PATCH 30/35] qemu_co_rwlock_unlock
` [PATCH 31/35] qemu_co_rwlock_downgrade
` [PATCH 32/35] qemu_co_rwlock_wrlock
` [PATCH 33/35] qemu_co_rwlock_upgrade
` [PATCH 34/35] /locking/co-rwlock/upgrade
` [PATCH 35/35] /locking/co-rwlock/downgrade

[PATCH 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-10 13:35 UTC  (16+ messages)
` [PATCH 04/18] tests: print newline after QMP response in qtest logs
` [PATCH 08/18] tests: merge code for UNIX and TCP migration pre-copy tests

qemu-softmmu -cpu help broken
 2022-03-10 13:31 UTC  (3+ messages)

[PULL 00/23] QEMU changes for 7.0 soft freeze
 2022-03-10 13:26 UTC  (7+ messages)

[PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
 2022-03-10 13:48 UTC  (5+ messages)
` [PATCH RESEND v1 1/2] hw/i386: Make pit a "
` [PATCH RESEND v1 2/2] hw/i386: Make pic "

[PATCH v5 00/48] target/nios2: Shadow register set, EIC and VIC
 2022-03-10 12:26 UTC  (54+ messages)
` [PATCH v5 01/48] target/nios2: Check supervisor on eret
` [PATCH v5 02/48] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH v5 03/48] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH v5 04/48] target/nios2: Split PC out of env->regs[]
` [PATCH v5 05/48] target/nios2: Split out helper for eret instruction
` [PATCH v5 06/48] target/nios2: Fix BRET instruction
` [PATCH v5 07/48] target/nios2: Do not create TCGv for control registers
` [PATCH v5 08/48] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH v5 09/48] target/nios2: Remove cpu_interrupts_enabled
` [PATCH v5 10/48] target/nios2: Split control registers away from general registers
` [PATCH v5 11/48] target/nios2: Do not zero the general registers on reset
` [PATCH v5 12/48] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH v5 13/48] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH v5 14/48] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v5 15/48] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH v5 16/48] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH v5 17/48] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH v5 18/48] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH v5 19/48] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH v5 20/48] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH v5 21/48] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v5 22/48] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH v5 23/48] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH v5 24/48] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH v5 25/48] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH v5 26/48] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v5 27/48] target/nios2: Implement cpuid
` [PATCH v5 28/48] target/nios2: Implement CR_STATUS.RSIE
` [PATCH v5 29/48] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH v5 30/48] target/nios2: Support division error exception
` [PATCH v5 31/48] target/nios2: Use tcg_constant_tl
` [PATCH v5 32/48] target/nios2: Introduce dest_gpr
` [PATCH v5 33/48] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH v5 34/48] target/nios2: Enable unaligned traps for system mode
` [PATCH v5 35/48] target/nios2: Create gen_jumpr
` [PATCH v5 36/48] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH v5 37/48] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH v5 38/48] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v5 39/48] target/nios2: Implement Misaligned destination exception
` [PATCH v5 40/48] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH v5 41/48] target/nios2: Introduce shadow register sets
` [PATCH v5 42/48] target/nios2: Implement rdprs, wrprs
` [PATCH v5 43/48] target/nios2: Update helper_eret for shadow registers
` [PATCH v5 44/48] target/nios2: Implement EIC interrupt processing
` [PATCH v5 45/48] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v5 46/48] hw/nios2: Introduce Nios2MachineState
` [PATCH v5 47/48] hw/nios2: Move memory regions into Nios2Machine
` [PATCH v5 48/48] hw/nios2: Machine with a Vectored Interrupt Controller

[RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation
 2022-03-10 12:28 UTC  (8+ messages)

[PATCH 00/11] edk2: update to stable202202
 2022-03-10 11:40 UTC  (6+ messages)
` MAINTAINERS: macOS host support (was: MAINTAINERS: take edk2)

[PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
 2022-03-10 12:22 UTC 

[PULL v2 00/22] QEMU changes for 7.0 soft freeze
 2022-03-10 12:09 UTC  (2+ messages)

[PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08
 2022-03-10 11:26 UTC  (3+ messages)

[PATCH 0/5] s390x: dump: Add PV dump support
 2022-03-10 11:25 UTC  (6+ messages)
` [PATCH 1/5] linux header sync
` [PATCH 2/5] s390x: Add protected dump cap
` [PATCH 3/5] s390x: Introduce PV query interface
` [PATCH 4/5] s390x: Add KVM PV dump interface
` [PATCH 5/5] s390x: pv: Add dump support

[PATCH 0/5] dump: Add custom arch section support
 2022-03-10 11:16 UTC  (6+ messages)
` [PATCH 1/5] dump: Allocate header
` [PATCH 2/5] dump: Split write of section headers and data and add a prepare step
` [PATCH 3/5] dump: Reorder struct DumpState
` [PATCH 4/5] dump/dump: Add section string table support
` [PATCH 5/5] dump/dump: Add arch section support

propagating vmgenid outward and upward
 2022-03-10 11:18 UTC  (4+ messages)

[PATCH] aspeed: sbc: Correct default reset values
 2022-03-10 11:21 UTC  (2+ messages)
` [PATCH-for-7.0] "

[PATCH v2 0/9] dump: Cleanup and consolidation
 2022-03-10 11:08 UTC  (10+ messages)
` [PATCH v2 1/9] dump: Use ERRP_GUARD()
` [PATCH v2 2/9] dump: Remove the sh_info variable
` [PATCH v2 3/9] dump: Introduce shdr_num to decrease complexity
` [PATCH v2 4/9] dump: Remove the section if when calculating the memory offset
` [PATCH v2 5/9] dump: Add more offset variables
` [PATCH v2 6/9] dump: Introduce dump_is_64bit() helper function
` [PATCH v2 7/9] dump: Consolidate phdr note writes
` [PATCH v2 8/9] dump: Cleanup dump_begin write functions
` [PATCH v2 9/9] dump: Consolidate elf note function

[PATCH v2 0/4] util/thread-pool: Expose minimun and maximum size
 2022-03-10 10:45 UTC  (10+ messages)
` [PATCH v2 1/4] util/thread-pool: Fix thread pool freeing locking
` [PATCH v2 2/4] Introduce event-loop-base abstract class
` [PATCH v2 3/4] util/main-loop: Introduce the main loop into QOM
` [PATCH v2 4/4] util/event-loop-base: Introduce options to set the thread pool size

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-03-10 10:25 UTC  (7+ messages)
` [PATCH v5 18/20] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v5 19/20] job.c: enable job lock/unlock and remove Aiocontext locks

[RFC v4 00/21] vfio-user client
 2022-03-10 10:20 UTC  (4+ messages)
` [RFC v4 01/21] vfio-user: introduce vfio-user protocol specification

[PATCH 0/2] Enable notify VM exit
 2022-03-10 10:03 UTC  (5+ messages)
` [PATCH 2/2] i386: Add notify VM exit support


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