qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-22 18:49:15 to 2021-11-24 06:15:27 UTC [more...]

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-24  6:12 UTC  (15+ messages)
` [PATCH v5 03/18] qemu/int128: addition of div/rem 128-bit operations
` [PATCH v5 04/18] target/riscv: additional macros to check instruction support
` [PATCH v5 05/18] target/riscv: separation of bitwise logic and arithmetic helpers
` [PATCH v5 06/18] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v5 07/18] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v5 08/18] target/riscv: moving some insns close to similar insns

[PATCH] intel-iommu: ignore SNP bit in scalable mode
 2021-11-24  6:03 UTC 

[PATCH] virtio-balloon: correct used length
 2021-11-24  4:32 UTC 

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-24  2:46 UTC  (4+ messages)
` [PATCH v11 19/26] linux-user: Add LoongArch signal support

[PATCH 0/2] change IVSHMEM endianess to LITTLE_ENDIAN
 2021-11-23 23:22 UTC  (4+ messages)
` [PATCH 1/2] ivshmem.c: change endianness "
` [PATCH 2/2] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch

Delay rc2 until 24 Nov
 2021-11-23 22:23 UTC 

[PATCH for 6.2 v1 0/7] more tcg, plugin, test and build fixes
 2021-11-23 20:57 UTC  (8+ messages)
` [PATCH v1 1/7] softmmu: fix watchpoint-interrupt races
` [PATCH v1 2/7] accel/tcg: suppress IRQ check for special TBs
` [PATCH v1 3/7] tests/avocado: fix tcg_plugin mem access count test
` [PATCH v1 4/7] plugins/meson.build: fix linker issue with weird paths
` [PATCH v1 5/7] gdbstub: handle a potentially racing TaskState
` [PATCH v1 6/7] MAINTAINERS: Remove me as a reviewer for the build and test/avocado
` [PATCH v1 7/7] MAINTAINERS: Add section for Aarch64 GitLab custom runner

[PATCH] MAINTAINERS: Add section for Aarch64 GitLab custom runner
 2021-11-23 20:51 UTC  (2+ messages)

[PATCH for-6.2] Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"
 2021-11-23 20:26 UTC  (2+ messages)

[for-6.2] hw/intc/arm_gicv3: Update cached state after acknowledging LPI
 2021-11-23 18:27 UTC  (4+ messages)

[PULL 0/3] Block patches
 2021-11-23 17:58 UTC  (5+ messages)
` [PULL 1/3] block/vvfat.c fix leak when failure occurs
` [PULL 2/3] iotests: Use aes-128-cbc
` [PULL 3/3] iotests/149: Skip on unsupported ciphers

[PATCH 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-23 17:51 UTC  (18+ messages)
` [PATCH 01/23] multifd: Delete useless operation
` [PATCH 02/23] migration: Never call twice qemu_target_page_size()
` [PATCH 03/23] multifd: Rename used field to num
` [PATCH 04/23] multifd: Add missing documention
` [PATCH 05/23] multifd: The variable is only used inside the loop
` [PATCH 06/23] multifd: remove used parameter from send_prepare() method
` [PATCH 07/23] multifd: remove used parameter from send_recv_pages() method
` [PATCH 08/23] multifd: Fill offset and block for reception
` [PATCH 09/23] multifd: Make zstd compression method not use iovs
` [PATCH 10/23] multifd: Make zlib "
` [PATCH 11/23] multifd: Move iov from pages to params
` [PATCH 12/23] multifd: Make zlib use iov's
` [PATCH 13/23] multifd: Make zstd "
` [PATCH 14/23] multifd: Remove send_write() method
` [PATCH 15/23] multifd: Use a single writev on the send side
` [PATCH 16/23] multifd: Unfold "used" variable by its value
` [PATCH 17/23] multifd: Use normal pages array on the send side

[PATCH for-7.0 v6 00/16] linux-user: simplify safe signal handling
 2021-11-23 17:37 UTC  (17+ messages)
