qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 13:11:35 to 2020-03-17 16:57:03 UTC [more...]

[PATCH v6 00/61] target/riscv: support vector extension v0.7.1
 2020-03-17 15:06 UTC  (51+ messages)
` [PATCH v6 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v6 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v6 03/61] target/riscv: support vector extension csr
` [PATCH v6 04/61] target/riscv: add vector configure instruction
` [PATCH v6 05/61] target/riscv: add an internals.h header
` [PATCH v6 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v6 07/61] target/riscv: add vector index "
` [PATCH v6 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v6 09/61] target/riscv: add vector amo operations
` [PATCH v6 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v6 11/61] target/riscv: vector widening "
` [PATCH v6 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v6 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v6 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v6 15/61] target/riscv: vector narrowing integer right "
` [PATCH v6 16/61] target/riscv: vector integer comparison instructions
` [PATCH v6 17/61] target/riscv: vector integer min/max instructions
` [PATCH v6 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v6 19/61] target/riscv: vector integer divide instructions
` [PATCH v6 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v6 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v6 22/61] target/riscv: vector widening "
` [PATCH v6 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v6 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v6 25/61] target/riscv: vector single-width averaging "
` [PATCH v6 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v6 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v6 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v6 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v6 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v6 31/61] target/riscv: vector widening "
` [PATCH v6 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v6 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v6 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v6 35/61] target/riscv: vector widening "
` [PATCH v6 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v6 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v6 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v6 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v6 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v6 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v6 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v6 43/61] target/riscv: widening "
` [PATCH v6 44/61] target/riscv: narrowing "
` [PATCH v6 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v6 46/61] target/riscv: vector wideing "
` [PATCH v6 47/61] target/riscv: vector single-width floating-point "
` [PATCH v6 48/61] target/riscv: vector widening "
` [PATCH v6 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v6 54/61] target/riscv: vector element index instruction

[PULL 00/13] target: Add the Renesas RX architecture
 2020-03-17 16:36 UTC  (13+ messages)
` [PULL 01/13] hw/registerfields.h: Add 8bit and 16bit register macros
` [PULL 02/13] MAINTAINERS: Add entry for the Renesas RX architecture
` [PULL 03/13] target/rx: TCG translation
` [PULL 04/13] target/rx: TCG helpers
` [PULL 05/13] target/rx: CPU definitions
` [PULL 06/13] target/rx: RX disassembler
` [PULL 07/13] target/rx: Disassemble rx_index_addr into a string
` [PULL 08/13] target/rx: Replace operand with prt_ldmi in disassembler
` [PULL 09/13] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PULL 10/13] target/rx: Emit all disassembly in one prt()
` [PULL 11/13] target/rx: Collect all bytes during disassembly
` [PULL 12/13] target/rx: Dump bytes for each insn "

[PATCH for-5.0] vl.c: fix migration failure for 3.1 and older machine types
 2020-03-17 16:52 UTC  (2+ messages)

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-17 16:48 UTC  (5+ messages)
` [PATCH v9 13/15] s390x: protvirt: Handle SIGP store status correctly

[PATCH 0/3] Minor error handling cleanups
 2020-03-17 16:34 UTC  (6+ messages)
` [PATCH v10 4/3] hw/sd/ssi-sd: fix error handling in ssi_sd_realize

[PULL 0/4] Error reporting patches for 2020-03-17
 2020-03-17 16:33 UTC  (5+ messages)
` [PULL 1/4] Use &error_abort instead of separate assert()
` [PULL 2/4] hw/misc/ivshmem: Use one Error * variable instead of two
` [PULL 3/4] xen-block: "
` [PULL 4/4] hw/sd/ssi-sd: fix error handling in ssi_sd_realize

[PULL 00/11] target-arm queue
 2020-03-17 16:21 UTC  (2+ messages)

[PATCH] hd-geo-test: Clean up use of buf[] in create_qcow2_with_mbr()
 2020-03-17 16:19 UTC  (2+ messages)

[PULL 00/38] Linux user for 5.0 patches
 2020-03-17 16:09 UTC  (3+ messages)
` [PULL 12/38] linux-user: Support futex_time64

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-17 16:11 UTC  (2+ messages)
` [Bug 1867786] "

[PATCH v4 0/7] Tighten qemu-img rules on missing backing format
 2020-03-17 16:21 UTC  (3+ messages)
` [PATCH v4 7/7] qemu-img: Deprecate use of -b without -F

