qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 08:48:41 to 2020-07-10 15:30:00 UTC [more...]

[PATCH RFC 0/5] s390x: initial support for virtio-mem
 2020-07-10 15:24 UTC  (12+ messages)
` [PATCH RFC 2/5] s390x: implement diag260

[PATCH v7 00/47] block: Deal with filters
 2020-07-10 15:28 UTC  (8+ messages)
` [PATCH v7 14/47] stream: "
` [PATCH v7 15/47] block: Use CAFs when working with backing chains

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-10 15:18 UTC  (12+ messages)

[PATCH RFCv2 0/6] s390x: initial support for virtio-mem
 2020-07-10 15:14 UTC  (7+ messages)
` [PATCH RFCv2 1/6] s390x: move setting of maximum ram size to machine init
` [PATCH RFCv2 2/6] s390x/diag: no need to check for PGM_PRIVILEGED in diag308
` [PATCH RFCv2 3/6] s390x/diag: implement diag260
` [PATCH RFCv2 4/6] s390x: prepare device memory address space
` [PATCH RFCv2 5/6] s390x: implement virtio-mem-ccw
` [PATCH RFCv2 6/6] s390x: initial support for virtio-mem

[PULL 00/32] AVR port
 2020-07-10 15:17 UTC  (5+ messages)

[PATCH v2] tests: improve performance of device-introspect-test
 2020-07-10 15:06 UTC  (2+ messages)

[PATCH v2] Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
 2020-07-10 15:00 UTC  (5+ messages)

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-10 14:59 UTC  (74+ messages)
` [RFC 01/65] target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
` [RFC 02/65] target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()
` [RFC 03/65] target/riscv: fix return value of do_opivx_widen()
` [RFC 04/65] target/riscv: fix vill bit index in vtype register
` [RFC 05/65] target/riscv: remove vsll.vi, vsrl.vi, vsra.vi insns from using gvec
` [RFC 06/65] target/riscv: rvv-0.9: add vcsr register
` [RFC 07/65] target/riscv: rvv-0.9: add vector context status
` [RFC 08/65] target/riscv: rvv-0.9: update mstatus_vs by tb_flags
` [RFC 09/65] target/riscv: rvv-0.9: add vlenb register
` [RFC 10/65] target/riscv: rvv-0.9: remove MLEN calculations
` [RFC 11/65] target/riscv: rvv-0.9: add fractional LMUL, VTA and VMA
` [RFC 12/65] target/riscv: rvv-0.9: update check functions
` [RFC 13/65] target/riscv: rvv-0.9: configure instructions
` [RFC 14/65] target/riscv: rvv-0.9: stride load and store instructions
` [RFC 15/65] target/riscv: rvv-0.9: index "
` [RFC 16/65] target/riscv: rvv-0.9: fix address index overflow bug of indexed load/store insns
` [RFC 17/65] target/riscv: rvv-0.9: fault-only-first unit stride load
` [RFC 18/65] target/riscv: rvv-0.9: amo operations
` [RFC 19/65] target/riscv: rvv-0.9: load/store whole register instructions
` [RFC 20/65] target/riscv: rvv-0.9: update vext_max_elems() for load/store insns
` [RFC 21/65] target/riscv: rvv-0.9: take fractional LMUL into vector max elements calculation
` [RFC 22/65] target/riscv: rvv-0.9: floating-point square-root instruction
` [RFC 23/65] target/riscv: rvv-0.9: floating-point classify instructions
` [RFC 24/65] target/riscv: rvv-0.9: mask population count instruction
` [RFC 25/65] target/riscv: rvv-0.9: find-first-set mask bit instruction
` [RFC 26/65] target/riscv: rvv-0.9: set-X-first mask bit instructions
` [RFC 27/65] target/riscv: rvv-0.9: iota instruction
` [RFC 28/65] target/riscv: rvv-0.9: element index instruction
` [RFC 29/65] target/riscv: rvv-0.9: integer scalar move instructions
` [RFC 30/65] target/riscv: rvv-0.9: floating-point "
` [RFC 31/65] target/riscv: rvv-0.9: whole register "
` [RFC 32/65] target/riscv: rvv-0.9: integer extension instructions
` [RFC 33/65] target/riscv: rvv-0.9: single-width averaging add and subtract instructions
` [RFC 34/65] target/riscv: rvv-0.9: integer add-with-carry/subtract-with-borrow
` [RFC 35/65] target/riscv: rvv-0.9: narrowing integer right shift instructions
` [RFC 36/65] target/riscv: rvv-0.9: widening integer multiply-add instructions
` [RFC 37/65] target/riscv: rvv-0.9: quad-widening "
` [RFC 38/65] target/riscv: rvv-0.9: integer merge and move instructions
` [RFC 39/65] target/riscv: rvv-0.9: single-width saturating add and subtract instructions
` [RFC 40/65] target/riscv: rvv-0.9: integer comparison instructions
` [RFC 41/65] target/riscv: rvv-0.9: floating-point compare instructions
` [RFC 42/65] target/riscv: rvv-0.9: single-width integer reduction instructions
` [RFC 43/65] target/riscv: rvv-0.9: widening "
` [RFC 44/65] target/riscv: rvv-0.9: mask-register logical instructions
` [RFC 45/65] target/riscv: rvv-0.9: register gather instructions
` [RFC 46/65] target/riscv: rvv-0.9: slide instructions
` [RFC 47/65] target/riscv: rvv-0.9: floating-point "
` [RFC 48/65] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC 49/65] target/riscv: rvv-0.9: floating-point move instructions
` [RFC 50/65] target/riscv: rvv-0.9: floating-point/integer type-convert instructions
` [RFC 51/65] target/riscv: rvv-0.9: single-width floating-point reduction
` [RFC 52/65] target/riscv: rvv-0.9: widening floating-point reduction instructions
` [RFC 53/65] target/riscv: rvv-0.9: single-width scaling shift instructions
` [RFC 54/65] target/riscv: rvv-0.9: remove widening saturating scaled multiply-add
` [RFC 55/65] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC 56/65] target/riscv: rvv-0.9: remove integer extract instruction
` [RFC 57/65] target/riscv: rvv-0.9: floating-point min/max instructions
` [RFC 58/65] target/riscv: rvv-0.9: widening floating-point/integer type-convert
` [RFC 59/65] target/riscv: rvv-0.9: narrowing "
` [RFC 60/65] softfloat: add fp16 and uint8/int8 interconvert functions
` [RFC 61/65] fpu: fix float16 nan check
` [RFC 62/65] fpu: add api to handle alternative sNaN propagation
` [RFC 63/65] fpu: implement full set compare for fp16
` [RFC 64/65] target/riscv: use softfloat lib float16 comparison functions
` [RFC 65/65] target/riscv: bump to RVV 0.9

