qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 11:58:09 to 2022-03-10 20:16:10 UTC [more...]

[PATCH experiment 00/35] stackless coroutine backend
 2022-03-10 20:14 UTC  (39+ 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] block-qdict: Fix -Werror=maybe-uninitialized build failure
 2022-03-10 20:05 UTC 

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

[RFC PATCH 1/2] spapr: Report correct GTSE support via ov5
 2022-03-10 19:51 UTC  (2+ messages)

[PATCH] linux-user: Fix missing space in error message
 2022-03-10 19:21 UTC 

[PATCH v5 0/5] user creatable pnv-phb4 devices
 2022-03-10 18:49 UTC  (2+ messages)

[PATCH v4] target/riscv: Add isa extenstion strings to the device tree
 2022-03-10 18:41 UTC  (3+ messages)

[PATCH v5 00/48] target/nios2: Shadow register set, EIC and VIC
 2022-03-10 18:45 UTC  (41+ messages)
` [PATCH v5 04/48] target/nios2: Split PC out of env->regs[]
` [PATCH v5 06/48] target/nios2: Fix BRET instruction
` [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 14/48] target/nios2: Use hw/registerfields.h for CR_EXCEPTION 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 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 32/48] target/nios2: Introduce dest_gpr
` [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 46/48] hw/nios2: Introduce Nios2MachineState
` [PATCH v5 48/48] hw/nios2: Machine with a Vectored Interrupt Controller

[PATCH 0/9] --disable-tcg avocado fixes for ppc-softmmu
 2022-03-10 18:30 UTC  (10+ messages)
` [PATCH 1/9] avocado/boot_linux_console.py: check TCG accel in test_ppc_g3beige()
` [PATCH 2/9] avocado/boot_linux_console.py: check TCG accel in test_ppc_mac99()
` [PATCH 3/9] avocado/ppc_405.py: remove test_ppc_taihu()
` [PATCH 4/9] avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep()
` [PATCH 5/9] avocado/ppc_74xx.py: check TCG accel for all tests
` [PATCH 6/9] avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo()
` [PATCH 7/9] avocado/ppc_mpc8544ds.py: check TCG accel in test_ppc_mpc8544ds()
` [PATCH 8/9] avocado/ppc_prep_40p.py: check TCG accel in all tests
` [PATCH 9/9] avocado/ppc_virtex_ml507.py: check TCG accel in test_ppc_virtex_ml507()

[PATCH v3] target/arm: Fix sve2 ldnt1 and stnt1
 2022-03-10 18:08 UTC  (3+ messages)

[PATCH v4 00/18] ppc/pnv: Extend the powernv10 machin
 2022-03-10 17:55 UTC  (3+ messages)
` [PATCH v4 01/18] ppc/xive2: Introduce a XIVE2 core framework

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2022-03-10 17:53 UTC  (6+ messages)

[PATCH] tests/avocado: Cancel BootLinux tests in case there is no free port
 2022-03-10 15:28 UTC  (2+ messages)

[PATCH v3 0/4] Fix PVR matching, add AIL cap compatibility
 2022-03-10 17:46 UTC  (3+ messages)
` [PATCH v3 1/4] target/ppc: Fix masked PVR matching

[PATCH] target/ppc: fix xxspltw for big endian hosts
 2022-03-10 17:20 UTC 

[PATCH] tulip: Assign default MAC address if not specified
 2022-03-10 17:32 UTC  (2+ messages)
` [PATCH-for-7.0] "

[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-10 17:18 UTC  (19+ messages)
` [PATCH v2 01/18] tests: fix encoding of IP addresses in x509 certs
` [PATCH v2 02/18] tests: improve error message when saving TLS PSK file fails
` [PATCH v2 03/18] tests: support QTEST_TRACE env variable
` [PATCH v2 04/18] tests: print newline after QMP response in qtest logs
` [PATCH v2 05/18] tests: add more helper macros for creating TLS x509 certs
` [PATCH v2 06/18 for-7.0] migration: fix use of TLS PSK credentials with a UNIX socket
` [PATCH v2 07/18] tests: switch MigrateStart struct to be stack allocated
` [PATCH v2 08/18] tests: merge code for UNIX and TCP migration pre-copy tests
` [PATCH v2 09/18] tests: introduce ability to provide hooks for migration precopy test
` [PATCH v2 10/18] tests: switch migration FD passing test to use common precopy helper
` [PATCH v2 11/18] tests: expand the migration precopy helper to support failures
` [PATCH v2 12/18] tests: add migration tests of TLS with PSK credentials
` [PATCH v2 13/18] tests: add migration tests of TLS with x509 credentials
` [PATCH v2 14/18] tests: convert XBZRLE migration test to use common helper
` [PATCH v2 15/18] tests: convert multifd migration tests "
` [PATCH v2 16/18] tests: add multifd migration tests of TLS with PSK credentials
` [PATCH v2 17/18] tests: add multifd migration tests of TLS with x509 credentials
` [PATCH v2 18/18] tests: ensure migration status isn't reported as failed

QEMU device refcounting when device creates a container MR
 2022-03-10 17:11 UTC  (11+ messages)

[PATCH v3] vga: don't abort when adding a duplicate isa-vga device
 2022-03-10 17:06 UTC  (2+ messages)

[PULL V2 00/15] Net patches
 2022-03-10 17:06 UTC  (2+ messages)

[RFC PATCH] hw/i386/e820: remove legacy reserved entries for e820
 2022-03-10 16:42 UTC  (3+ messages)

[PATCH v3 0/3] linux-user/ppc: Deliver SIGTRAP on tw[i]/td[i]
 2022-03-10 16:26 UTC  (4+ messages)
` [RFC PATCH v3 3/3] target/ppc: Fix gen_priv_exception error value in mfspr/mtspr

any opinion on the patch "[RFC PATCH] hw/i386/e820: remove legacy reserved entries for e820"? EOM
 2022-03-10 16:26 UTC  (3+ messages)

[PATCH 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-10 16:18 UTC  (16+ messages)
` [PATCH 04/18] tests: print newline after QMP response in qtest logs
` [PATCH 11/18] tests: expand the migration precopy helper to support failures

[PATCH 0/3] Fix user-created PHB devices on POWER10
 2022-03-10 16:17 UTC  (7+ 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 v3 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-03-10 16:12 UTC  (4+ messages)

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

[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

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

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

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 "

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


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