[PATCH] ppc/spapr: Set the effective address provided flag in mc error log
 2020-03-17 16:11 UTC  (3+ messages)

[PULL v2 00/37] Linux user for 5.0 patches
 2020-03-17 15:59 UTC  (39+ messages)
` [PULL v2 01/37] target/i386: Renumber EXCP_SYSCALL
` [PULL v2 02/37] linux-user/i386: Split out gen_signal
` [PULL v2 03/37] linux-user/i386: Emulate x86_64 vsyscalls
` [PULL v2 04/37] linux-user: Add x86_64 vsyscall page to /proc/self/maps
` [PULL v2 05/37] linux-user: Flush out implementation of gettimeofday
` [PULL v2 06/37] linux-user: Add AT_EXECFN auxval
` [PULL v2 07/37] linux-user: do prlimit selectively
` [PULL v2 08/37] linux-user: fix socket() strace
` [PULL v2 09/37] linux-user: Update TASK_UNMAPPED_BASE for aarch64
` [PULL v2 10/37] linux-user: Protect more syscalls
` [PULL v2 11/37] linux-user/syscall: Add support for clock_gettime64/clock_settime64
` [PULL v2 12/37] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel
` [PULL v2 13/37] linux-user: introduce parameters to generate syscall_nr.h
` [PULL v2 14/37] linux-user, alpha: add syscall table generation support
` [PULL v2 15/37] linux-user, hppa: "
` [PULL v2 16/37] linux-user, m68k: "
` [PULL v2 17/37] linux-user, xtensa: "
` [PULL v2 18/37] linux-user, sh4: "
` [PULL v2 19/37] linux-user, microblaze: "
` [PULL v2 20/37] linux-user, arm: "
` [PULL v2 21/37] linux-user, ppc: "
` [PULL v2 22/37] linux-user, s390x: remove syscall definitions for !TARGET_S390X
` [PULL v2 23/37] linux-user, s390x: add syscall table generation support
` [PULL v2 24/37] linux-user, sparc, sparc64: "
` [PULL v2 25/37] linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl
` [PULL v2 26/37] linux-user, i386: add syscall table generation support
` [PULL v2 27/37] linux-user, x86_64: "
` [PULL v2 28/37] linux-user, mips: "
` [PULL v2 29/37] linux-user, mips64: "
` [PULL v2 30/37] linux-user, scripts: add a script to update syscall.tbl
` [PULL v2 31/37] linux-user: update syscall.tbl from linux 0bf999f9c5e7
` [PULL v2 32/37] linux-user,mips: move content of mips_syscall_args
` [PULL v2 33/37] linux-user,mips: update syscall-args-o32.c.inc
` [PULL v2 34/37] scripts: add a script to generate syscall_nr.h
` [PULL v2 35/37] linux-user, aarch64: sync syscall numbers with kernel v5.5
` [PULL v2 36/37] linux-user, nios2: "
` [PULL v2 37/37] linux-user, openrisc: "

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-03-17 16:09 UTC  (5+ messages)
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization

[PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
 2020-03-17 15:59 UTC  (11+ messages)

[PULL 00/10] Bitmaps patches
 2020-03-17 15:49 UTC  (9+ messages)

[PATCH] slirp: update submodule to v4.2.0
 2020-03-17 15:37 UTC  (2+ messages)

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-03-17 15:32 UTC  (3+ messages)

[PULL v2 00/61] Misc patches for soft freeze
 2020-03-17 15:42 UTC  (6+ messages)

[PULL v3 00/62] Misc patches for soft freeze
 2020-03-17 15:19 UTC  (4+ messages)
` [PULL v3 35/62] lockable: add QEMU_MAKE_LOCKABLE_NONNULL
` [PULL v3 36/62] lockable: add lock guards
` [PULL v3 37/62] lockable: add QemuRecMutex support

