QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-17 11:55:17 to 2021-06-17 17:51:17 UTC [more...]

[PATCH 0/2] target/mips: Simplify MSA decodetree
 2021-06-17 17:46 UTC  (2+ messages)
` [PATCH 2/2] target/mips: Merge msa32/msa64 decodetree definitions

GICv3 for MTTCG
 2021-06-17 17:44 UTC  (4+ messages)

[PATCH 0/9] target/mips: Various fixes & cleanups
 2021-06-17 17:43 UTC  (8+ messages)
` [PATCH 1/9] target/mips: Do not abort on invalid instruction
` [PATCH 2/9] target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insn
` [PATCH 3/9] target/mips: Move TCG trace events to tcg/ sub directory
` [PATCH 4/9] target/mips: Move translate.h "
` [PATCH 6/9] target/mips: Remove SmartMIPS / MDMX unuseful comments
` [PATCH 7/9] target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases
` [PATCH 9/9] target/mips: Optimize regnames[] arrays

[PATCH v2] meson: Add gnutls as a dependency to libmigration
 2021-06-17 17:39 UTC  (2+ messages)

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-17 17:22 UTC  (6+ messages)

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-17 15:48 UTC  (4+ messages)

[PATCH v3 0/4] STM32VLDISCOVERY Machine Model
 2021-06-17 16:56 UTC  (5+ messages)
` [PATCH v3 1/4] stm32f100: Add the stm32f100 SoC
` [PATCH v3 2/4] stm32vldiscovery: Add the STM32VLDISCOVERY Machine
` [PATCH v3 3/4] docs/system: arm: Add stm32 boards description
` [PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase

[PATCH] meson: Add gnutls as a dependency to libmigration
 2021-06-17 16:54 UTC 

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-17 16:51 UTC  (11+ messages)

[RFC 0/3] qtest: pick tests that require KVM at runtime
 2021-06-17 16:49 UTC  (2+ messages)

[RFC 1/3] tests: qtest: add qtest_has_kvm() to check if tested binary supports KVM
 2021-06-17 16:28 UTC  (3+ messages)
` [RFC v2 "

[PATCH v2 00/11] vl: compound properties for machines
 2021-06-17 16:21 UTC  (13+ messages)
` [PATCH v2 01/11] qom: export more functions for use with non-UserCreatable objects
` [PATCH v2 02/11] keyval: introduce keyval_merge
` [PATCH v2 03/11] keyval: introduce keyval_parse_into
` [PATCH v2 04/11] vl: switch -M parsing to keyval
` [PATCH v2 05/11] qemu-option: remove now-dead code
` [PATCH v2 06/11] machine: move dies from X86MachineState to CpuTopology
` [PATCH v2 07/11] machine: move common smp_parse code to caller
` [PATCH v2 08/11] machine: add error propagation to mc->smp_parse
` [PATCH v2 09/11] machine: pass QAPI struct "
` [PATCH v2 10/11] machine: reject -smp dies!=1 for non-PC machines
` [PATCH v2 11/11] machine: add smp compound property

[PATCH] virtiofsd: Don't allow file creation with FUSE_OPEN
 2021-06-17 16:18 UTC  (3+ messages)

[PATCH] tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT
 2021-06-17 16:03 UTC 

[PATCH] block/rbd: Add support for rbd image encryption
 2021-06-17 16:05 UTC 

[PATCH 0/6] block: block-status cache for data regions
 2021-06-17 15:52 UTC  (7+ messages)
` [PATCH 1/6] block: Drop BDS comment regarding bdrv_append()
` [PATCH 2/6] block: block-status cache for data regions
` [PATCH 3/6] block/file-posix: Do not force-cap *pnum
` [PATCH 4/6] block/gluster: "
` [PATCH 5/6] block/nbd: "
` [PATCH 6/6] block/iscsi: "

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

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-17 15:34 UTC  (6+ messages)

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

[PATCH RESEND] docs: clarify absence of set_features in vhost-user
 2021-06-17 15:19 UTC  (3+ messages)

[PATCH] hw/nvme: fix pin-based interrupt behavior (again)
 2021-06-17 14:50 UTC  (4+ messages)

[PATCH V3 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-06-17 14:43 UTC  (3+ messages)
` [PATCH V3 4/6] block/rbd: migrate from aio to coroutines

[PULL 0/8] configure: Change to -std=gnu11
 2021-06-17 14:42 UTC  (2+ messages)

[PATCH 0/7] Add vmnet.framework based network backend
 2021-06-17 14:32 UTC  (8+ messages)
` [PATCH 1/7] net/vmnet: dependencies setup, initial preparations
` [PATCH 2/7] net/vmnet: add new netdevs to qapi/net
` [PATCH 3/7] net/vmnet: create common netdev state structure
` [PATCH 4/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH 5/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH 6/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH 7/7] net/vmnet: update qemu-options.hx

[PATCH v2] linux-user/trace-events: fix minor typo in format string
 2021-06-17 14:09 UTC  (7+ messages)

[PATCH v2] docs/system/arm: Document which architecture extensions we emulate
 2021-06-17 14:03 UTC 

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-17 13:53 UTC  (5+ messages)

[PATCH v3 00/44] target/arm: First slice of MVE implementation
 2021-06-17 13:47 UTC  (50+ messages)
` [PATCH v3 01/44] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v3 02/44] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH v3 03/44] target/arm: Implement MVE VCLZ
` [PATCH v3 04/44] target/arm: Implement MVE VCLS
` [PATCH v3 05/44] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH v3 06/44] target/arm: Implement MVE VMVN (register)
` [PATCH v3 07/44] target/arm: Implement MVE VABS
` [PATCH v3 08/44] target/arm: Implement MVE VNEG
` [PATCH v3 09/44] tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
` [PATCH v3 10/44] target/arm: Implement MVE VDUP
` [PATCH v3 11/44] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v3 12/44] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v3 13/44] target/arm: Implement MVE VMULH
` [PATCH v3 14/44] target/arm: Implement MVE VRMULH
` [PATCH v3 15/44] target/arm: Implement MVE VMAX, VMIN
` [PATCH v3 16/44] target/arm: Implement MVE VABD
` [PATCH v3 17/44] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v3 18/44] target/arm: Implement MVE VMULL
` [PATCH v3 19/44] target/arm: Implement MVE VMLALDAV
` [PATCH v3 20/44] target/arm: Implement MVE VMLSLDAV
` [PATCH v3 21/44] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v3 22/44] target/arm: Implement MVE VADD (scalar)
` [PATCH v3 23/44] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v3 24/44] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v3 25/44] target/arm: Implement MVE VBRSR
` [PATCH v3 26/44] target/arm: Implement MVE VPST
` [PATCH v3 27/44] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v3 28/44] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v3 29/44] target/arm: Implement MVE VQDMULL scalar
` [PATCH v3 30/44] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v3 31/44] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v3 32/44] target/arm: Implement MVE VQSHL (vector)
` [PATCH v3 33/44] target/arm: Implement MVE VQRSHL
` [PATCH v3 34/44] target/arm: Implement MVE VSHL insn
` [PATCH v3 35/44] target/arm: Implmement MVE VRSHL
` [PATCH v3 36/44] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v3 37/44] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH v3 38/44] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v3 39/44] target/arm: Implement MVE VRHADD
` [PATCH v3 40/44] target/arm: Implement MVE VADC, VSBC
` [PATCH v3 41/44] target/arm: Implement MVE VCADD
` [PATCH v3 42/44] target/arm: Implement MVE VHCADD
` [PATCH v3 43/44] target/arm: Implement MVE VADDV
` [PATCH v3 44/44] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

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

[PATCH v5 0/6] support dirtyrate at the granualrity of vcpu
 2021-06-17 13:27 UTC  (8+ messages)
` [PATCH v5 1/6] memory: rename global_dirty_log to global_dirty_tracking
` [PATCH v5 2/6] memory: make global_dirty_tracking a bitmask
` [PATCH v5 3/6] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PATCH v5 4/6] migration/dirtyrate: adjust order of registering thread
` [PATCH v5 5/6] migration/dirtyrate: move init step of calculation to main thread
` [PATCH v5 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PULL 0/7] Audio 20210617 patches
 2021-06-17 13:24 UTC  (9+ messages)
