qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 08:52:55 to 2021-05-11 15:05:44 UTC [more...]

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-11 15:04 UTC  (42+ messages)
` [PATCH 01/72] qemu/host-utils: Use __builtin_bitreverseN
` [PATCH 04/72] accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.c
` [PATCH 05/72] tests/fp: add quad support to the benchmark utility
` [PATCH 07/72] softfloat: Inline float_raise
` [PATCH 08/72] softfloat: Use float_raise in more places
` [PATCH 11/72] softfloat: Use return_nan in float_to_float
` [PATCH 12/72] softfloat: fix return_nan vs default_nan_mode
` [PATCH 13/72] target/mips: Set set_default_nan_mode with set_snan_bit_is_one
` [PATCH 14/72] softfloat: Do not produce a default_nan from parts_silence_nan
` [PATCH 15/72] softfloat: Rename FloatParts to FloatParts64
` [PATCH 16/72] softfloat: Move type-specific pack/unpack routines
` [PATCH 17/72] softfloat: Use pointers with parts_default_nan
` [PATCH 19/72] softfloat: Use pointers with ftype_unpack_raw
` [PATCH 20/72] softfloat: Use pointers with pack_raw
` [PATCH 21/72] softfloat: Use pointers with ftype_pack_raw
` [PATCH 22/72] softfloat: Use pointers with ftype_unpack_canonical
` [PATCH 23/72] softfloat: Use pointers with ftype_round_pack_canonical
` [PATCH 24/72] softfloat: Use pointers with parts_silence_nan
` [PATCH 25/72] softfloat: Rearrange FloatParts64

vhost-user reconnection and crash recovery
 2021-05-11 15:00 UTC 

[PATCH] hw/block/nvme: re-enable NVMe PCI hotplug
 2021-05-11 14:54 UTC  (5+ messages)

[PATCH for post 6.0 v1 00/25] testing/next (hexagon/tricore/test cc)
 2021-05-11 14:53 UTC  (4+ messages)
` [PATCH v1 08/25] gitlab: add build-user-hexagon test

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-05-11 14:49 UTC  (10+ messages)
` [for-6.1 v3 2/3] virtiofsd: Track mounts
` [for-6.1 v3 3/3] virtiofsd: Add support for FUSE_SYNCFS request
  ` [Virtio-fs] "

[PATCH 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-11 14:33 UTC  (28+ messages)
` [PATCH 01/12] gitlab: move linux user build job from CentOS 7 to CentOS 8
` [PATCH 02/12] patchew: move quick build job from CentOS 7 to CentOS 8 container
` [PATCH 03/12] crypto: bump min nettle to 3.3, dropping RHEL-7 support
` [PATCH 04/12] crypto: drop back compatibility typedefs for nettle
` [PATCH 05/12] crypto: bump min gcrypt to 1.7.6, dropping RHEL-7 support
` [PATCH 06/12] crypto: bump min gnutls to 3.5.8, "
` [PATCH 07/12] crypto: drop used conditional check
` [PATCH 08/12] tests/vm: convert centos VM recipe to CentOS 8
` [PATCH 09/12] tests/docker: drop CentOS 7 container
` [PATCH 10/12] bump min required glib version to 2.50
` [PATCH 11/12] configure: bump min required GCC to 6.3.0
` [PATCH 12/12] configure: bump min required CLang to 7.0.0 / XCode 10.2

[RFC PATCH 00/15] gitlab-ci: Allow forks to use different pipelines than mainstream
 2021-05-11 14:21 UTC  (13+ messages)
` [RFC PATCH 14/15] gitlab-ci: Allow forks to use different set of jobs

[PATCH v3] make sample page count configurable
 2021-05-11 14:21 UTC  (2+ messages)
` [PATCH v3] migration/dirtyrate: "

[PATCH 0/6] coroutine: new sleep/wake API
 2021-05-11 14:07 UTC  (2+ messages)

[Question] Indefinitely block in the host when remove the PF driver
 2021-05-11  3:44 UTC 

[Bug 1896298] [NEW] memory leak
 2021-05-11 13:35 UTC  (2+ messages)
` [Bug 1896298] "

[Bug 1897481] [NEW] qemu crashes with VGA pass-through, e-GPU, nvidia 1060
 2021-05-11 13:35 UTC  (2+ messages)
` [Bug 1897481] "

[vhost-user] Expectations around reconnection
 2021-05-11 13:33 UTC 

[PATCH v2 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-05-11 13:09 UTC  (4+ messages)

[PATCH 0/2] QOMify Sifive UART model
 2021-05-11 13:06 UTC  (7+ messages)
` [PATCH 1/2] Consistent function names for sifive uart read and write function
` [PATCH 2/2] QOMify sifive_uart model

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-11 13:02 UTC  (29+ messages)
` [PATCH v6 05/82] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v6 06/82] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v6 07/82] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v6 08/82] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v6 09/82] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v6 10/82] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v6 11/82] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v6 12/82] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v6 13/82] target/arm: Implement SVE2 integer multiply long
` [PATCH v6 14/82] target/arm: Implement PMULLB and PMULLT
` [PATCH v6 15/82] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v6 16/82] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v6 17/82] target/arm: Implement SVE2 bitwise permute
` [PATCH v6 18/82] target/arm: Implement SVE2 complex integer add

[Bug 1901532] [NEW] Assertion failure `mr != NULL' failed through usb-ehci
 2021-05-11 12:39 UTC  (2+ messages)
