qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 11:12:50 to 2021-06-07 19:02:57 UTC [more...]

[RFC] Adding the A64FX's HPC funtions
 2021-06-07  8:52 UTC  (7+ messages)

[PULL 00/11] Trivial branch for 6.1 patches
 2021-06-07 18:57 UTC  (8+ messages)
` [PULL 02/11] i386/kvm: The value passed to strerror should be positive
` [PULL 03/11] misc: Correct relative include path
` [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 09/11] target/mips: Fix 'Uncoditional' typo
` [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  (12+ messages)
` [PATCH v14 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v14 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v14 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v14 4/8] KVM: arm64: Introduce MTE VM feature
` [PATCH v14 5/8] KVM: arm64: Save/restore MTE registers
` [PATCH v14 6/8] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [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] docs/tools/virtiofsd: Fix bad rst syntax
 2021-06-07 18:00 UTC 

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-07 16:58 UTC  (56+ 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 00/11] softfloat: Improve denormal handling
 2021-06-07 17:19 UTC  (13+ 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 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 

[PATCH v3 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-06-07 17:11 UTC  (6+ messages)
` [PATCH v3 1/4] docs: add a table showing x86-64 ABI compatibility levels
` [PATCH v3 2/4] target/i386: define CPU models to model x86-64 ABI levels
` [PATCH v3 3/4] scripts: helper to generate x86_64 CPU ABI compat info
` [PATCH v3 4/4] NOT FOR MERGE target/i386: use x86-64-abi1 CPU model as default on x86_64

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

[PATCH v3 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-06-07 16:25 UTC  (23+ messages)
` [PATCH v3 01/26] s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling
` [PATCH v3 05/26] s390x/tcg: Simplify vfc64() handling
` [PATCH v3 09/26] s390x/tcg: Simplify vflr64() handling
` [PATCH v3 11/26] s390x/tcg: Implement VECTOR BIT PERMUTE
` [PATCH v3 12/26] s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL
` [PATCH v3 13/26] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)
` [PATCH v3 14/26] s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)
` [PATCH v3 15/26] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *
` [PATCH v3 17/26] s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED
` [PATCH v3 18/26] s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED
` [PATCH v3 19/26] s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION
` [PATCH v3 20/26] s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE
` [PATCH v3 21/26] s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
` [PATCH v3 22/26] s390x/tcg: Implement VECTOR FP NEGATIVE "
` [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 25/26] s390x/tcg: We support "
` [PATCH v3 26/26] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2

[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

[PATCH 0/2] block-copy: small fix and refactor
 2021-06-07 16:18 UTC  (7+ messages)

[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  (3+ messages)

[PATCH] block: add more commands to preconfig mode
 2021-06-07 14:20 UTC  (3+ 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

[PATCH v3 0/7] block: file-posix queue
 2021-06-07 13:52 UTC  (2+ messages)

[PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
 2021-06-07 13:49 UTC  (3+ messages)

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-07 13:48 UTC  (21+ messages)
` [PATCH v16 02/99] accel: Introduce 'query-accels' QMP command
` [PATCH v16 03/99] qtest: Add qtest_has_accel() method
` [PATCH v16 04/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v16 06/99] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v16 07/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v16 08/99] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v16 09/99] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v16 11/99] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v16 12/99] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore

[Qemu-devel] [PATCH] configure: Define NCURSES_WIDECHAR if we're using curses
 2021-06-07 13:05 UTC  (4+ messages)

[PATCH] vga: Allow writing VBE_DISPI_ID5 to ID register
 2021-06-07 11:53 UTC 

[PATCH v3 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-07 12:49 UTC  (8+ messages)
` [PATCH v3 3/7] ACPI ERST: support for ACPI ERST feature
` [PATCH v3 4/7] ACPI ERST: include ERST feature in build of ACPI support
` [PATCH v3 5/7] ACPI ERST: create ERST device for pc/x86 machines

[PULL 0/2] Libslirp patches
 2021-06-07 12:16 UTC  (4+ messages)

[PATCH] RFC: net: document "-netdev user" explicitly as unsafe
 2021-06-07 12:06 UTC  (2+ messages)

[PATCH 0/9] gitlab-ci: Make mainstream CI green again
 2021-06-07 11:36 UTC  (3+ messages)
` [PATCH 6/9] gitlab-ci: Split gprof-gcov job

[PATCH] memory: Display MemoryRegion name in read/write ops trace events
 2021-06-07 11:29 UTC  (6+ 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).