qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 14:18:36 to 2021-06-07 20:53:46 UTC [more...]

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-07 20:52 UTC  (14+ messages)
` [PATCH 01/11] softfloat: Rename float_flag_input_denormal to float_flag_iflush_denormal
` [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal
` [PATCH 03/11] softfloat: Introduce float_flag_inorm_denormal
` [PATCH 04/11] softfloat: Introduce float_flag_result_denormal

[PATCH] qemu-{img,nbd}: Don't report zeroed cluster as a hole
 2021-06-07 20:22 UTC 

[PATCH 00/42] python: move qmp-shell into qemu.qmp package
 2021-06-07 20:06 UTC  (43+ messages)
` [PATCH 01/42] scripts/qmp-shell: apply isort rules
` [PATCH 02/42] scripts/qmp-shell: Apply flake8 rules
` [PATCH 03/42] scripts/qmp-shell: fix show_banner signature
` [PATCH 04/42] scripts/qmp-shell: fix exception handling
` [PATCH 05/42] scripts/qmp-shell: fix connect method signature
` [PATCH 06/42] scripts/qmp-shell: remove shadowed variable from _print()
` [PATCH 07/42] scripts/qmp-shell: use @classmethod where appropriate
` [PATCH 08/42] scripts/qmp-shell: Use python3-style super()
` [PATCH 09/42] scripts/qmp-shell: declare verbose in __init__
` [PATCH 10/42] scripts/qmp-shell: use triple-double-quote docstring style
` [PATCH 11/42] scripts/qmp-shell: ignore visit_Name name
` [PATCH 12/42] scripts/qmp-shell: make QMPCompleter returns explicit
` [PATCH 13/42] scripts/qmp-shell: rename one and two-letter variables
` [PATCH 14/42] scripts/qmp-shell: fix shell history exception handling
` [PATCH 15/42] scripts/qmp-shell: remove if-raise-else patterns
` [PATCH 16/42] scripts/qmp-shell: use isinstance() instead of type()
` [PATCH 17/42] scripts/qmp-shell: use argparse
` [PATCH 18/42] scripts/qmp-shell: Add pretty attribute to HMP shell
` [PATCH 19/42] scripts/qmp-shell: Make verbose a public attribute
` [PATCH 20/42] scripts/qmp-shell: move get_prompt() to prompt property
` [PATCH 21/42] scripts/qmp-shell: remove prompt argument from read_exec_command
` [PATCH 22/42] scripts/qmp-shell: move the REPL functionality into QMPShell
` [PATCH 23/42] scripts/qmp-shell: Fix "FuzzyJSON" parser
` [PATCH 24/42] scripts/qmp-shell: refactor QMPCompleter
` [PATCH 25/42] scripts/qmp-shell: initialize completer early
` [PATCH 26/42] python/qmp: add QMPObject type alias
` [PATCH 27/42] scripts/qmp-shell: add mypy types
` [PATCH 28/42] scripts/qmp-shell: Accept SocketAddrT instead of string
` [PATCH 29/42] scripts/qmp-shell: unprivatize 'pretty' property
` [PATCH 30/42] python/qmp: return generic type from context manager
` [PATCH 31/42] scripts/qmp-shell: Use context manager instead of atexit
` [PATCH 32/42] scripts/qmp-shell: use logging to show warnings
` [PATCH 33/42] scripts/qmp-shell: remove TODO
` [PATCH 34/42] scripts/qmp-shell: Fix empty-transaction invocation
` [PATCH 35/42] scripts/qmp-shell: Remove too-broad-exception
` [PATCH 36/42] scripts/qmp-shell: convert usage comment to docstring
` [PATCH 37/42] scripts/qmp-shell: remove double-underscores
` [PATCH 38/42] scripts/qmp-shell: make QMPShellError inherit QMPError
` [PATCH 39/42] scripts/qmp-shell: add docstrings
` [PATCH 40/42] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
` [PATCH 41/42] python: add qmp-shell entry point
` [PATCH 42/42] scripts/qmp-shell: add redirection shim

[Stratos-dev] [PATCH 0/5] virtio: Add vhost-user based RNG service
 2021-06-07 20:17 UTC  (2+ messages)

[PATCH v3 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-06-07 20:07 UTC  (6+ messages)
` [PATCH v3 1/4] docs: add a table showing x86-64 ABI compatibility levels
` [PATCH v3 3/4] scripts: helper to generate x86_64 CPU ABI compat info

[PATCH v3 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-06-07 20:02 UTC  (10+ messages)
` [PATCH v3 01/26] s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling
` [PATCH v3 23/26] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)
` [PATCH v3 24/26] linux-user: elf: s390x: Prepare for Vector enhancements facility

[PATCH v3 00/28] tcg: Clean up code_gen_buffer allocation
 2021-06-07 19:38 UTC  (5+ messages)
` [PATCH v3 01/28] meson: Split out tcg/meson.build
` [PATCH v3 02/28] meson: Split out fpu/meson.build

[PATCH 0/6] Handle hypercall code overlay page in userspace
 2021-06-07 19:36 UTC  (2+ messages)

[RFC PATCH] target/ppc: fix address translation bug for hash table mmus
 2021-06-07 19:29 UTC  (5+ messages)

[PATCH 0/2] block-copy: small fix and refactor
 2021-06-07 19:08 UTC  (8+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-07 19:02 UTC  (57+ messages)
` [PATCH 01/55] tcg: Introduce tcg_remove_ops_after
` [PATCH 02/55] target/arm: Enable FPSCR.QC bit for MVE
` [PATCH 03/55] target/arm: Handle VPR semantics in existing code
` [PATCH 04/55] target/arm: Add handling for PSR.ECI/ICI
` [PATCH 05/55] target/arm: Let vfp_access_check() handle late NOCP checks
` [PATCH 06/55] target/arm: Implement MVE LCTP
` [PATCH 07/55] target/arm: Implement MVE WLSTP insn
` [PATCH 08/55] target/arm: Implement MVE DLSTP
` [PATCH 09/55] target/arm: Implement MVE LETP insn
` [PATCH 10/55] target/arm: Add framework for MVE decode
` [PATCH 11/55] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH 12/55] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH 13/55] target/arm: Implement MVE VCLZ
` [PATCH 14/55] target/arm: Implement MVE VCLS
` [PATCH 15/55] bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
` [PATCH 16/55] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH 17/55] target/arm: Implement MVE VMVN (register)
` [PATCH 18/55] target/arm: Implement MVE VABS
` [PATCH 19/55] target/arm: Implement MVE VNEG
` [PATCH 20/55] target/arm: Implement MVE VDUP
` [PATCH 21/55] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH 22/55] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH 23/55] target/arm: Implement MVE VMULH
` [PATCH 24/55] target/arm: Implement MVE VRMULH
` [PATCH 25/55] target/arm: Implement MVE VMAX, VMIN
` [PATCH 26/55] target/arm: Implement MVE VABD
` [PATCH 27/55] target/arm: Implement MVE VHADD, VHSUB
` [PATCH 28/55] target/arm: Implement MVE VMULL
` [PATCH 29/55] target/arm: Implement MVE VMLALDAV
` [PATCH 30/55] target/arm: Implement MVE VMLSLDAV
` [PATCH 31/55] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH 32/55] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH 33/55] target/arm: Implement MVE VADD (scalar)
` [PATCH 34/55] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH 35/55] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH 36/55] target/arm: Implement MVE VBRSR
` [PATCH 37/55] target/arm: Implement MVE VPST
` [PATCH 38/55] target/arm: Implement MVE VQADD and VQSUB
` [PATCH 39/55] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH 40/55] target/arm: Implement MVE VQDMULL scalar
` [PATCH 41/55] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH 42/55] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH 43/55] target/arm: Implement MVE VQSHL (vector)
` [PATCH 44/55] target/arm: Implement MVE VQRSHL
` [PATCH 45/55] target/arm: Implement MVE VSHL insn
` [PATCH 46/55] target/arm: Implement MVE VRSHL
` [PATCH 47/55] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH 48/55] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH 49/55] target/arm: Implement MVE VQDMULL (vector)
` [PATCH 50/55] target/arm: Implement MVE VRHADD
` [PATCH 51/55] target/arm: Implement MVE VADC, VSBC
` [PATCH 52/55] target/arm: Implement MVE VCADD
` [PATCH 53/55] target/arm: Implement MVE VHCADD
` [PATCH 54/55] target/arm: Implement MVE VADDV
` [PATCH 55/55] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