` [PULL 1/7] alsaaudio: remove #ifdef DEBUG to avoid bit rot
` [PULL 2/7] paaudio: remove unused stream flags
` [PULL 3/7] audio: move code to audio/audio.c
` [PULL 4/7] jackaudio: avoid that the client name contains the word (NULL)
` [PULL 5/7] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
` [PULL 6/7] audio: Fix format specifications of debug logs
` [PULL 7/7] coreaudio: Fix output stream format settings

[PATCH v5 00/15] hw/i2c: Remove confusing i2c_send_recv() API
 2021-06-17 13:16 UTC  (16+ messages)
` [PATCH v5 02/15] hw/input/lm832x: Define TYPE_LM8323 in public header
` [PATCH v5 03/15] hw/display/sm501: Simplify sm501_i2c_write() logic
` [PATCH v5 04/15] hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 05/15] hw/i2c/ppc4xx_i2c: Add reference to datasheet
` [PATCH v5 06/15] hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 07/15] hw/misc/auxbus: Fix MOT/classic I2C mode
` [PATCH v5 08/15] hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
` [PATCH v5 09/15] hw/misc/auxbus: Replace 'is_write' boolean by its value
` [PATCH v5 10/15] hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 11/15] hw/i2c: Remove confusing i2c_send_recv()
` [PATCH v5 12/15] hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
` [PATCH v5 13/15] hw/i2c: Make i2c_start_transfer() direction argument a boolean
` [PATCH v5 14/15] hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()
` [PATCH v5 15/15] hw/i2c: Introduce i2c_start_recv() and i2c_start_send()

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

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-17 12:25 UTC  (5+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()

[PATCH v11] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17 12:27 UTC 

[PATCH v4 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-17 12:15 UTC  (10+ messages)
` [PATCH v4 5/7] crypto/tlssession: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v4 7/7] crypto: Make QCryptoTLSCreds* structures private


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 read-only IMAP folder(s) and NNTP newsgroup(s).