qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-15 15:21:36 to 2021-06-16 01:28:15 UTC [more...]

[RFC PATCH v2 0/7] pSeries base FORM2 NUMA affinity support
 2021-06-16  1:19 UTC 

[PATCH 00/21] linux-user: Move signal trampolines to new page
 2021-06-16  1:12 UTC  (17+ messages)
` [PATCH 01/21] linux-user: Add infrastructure for a signal trampoline page
` [PATCH 02/21] linux-user/aarch64: Implement setup_sigtramp
` [PATCH 03/21] linux-user/arm: Force v2 frames for fdpic
` [PATCH 04/21] linux-user/arm: Implement setup_sigtramp
` [PATCH 05/21] linux-user/alpha: "
` [PATCH 06/21] linux-user/cris: "
` [PATCH 07/21] linux-user/hexagon: "
` [PATCH 08/21] linux-user/hppa: Document non-use of setup_sigtramp
` [PATCH 09/21] linux-user/i386: Implement setup_sigtramp
` [PATCH 10/21] linux-user/m68k: "
` [PATCH 11/21] linux-user/microblaze: "
` [PATCH 12/21] linux-user/mips: "
` [PATCH 13/21] linux-user/nios2: Document non-use of setup_sigtramp
` [PATCH 14/21] linux-user/openrisc: Implement setup_sigtramp
` [PATCH 16/21] linux-user/riscv: "
` [PATCH 19/21] linux-user/sparc: "

[PATCH v4 0/6] support dirtyrate at the granualrity of vcpu
 2021-06-16  1:12 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: introduce dirty_pages and kvm_dirty_ring_enabled
` [PATCH v4 2/6] memory: make global_dirty_log a bitmask
` [PATCH v4 3/6] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PATCH v4 4/6] migration/dirtyrate: adjust order of registering thread
` [PATCH v4 5/6] migration/dirtyrate: move init step of calculation to main thread
` [PATCH v4 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v7 0/4] Add support for ipv6 host forwarding
 2021-06-15 23:42 UTC  (4+ messages)

[PATCH v2 0/8] virtio-gpu: Add a default synchronization mechanism for blobs
 2021-06-15 23:34 UTC  (7+ messages)
` [PATCH v2 2/8] ui/egl: Add egl helpers to help with synchronization
` [PATCH v2 8/8] virtio-gpu: Add gl_flushed callback

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-15 23:16 UTC  (10+ messages)
` [RFC PATCH 4/5] qmp: Added qemu-ebpf-rss-path command

[PATCH] tests/vm/freebsd: Increase code coverage
 2021-06-15 20:51 UTC  (8+ messages)

[PATCH v2 0/3] STM32VLDISCOVERY Machine Model
 2021-06-15 21:53 UTC  (7+ messages)
` [PATCH v2 1/3] stm32f100: Add the stm32f100 SoC
` [PATCH v2 2/3] stm32vldiscovery: Add the STM32VLDISCOVERY Machine
` [PATCH v2 3/3] docs/system: arm: Add stm32 boards description

[PATCH v2 1/2] target/ppc: fix address translation bug for radix mmus
 2021-06-15 21:37 UTC  (9+ messages)
` [RFC PATCH v2 2/2] target/ppc: make gdb able to translate priviledged addresses

[PULL 00/34] NBD patches for 2021-06-15
 2021-06-15 20:47 UTC  (35+ messages)
` [PULL 01/34] async: the main AioContext is only "current" if under the BQL
` [PULL 02/34] tests: cover aio_co_enter from a worker thread without BQL taken
` [PULL 03/34] co-queue: drop extra coroutine_fn marks
` [PULL 04/34] block/nbd: fix channel object leak
` [PULL 05/34] block/nbd: fix how state is cleared on nbd_open() failure paths
` [PULL 06/34] block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
` [PULL 07/34] qemu-sockets: introduce socket_address_parse_named_fd()
` [PULL 08/34] block/nbd: call socket_address_parse_named_fd() in advance
` [PULL 09/34] block/nbd: ensure ->connection_thread is always valid
` [PULL 10/34] block/nbd: nbd_client_handshake(): fix leak of s->ioc
` [PULL 11/34] block/nbd: BDRVNBDState: drop unused connect_err and connect_status
` [PULL 12/34] block/nbd: simplify waking of nbd_co_establish_connection()
` [PULL 13/34] block/nbd: drop thr->state
` [PULL 14/34] block/nbd: bs-independent interface for nbd_co_establish_connection()
` [PULL 15/34] block/nbd: make nbd_co_establish_connection_cancel() bs-independent
` [PULL 16/34] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PULL 17/34] block/nbd: introduce nbd_client_connection_new()
` [PULL 18/34] block/nbd: introduce nbd_client_connection_release()
` [PULL 19/34] nbd: move connection code from block/nbd to nbd/client-connection
` [PULL 20/34] nbd/client-connection: use QEMU_LOCK_GUARD
` [PULL 21/34] nbd/client-connection: add possibility of negotiation
` [PULL 22/34] nbd/client-connection: implement connection retry
` [PULL 23/34] nbd/client-connection: shutdown connection on release
` [PULL 24/34] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
` [PULL 25/34] block/nbd: use negotiation of NBDClientConnection
` [PULL 26/34] block/nbd: don't touch s->sioc in nbd_teardown_connection()
` [PULL 27/34] block/nbd: drop BDRVNBDState::sioc
` [PULL 28/34] nbd/client-connection: return only one io channel
` [PULL 29/34] block-coroutine-wrapper: allow non bdrv_ prefix
` [PULL 30/34] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
` [PULL 31/34] nbd/client-connection: add option for non-blocking connection attempt
` [PULL 32/34] block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
` [PULL 33/34] block/nbd: add nbd_client_connected() helper
` [PULL 34/34] block/nbd: safer transition to receiving request