[PATCH] docs/tools/virtiofsd: Fix bad rst syntax
 2021-06-07 18:58 UTC  (2+ messages)

[PULL 00/11] Trivial branch for 6.1 patches
 2021-06-07 18:57 UTC  (12+ messages)
` [PULL 01/11] target/riscv: Do not include 'pmp.h' in user emulation
` [PULL 02/11] i386/kvm: The value passed to strerror should be positive
` [PULL 03/11] misc: Correct relative include path
` [PULL 04/11] linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]
` [PULL 05/11] docs: fix broken reference
` [PULL 06/11] target/nios2: fix page-fit instruction count
` [PULL 07/11] hw/display/macfb: Classify the "nubus-macfb" as display device
` [PULL 08/11] target/hppa: Remove unused 'memory.h' header
` [PULL 09/11] target/mips: Fix 'Uncoditional' typo
` [PULL 10/11] scripts/oss-fuzz: Fix typo in documentation
` [PULL 11/11] vhost-vdpa: Remove redundant declaration of address_space_memory

[PATCH] docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name
 2021-06-07 18:54 UTC  (2+ messages)

[PATCH v2 0/2] DEVICE_UNPLUG_ERROR QAPI event
 2021-06-07 18:41 UTC  (5+ messages)
` [PATCH v2 1/2] qapi/machine.json: add "

