QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 03:26:47 to 2020-07-22 10:01:08 UTC [more...]

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-22  9:16 UTC  (77+ 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 04/76] target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()
` [RFC v2 05/76] target/riscv: fix return value of do_opivx_widen()
` [RFC v2 06/76] target/riscv: fix vill bit index in vtype register
` [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 v2 00/20] backup performance: block_status + async
 2020-07-22  9:39 UTC  (3+ messages)
` [PATCH v2 06/20] block/block-copy: add max_chunk and max_workers parameters

please try to avoid sending pullreqs late on release-candidate day
 2020-07-22  9:36 UTC  (5+ messages)

[PATCH] spice: simplify chardev setup
 2020-07-22  9:20 UTC  (2+ messages)

[PATCH v2 0/4] Allow guest-get-fsinfo also for non-PCI devices
 2020-07-22  9:19 UTC  (8+ messages)
` [PATCH v2 1/4] qga/qapi-schema: Document -1 for invalid PCI address fields
` [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  (3+ messages)
` [Bug 1888467] "

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

[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

[PATCH v1] migration: tls: fix memory leak in migration_tls_get_creds
 2020-07-22  9:15 UTC  (2+ messages)

5.1.0-rc1 regression: reset fails with kvm and -cpu host
 2020-07-22  9:15 UTC 

[PATCH v3 0/3] Fix some PMP implementation
 2020-07-22  9:08 UTC  (5+ messages)
` [PATCH v3 2/3] target/riscv/pmp.c: Fix the index offset on RV64
` [PATCH v3 3/3] target/riscv: Fix the translation of physical address

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

[PATCH v2 00/12] candidate fixes for 5.1-rc1 (testing, semihosting, OOM tcg, x86 fpu)
 2020-07-22  8:55 UTC  (20+ messages)
` [PATCH v2 01/12] shippable: add one more qemu to registry url
` [PATCH v2 02/12] semihosting: defer connect_chardevs a little more to use serialx
` [PATCH v2 03/12] semihosting: don't send the trailing '\0'
` [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 07/12] target/i386: floatx80: avoid compound literals in static initializers
` [PATCH v2 08/12] linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
` [PATCH v2 09/12] tests/docker: fix update command due to python3 str/bytes distinction
` [PATCH v2 10/12] tests/docker: fix binfmt_misc image building
` [PATCH v2 11/12] tests/docker: add support for DEB_KEYRING
` [PATCH v2 12/12] linux-user: fix clock_nanosleep()

[PATCH-for-5.2 1/2] virtio host input: use safe 64-bit time accessors for input_event
 2020-07-22  8:52 UTC  (2+ messages)
` [PATCH-for-5.2 2/2] virtio user "

[PATCH 0/4] error: Mechanical fixes & cleanups
 2020-07-22  8:42 UTC  (6+ 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 4/4] error: Use error_fatal to simplify obvious fatal errors (again)

[PATCH] hw/misc/edu: support pci device state migration
 2020-07-22  8:37 UTC  (2+ messages)

[PATCH v3] e1000e: using bottom half to send packets
 2020-07-22  8:31 UTC  (6+ messages)

[PATCH-for-5.2] hw/i386/q35: Remove unreachable Xen code on Q35 machine
 2020-07-22  8:25 UTC 

[PATCH v0 0/4] background snapshot
 2020-07-22  8:11 UTC  (5+ messages)
` [PATCH v0 1/4] bitops: add some atomic versions of bitmap operations
` [PATCH v0 2/4] migration: add background snapshot capability
` [PATCH v0 3/4] migration: add background snapshot
` [PATCH v0 4/4] background snapshot: add trace events for page fault processing

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

[PATCH 7/7] pc-bios: s390x: Setup io and ext new psws only once
 2020-07-22  8:05 UTC  (6+ messages)
` [PATCH] pc-bios: s390x: Add a comment to the io and external new PSW setup

[PATCH for-5.2 v3 0/3] migration: Add block-bitmap-mapping parameter
 2020-07-22  8:05 UTC  (4+ messages)
` [PATCH for-5.2 v3 1/3] "
` [PATCH for-5.2 v3 2/3] iotests.py: Add wait_for_runstate()
` [PATCH for-5.2 v3 3/3] iotests: Test node/bitmap aliases during migration

[PATCH 0/7] pc-bios: s390x: Cleanup part 2
 2020-07-22  8:06 UTC  (9+ messages)
` [PATCH 1/7] pc-bios: s390x: Fix bootmap.c zipl component entry data handling
` [PATCH 6/7] pc-bios: s390x: Use PSW constants in start.S

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

[PATCH] ehci: drop pointless warn_report for guest bugs
 2020-07-22  7:50 UTC  (2+ messages)

[PATCH v4 2/2] nvme: allow cmb and pmr to be enabled on same device
 2020-07-22  7:43 UTC  (11+ messages)

[PATCH v2 0/9] Generalize start-powered-off property from ARM
 2020-07-22  7:22 UTC  (18+ messages)
` [PATCH v2 1/9] target/arm: Move start-powered-off property to generic CPUState
` [PATCH v2 2/9] target/arm: Move setting of CPU halted state to generic code
` [PATCH v2 3/9] ppc/spapr: Use start-powered-off CPUState property
` [PATCH v2 4/9] ppc/e500: "
` [PATCH v2 5/9] mips/cps: "
` [PATCH v2 6/9] sparc/sun4m: "
` [RFC PATCH v2 7/9] sparc/sun4m: Don't set CPUState::halted in cpu_devinit()
` [RFC PATCH v2 8/9] sparc/sun4m: Use one cpu_reset() function for main and secondary CPUs
` [RFC PATCH v2 9/9] target/s390x: Use start-powered-off CPUState property

[PATCH] qdev: Document qdev_prop_set_drive_err() return value
 2020-07-22  7:20 UTC  (2+ 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  6:43 UTC  (4+ messages)

Disk cache defaults
 2020-07-22  6:14 UTC 

What is TYPE_TPM_TIS_ISA? (Not an ISA Device)
 2020-07-22  5:55 UTC  (3+ messages)

[Qemu-devel] [Bug 1751494] [NEW] tag-target.inc.c:3495:no such instruction: `xgetbv'
 2020-07-22  4:44 UTC  (2+ messages)
` [Bug 1751494] Re: tcg-target.inc.c:3495:no "

[Bug 1878253] [NEW] null-ptr dereference in address_space_to_flatview through ide
 2020-07-22  4:28 UTC  (3+ messages)

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

[Qemu-devel] [Bug 1693667] [NEW] -cpu haswell / broadwell have no MONITOR in features1
 2020-07-22  4:17 UTC  (2+ messages)
` [Bug 1693667] "

[RFC PATCH-for-5.1 v2] hw/ide: Cancel pending DMA requests before setting as inactive
 2020-07-22  4:19 UTC  (2+ messages)

[PATCH v1] migration: tls: unref creds after used
 2020-07-22  3:38 UTC  (3+ messages)

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-22  3:27 UTC  (15+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).