` [PATCH v6 01/16] linux-user: Untabify all safe-syscall.inc.S
` [PATCH v6 02/16] linux-user/host/ppc64: Use r11 for signal_pending address
` [PATCH v6 03/16] linux-user: Move syscall error detection into safe_syscall_base
` [PATCH v6 04/16] linux-user/host/mips: Add safe-syscall.inc.S
` [PATCH v6 05/16] linux-user/host/sparc64: "
` [PATCH v6 06/16] linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
` [PATCH v6 07/16] linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
` [PATCH v6 08/16] bsd-user: "
` [PATCH v6 09/16] linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
` [PATCH v6 10/16] linux-user: Create special-errno.h
` [PATCH v6 11/16] bsd-user: "
` [PATCH v6 12/16] common-user: Move safe-syscall.* from linux-user
` [PATCH v6 13/16] common-user: Adjust system call return on FreeBSD
` [PATCH v6 14/16] linux-user: Move thunk.c from top-level
` [PATCH v6 15/16] meson: Move linux_user_ss to linux-user/
` [PATCH v6 16/16] meson: Move bsd_user_ss to bsd-user/

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-23 17:17 UTC  (21+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 04/13] KVM: Add fd-based memslot data structure and utils
` [RFC v2 PATCH 09/13] KVM: Introduce kvm_memfd_invalidate_range
` [RFC v2 PATCH 13/13] KVM: Enable memfd based page invalidation/fallocate

[RFC PATCH v3 0/5] QMP support for cold-plugging devices
 2021-11-23 16:11 UTC  (3+ messages)

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2021-11-23 16:08 UTC  (6+ messages)
` [PATCH-for-6.2 1/2] hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)
` [PATCH-for-6.2 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-3507

[PATCH-for-6.2 v3 0/2] hw/block/fdc: Fix CVE-2021-20196
 2021-11-23 16:05 UTC  (9+ messages)
` [PATCH-for-6.2 v3 1/2] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
` [PATCH-for-6.2 v3 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-11-23 16:05 UTC  (12+ messages)
` [RFC PATCH 02/12] qom: Create object_configure()
` [RFC PATCH 07/12] qapi: Allow defining QOM classes
` [RFC PATCH 08/12] qapi: Create qom-config:... type for classes
` [RFC PATCH 09/12] qapi/qom: Convert rng-backend/random to class
` [RFC PATCH 10/12] qapi: Generate QOM config marshalling code

[PATCH 1/1] MAINTAINERS: update email address of Christian Borntraeger
 2021-11-23 15:29 UTC  (4+ messages)

Possible reward for fuzzer bug fixes? Secure Open Source Rewards Program
 2021-11-23 14:56 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove me as a reviewer for the build and test/avocado
 2021-11-23 14:55 UTC  (5+ messages)

[PATCH] docs: Introducing pseries documentation
 2021-11-23 14:21 UTC  (3+ messages)

[PATCH] hw/arm/virt: Extend nested and mte checks to hvf
 2021-11-23 14:00 UTC  (3+ messages)

[PATCH-for-6.2 0/2] hw/scsi/lsi53c895a: Fix guest-triggerable assert() in lsi_do_dma()
 2021-11-23 14:02 UTC  (6+ messages)
` [PATCH-for-6.2 1/2] hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
` [PATCH-for-6.2 2/2] tests/qtest: Add fuzz-lsi53c895a-test

[PATCH 0/2 for 6.2] Fix compiler warnings on Fedora 35 / CLang
 2021-11-23 13:59 UTC  (6+ messages)
` [PATCH 1/2] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH 2/2] spice: Update QXLInterface for spice >= 0.15.0

[PATCH] chardev: delete QemuOpts when a chardev is removed
 2021-11-23 13:30 UTC  (2+ messages)

[RFC PATCH-for-6.2 v3] qdev-monitor: Only allow full --global <driver>.<property>=<val> option
 2021-11-23 13:17 UTC  (5+ messages)

[RFC PATCH v2 0/5] virtio: early detect 'modern' virtio
 2021-11-23 13:13 UTC  (2+ messages)

[qemu-web PATCH v2] Add Sponsors page
 2021-11-23 12:58 UTC  (4+ messages)

[PULL 0/2] linux-user: Create a common rewind_if_in_safe_syscall
 2021-11-23 12:34 UTC  (4+ messages)
` [PULL 1/2] linux-user: Add host_signal_set_pc to set pc in mcontext
` [PULL 2/2] linux-user/signal.c: Create a common rewind_if_in_safe_syscall

[PATCH v2] docs: Minor updates on the powernv documentation
 2021-11-23 12:10 UTC 

[PATCH] docs: Minor updates on the powernv documentation
 2021-11-23 12:03 UTC  (3+ messages)

[PATCH v3] hw/virtio/vhost: Fix typo in comment
 2021-11-23 11:48 UTC 

[PATCH v2 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-23 10:47 UTC  (17+ messages)
` [PATCH v2 01/10] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v2 02/10] hw/arm/xlnx-versal: Connect "
` [PATCH v2 03/10] include/hw/dma/xlnx_csu_dma: Include ptimer.h and stream.h in the header
` [PATCH v2 04/10] hw/dma: Add the DMA control interface
` [PATCH v2 05/10] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v2 06/10] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v2 07/10] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v2 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v2 09/10] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v2 10/10] MAINTAINERS: Add an entry for Xilinx Versal OSPI

