qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 14:28:27 to 2021-06-03 23:36:29 UTC [more...]

[RFC] Adding the A64FX's HPC funtions
 2021-06-03 20:08 UTC  (4+ messages)

[PATCH 0/6] target/microblaze: Clean up MMU translation failed path
 2021-06-03 23:35 UTC  (17+ messages)
` [PATCH 1/6] target/microblaze: Use the IEC binary prefix definitions
` [PATCH 2/6] target/microblaze: Extract FPU helpers to fpu_helper.c
` [PATCH 3/6] target/microblaze: Assert transaction failures have exception enabled
` [PATCH 4/6] target/microblaze: Fix Exception Status Register 'Cause' definitions
` [PATCH 5/6] target/microblaze: Replace magic values by proper definitions
` [PATCH 6/6] target/microblaze: Set OPB bits in tlb_fill, not in transaction_failed

[PATCH v1 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
 2021-06-03 23:23 UTC  (7+ messages)
` [PATCH v1 2/3] hw/timer: Initial commit of Ibex Timer
` [PATCH v1 3/3] hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-06-03 23:17 UTC  (17+ messages)
` [PATCH v7 1/9] i386: avoid hardcoding '12' as 'hyperv_vendor_id' length
` [PATCH v7 2/9] i386: clarify 'hv-passthrough' behavior
` [PATCH v7 3/9] i386: hardcode supported eVMCS version to '1'
` [PATCH v7 4/9] i386: make hyperv_expand_features() return bool
` [PATCH v7 5/9] i386: expand Hyper-V features during CPU feature expansion time
` [PATCH v7 7/9] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
` [PATCH v7 8/9] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS priviliges
` [PATCH v7 9/9] qtest/hyperv: Introduce a simple hyper-v test

[PULL 00/29] softfloat patch queue
 2021-06-03 21:41 UTC  (30+ messages)
` [PULL 01/29] softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
` [PULL 02/29] softfloat: Move int_to_float "
` [PULL 03/29] softfloat: Move uint_to_float "
` [PULL 04/29] softfloat: Move minmax_flags "
` [PULL 05/29] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
` [PULL 06/29] softfloat: Move compare_floats to softfloat-parts.c.inc
` [PULL 07/29] softfloat: Move scalbn_decomposed "
` [PULL 08/29] softfloat: Move sqrt_float "
` [PULL 09/29] softfloat: Split out parts_uncanon_normal
` [PULL 10/29] softfloat: Reduce FloatFmt
` [PULL 11/29] softfloat: Introduce Floatx80RoundPrec
` [PULL 12/29] softfloat: Adjust parts_uncanon_normal for floatx80
` [PULL 13/29] tests/fp/fp-test: Reverse order of floatx80 precision tests
` [PULL 14/29] softfloat: Convert floatx80_add/sub to FloatParts
` [PULL 15/29] softfloat: Convert floatx80_mul "
` [PULL 16/29] softfloat: Convert floatx80_div "
` [PULL 17/29] softfloat: Convert floatx80_sqrt "
` [PULL 18/29] softfloat: Convert floatx80_round "
` [PULL 19/29] softfloat: Convert floatx80_round_to_int "
` [PULL 20/29] softfloat: Convert integer to floatx80 "
` [PULL 21/29] softfloat: Convert floatx80 float conversions "
` [PULL 22/29] softfloat: Convert floatx80 to integer "
` [PULL 23/29] softfloat: Convert floatx80_scalbn "
` [PULL 24/29] softfloat: Convert floatx80 compare "
` [PULL 25/29] softfloat: Convert float32_exp2 "
` [PULL 26/29] softfloat: Move floatN_log2 to softfloat-parts.c.inc
` [PULL 27/29] softfloat: Convert modrem operations to FloatParts
` [PULL 28/29] tests/fp: Enable more tests
` [PULL 29/29] softfloat: Use hard-float for {u}int64_to_float{32,64}

[PATCH v3 00/33] block/nbd: rework client connection
 2021-06-03 21:27 UTC  (38+ messages)
` [PATCH v3 14/33] nbd: move connection code from block/nbd to nbd/client-connection
` [PATCH v3 17/33] nbd/client-connection: implement connection retry
` [PATCH v3 18/33] nbd/client-connection: shutdown connection on release
` [PATCH v3 19/33] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
` [PATCH v3 20/33] block/nbd: use negotiation of NBDClientConnection
` [PATCH v3 22/33] block/nbd: pass monitor directly to connection thread
` [PATCH v3 23/33] block/nbd: nbd_teardown_connection() don't touch s->sioc
` [PATCH v3 24/33] block/nbd: drop BDRVNBDState::sioc
` [PATCH v3 25/33] nbd/client-connection: return only one io channel
` [PATCH v3 26/33] block-coroutine-wrapper: allow non bdrv_ prefix
` [PATCH v3 27/33] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
` [PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)
` [PATCH v3 29/33] nbd/client-connection: add option for non-blocking connection attempt
` [PATCH v3 30/33] block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
` [PATCH v3 31/33] block/nbd: add nbd_clinent_connected() helper
` [PATCH v3 32/33] block/nbd: safer transition to receiving request
` [PATCH v3 33/33] block/nbd: drop connection_co

[PATCH V3 00/22] Live Update
 2021-06-03 20:44 UTC  (12+ messages)
          ` [PATCH V3 00/22] Live Update [restart]

[PATCH v3 0/2] Gitlab: Add issue templates
 2021-06-03 20:35 UTC  (9+ messages)
` [PATCH v3 1/2] GitLab: Add "Bug" issue reporting template

[PULL 00/45] target-arm queue
 2021-06-03 20:25 UTC  (48+ messages)
` [PULL 01/45] target/arm: Add isar feature check functions for MVE
` [PULL 02/45] target/arm: Update feature checks for insns which are "MVE or FP"
` [PULL 03/45] target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dp
` [PULL 04/45] target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp
` [PULL 05/45] target/arm: Fix return values in fp_sysreg_checks()
` [PULL 06/45] target/arm: Implement M-profile VPR register
` [PULL 07/45] target/arm: Make FPSCR.LTPSIZE writable for MVE
` [PULL 08/45] target/arm: Allow board models to specify initial NS VTOR
` [PULL 09/45] arm: Consistently use "Cortex-Axx", not "Cortex Axx"
` [PULL 10/45] docs: Fix installation of man pages with Sphinx 4.x
` [PULL 11/45] target/arm: Mark LDS{MIN,MAX} as signed operations
` [PULL 12/45] target/arm: fix missing exception class
` [PULL 13/45] target/arm: fold do_raise_exception into raise_exception
` [PULL 14/45] target/arm: use raise_exception_ra for MTE check failure
` [PULL 15/45] target/arm: use raise_exception_ra for stack limit exception
` [PULL 16/45] target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16
` [PULL 17/45] target/arm: Unify unallocated path in disas_fp_1src
` [PULL 18/45] target/arm: Implement scalar float32 to bfloat16 conversion
` [PULL 19/45] target/arm: Implement vector "
` [PULL 20/45] softfpu: Add float_round_to_odd_inf
` [PULL 21/45] target/arm: Implement bfloat16 dot product (vector)
` [PULL 22/45] target/arm: Implement bfloat16 dot product (indexed)
` [PULL 23/45] target/arm: Implement bfloat16 matrix multiply accumulate
` [PULL 24/45] target/arm: Implement bfloat widening fma (vector)
` [PULL 25/45] target/arm: Implement bfloat widening fma (indexed)
` [PULL 26/45] linux-user/aarch64: Enable hwcap bits for bfloat16
` [PULL 27/45] target/arm: Enable BFloat16 extensions
` [PULL 28/45] hvf: Move assert_hvf_ok() into common directory
` [PULL 29/45] hvf: Move vcpu thread functions "
` [PULL 30/45] hvf: Move cpu "
` [PULL 31/45] hvf: Move hvf internal definitions into common header
` [PULL 32/45] hvf: Make hvf_set_phys_mem() static
` [PULL 33/45] hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
` [PULL 34/45] hvf: Split out common code on vcpu init and destroy
` [PULL 35/45] hvf: Use cpu_synchronize_state()
` [PULL 36/45] hvf: Make synchronize functions static
` [PULL 37/45] hvf: Remove hvf-accel-ops.h
` [PULL 38/45] hvf: Introduce hvf vcpu struct
` [PULL 39/45] hvf: Simplify post reset/init/loadvm hooks
` [PULL 40/45] tests/qtest/bios-tables-test: Check for dup2() failure
` [PULL 41/45] tests/qtest/e1000e-test: Check qemu_recv() succeeded
` [PULL 42/45] tests/qtest/hd-geo-test: Fix checks on mkstemp() return value
` [PULL 43/45] tests/qtest/pflash-cfi02-test: Avoid potential integer overflow
` [PULL 44/45] tests/qtest/tpm-tests: Remove unnecessary NULL checks
` [PULL 45/45] tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed

[PATCH v2 1/3] doc: Fix some mistakes in the SEV documentation
 2021-06-03 19:54 UTC  (4+ messages)

[PATCH v2] Update Linux headers to 5.13-rc4
 2021-06-03 19:15 UTC 

[PATCH] Update Linux headers to 5.13-rc4
 2021-06-03 19:08 UTC  (2+ messages)

[Bug 1896298] [NEW] memory leak
 2021-06-03 19:04 UTC  (5+ messages)
` [Bug 1896298] [RFC PATCH] accel/tcg: change default codegen buffer size for i386-softmmu
  `  "
    ` [Bug 1896298] "

[PATCH v4 00/15] qemu_iotests: improve debugging options
 2021-06-03 19:02 UTC  (5+ messages)
` [PATCH v4 01/15] python: qemu: add timer parameter for qmp.accept socket

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-03 18:56 UTC  (7+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()
` [PATCH 2/3] hw/acpi: Provide function acpi_ghes_present()
` [PATCH 3/3] target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors

[PATCH 0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot
 2021-06-03 18:16 UTC  (5+ messages)
` [PATCH 1/2] i386: reorder call to cpu_exec_realizefn in x86_cpu_realizefn

[PATCH v2 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-06-03 18:13 UTC  (35+ messages)
` [PATCH v2 03/26] s390x/tcg: Simplify vop64_3() handling
` [PATCH v2 04/26] s390x/tcg: Simplify vop64_2() handling
` [PATCH v2 05/26] s390x/tcg: Simplify vfc64() handling
` [PATCH v2 06/26] s390x/tcg: Simplify vftci64() handling
` [PATCH v2 07/26] s390x/tcg: Simplify vfma64() handling
` [PATCH v2 08/26] s390x/tcg: Simplify vfll32() handling
` [PATCH v2 09/26] s390x/tcg: Simplify vflr64() handling
` [PATCH v2 10/26] s390x/tcg: Simplify wfc64() handling
` [PATCH v2 13/26] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)
` [PATCH v2 14/26] s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)
` [PATCH v2 15/26] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *
` [PATCH v2 16/26] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR
` [PATCH v2 20/26] s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE
` [PATCH v2 21/26] s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
` [PATCH v2 22/26] s390x/tcg: Implement VECTOR FP NEGATIVE "
` [PATCH v2 23/26] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
` [PATCH v2 24/26] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)

[RFC PATCH 0/2] migration/rdma: Enable use of g_autoptr with struct rdma_cm_event
 2021-06-03 17:51 UTC  (3+ messages)
` [RFC PATCH 2/2] "

[PATCH v3 0/7] block: file-posix queue
 2021-06-03 17:33 UTC  (3+ messages)
` [PATCH v3 3/7] block: add max_hw_transfer to BlockLimits

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-06-03 17:30 UTC  (13+ messages)

[PATCH v8 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-06-03 17:19 UTC  (7+ messages)
` [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command
` [PATCH v8 10/12] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v8 11/12] qtest/bios-tables-test: Make test build-independent from accelerator

[PATCH v13 0/8] MTE support for KVM guest
 2021-06-03 17:13 UTC  (9+ messages)
` [PATCH v13 4/8] KVM: arm64: Introduce MTE VM feature
` [PATCH v13 5/8] KVM: arm64: Save/restore MTE registers
` [PATCH v13 6/8] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v13 7/8] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v2 00/12] hw: Various Kconfig fixes
 2021-06-03 16:40 UTC  (5+ messages)