[PATCH v4 00/40] testing/next (vm, gitlab, fixes)
 2020-07-10 14:58 UTC  (4+ messages)
` [PATCH v4 36/40] gitlab: split build-disabled into two phases

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-07-10 14:41 UTC  (2+ messages)
` [Bug 1856335] "

[PULL v2 00/53] Error reporting patches patches for 2020-07-07
 2020-07-10 14:50 UTC  (6+ messages)
` [PULL v2 14/53] qemu-option: Use returned bool to check for failure
` [PULL v2 26/53] qom: Put name parameter before value / visitor parameter
` [PULL v2 43/53] qemu-img: Ignore Error objects where the return value suffices
` [PULL v2 50/53] fw_cfg: Use ERRP_GUARD()

[PATCH for-5.1 0/2] qemu-img convert: Fix abort with unaligned image size
 2020-07-10 14:43 UTC  (6+ messages)
` [PATCH for-5.1 1/2] block: Require aligned image size to avoid assertion failure
` [PATCH for-5.1 2/2] file-posix: Allow byte-aligned O_DIRECT with NFS

[PATCH v8 0/6] block: seriously improve savevm/loadvm performance
 2020-07-10 14:40 UTC  (3+ messages)
` [PATCH 6/6] block/io: improve loadvm performance

Migrating custom qemu.org infrastructure to GitLab
 2020-07-10 14:09 UTC  (3+ messages)

[PULL 00/41] testing updates (vm, gitlab, misc build fixes)
 2020-07-10 13:50 UTC  (3+ messages)
` [PULL 04/41] tests/vm: Add configuration to basevm.py

[PATCH v2 0/2] linux-user: fix print_syscall_err()
 2020-07-10 13:48 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: fix the errno value in print_syscall_err()

[PATCH] softmmu/vl: Be less verbose about missing KVM when running the qtests
 2020-07-10 13:23 UTC  (2+ messages)

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-10 13:30 UTC  (11+ messages)

[PATCH] hw/net/ftgmac100: Fix integer overflow in ftgmac100_do_tx()
 2020-07-10 13:20 UTC  (3+ messages)

[PULL 0/2] xen queue 2020-07-10
 2020-07-10 13:11 UTC  (3+ messages)