` [Bug 1901532] "

vhost-user reconnection and crash recovery
 2021-05-11 12:45 UTC 

[Bug 1902306] [NEW] Allow setting usb storage device ID parameters
 2021-05-11 12:33 UTC  (2+ messages)
` [Bug 1902306] "

[PATCH 0/6] block-copy: make helper APIs thread safe
 2021-05-11 12:28 UTC  (10+ messages)
` [PATCH 4/6] progressmeter: protect with a mutex
` [PATCH 5/6] co-shared-resource: "
` [PATCH 6/6] aiopool: "

[PULL 0/7] s390x update
 2021-05-11 12:13 UTC  (3+ messages)

[PATCH v3 00/20] virtio-gpu: Add support for Blob resources
 2021-05-11 11:42 UTC  (19+ messages)
` [PATCH v3 01/20] ui: Get the fd associated with udmabuf driver
` [PATCH v3 03/20] virtio-gpu: Add udmabuf helpers
` [PATCH v3 05/20] virtio-gpu: Refactor virtio_gpu_set_scanout
` [PATCH v3 07/20] virtio-gpu: Add initial definitions for blob resources
` [PATCH v3 08/20] virtio-gpu: Add virtio_gpu_resource_create_blob
` [PATCH v3 09/20] ui/pixman: Add qemu_pixman_to_drm_format()
` [PATCH v3 12/20] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PATCH v3 13/20] virtio-gpu: Update cursor data using blob
` [PATCH v3 14/20] virtio-gpu: Add initial definitions for explict flush feature
` [PATCH v3 15/20] virtio-gpu: Add dmabuf helpers for synchronization
` [PATCH v3 16/20] virtio-gpu: Add virtio_gpu_wait_flush API
` [PATCH v3 17/20] ui: Add egl helpers for synchronization
` [PATCH v3 18/20] ui/gtk-egl: Wait for the draw signal for dmabuf blobs
` [PATCH v3 19/20] ui/gtk: Create a common release_dmabuf helper
` [PATCH v3 20/20] virtio-gpu: Add gl_flushed callback

[PATCH v8] introduce vfio-user protocol specification
 2021-05-11 10:43 UTC  (5+ messages)

[PULL v3 00/42] riscv-to-apply queue
 2021-05-11 10:19 UTC  (43+ messages)
` [PULL v3 01/42] target/riscv: Remove privilege v1.9 specific CSR related code
` [PULL v3 02/42] docs/system/generic-loader.rst: Fix style
` [PULL v3 03/42] target/riscv: Align the data type of reset vector address
` [PULL v3 04/42] hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]
` [PULL v3 05/42] target/riscv: Add Shakti C class CPU
` [PULL v3 06/42] riscv: Add initial support for Shakti C machine
` [PULL v3 07/42] hw/char: Add Shakti UART emulation
` [PULL v3 08/42] hw/riscv: Connect Shakti UART to Shakti platform
` [PULL v3 09/42] target/riscv: Convert the RISC-V exceptions to an enum
` [PULL v3 10/42] target/riscv: Use the RISCVException enum for CSR predicates
` [PULL v3 11/42] target/riscv: Fix 32-bit HS mode access permissions
` [PULL v3 12/42] target/riscv: Use the RISCVException enum for CSR operations
` [PULL v3 13/42] target/riscv: Use RISCVException enum for CSR access
` [PULL v3 14/42] MAINTAINERS: Update the RISC-V CPU Maintainers
` [PULL v3 15/42] hw/opentitan: Update the interrupt layout
` [PULL v3 16/42] hw/riscv: Enable VIRTIO_VGA for RISC-V virt machine
` [PULL v3 17/42] riscv: don't look at SUM when accessing memory from a debugger context
` [PULL v3 18/42] target/riscv: Fixup saturate subtract function
` [PULL v3 19/42] docs: Add documentation for shakti_c machine
` [PULL v3 20/42] target/riscv: Fix the PMP is locked check when using TOR
` [PULL v3 21/42] target/riscv: Define ePMP mseccfg
` [PULL v3 22/42] target/riscv: Add the ePMP feature
` [PULL v3 23/42] target/riscv: Add ePMP CSR access functions
` [PULL v3 24/42] target/riscv: Implementation of enhanced PMP (ePMP)
` [PULL v3 25/42] target/riscv: Add a config option for ePMP
` [PULL v3 26/42] target/riscv/pmp: Remove outdated comment
` [PULL v3 27/42] target/riscv: Add ePMP support for the Ibex CPU
` [PULL v3 28/42] target/riscv: fix vrgather macro index variable type bug
` [PULL v3 29/42] target/riscv: fix exception index on instruction access fault
` [PULL v3 30/42] hw/riscv: Fix OT IBEX reset vector
` [PULL v3 31/42] fpu/softfloat: set invalid excp flag for RISC-V muladd instructions
` [PULL v3 32/42] target/riscv: fix a typo with interrupt names
` [PULL v3 33/42] target/riscv: Remove the hardcoded RVXLEN macro
` [PULL v3 34/42] target/riscv: Remove the hardcoded SSTATUS_SD macro
` [PULL v3 35/42] target/riscv: Remove the hardcoded HGATP_MODE macro
` [PULL v3 36/42] target/riscv: Remove the hardcoded MSTATUS_SD macro
` [PULL v3 37/42] target/riscv: Remove the hardcoded SATP_MODE macro
` [PULL v3 38/42] target/riscv: Remove the unused HSTATUS_WPRI macro
` [PULL v3 39/42] target/riscv: Remove an unused CASE_OP_32_64 macro
` [PULL v3 40/42] target/riscv: Consolidate RV32/64 32-bit instructions
` [PULL v3 41/42] target/riscv: Consolidate RV32/64 16-bit instructions
` [PULL v3 42/42] target/riscv: Fix the RV64H decode comment

[PATCH v3 00/33] block/nbd: rework client connection
 2021-05-11 10:45 UTC  (3+ messages)
` [PATCH v3 16/33] nbd/client-connection: add possibility of negotiation