[PULL 0/9] migration queue
 2021-06-15 21:17 UTC  (4+ messages)
` [PULL 1/9] yank: Unregister function when using TLS migration

[PATCH v6 cxl2.0-v6-doe 0/6] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2021-06-15 21:10 UTC  (10+ messages)
` [PATCH v6 cxl2.0-v6-doe 1/6] standard-headers/linux/pci_regs: PCI header from Linux kernel
` [PATCH v6 cxl2.0-v6-doe 2/6] include/hw/pci: headers for PCIe DOE
` [PATCH v6 cxl2.0-v6-doe 3/6] hw/pci: PCIe Data Object Exchange implementation
` [PATCH v6 cxl2.0-v6-doe 4/6] cxl/compliance: CXL Compliance "

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-15 21:09 UTC  (2+ messages)

[RFC PATCH 0/8] pSeries base FORM2 NUMA affinity support
 2021-06-15 20:26 UTC  (7+ messages)
` [RFC PATCH 3/8] spapr_numa.c: wait for CAS before writing rtas DT
` [RFC PATCH 6/8] nvdimm: add PPC64 'device-node' property

[RFC] GitLab issue tracker labeling process: arch/target, os, and accel labels
 2021-06-15 20:09 UTC  (4+ messages)

[PATCH] docs: describe the security considerations with virtiofsd xattr mapping
 2021-06-15 19:57 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-15 19:53 UTC  (3+ messages)

[PATCH 0/2] Updates docs/system/arm to include new bmc machines
 2021-06-15 19:28 UTC  (3+ messages)
` [PATCH 1/2] docs/system/arm: Add quanta-q7l1-bmc reference
` [PATCH 2/2] docs/system/arm: Add quanta-gbs-bmc reference

[PATCH V3 00/22] Live Update
 2021-06-15 19:14 UTC  (19+ messages)
              ` [PATCH V3 00/22] Live Update [reboot]
              ` [PATCH V3 00/22] Live Update [restart]
                          ` [PATCH V3 00/22] Live Update [restart] : exec

[PATCH v2 0/3] target/ppc: mmu cleanup
 2021-06-15 18:44 UTC  (7+ messages)
` [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop
` [PATCH v2 2/3] target/ppc: divided mmu_helper.c in 2 files

[Bug 1888606] [NEW] Heap-use-after-free in virtio_gpu_ctrl_response
 2021-06-15 18:24 UTC  (2+ messages)
` [Bug 1888606] "

[Bug 1879227] [NEW] Assertion failure in e1000e_write_lgcy_rx_descr
 2021-06-15 18:16 UTC  (2+ messages)
` [Bug 1879227] "

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2021-06-15 18:17 UTC  (2+ messages)
` [Bug 1880355] "

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2021-06-15 18:19 UTC  (2+ messages)
` [Bug 1886362] "

[Bug 1879223] [NEW] Assertion failure in e1000e_write_rx_descr
 2021-06-15 18:13 UTC  (2+ messages)
` [Bug 1879223] "

[PATCH 0/5] linux-user/s390x: Fix psw.mask handling in signals
 2021-06-15 18:03 UTC  (2+ messages)

[PATCH v2 0/2] tests: migration-test: Fix agressive test skip, add dirty ring test
 2021-06-15 17:55 UTC  (3+ messages)
` [PATCH v2 1/2] tests: migration-test: Still run the rest even if uffd missing
` [PATCH v2 2/2] tests: migration-test: Add dirty ring test

[PATCH v2 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
 2021-06-15 17:51 UTC  (3+ messages)

[PULL 0/3] Vga 20210615 patches
 2021-06-15 17:40 UTC  (4+ messages)
` [PULL 1/3] vga: Allow writing VBE_DISPI_ID5 to ID register
` [PULL 2/3] vhost-user-gpu: reorder free calls
` [PULL 3/3] virtio-gpu: move scanout_id sanity check

[PATCH 00/11] target/i386/sev: Housekeeping helping using SEV-disabled binaries
 2021-06-15 17:46 UTC  (3+ messages)