` [PULL 1/2] xen: Fix xen-legacy-backend qdev types
` [PULL 2/2] xen: cleanup unrealized flash devices

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-10 12:53 UTC  (4+ messages)
` [PATCH v5 5/5] vhost-user-blk: default num_queues to -smp N

[PATCH v3 0/2] linux-user: support of semtimedop syscall
 2020-07-10 12:46 UTC  (5+ messages)
` [PATCH v3 1/2] linux-user: refactor ipc syscall
` [PATCH v3 2/2] linux-user: support of semtimedop syscall

[PULL 00/53] Error reporting patches patches for 2020-07-07
 2020-07-10 12:47 UTC  (2+ messages)

[PATCH for-5.1] qemu-img resize: Require --shrink for shrinking all image formats
 2020-07-10 12:41 UTC  (4+ messages)

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2020-07-10 12:21 UTC  (3+ messages)
` [Bug 1886793] "

[PATCH 0/2] hw/sd/sdcard: Fix CVE-2020-13253 (Do not allow invalid SD card sizes)
 2020-07-10 12:30 UTC  (15+ messages)
` [PATCH 2/2] hw/sd/sdcard: Do not allow invalid SD card sizes

[PATCH v2 0/3] virtio-balloon: Free page hinting clean-ups
 2020-07-10 12:14 UTC  (3+ messages)
` [PATCH v2 2/3] virtio-balloon: Add locking to prevent possible race when starting hinting

Separate notifications from list messages?
 2020-07-10 11:57 UTC  (14+ messages)

[PATCH] docs/system/s390x: Improve the 3270 documentation
 2020-07-10 11:40 UTC  (3+ messages)

QEMU | Pipeline #165193477 has failed for master | b6d7e9b6
 2020-07-10 11:40 UTC 

[PATCH] 9p: null terminate fs driver options list
 2020-07-10 11:39 UTC  (2+ messages)

[PATCH] hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()
 2020-07-10 11:07 UTC  (2+ messages)

[PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020
 2020-07-10 10:46 UTC  (5+ messages)

[PATCH v3 00/11] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-10 10:39 UTC  (16+ messages)
` [PATCH v3 05/11] hw/arm/smmu-common: Manage IOTLB block entries
` [PATCH v3 07/11] hw/arm/smmuv3: Get prepared for range invalidation
` [PATCH v3 08/11] hw/arm/smmuv3: Fix IIDR offset
` [PATCH v3 09/11] hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
` [PATCH v3 10/11] hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support
` [PATCH v3 11/11] hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-10 10:37 UTC  (4+ messages)

[PATCH v2] vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267
 2020-07-10 10:29 UTC  (3+ messages)

[PULL 0/1] Tracing patches
 2020-07-10 10:29 UTC  (2+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#3] QEMU 5.0 and 5.1-pre-soft-freeze Dissect Comparison
 2020-07-10 10:12 UTC  (5+ messages)

[RFC PATCH 0/2] hw/sd: Deprecate the SPI mode and the SPI to SD adapter
 2020-07-10 10:08 UTC  (3+ messages)

[PULL 00/31] Block patches
 2020-07-10  9:54 UTC  (4+ messages)
` [PULL 18/31] block/core: add generic infrastructure for x-blockdev-amend qmp command

[PATCH v2 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-07-10  9:53 UTC  (2+ messages)

[PATCH] hw/register: Document register_init_block @memory_size
 2020-07-10  9:51 UTC  (5+ messages)

[PATCH] block/amend: Check whether the node exists
 2020-07-10  9:50 UTC 

[PATCH v3 0/2] qga: Ditch g_get_host_name()
 2020-07-10  9:43 UTC  (2+ messages)

[PATCH] acpi: Fix access to PM1 control and status registers
 2020-07-10  9:42 UTC  (5+ messages)

[PATCH v1] qmp: don't hold ctx lock while querying blockstats
 2020-07-10  9:40 UTC  (3+ messages)

[PATCH 0/2] hw/char/serial: Migrate I/O serial device
 2020-07-10  9:32 UTC  (5+ messages)
` [PATCH 1/2] hw/char/serial: Separate and document static properties
` [PATCH 2/2] hw/char/serial: Allow migration of the I/O serial device

[PATCH v5 00/11] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-10  9:31 UTC  (9+ messages)
` [PATCH v5 01/11] hw/misc: Add NPCM7xx System Global Control Registers device model

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description
 2020-07-10  9:12 UTC  (14+ messages)
` [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent
` [RFC PATCH 2/3] hw/i2c/smbus_eeprom: Add description based on child name

[PATCH] block: Avoid stale pointer dereference in blk_get_aio_context()
 2020-07-10  8:53 UTC  (2+ 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 NNTP newsgroup(s).