[PATCH] buildsys: Restore listing binaries/tools/helpers in 'make help' target
 2021-06-03 16:07 UTC  (2+ messages)

[PATCH] target/i386: Fix decode of cr8
 2021-06-03 16:03 UTC  (2+ messages)

[RFC PATCH] docs/specs: QMP configuration design specification
 2021-06-03 16:02 UTC  (2+ messages)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-06-03 16:02 UTC  (2+ messages)

[PULL 00/23] Vga 20210527 patches
 2021-06-03 15:54 UTC  (3+ messages)
` [PULL 02/23] vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)

[Bug 1878054] [NEW] Hang with high CPU usage in sdhci_data_transfer
 2021-06-03 15:43 UTC  (4+ messages)
` [Bug 1878054] "

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-03 15:31 UTC  (4+ messages)
` [PATCH v4 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH v2 0/2] Fixes for "Windows fails to boot"
 2021-06-03 15:10 UTC  (3+ messages)

[PATCH v2 00/28] Convert floatx80 and float128 to FloatParts
 2021-06-03 14:57 UTC  (19+ messages)
` [PATCH v2 16/28] softfloat: Convert floatx80_sqrt "
` [PATCH v2 19/28] softfloat: Convert integer to floatx80 "
` [PATCH v2 20/28] softfloat: Convert floatx80 float conversions "
` [PATCH v2 21/28] softfloat: Convert floatx80 to integer "
` [PATCH v2 22/28] softfloat: Convert floatx80_scalbn "
` [PATCH v2 23/28] softfloat: Convert floatx80 compare "
` [PATCH v2 24/28] softfloat: Convert float32_exp2 "
` [PATCH v2 26/28] softfloat: Convert modrem operations "
` [PATCH v2 28/28] softfloat: Use hard-float for {u}int64_to_float{32, 64}
  ` [PATCH v2 28/28] softfloat: Use hard-float for {u}int64_to_float{32,64}

Arbitrary truncating of SCSI disk serial number
 2021-06-03 14:51 UTC  (2+ messages)

[PATCH] hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writes
 2021-06-03 14:52 UTC  (2+ messages)

[PATCH v1 1/1] tests/data/acpi/virt: add IORT files for ITS
 2021-06-03 14:51 UTC 

[PATCH 0/3] target/i386: tcg: fixes for 16-bit protected mode tasks
 2021-06-03 14:41 UTC  (5+ messages)
` [PATCH 1/3] target/i386: tcg: fix segment register offsets for 16-bit TSS
` [PATCH 2/3] target/i386: tcg: fix loading of registers from "
` [PATCH 3/3] target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa

[PATCH] sev: sev_get_attestation_report use g_autofree
 2021-06-03 14:29 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).