qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-05 08:59:55 to 2020-08-06 11:54:41 UTC [more...]

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-06 10:46 UTC  (8+ messages)
` [RFC v3 11/71] target/riscv: rvv-1.0: remove MLEN calculations
` [RFC v3 12/71] target/riscv: rvv-1.0: add fractional LMUL
` [RFC v3 32/71] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [RFC v3 37/71] target/riscv: rvv-1.0: integer scalar move instructions
` [RFC v3 45/71] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [RFC v3 55/71] target/riscv: rvv-1.0: floating-point slide instructions
` [RFC v3 58/71] target/riscv: rvv-1.0: widening floating-point reduction instructions

[PATCH 0/4] Refactor get_fpstatus_ptr() ready for AArch32 fp16
 2020-08-06 11:50 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PATCH 2/4] target/arm: Make A32/T32 use new fpstatus_ptr() API
` [PATCH 3/4] target/arm: Implement FPST_STD_F16 fpstatus
` [PATCH 4/4] target/arm: Use correct FPST for VCMLA, VCADD on fp16

Why QEMU should move from C to Rust (clickbait alert ;))
 2020-08-06 11:51 UTC  (2+ messages)

[PATCH] spapr: Clarify error and documentation for broken KVM XICS
 2020-08-06  5:12 UTC  (3+ messages)

[PATCH v8 0/7] 9pfs: readdir optimization
 2020-08-06  9:38 UTC  (4+ messages)
` [PATCH v8 4/7] 9pfs: add new function v9fs_co_readdir_many()

[PATCH] virtiofsd: Disable remote posix locks by default
 2020-08-06  8:20 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH v2 0/7] target/riscv: NaN-boxing for multiple precison
 2020-08-06  6:28 UTC  (3+ messages)
` [PATCH v2 7/7] target/riscv: check before allocating TCG temps

[PATCH v5 0/2] add new options to set smbios type 4 fields
 2020-08-06  3:56 UTC  (3+ messages)
` [PATCH v5 1/2] hw/smbios: add options for type 4 max-speed and current-speed
` [PATCH v5 2/2] tests/bios-tables-test: add smbios cpu speed test

Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
 2020-08-06  3:37 UTC  (4+ messages)

[PATCH 0/2] Instruction set detection for clang
 2020-08-05 23:23 UTC  (2+ messages)

[PATCH v2] linux-user: Add most IFTUN ioctls
 2020-08-05 23:22 UTC  (2+ messages)

[PATCH 0/6] fcntl, sockopt, and ioctl options
 2020-08-05 23:22 UTC  (2+ messages)

vhost-user protocol feature negotiation
 2020-08-05 22:26 UTC  (2+ messages)

[PATCH] ide: Get rid of IDEDrive struct
 2020-08-05 22:14 UTC  (3+ messages)

[PATCH] block/vhdx: Support vhdx image only with 512 bytes logical sector size
 2020-08-05 21:30 UTC 

[PATCH] target/arm: Delete unused ARM_FEATURE_CRC
 2020-08-05 21:11 UTC  (2+ messages)

[ANNOUNCE] QEMU 5.1.0-rc3 is now available
 2020-08-05 21:06 UTC 

[PATCH v3 0/8] target-hppa fixes v3
 2020-08-05 20:44 UTC  (6+ messages)
` [PATCH v3 7/8] hw/display/artist: Refactor artist_rop8() to avoid buffer over-run

[Bug 1890370] [NEW] Segfault in artist vram_bit_write
 2020-08-05 20:25 UTC  (2+ messages)
` [Bug 1890370] "

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-08-05 20:22 UTC  (8+ messages)

[PATCH v1 00/21] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-05 19:57 UTC  (25+ messages)
` [PATCH v1 01/21] accel/tcg: Change interrupt/exception handling to remove implied BQL
` [PATCH v1 02/21] target/alpha: add BQL to do_interrupt and cpu_exec_interrupt
` [PATCH v1 03/21] target/arm: "
` [PATCH v1 04/21] target/avr: "
` [PATCH v1 05/21] target/cris: "
` [PATCH v1 06/21] target/hppa: "
` [PATCH v1 07/21] target/i386: "
` [PATCH v1 08/21] target/lm32: "
` [PATCH v1 09/21] target/m68k: "
` [PATCH v1 10/21] target/microblaze: "
` [PATCH v1 11/21] target/mips: "
` [PATCH v1 12/21] target/nios2: "
` [PATCH v1 13/21] target/openrisc: "
` [PATCH v1 14/21] target/ppc: "
` [PATCH v1 15/21] target/riscv: "
` [PATCH v1 16/21] target/rx: "
` [PATCH v1 17/21] target/s390x: "
` [PATCH v1 18/21] target/sh4: "
` [PATCH v1 19/21] target/sparc: "
` [PATCH v1 20/21] target/unicore32: "
` [PATCH v1 21/21] target/xtensa: "