[RFC PATCH 0/4] target/ppc: mmu cleanup
 2021-06-07 18:35 UTC  (4+ messages)
` [RFC PATCH 2/4] target/ppc: divided mmu_helper.c in 2 files

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-07 18:36 UTC  (11+ messages)
` [PATCH v3 1/7] migration/dirtyrate: make sample page count configurable
` [PATCH v3 4/7] migration/dirtyrate: add per-vcpu option for calc-dirty-rate
` [PATCH v3 6/7] memory: make global_dirty_log a bitmask
` [PATCH v3 7/7] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v5 00/11] 64bit block-layer: part II
 2021-06-07 18:15 UTC  (9+ messages)
` [PATCH v5 08/11] block/io: allow 64bit write-zeroes requests
` [PATCH v5 09/11] block: make BlockLimits::max_pdiscard 64bit
` [PATCH v5 10/11] block: use int64_t instead of int in driver discard handlers
` [PATCH v5 11/11] block/io: allow 64bit discard requests

[PATCH V3 00/22] Live Update
 2021-06-07 18:08 UTC  (14+ messages)
          ` [PATCH V3 00/22] Live Update [restart]
                      ` [PATCH V3 00/22] Live Update [restart] : exec
                    ` [PATCH V3 00/22] Live Update [restart] : code replication

[RFC PATCH] scripts/checkpatch: roll diff tweaking into checkpatch itself
 2021-06-07 18:07 UTC  (3+ messages)

[PATCH v14 0/8] MTE support for KVM guest
 2021-06-07 17:32 UTC  (7+ messages)
` [PATCH v14 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v14 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v14 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH V3 00/22] Live Update
 2021-06-07 17:19 UTC  (4+ messages)
` [PATCH V3 08/22] cpr: QMP interfaces

[PATCH] docs/interop/live-block-operations: Do not hard-code the QEMU binary name
 2021-06-07 17:23 UTC 

[RFC PATCH 0/5] target/ppc: powerpc_excp improvements - part I
 2021-06-07 16:54 UTC  (4+ messages)
` [RFC PATCH 5/5] target/ppc: powerpc_excp: Move interrupt raising code to QOM

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-06-07 16:45 UTC  (5+ messages)
` [PATCH v7 8/9] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS priviliges

Regarding commit a9bcedd (SD card size has to be power of 2)
 2021-06-07 16:33 UTC  (2+ messages)

[PULL 0/8] testing and misc updates
 2021-06-07 16:19 UTC  (13+ messages)
` [PULL 1/8] tests/tcg: add a multiarch signals test to stress test signal delivery
` [PULL 2/8] meson.build: fix cosmetics of compiler display
` [PULL 3/8] tests/tcg/configure.sh: tweak quoting of target_compiler
` [PULL 4/8] tests/acceptance: tag various arm tests as TCG only
` [PULL 5/8] gitlab: work harder to avoid false positives in checkpatch
` [PULL 6/8] gitlab-ci: Split gprof-gcov job
` [PULL 7/8] tests/vm: expose --source-path to scripts to find extra files
` [PULL 8/8] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

[RFC PATCH 0/9] Initial support for machine creation via QMP
 2021-06-07 16:03 UTC  (6+ messages)
` [RFC PATCH 2/9] replace machine phase_check with machine_is_initialized/ready calls

Windows 7 crashing due to patch: target/i386: extract mmu_translate
 2021-06-07 16:02 UTC 

[PATCH 2/2] Remove leading underscores from Xen defines
 2021-06-07 16:00 UTC  (3+ messages)

TCG op for 32 bit only cpu on qemu-riscv64
 2021-06-07 15:59 UTC  (5+ messages)

[PATCH RFC 0/3] python/iotests: Run iotest linters during Python CI
 2021-06-07 15:51 UTC  (6+ messages)
` [PATCH RFC 2/3] iotests: split 'linters.py' off from 297

[PATCH v4 0/2] Gitlab: Add issue templates
 2021-06-07 15:31 UTC  (3+ messages)
` [PATCH v4 1/2] GitLab: Add "Bug" issue reporting template
` [PATCH v4 2/2] GitLab: Add "Feature Request" issue template

[PATCH] tcg: Introduce tcg_remove_ops_after
 2021-06-07 15:22 UTC  (3+ messages)

[PATCH] migration/rdma: Use huge page register VM memory
 2021-06-07 15:00 UTC  (3+ messages)

[PATCH] iotests/check: move general long options to double dash
 2021-06-07 14:44 UTC  (6+ messages)

[PATCH] netdev: add more commands to preconfig mode
 2021-06-07 14:22 UTC  (2+ messages)

[PATCH] block: add more commands to preconfig mode
 2021-06-07 14:20 UTC  (2+ messages)

[PATCH] object: add more commands to preconfig mode
 2021-06-07 14:18 UTC  (2+ messages)

[PATCH v4 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-07 14:18 UTC  (3+ messages)
` [PATCH v4 1/9] qapi: replace List[str] by QAPISchemaIfCond


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