[PATCH v1 0/9] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-23 10:34 UTC  (4+ messages)
` [PATCH v1 9/9] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI

[PULL 0/7] Python patches
 2021-11-23 10:32 UTC  (9+ messages)
` [PULL 1/7] python/machine: add @sock_dir property
` [PULL 2/7] python/machine: remove _remove_monitor_sockfile property
` [PULL 3/7] python/machine: add instance disambiguator to default nickname
` [PULL 4/7] python/machine: move more variable initializations to _pre_launch
` [PULL 5/7] python/machine: handle "fast" QEMU terminations
` [PULL 6/7] scripts/device-crash-test: Use a QMP timeout
` [PULL 7/7] python/aqmp: fix send_fd_scm for python 3.6.x

[PATCH v7 00/31] LoongArch64 port of QEMU TCG
 2021-11-23 10:20 UTC  (3+ messages)
` [PATCH v7 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[RFC PATCH v3] hw/nvme:Adding Support for namespace management
 2021-11-23 10:11 UTC  (2+ messages)

[PATCH v5 0/6] MSG_ZEROCOPY + multifd
 2021-11-23  9:55 UTC  (12+ messages)
` [PATCH v5 1/6] QIOChannel: Add io_writev_zerocopy & io_flush_zerocopy callbacks
` [PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing
` [PATCH v5 3/6] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX

[PATCH v4] s390: kvm: adjust diag318 resets to retain data
 2021-11-23  9:40 UTC  (3+ messages)

[PATCH] microvm: use MachineState->dumpdtb
 2021-11-23  9:16 UTC 

[PATCH v2 0/5] Check PMP rules num before propagation
 2021-11-23  9:12 UTC  (4+ messages)
` [PATCH v2 1/5] target/riscv: "

[PATCH v3 1/1] target/riscv: Fix PMP propagation for tlb
 2021-11-23  9:09 UTC 

[PATCH] block/vvfat.c fix leak when failure occurs
 2021-11-23  8:57 UTC  (3+ messages)
` [PATCH] block vvfat.c "

[PULL 0/1] target-arm queue
 2021-11-23  8:40 UTC  (3+ messages)
` [PULL 1/1] hw/intc/arm_gicv3_its: Revert version increments in vmstate_its

[PATCH v4 0/3] support dirty restraint on vCPU
 2021-11-23  7:56 UTC  (4+ messages)
` [PATCH v4 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
` [PATCH v4 2/3] cpu-throttle: implement vCPU throttle
` [PATCH v4 3/3] cpus-common: implement dirty limit on vCPU

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-23  7:08 UTC  (4+ messages)
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc

[RFC PATCH] s390: kvm: reduce frequency of CPU syncs of diag318 info
 2021-11-23  6:14 UTC  (3+ messages)

[PATCH v1 00/12] Add riscv kvm accel support
 2021-11-23  6:13 UTC  (3+ messages)
` [PATCH v1 01/12] update-linux-headers: Add asm-riscv/kvm.h

[PULL 0/6] Documentation updates
 2021-11-23  0:39 UTC  (2+ messages)

[PATCH v1] virtio-mem: Don't skip alignment checks when warning about block size
 2021-11-22 23:53 UTC  (4+ messages)

[PATCH v1 0/9] hw/mos6522: VIA timer emulation fixes and improvements
 2021-11-22 22:34 UTC  (8+ messages)

[PULL 0/2] NBD patches for 6.2-rc2, 2021-11-22
 2021-11-22 22:21 UTC  (2+ messages)

[PATCH v4 00/32] block/nbd: rework client connection
 2021-11-22 21:51 UTC  (5+ messages)
` [PATCH v4 20/32] nbd/client-connection: implement connection retry

[PATCH for-6.2] hw/intc/arm_gicv3_its: Revert version increments in vmstate_its
 2021-11-22 20:46 UTC  (3+ messages)

[PATCH-for-7.0 0/5] hw/display: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
 2021-11-22 20:05 UTC  (3+ messages)
` [NOTFORMERGE PATCH 5/5] tests/avocado: Test NetBSD 9.2 on the Jazz Magnum machine

Virgil 3D with SDL2 on Windows 10 and macOS
 2021-11-22 19:41 UTC 


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