v8.1M cpu emulation and target-arm feature-identification strategy
 2020-08-05 19:16 UTC  (8+ messages)

[RFC PATCH] travis.yml: Drop the default softmmu builds
 2020-08-05 18:54 UTC 

[PATCH 2/2] travis.yml: Drop the Python 3.5 and 3.6 builds
 2020-08-05 18:49 UTC 

[PATCH v2 0/4] Add dtrace support on macOS
 2020-08-05 18:01 UTC  (8+ messages)
` [PATCH v2 4/4] net/colo: Match is-enabled probe to tracepoint

[PATCH for-5.2 0/5] spapr: Cleanups for XIVE and PHB
 2020-08-05 17:43 UTC  (7+ messages)
` [PATCH for-5.2 1/5] spapr/xive: Fix xive->fd if kvm_create_device() fails
` [PATCH for-5.2 2/5] spapr/xive: Simplify kvmppc_xive_disconnect()
` [PATCH for-5.2 3/5] ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
` [PATCH for-5.2 4/5] spapr/xive: Convert KVM device fd checks to assert()
` [PATCH for-5.2 5/5] spapr: Simplify error handling in spapr_phb_realize()

[PATCH v12 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-08-05 17:08 UTC  (14+ messages)
` [PATCH v12 01/11] iotests: add test for QCOW2 header dump
` [PATCH v12 07/11] qcow2_format.py: Dump bitmap table serialized entries
` [PATCH v12 08/11] qcow2.py: Introduce '-j' key to dump in JSON format
` [PATCH v12 09/11] qcow2_format.py: collect fields "
` [PATCH v12 10/11] qcow2_format.py: support dumping metadata "
` [PATCH v12 11/11] iotests: dump QCOW2 header in JSON in #303

[RFC v3 0/8] QEMU cpus.c refactoring part2
 2020-08-05 17:03 UTC  (3+ messages)

[Bug 1879587] [NEW] Register number in ESR is incorrect for certain banked registers when switching from AA32 to AA64
 2020-08-05 16:42 UTC  (6+ messages)
` [Bug 1879587] "

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-08-05 16:48 UTC  (5+ messages)
` [RFC v2 50/76] target/riscv: rvv-0.9: single-width saturating add and subtract instructions

[PATCH-for-5.0 0/2] hw/acpi/piix4: Restrict 'system hotplug' feature to i440fx PC machine
 2020-08-05 16:47 UTC  (8+ messages)
` [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property

[PATCH] schemas: Add vim modeline
 2020-08-05 16:46 UTC  (29+ messages)
            ` cleanups with long-term benefits (was Re: [PATCH] schemas: Add vim modeline)
                                        ` cleanups with long-term benefits

[PATCH v2 0/3] aio-posix: keep aio_notify_me disabled during polling
 2020-08-05 16:37 UTC  (6+ messages)
` [PATCH v2 1/3] async: rename event_notifier_dummy_cb/poll()
` [PATCH v2 2/3] async: always set ctx->notified in aio_notify()
` [PATCH v2 3/3] aio-posix: keep aio_notify_me disabled during polling

[PATCH v2 for-5.1?] target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64
 2020-08-05 16:32 UTC  (3+ messages)

[PATCH-for-5.1 v3 0/2] stubs: Fix notify-event stub linkage error on MinGW
 2020-08-05 16:08 UTC  (7+ messages)
` [PATCH-for-5.1 v3 1/2] exec: Restrict icount to softmmu
` [PATCH-for-5.1 v3 2/2] stubs: Remove qemu_notify_event()

[Bug 1890290] [NEW] PowerPC L2(nested virt) kvm guest fails to boot with ic-mode=dual, kernel-irqchip=on - `KVM is too old to support ic-mode=dual, kernel-irqchip=on`
 2020-08-05 15:50 UTC  (3+ messages)
` [Bug 1890290] "

qemu-img convert asserts while converting from vhdx to raw
 2020-08-05 15:54 UTC  (3+ messages)

[PATCH] qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()
 2020-08-05 15:21 UTC  (8+ messages)
` [PATCH for-5.1?] "

[PATCH v1] aspeed: include build AT24X EEPROM devices
 2020-08-05 14:57 UTC 

[PATCH-for-5.2] memory: Display bigger regions first in 'info mtree' output
 2020-08-05 14:45 UTC  (4+ messages)

[PATCH v2] qapi/block-core.json: Remove stale description of 'blockdev-add'
 2020-08-05 14:20 UTC  (2+ messages)

[PATCH v2 0/3] block: add logging facility for long standing IO requests
 2020-08-05 14:00 UTC  (6+ messages)
` [PATCH 1/3] block/block-backend: add converter from BlockAcctStats to BlockBackend
` [PATCH 2/3] block: add logging facility for long standing IO requests
` [PATCH 3/3] block: enable long IO requests report by default

[PATCH] softmmu: Add missing trace-events file
 2020-08-05 13:57 UTC  (4+ messages)

[PATCH v4 00/18] Convert QAPI doc comments to generate rST instead of texinfo
 2020-08-05 13:41 UTC  (5+ messages)
` [PATCH v4 04/18] tests/qapi/doc-good.json: Clean up markup

[Bug 1890360] [NEW] Assertion failure in address_space_unmap through virtio-blk
 2020-08-05 13:13 UTC  (3+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-05 11:35 UTC  (21+ messages)

[PATCH 00/11] Run cross-compilation build tests in the gitlab-CI
 2020-08-05 12:54 UTC  (5+ messages)
` [PATCH 11/11] dockerfiles/debian-win64-cross: Download WHPX MinGW headers

[PATCH 0/3] virtiofsd xattr name mappings
 2020-08-05 12:47 UTC  (3+ messages)
` [PATCH 1/3] tools/virtiofsd: xattr name mappings: Add option

[PATCH] Following SHA-1: b8d89ba83bf42be1f7b1d7d45236eaf6960d1c4e * crypto: move common bits for all emulators to libqemuutil
 2020-08-05 12:38 UTC 

Any reason VIRTQUEUE_MAX_SIZE is 1024? Can we increase this limit?
 2020-08-05 12:13 UTC  (3+ messages)

virtio-fs performance
 2020-08-05 11:52 UTC  (3+ messages)

[PATCH-for-5.1 v2 0/2] stubs: Fix notify-event stub linkage error on MinGW
 2020-08-05 11:49 UTC  (5+ messages)
` [PATCH-for-5.1 v2 2/2] stubs: Remove qemu_notify_event()

[PATCH v6 00/12] monitor: Optionally run handlers in coroutines
 2020-08-05 11:34 UTC  (7+ messages)
` [PATCH v6 08/12] qmp: Move dispatcher to a coroutine
` [PATCH v6 09/12] hmp: Add support for coroutine command handlers

[PATCH 0/2] qcow2: Release read-only bitmaps when inactivated
 2020-08-05 11:06 UTC  (3+ messages)
` [PATCH 1/2] "

[PULL 0/6] Improve gitlab-CI and fix a compiler warning
 2020-08-05 10:54 UTC  (8+ messages)
` [PULL 1/6] tests/docker: Add python3-venv and netcat to the debian-amd64 container
` [PULL 2/6] tests/acceptance: Disable the rx sash and arm cubieboard replay test on Gitlab
` [PULL 3/6] gitlab-ci.yml: Add build-system-debian and build-system-centos jobs
` [PULL 4/6] gitlab-ci: Fix Avocado cache usage
` [PULL 5/6] target/riscv/vector_helper: Fix build on 32-bit big endian hosts
` [PULL 6/6] Get rid of the libqemustub.a remainders

[PATCH v3 0/7] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-08-05 10:48 UTC  (8+ messages)
` [PATCH v3 3/7] device-core: use RCU for list of childs of a bus
` [PATCH v3 4/7] device-core: use atomic_set on .realized property
` [PATCH v3 6/7] scsi: Add scsi_device_get

[PATCH 00/18] hw: Mark the device with no migratable fields
 2020-08-05 10:47 UTC  (4+ messages)
` [PATCH 02/18] migration/vmstate: Introduce vmstate_no_state_to_migrate

[PATCH for-5.2 0/6] Continue booting in case the first device is not bootable
 2020-08-05 10:27 UTC  (16+ messages)
` [PATCH for-5.2 2/6] pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
` [PATCH for-5.2 3/6] pc-bios/s390-ccw: Move the inner logic of find_subch() to "
` [PATCH for-5.2 5/6] pc-bios/s390-ccw: Scan through all boot devices if none has been specified
` [PATCH for-5.2 6/6] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad

[PATCH] target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64
 2020-08-05  9:34 UTC  (3+ messages)

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-08-05  9:16 UTC  (6+ messages)
` [PATCH v2 1/5] hw: add compat machines for 5.2
` [PATCH v2 2/5] target/arm/kvm: Make uncalled stubs explicitly unreachable
` [PATCH v2 3/5] hw/arm/virt: Move post cpu realize check into its own function
` [PATCH v2 4/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH v2 5/5] hw/arm/virt: Implement kvm-steal-time

[PATCH 0/3] aio-posix: keep aio_notify_me disabled during polling
 2020-08-05  8:59 UTC  (5+ messages)
` [PATCH 3/3] "


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