qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 15:03:00 to 2021-02-26 04:28:09 UTC [more...]

[PATCH v7 00/75] support vector extension v1.0
 2021-02-26  3:18 UTC  (76+ messages)
` [PATCH v7 01/75] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v7 02/75] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v7 03/75] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v7 04/75] target/riscv: rvv-1.0: add sstatus "
` [PATCH v7 05/75] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v7 06/75] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v7 07/75] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v7 08/75] target/riscv: rvv-1.0: add vcsr register
` [PATCH v7 09/75] target/riscv: rvv-1.0: add vlenb register
` [PATCH v7 10/75] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v7 11/75] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v7 12/75] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v7 13/75] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v7 14/75] target/riscv: rvv-1.0: update check functions
` [PATCH v7 15/75] target/riscv: introduce more imm value modes in translator functions
` [PATCH v7 16/75] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v7 17/75] target/riscv: rvv-1.0: configure instructions
` [PATCH v7 18/75] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v7 19/75] target/riscv: rvv-1.0: index "
` [PATCH v7 20/75] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v7 21/75] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v7 22/75] target/riscv: rvv-1.0: amo operations
` [PATCH v7 23/75] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v7 24/75] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v7 25/75] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v7 26/75] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v7 27/75] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v7 28/75] target/riscv: rvv-1.0: mask population count instruction
` [PATCH v7 29/75] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v7 30/75] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v7 31/75] target/riscv: rvv-1.0: iota instruction
` [PATCH v7 32/75] target/riscv: rvv-1.0: element index instruction
` [PATCH v7 33/75] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v7 34/75] target/riscv: rvv-1.0: register gather instructions
` [PATCH v7 35/75] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v7 36/75] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v7 37/75] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v7 38/75] target/riscv: rvv-1.0: whole register "
` [PATCH v7 39/75] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v7 40/75] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v7 41/75] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v7 42/75] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v7 43/75] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v7 44/75] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v7 45/75] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v7 46/75] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v7 47/75] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v7 48/75] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v7 49/75] target/riscv: rvv-1.0: slide instructions
` [PATCH v7 50/75] target/riscv: rvv-1.0: floating-point "
` [PATCH v7 51/75] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v7 52/75] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v7 53/75] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v7 54/75] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v7 55/75] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v7 56/75] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v7 57/75] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v7 58/75] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v7 59/75] target/riscv: introduce floating-point rounding mode enum
` [PATCH v7 60/75] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v7 61/75] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v7 62/75] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v7 63/75] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v7 64/75] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v7 65/75] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v7 66/75] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v7 67/75] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v7 68/75] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v7 69/75] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v7 70/75] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v7 71/75] target/riscv: set mstatus.SD bit when writing fp CSRs
` [PATCH v7 72/75] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v7 73/75] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v7 74/75] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v7 75/75] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns

[PATCH v2 0/2] hw/riscv: Add fw_cfg support, allow ramfb
 2021-02-26  3:54 UTC 

[PATCH v22 00/17] i386 cleanup PART 2
 2021-02-26  4:05 UTC  (5+ messages)
