qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 09:21:55 to 2020-07-22 16:54:33 UTC [more...]

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-22 16:53 UTC  (83+ messages)
` [RFC v2 01/76] target/riscv: drop vector 0.7.1 support
` [RFC v2 02/76] target/riscv: rvv-0.9: support vector 0.9
` [RFC v2 03/76] target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
` [RFC v2 05/76] target/riscv: fix return value of do_opivx_widen()
` [RFC v2 07/76] target/riscv: Use FIELD_EX32() to extract wd field
` [RFC v2 08/76] target/riscv: rvv-0.9: add mstatus VS field
` [RFC v2 09/76] target/riscv: rvv-0.9: add sstatus "
` [RFC v2 10/76] target/riscv: rvv-0.9: add translation-time vector context status
` [RFC v2 11/76] target/riscv: rvv-0.9: remove vxrm and vxsat fields from fcsr register
` [RFC v2 12/76] target/riscv: rvv-0.9: add vcsr register
` [RFC v2 13/76] target/riscv: rvv-0.9: add vlenb register
` [RFC v2 14/76] target/riscv: rvv-0.9: remove MLEN calculations
` [RFC v2 15/76] target/riscv: rvv-0.9: add fractional LMUL
` [RFC v2 16/76] target/riscv: rvv-0.9: add VMA and VTA
` [RFC v2 17/76] target/riscv: rvv-0.9: update check functions
` [RFC v2 18/76] target/riscv: introduce more imm value modes in translator functions
` [RFC v2 19/76] target/riscv: rvv-0.9: add narrower_nanbox_fpr helper
` [RFC v2 20/76] target/riscv: rvv-0.9: apply narrower nanbox helper in opfvf_trans
` [RFC v2 21/76] target/riscv: rvv-0.9: configure instructions
` [RFC v2 22/76] target/riscv: rvv-0.9: stride load and store instructions
` [RFC v2 23/76] target/riscv: rvv-0.9: index "
` [RFC v2 24/76] target/riscv: rvv-0.9: fix address index overflow bug of indexed load/store insns
` [RFC v2 25/76] target/riscv: rvv-0.9: fault-only-first unit stride load
` [RFC v2 26/76] target/riscv: rvv-0.9: amo operations
` [RFC v2 27/76] target/riscv: rvv-0.9: load/store whole register instructions
` [RFC v2 28/76] target/riscv: rvv-0.9: update vext_max_elems() for load/store insns
` [RFC v2 29/76] target/riscv: rvv-0.9: take fractional LMUL into vector max elements calculation
` [RFC v2 30/76] target/riscv: rvv-0.9: floating-point square-root instruction
` [RFC v2 31/76] target/riscv: rvv-0.9: floating-point classify instructions
` [RFC v2 32/76] target/riscv: rvv-0.9: mask population count instruction
` [RFC v2 33/76] target/riscv: rvv-0.9: find-first-set mask bit instruction
` [RFC v2 34/76] target/riscv: rvv-0.9: set-X-first mask bit instructions
` [RFC v2 35/76] target/riscv: rvv-0.9: iota instruction
` [RFC v2 36/76] target/riscv: rvv-0.9: element index instruction
` [RFC v2 37/76] target/riscv: rvv-0.9: allow load element with sign-extended
` [RFC v2 38/76] target/riscv: rvv-0.9: register gather instructions
` [RFC v2 39/76] target/riscv: rvv-0.9: integer scalar move instructions
` [RFC v2 40/76] target/riscv: rvv-0.9: floating-point move instruction
` [RFC v2 41/76] target/riscv: rvv-0.9: floating-point scalar move instructions
` [RFC v2 42/76] target/riscv: rvv-0.9: whole register "
` [RFC v2 43/76] target/riscv: rvv-0.9: integer extension instructions
` [RFC v2 44/76] target/riscv: rvv-0.9: single-width averaging add and subtract instructions
` [RFC v2 45/76] target/riscv: rvv-0.9: single-width bit shift instructions
` [RFC v2 46/76] target/riscv: rvv-0.9: integer add-with-carry/subtract-with-borrow
` [RFC v2 47/76] target/riscv: rvv-0.9: narrowing integer right shift instructions
` [RFC v2 48/76] target/riscv: rvv-0.9: widening integer multiply-add instructions
` [RFC v2 49/76] target/riscv: rvv-0.9: quad-widening "
` [RFC v2 50/76] target/riscv: rvv-0.9: single-width saturating add and subtract instructions
` [RFC v2 51/76] target/riscv: rvv-0.9: integer comparison instructions
` [RFC v2 52/76] fpu: implement full set compare for fp16
` [RFC v2 53/76] target/riscv: use softfloat lib float16 comparison functions
` [RFC v2 54/76] target/riscv: rvv-0.9: floating-point compare instructions
` [RFC v2 55/76] target/riscv: rvv-0.9: single-width integer reduction instructions
` [RFC v2 56/76] target/riscv: rvv-0.9: widening "
` [RFC v2 57/76] target/riscv: rvv-0.9: mask-register logical instructions
` [RFC v2 58/76] target/riscv: rvv-0.9: slide instructions
` [RFC v2 59/76] target/riscv: rvv-0.9: floating-point "
` [RFC v2 60/76] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC v2 61/76] target/riscv: rvv-0.9: floating-point/integer type-convert instructions
` [RFC v2 62/76] target/riscv: rvv-0.9: single-width floating-point reduction
` [RFC v2 63/76] target/riscv: rvv-0.9: widening floating-point reduction instructions
` [RFC v2 64/76] target/riscv: rvv-0.9: single-width scaling shift instructions
` [RFC v2 65/76] target/riscv: rvv-0.9: remove widening saturating scaled multiply-add
` [RFC v2 66/76] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC v2 67/76] target/riscv: rvv-0.9: remove integer extract instruction
` [RFC v2 68/76] fpu: add api to handle alternative sNaN propagation
` [RFC v2 69/76] target/riscv: rvv-0.9: floating-point min/max instructions
` [RFC v2 70/76] softfloat: add fp16 and uint8/int8 interconvert functions
` [RFC v2 71/76] target/riscv: rvv-0.9: widening floating-point/integer type-convert
` [RFC v2 72/76] target/riscv: rvv-0.9: narrowing "
` [RFC v2 73/76] fpu: fix float16 nan check
` [RFC v2 74/76] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [RFC v2 75/76] target/riscv: gdb: support vector registers for rv64
` [RFC v2 76/76] target/riscv: gdb: support vector registers for rv32

[PATCH for-5.1 0/3] virtiofsd: allow virtiofsd to run in a container
 2020-07-22 16:51 UTC  (5+ messages)
` [PATCH for-5.1 1/3] virtiofsd: drop CAP_DAC_READ_SEARCH
` [PATCH for-5.1 2/3] virtiofsd: add container-friendly -o chroot sandboxing option
` [PATCH for-5.1 3/3] virtiofsd: probe unshare(CLONE_FS) and print an error