[PATCH 0/3] hw/virtio: Constify VirtIOFeature
 2021-05-11 10:41 UTC  (4+ messages)
` [PATCH 1/3] hw/virtio: Pass virtio_feature_get_config_size() a const argument
` [PATCH 2/3] virtio-blk: Constify VirtIOFeature feature_sizes[]
` [PATCH 3/3] virtio-net: "

[PATCH] Constify bitmask_transtbl fcntl/mmap flags_tlb[]
 2021-05-11 10:35 UTC 

[PULL v2 00/42] riscv-to-apply queue
 2021-05-11 10:17 UTC  (3+ messages)

[PATCH v3 0/2] virtio-blk: Convert QEMUBH callback to "bitops.h" API
 2021-05-11 10:11 UTC  (2+ messages)

[PATCH v2 0/5] mptcp support
 2021-05-11 10:04 UTC  (3+ messages)
` [PATCH v2 5/5] sockets: Support multipath TCP

[PULL 0/9] scripts/simplebench patches
 2021-05-11 10:02 UTC  (4+ messages)

[PATCH v1] introduce multifd into guestperf
 2021-05-11  9:54 UTC  (4+ messages)
` [PATCH v1] tests/migration: "

[PATCH] tests/qtest/migration-test: Use g_autofree to avoid leaks on error paths
 2021-05-11  9:50 UTC  (2+ messages)

[PATCH] tests/migration-test: Fix "true" vs true
 2021-05-11  9:47 UTC  (2+ messages)

[PATCH v5 00/10] numa/exec/migration: Fix resizing RAM blocks while migrating
 2021-05-11  9:42 UTC  (2+ messages)

[PATCH] docs: add table of contents to QAPI references
 2021-05-11  9:25 UTC 

[PATCH v5 0/9] ui: add vdagent implementation and clipboard support
 2021-05-11  9:27 UTC  (5+ messages)
` [PATCH v5 4/9] ui/vdagent: core infrastructure

[PATCH] scripts: add a script to list virtio devices in a system
 2021-05-11  9:17 UTC  (6+ messages)

[PATCH v3] migration: Drop redundant query-migrate result @blocked
 2021-05-11  9:25 UTC  (2+ messages)

[PATCH v2] make sample page count configurable
 2021-05-11  9:35 UTC  (3+ messages)
` [PATCH v2] migration/dirtyrate: "

[PULL 00/33] Misc (mostly i386) patches for 2021-05-11
 2021-05-11  9:09 UTC  (5+ messages)
` [PULL 30/33] migration: do not restart VM after successful snapshot-load

[PATCH v4 0/2] Some modification about ram_save_host_page()
 2021-05-11  9:17 UTC  (2+ messages)

[PATCH] replay: fix watchpoint processing for reverse debugging
 2021-05-11  9:11 UTC 

[PATCH] target/nios2: fix page-fit instruction count
 2021-05-11  8:40 UTC 

[Bug 1892604] [NEW] qemu-system-arm: ../hw/usb/hcd-dwc2.c:666: dwc2_glbreg_read: Assertion `addr <= GINTSTS2' failed
 2021-05-11  8:26 UTC  (2+ messages)
` [Bug 1892604] "

[PATCH v2 0/5] blkdebug: fix racing condition when iterating on
 2021-05-11  9:08 UTC  (5+ messages)
` [PATCH v2 5/5] blkdebug: protect rules and suspended_reqs with a lock

[PATCH] sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog
 2021-05-11  8:23 UTC  (4+ messages)

[PATCH v2] block: Improve backing file validation
 2021-05-11  8:35 UTC  (2+ messages)

[PATCH 0/3] vhost-user: warn when guest RAM is not shared
 2021-05-11  8:21 UTC  (2+ messages)

[PATCH] block/export: improve vu_blk_sect_range_ok()
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server
 2021-05-11  8:23 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).