` [PATCH v22 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU

[RFC v1 27/38] target/arm: move sve_zcr_len_for_el to common_cpu
 2021-02-26  4:01 UTC  (4+ messages)

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-02-26  3:47 UTC  (21+ messages)
` [PATCH v2 01/10] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v2 02/10] target/hexagon: import README "
` [PATCH v2 03/10] target/hexagon: make helper functions non-static
` [PATCH v2 04/10] target/hexagon: introduce new helper functions
` [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext
` [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser
` [PATCH v2 07/10] target/hexagon: import lexer for idef-parser
` [PATCH v2 08/10] target/hexagon: import parser "
` [PATCH v2 09/10] target/hexagon: call idef-parser functions
` [PATCH v2 10/10] target/hexagon: import additional tests

[PATCH] exec/memory: Use struct Object typedef
 2021-02-25 23:55 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-02-26  2:26 UTC  (7+ messages)
` [RFC PATCH 4/5] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH 5/5] hw/arm/virt-acpi-build: add PPTT table

[PATCH v7 0/6] Enable CET support for guest
 2021-02-26  2:20 UTC  (7+ messages)
` [PATCH v7 1/6] target/i386: Change XSAVE related feature-word names
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID
` [PATCH v7 3/6] target/i386: Enable CET components support for XSAVES
` [PATCH v7 4/6] target/i386: Add user-space MSR access interface for CET
` [PATCH v7 5/6] target/i386: Add CET state support for guest migration
` [PATCH v7 6/6] target/i386: Advise CET bits in CPU/MSR feature words

[PATCH 0/2] Acceptance Tests: restore the use of target related information
 2021-02-26  0:01 UTC  (4+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images
` [PATCH 2/2] Acceptance Tests: restore filtering of tests by target arch

[PATCH] multiprocess: move feature to meson_options.txt
 2021-02-25 23:16 UTC  (6+ messages)

[PATCH v2 0/2] tests: Add functional test for out-of-process device emulation
 2021-02-25 23:07 UTC  (4+ messages)
` [PATCH v2 1/2] avocado_qemu: add exec_command function
` [PATCH v2 2/2] tests: Add functional test for out-of-process device emulation

[RFC PATCH 0/3] hw/block/pflash: Mmap read-only backend files with MAP_SHARED
 2021-02-25 23:02 UTC  (4+ messages)
` [RFC PATCH 1/3] exec/memory: Introduce memory_region_init_rom_device_from_file()
` [RFC PATCH 2/3] hw/block/pflash: Move code around
` [RFC PATCH 3/3] hw/block/pflash: use memory_region_init_rom_device_from_file()

[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
 2021-02-25 22:55 UTC  (7+ messages)
` [PATCH v2 01/31] tests: Drop 'props' from object-add calls
` [PATCH v2 02/31] qapi/qom: Drop deprecated 'props' from object-add
` [PATCH v2 03/31] qapi/qom: Add ObjectOptions for iothread

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-25 22:10 UTC  (29+ messages)
` [PATCH v3 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v3 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH v3 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH v3 08/16] qapi/expr.py: add type hint annotations
` [PATCH v3 09/16] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v3 10/16] qapi/expr.py: Remove single-letter variable
` [PATCH v3 13/16] qapi/expr.py: Modify check_keys to accept any Collection
` [PATCH v3 15/16] qapi/expr.py: move related checks inside check_xxx functions

[PATCH] hw/elf_ops: Fix a typo
 2021-02-25 21:39 UTC  (2+ messages)

[PATCH 1/1] qemu_timer.c: add timer_deadline_ms() helper
 2021-02-25 21:29 UTC 

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-25 21:25 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-25 21:14 UTC  (4+ messages)

[PATCH 1/4] linux user: make execfd global (like exec path) and keep it open
 2021-02-25 20:54 UTC  (4+ messages)
` [PATCH 2/4] linux user: moved is proc functions to separate file
` [PATCH 3/4] linux user: refactored is proc myself, added support for fd/<execfd>
` [PATCH 4/4] linux user: added tests for proc myself

[PATCH v4 0/6] Pegasos2 emulation
 2021-02-25 20:10 UTC  (8+ messages)
` [PATCH v4 2/6] vt82c686: QOM-ify superio related functionality
` [PATCH v4 1/6] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH v4 3/6] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH v4 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v4 4/6] vt82c686: Add emulation of VT8231 south bridge
` [PATCH v4 5/6] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

[PATCH 0/7] ui: add vdagent implementation and clipboard support
 2021-02-25 19:45 UTC  (9+ messages)
` [PATCH 2/7] ui/vdagent: core infrastructure
` [PATCH 4/7] ui/vdagent: add clipboard support
` [PATCH 5/7] ui/vnc: "
` [PATCH 7/7] ui/gtk: add "

[PATCH v2 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-25 19:39 UTC  (7+ messages)
` [PATCH v2 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard

QEMU CI failed due to canceled download
 2021-02-25 19:24 UTC  (2+ messages)

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-25 19:17 UTC  (5+ messages)

[PATCH v5 0/1] virtio-net: Add check for mac address while peer is vdpa
 2021-02-25 19:14 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PULL 00/17] pc,virtio,pci: fixes, tests
 2021-02-25 19:07 UTC  (2+ messages)

[PATCH] nbd: server: Report holes for raw images
 2021-02-25 18:50 UTC  (5+ messages)

[PATCH] target/hexagon/gen_tcg_funcs: Fix a typo
 2021-02-25 18:35 UTC  (2+ messages)

link to User documentation of https://wiki.qemu.org/Features/Tracing is broken currently
 2021-02-25 17:55 UTC  (4+ messages)

[PATCH 00/14] deprecations: remove many old deprecations
 2021-02-25 17:32 UTC  (6+ messages)
` [PATCH 12/14] block: remove dirty bitmaps 'status' field
` [PATCH 13/14] block: remove 'dirty-bitmaps' field from 'BlockInfo' struct

[Bug 1916344] [NEW] User mode networking not working properly on QEMU on Mac OS X host
 2021-02-25 17:29 UTC  (2+ messages)
` [Bug 1916344] "

block/throttle and burst bucket
 2021-02-25 17:34 UTC 

[PATCH v5 0/9] block: Add retry for werror=/rerror= mechanism
 2021-02-25 17:24 UTC  (4+ messages)

[PATCH] virtio-iommu: Default to bypass during boot
 2021-02-25 17:13 UTC  (3+ messages)

[RFC PATCH v2 0/4] Allow changing bs->file on reopen
 2021-02-25 17:02 UTC  (5+ messages)
` [RFC PATCH v2 3/4] block: Support multiple reopening with x-blockdev-reopen

9pfs developers docs
 2021-02-25 16:47 UTC  (5+ messages)

[PATCH] virtio-net: Add check for mac address while peer is vdpa
 2021-02-25 16:43 UTC  (3+ messages)

[PATCH v2 0/7] Some vIOMMU fixes
 2021-02-25 16:33 UTC  (9+ messages)
` [PATCH v2 1/7] intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidate
` [PATCH v2 2/7] dma: Introduce dma_aligned_pow2_mask()
` [PATCH v2 3/7] virtio-iommu: Handle non power of 2 range invalidations

[PATCH 0/6] Detect reentrant RX casue by loopback
 2021-02-25 16:29 UTC  (8+ messages)
` [PATCH 1/6] net: introduce qemu_receive_packet()

[PATCH 0/5] Obey NBD spec regarding block size bounds on reply
 2021-02-25 16:23 UTC  (11+ messages)
` [PATCH 1/5] iotests: Update 241 to expose backing layer fragmentation
` [PATCH 2/5] block: Fix BDRV_BLOCK_RAW status to honor alignment

[PATCH] tcg/i386: rdpmc: use the the condtions
 2021-02-25 15:47 UTC  (2+ messages)

[RFC PATCH 0/5] Experimenting with tb-lookup tweaks
 2021-02-25 15:45 UTC  (2+ messages)

QEMU Clock record and replay
 2021-02-25 15:43 UTC 

[RFC PATCH 00/10] target/hexagon: introduce idef-parser
 2021-02-25 15:24 UTC  (6+ messages)
` [RFC PATCH 08/10] target/hexagon: import parser for idef-parser


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