[PATCH 1/2] target/riscv: Quiet Coverity complains about vamo*
 2020-07-22 16:40 UTC  (4+ messages)

[Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6
 2020-07-22 16:42 UTC  (2+ messages)
` [Bug 1888431] "

[PATCH v2 00/12] candidate fixes for 5.1-rc1 (testing, semihosting, OOM tcg, x86 fpu)
 2020-07-22 16:44 UTC  (25+ messages)
` [PATCH v2 04/12] util: add qemu_get_host_physmem utility function
` [PATCH v2 05/12] util/oslib-win32: add qemu_get_host_physmem implementation
` [PATCH v2 06/12] accel/tcg: better handle memory constrained systems
` [PATCH v2 08/12] linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
` [PATCH v2 11/12] tests/docker: add support for DEB_KEYRING
` [PATCH v2 12/12] linux-user: fix clock_nanosleep()

[PATCH v0 0/4] background snapshot
 2020-07-22 16:30 UTC  (5+ messages)

[PATCH for-5.1] iotests: Select a default machine for the rx and avr targets
 2020-07-22 16:19 UTC 

[PATCH 0/1] RFC: pcie: parital fix for missing unplug events
 2020-07-22 16:19 UTC  (3+ messages)
` [PATCH 1/1] pci/pcie: refuse another hotplug/unplug event if attention button is pending

[PATCH for-5.1? 0/4] non-blocking connect
 2020-07-22 15:56 UTC  (13+ messages)
` [PATCH 3/4] io/channel-socket: implement "

[PATCH for-5.1] hw: Only compile the usb-dwc2 controller if it is really needed
 2020-07-22 15:47 UTC 

[PATCH v2 0/2] This two patch series introduces functionality for a group
 2020-07-22 15:34 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
` [PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls

[PATCH 0/6] x86: fix cpu hotplug with secure boot
 2020-07-22 15:30 UTC  (10+ messages)
` [PATCH 1/6] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
` [PATCH 2/6] x86: cphp: prevent guest crash on CPU hotplug when broadcast SMI is in use
` [PATCH 3/6] x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
` [PATCH 5/6] x68: acpi: trigger SMI before scanning for hotplugged CPUs

[PATCH-for-5.1 0/2] tpm: Improve error reporting
 2020-07-22 14:57 UTC  (4+ messages)
` [PATCH-for-5.1 1/2] tpm: Display when no backend is available
` [RFC PATCH-for-5.1 2/2] tpm: List the available TPM backends

[PATCH v2] virtio-balloon: always indicate S_DONE when migration fails
 2020-07-22 14:55 UTC  (5+ messages)

Virt Storage/Block meeting minutes - 01-Jul-2020
 2020-07-22 14:45 UTC  (2+ messages)

[PATCH v5 00/10] build some devices as modules
 2020-07-22 14:39 UTC  (10+ messages)
` [PATCH v5 02/10] object: qom module support
` [PATCH v5 03/10] qdev: device "

[Bug 1887745] [NEW] call-method block-size failed with error ffffffdf
 2020-07-22 14:21 UTC  (2+ messages)
` [Bug 1887745] "

[PATCH v1] virtio-mem-pci: force virtio version 1
 2020-07-22 14:22 UTC  (2+ messages)

https booting
 2020-07-22 14:13 UTC  (6+ messages)
` [ipxe-devel] "

OVMF and PCI0 UID
 2020-07-22 13:53 UTC  (4+ messages)

[PATCH 0/4] error: Mechanical fixes & cleanups
 2020-07-22 13:31 UTC  (9+ messages)
` [PATCH 1/4] coccinelle/err-bad-newline: Fix for Python 3, and add patterns
` [PATCH 2/4] error: Strip trailing '\n' from error string arguments (again)
` [PATCH 3/4] error: Remove NULL checks on error_propagate() calls (again)

[PATCH 0/2] Adding support for a group of year 2038 safe syscalls
 2020-07-22 13:26 UTC  (4+ messages)
` [PATCH 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
` [PATCH 2/2] linux-user: Add support for a group of 2038 safe syscalls

[PATCH 1/2] net: forbid the reentrant RX
 2020-07-22 12:53 UTC  (4+ messages)
` [PATCH 2/2] e1000e: make TX reentrant

[PATCH v2 00/20] backup performance: block_status + async
 2020-07-22 12:22 UTC  (13+ messages)
` [PATCH v2 06/20] block/block-copy: add max_chunk and max_workers parameters
` [PATCH v2 07/20] block/block-copy: add ratelimit to block-copy
` [PATCH v2 08/20] block/block-copy: add block_copy_cancel
` [PATCH v2 09/20] blockjob: add set_speed to BlockJobDriver
` [PATCH v2 10/20] job: call job_enter from job_user_pause
` [PATCH v2 11/20] qapi: backup: add x-max-chunk and x-max-workers parameters

please try to avoid sending pullreqs late on release-candidate day
 2020-07-22 12:16 UTC  (4+ messages)

[PULL 0/9] acpi,virtio,pc: bugfixes
 2020-07-22 12:09 UTC  (10+ messages)
` [PULL 1/9] acpi: accept byte and word access to core ACPI registers
` [PULL 2/9] virtio: Drop broken and superfluous object_property_set_link()
` [PULL 3/9] virtio-balloon: Prevent guest from starting a report when we didn't request one
` [PULL 4/9] virtio-balloon: Add locking to prevent possible race when starting hinting
` [PULL 5/9] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [PULL 6/9] virtio: list legacy-capable devices
` [PULL 7/9] virtio: verify that legacy support is not accidentally on
` [PULL 8/9] intel_iommu: Use correct shift for 256 bits qi descriptor
` [PULL 9/9] virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks

[PATCH for-5.1] acpi: accept byte and word access to core ACPI registers
 2020-07-22 12:02 UTC  (4+ messages)

[PATCH 0/2] hw/block/nvme: handle transient dma errors
 2020-07-22 11:48 UTC  (3+ messages)
` [PATCH 1/2] pci: pass along the return value of dma_memory_rw

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-07-22 11:43 UTC  (3+ messages)

[PATCH] introduce VFIO-over-socket protocol specificaion
 2020-07-22 11:42 UTC  (3+ messages)

[PULL 0/1] Monitor patches for 2020-07-21
 2020-07-22 11:36 UTC  (2+ messages)

[PATCH] spice: simplify chardev setup
 2020-07-22 11:26 UTC  (5+ messages)

[RFC PATCH-not-for-5.1? v2] hw/isa/isa-bus: Ensure ISA I/O regions are 8/16-bit accessible
 2020-07-22 11:17 UTC  (2+ messages)

[PATCH v2 0/3] migration: Add block-bitmap-mapping parameter
 2020-07-22 11:07 UTC  (6+ messages)
` [PATCH v2 1/3] "

[PATCH v3] e1000e: using bottom half to send packets
 2020-07-22 10:45 UTC  (5+ messages)

[Bug 1888492] [NEW] After installing Ubuntu, restart and pop up the CMD command prompt
 2020-07-22 10:27 UTC 

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-07-22 10:19 UTC  (6+ messages)
` [PATCH v2 2/4] m25p80: Improve command handling for Jedec commands

[PATCH v2 0/4] Allow guest-get-fsinfo also for non-PCI devices
 2020-07-22  9:19 UTC  (7+ messages)
` [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function
` [PATCH v2 3/4] qga/commands-posix: Move the udev code from the pci to the generic function
` [PATCH v2 4/4] qga/commands-posix: Support fsinfo for non-PCI virtio devices, too

[Bug 1888467] [NEW] qemu-img http convert bug
 2020-07-22  9:07 UTC  (2+ messages)
` [Bug 1888467] "

[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
 2020-07-22  9:17 UTC  (9+ messages)
` [PATCH v2 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c


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