` [PATCH 01/11] MAINTAINERS: Add Connor Kuehl as reviewer for AMD SEV

[PATCH v3 0/7] block: file-posix queue
 2021-06-15 17:41 UTC  (18+ messages)
` [PATCH v3 1/7] file-posix: fix max_iov for /dev/sg devices
` [PATCH v3 2/7] scsi-generic: pass max_segments via max_iov field in BlockLimits
` [PATCH v3 3/7] block: add max_hw_transfer to BlockLimits
` [PATCH v3 4/7] file-posix: try BLKSECTGET on block devices too, do not round to power of 2
` [PATCH v3 5/7] block: feature detection for host block support
` [PATCH v3 6/7] block: check for sys/disk.h
` [PATCH v3 7/7] block: detect DKIOCGETBLOCKCOUNT/SIZE before use

[PATCH v3 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-15 17:39 UTC  (10+ messages)
` [PATCH v3 1/7] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v3 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v3 3/7] chardev/socket: "
` [PATCH v3 4/7] migration/tls: "
` [PATCH v3 5/7] crypto/tlssession: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v3 6/7] ui/vnc: Use qcrypto_tls_session_check_role()
` [PATCH v3 7/7] crypto: Make QCryptoTLSCreds* structures private

[PATCH] target/mips: fix emulation of nanoMIPS BPOSGE32 instruction
 2021-06-15 17:33 UTC  (2+ messages)

[PATCH v2 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-15 17:21 UTC  (12+ messages)
` [PATCH v2 1/7] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v2 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v2 3/7] chardev/socket: "
` [PATCH v2 4/7] migration/tls: "
` [PATCH v2 5/7] crypto/tlssession: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v2 6/7] ui/vnc: Use qcrypto_tls_session_check_role()
` [PATCH v2 7/7] crypto: Make QCryptoTLSCreds* structures private

[PATCH v3 0/2] semihosting/next (SYS_HEAPINFO)
 2021-06-15 16:58 UTC  (3+ messages)
` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v3 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-15 16:52 UTC  (3+ messages)

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-15 16:47 UTC  (4+ messages)

[PATCH] docs/system/arm: Document which architecture extensions we emulate
 2021-06-15 16:29 UTC  (2+ messages)

[PATCH 00/22] Convert more checks to Meson
 2021-06-15 15:50 UTC  (5+ messages)
` [PATCH 15/26] meson: sort header tests

[PATCH 0/4] modules: add support for target-specific modules
 2021-06-15 15:48 UTC  (4+ messages)

[PULL 00/28] target-arm queue
 2021-06-15 15:44 UTC  (29+ messages)
` [PULL 01/28] hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writes
` [PULL 02/28] target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16
` [PULL 03/28] target/arm: Remove fprintf from disas_simd_mod_imm
` [PULL 04/28] target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16
` [PULL 05/28] hw: virt: consider hw_compat_6_0
` [PULL 06/28] hw/arm: add quanta-gbs-bmc machine
` [PULL 07/28] hw/arm: quanta-gbs-bmc add i2c comments
` [PULL 08/28] hw/intc/armv7m_nvic: Remove stale comment
` [PULL 09/28] hw/acpi: Provide stub version of acpi_ghes_record_errors()
` [PULL 10/28] hw/acpi: Provide function acpi_ghes_present()
` [PULL 11/28] target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors
` [PULL 12/28] target/arm: Fix mte page crossing test
` [PULL 13/28] hw/arm: gsj add i2c comments
` [PULL 14/28] hw/arm: gsj add pca9548
` [PULL 15/28] hw/arm: quanta-q71l add pca954x muxes
` [PULL 16/28] target/arm: Provide and use H8 and H1_8 macros
` [PULL 17/28] target/arm: Enable FPSCR.QC bit for MVE
` [PULL 18/28] target/arm: Handle VPR semantics in existing code
` [PULL 19/28] target/arm: Add handling for PSR.ECI/ICI
` [PULL 20/28] target/arm: Let vfp_access_check() handle late NOCP checks
` [PULL 21/28] target/arm: Implement MVE LCTP
` [PULL 22/28] target/arm: Implement MVE WLSTP insn
` [PULL 23/28] target/arm: Implement MVE DLSTP
` [PULL 24/28] target/arm: Implement MVE LETP insn
` [PULL 25/28] target/arm: Add framework for MVE decode
` [PULL 26/28] target/arm: Move expand_pred_b() data to vec_helper.c
` [PULL 27/28] bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
` [PULL 28/28] include/qemu/int128.h: Add function to create Int128 from int64_t

[PULL v1 0/5] Merge tpm 2021/06/15 v1
 2021-06-15 15:21 UTC  (6+ messages)
` [PULL v1 1/5] i386: Eliminate all TPM related code if CONFIG_TPM is not set
` [PULL v1 2/5] arm: "
` [PULL v1 3/5] acpi: "
` [PULL v1 4/5] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined
` [PULL v1 5/5] tpm: Return QMP error when TPM is disabled in build

[RFC PATCH] Add a post for the new TCG cache modelling plugin
 2021-06-15 15:23 UTC  (2+ messages)

[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
 2021-06-08 12:52 UTC  (5+ messages)
` [PATCH v8 3/9] i386: hardcode supported eVMCS version to '1'
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test


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