qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 13:01:53 to 2020-09-29 20:12:12 UTC [more...]

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-29 19:53 UTC  (21+ messages)

[PATCH V1 0/3] Passthru device support under emulated amd-iommu
 2020-09-29 19:34 UTC  (3+ messages)
` [PATCH V1 2/3] amd-iommu: Sync IOVA-to-GPA translation during page invalidation

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

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-09-29 20:06 UTC  (5+ messages)
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM

[PATCH Kernel v24 0/8] Add UAPIs to support migration for VFIO devices
 2020-09-29 19:52 UTC  (3+ messages)

[PATCH v2 0/2] NVMe passthrough: Take into account host IOVA reserved regions
 2020-09-29 19:44 UTC  (4+ messages)
` [PATCH v2 2/2] util/vfio-helpers: Rework the IOVA allocator to avoid "

[PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine
 2020-09-29 19:37 UTC  (2+ messages)

Outline for VHOST_USER_PROTOCOL_F_VDPA
 2020-09-29 18:38 UTC  (5+ messages)

[PATCH v3 00/47] qapi: static typing conversion, pt1
 2020-09-29 18:30 UTC  (18+ messages)
` [PATCH v3 02/47] [DO-NOT-MERGE] docs: repair broken references
` [PATCH v3 03/47] [DO-NOT-MERGE] docs/sphinx: change default role to "any"
` [PATCH v3 04/47] qapi: modify docstrings to be sphinx-compatible
` [PATCH v3 05/47] qapi/doc.py: Change code templates from function to string
` [PATCH v3 06/47] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi

[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
 2020-09-29 18:23 UTC  (7+ messages)

[PATCH 0/1] docs: repair broken references
 2020-09-29 18:15 UTC  (2+ messages)
` [PATCH 1/1] "

[Bug 1897783] [NEW] avocado tests not running on aarch64 host
 2020-09-29 18:09 UTC 

[PATCH] job: delete job_{lock, unlock} functions and replace them with lock guard
 2020-09-29 18:04 UTC  (2+ messages)

[PATCH v2 0/2] Add watchdog support for SbsaQemu
 2020-09-29 18:04 UTC  (3+ messages)
` [PATCH v2 1/2] hw/watchdog: Implement SBSA watchdog device
` [PATCH v2 2/2] hw/arm/sbsa-ref: add "

[PATCH 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-09-29 17:54 UTC  (9+ messages)
` [PATCH 1/4] keyval: Parse help options
` [PATCH 2/4] qom: Factor out helpers from user_creatable_print_help()
` [PATCH 3/4] qom: Add user_creatable_print_help_from_qdict()
` [PATCH 4/4] qemu-storage-daemon: Remove QemuOpts from --object parser

[RFC 0/3] QEMU as IPMI BMC emulator
 2020-09-29 17:46 UTC  (4+ messages)

[Qemu-devel PATCH v2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR
 2020-09-29 17:38 UTC  (2+ messages)
` [Qemu-devel PATCH v2] target/i386: add "-cpu,lbr-fmt=*" "

[PATCH v2 0/4] block/export: add BlockExportOptions->iothread member
 2020-09-29 17:36 UTC  (8+ messages)
` [PATCH v2 3/4] block: move block exports to libblockdev
` [PATCH v2 4/4] block/export: add iothread and fixed-iothread options

[PATCH PROTOTYPE 0/6] virtio-mem: vfio support
 2020-09-29 17:05 UTC  (3+ messages)

[RFC PATCH v5 0/2] Add file-backed and write-once features to OTP
 2020-09-29 16:57 UTC  (5+ messages)
` [RFC PATCH v5 2/2] hw/riscv: sifive_u: Add backend drive support

[RFC PATCH v4 00/29] Hexagon patch series
 2020-09-29 17:01 UTC  (7+ messages)
` [RFC PATCH v4 15/29] Hexagon (target/hexagon) utility functions

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-29 16:46 UTC  (5+ messages)
` [PATCH v5 13/14] hw/block/nvme: Use zone metadata file for persistence

[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
 2020-09-29 16:30 UTC  (3+ messages)
` [PATCH v2 1/2] vhost: Don't call access_ok() when using IOTLB
` [PATCH v2 2/2] vhost: Don't call log_access_ok() "

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-09-29 16:21 UTC  (6+ messages)
` [PATCH v4] introduce vfio-user protocol specification

[PULL 0/1] acpi: fixup
 2020-09-29 16:22 UTC  (3+ messages)

[PATCH] qcow2: Use L1E_SIZE in qcow2_write_l1_entry()
 2020-09-29 16:08 UTC  (2+ messages)

[PATCH v2] build-sys: fix git version from -version
 2020-09-29 15:56 UTC  (5+ messages)

[PATCH v6 00/14] Reverse debugging
 2020-09-29 15:51 UTC  (2+ messages)

[PATCH v11 0/3] Add Versal usb model
 2020-09-29 15:49 UTC  (6+ messages)
` [PATCH v11 1/3] misc: Add versal-usb2-ctrl-regs module
` [PATCH v11 2/3] usb: Add DWC3 model

[PULL 0/5] fw_cfg/crypto patches for 5.1 soft freeze
 2020-09-29 15:46 UTC  (3+ messages)
` [PULL 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PATCH v6 00/21] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-29 15:43 UTC  (32+ messages)
` [PATCH v6 05/21] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v6 08/21] docs/interop: Convert qemu-ga-ref to rST
` [PATCH v6 09/21] docs/interop: Convert qemu-qmp-ref "
` [PATCH v6 15/21] tests/qapi-schema: Add test of the rST QAPI doc-comment outputn
` [PATCH v6 17/21] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-09-29 15:31 UTC  (7+ messages)
` [PATCH v2 1/3] qga: add command guest-get-disks
` [PATCH v2 2/3] qga: add implementation of guest-get-disks for Linux
` [PATCH v2 3/3] qga: add implementation of guest-get-disks for Windows

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-29 15:28 UTC  (19+ messages)
        ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
              ` [Virtio-fs] "

qcow2 merge_cow() question
 2020-09-29 15:02 UTC  (4+ messages)

[PATCH v2] hw/ide: check null block before _cancel_dma_sync
 2020-09-29 14:53 UTC  (6+ messages)

[PATCH v3 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-09-29 14:47 UTC  (2+ messages)

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-09-29 14:40 UTC  (4+ messages)
` [PATCH 15/16] target/mips/cpu: Do not allow system-mode use without input clock

[PATCH] build-sys: fix git version from -version
 2020-09-29 14:32 UTC  (3+ messages)

[PATCH v5] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-09-29 14:25 UTC 

[PATCH v2 0/5] virtio-mem: block size and address-assignment optimizations
 2020-09-29 14:24 UTC  (5+ messages)
` [PATCH v2 1/5] virtio-mem: Probe THP size to determine default block size

[PATCH v2 0/8] qemu/bswap: Use compiler __builtin_bswap()
 2020-09-29 14:06 UTC  (5+ messages)
` [PATCH v2 7/8] qemu/bswap: Use compiler __builtin_bswap() on NetBSD

Network I/O Buffering
 2020-09-29 10:20 UTC 

[PATCH v4] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-09-29 14:01 UTC  (3+ messages)

[Bug 1895053] [NEW] Cannot nspawn raspbian 10 [FAILED] Failed to start Journal Service
 2020-09-29 13:31 UTC  (3+ messages)
` [Bug 1895053] "

[PATCH v3 0/5] pseries NUMA distance calculation
 2020-09-29 13:38 UTC  (6+ messages)
` [PATCH v3 1/5] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH v3 2/5] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH v3 3/5] spapr_numa: change reference-points and maxdomain settings
` [PATCH v3 4/5] spapr_numa: consider user input when defining associativity
` [PATCH v3 5/5] specs/ppc-spapr-numa: update with new NUMA support

[PULL 0/2] register queue
 2020-09-29 13:22 UTC  (4+ messages)
` [PULL 2/2] core/register: Specify instance_size in the TypeInfo

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-09-29 13:11 UTC  (3+ messages)
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command

[Bug 1849644] [NEW] QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
 2020-09-29 12:59 UTC  (2+ messages)
` [Bug 1849644] "


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