[PATCH] softmmu: fix crash with invalid -M memory-backend=
 2020-03-17 15:40 UTC  (3+ messages)

[PATCH v3 0/8] Misc hw/ide legacy clean up
 2020-03-17 15:23 UTC  (10+ messages)
` [PATCH v3 7/8] hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h
` [PATCH v3 4/8] hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
` [PATCH v3 3/8] hw/ide: Get rid of piix4_init function
` [PATCH v3 1/8] hw/ide: Get rid of piix3_init functions
` [PATCH v3 6/8] hw/ide: Do ide_drive_get() within pci_ide_create_devs()
` [PATCH v3 2/8] hw/isa/piix4.c: Introduce variable to store devfn
` [PATCH v3 5/8] hw/ide/pci.c: Coding style update to fix checkpatch errors
` [PATCH v3 8/8] hw/ide: Remove unneeded inclusion of hw/ide.h

[PATCH v10 0/9] error: auto propagated local_err part I
 2020-03-17 15:16 UTC  (10+ messages)
` [PATCH v10 1/9] error: auto propagated local_err
` [PATCH v10 2/9] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()
` [PATCH v10 3/9] SD (Secure Card): introduce ERRP_AUTO_PROPAGATE
` [PATCH v10 4/9] pflash: "
` [PATCH v10 5/9] fw_cfg: "
` [PATCH v10 6/9] virtio-9p: "
` [PATCH v10 7/9] TPM: "
` [PATCH v10 8/9] nbd: "
` [PATCH v10 9/9] xen: "

[PULL 0/1] Block patches
 2020-03-17 15:18 UTC  (2+ messages)
` [PULL 1/1] block/io: fix bdrv_co_do_copy_on_readv

[PATCH v5 00/60] target/riscv: support vector extension v0.7.1
 2020-03-17 15:11 UTC  (5+ messages)
` [PATCH v5 56/60] target/riscv: floating-point scalar move instructions

[PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
 2020-03-17 15:06 UTC 

[PATCH v3 0/4] benchmark util
 2020-03-17 15:01 UTC  (7+ messages)
` [PATCH v3 1/4] scripts/simplebench: add simplebench.py

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-17 14:55 UTC  (14+ messages)

[PULL 0/4] Usb 20200317 patches
 2020-03-17 14:44 UTC  (2+ messages)

[PATCH v2 0/7] Misc hw/ide legacy clean up
 2020-03-17 14:41 UTC  (15+ messages)
` [PATCH v2 2/7] hw/ide: Get rid of piix4_init function
` [PATCH v2 6/7] hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h

[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
 2020-03-17 14:36 UTC  (4+ messages)

[PATCH 0/5] QEMU Gating CI
 2020-03-17 14:24 UTC  (12+ messages)

[PATCH v10 0/3] Acceptance test: Add "boot_linux" acceptance test
 2020-03-17 14:16 UTC  (4+ messages)
` [PATCH v10 1/3] Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
` [PATCH v10 2/3] Acceptance test: add "boot_linux" tests
` [PATCH v10 3/3] Acceptance tests: add make targets to download images

[PATCH 0/2] gcc 9.2 strncpy(3) warnings fixes
 2020-03-17 14:18 UTC  (8+ messages)
` [PATCH 1/2] migration: avoid suspicious strncpy() use

[PATCH v1 00/28 for 5.0] testing and gdbstub
 2020-03-17 13:57 UTC  (7+ messages)
` [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test

[PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-17 13:54 UTC  (8+ messages)
` [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()

[PATCH v8 00/11] iotests: use python logging
 2020-03-17 13:48 UTC  (4+ messages)
` [PATCH v8 07/11] iotests: limit line length to 79 chars


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