qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-13 12:29:30 to 2021-05-14 00:03:04 UTC [more...]

[PATCH v4 00/31] Base for adding PowerPC 64-bit instructions
 2021-05-14  0:01 UTC  (5+ messages)
` [PATCH v4 29/31] target/ppc: Implement cfuged instruction

[RFC PATCH 0/5] buildsys: Do not use internal fdt library when asked for the system one
 2021-05-13 23:35 UTC  (14+ messages)
` [RFC PATCH 1/5] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [RFC PATCH 4/5] hw/ppc/fdt: Drop dependency on libfdt

[PATCH 00/10] hw: Various Kconfig fixes
 2021-05-13 23:36 UTC  (19+ messages)
` [PATCH 01/10] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [PATCH 02/10] hw/ide/Kconfig: Add missing dependency PCI -> QDEV
` [PATCH 03/10] hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUS
` [PATCH 04/10] hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK Board
` [PATCH 05/10] hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25
` [PATCH 06/10] hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL
` [PATCH 07/10] hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machines
` [PATCH 08/10] hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTC
` [PATCH 09/10] default-configs/devices: Remove implicy SEMIHOSTING config
` [PATCH 10/10] default-configs/devices: Clarify ARM_COMPATIBLE_SEMIHOSTING is required

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-13 23:54 UTC  (21+ messages)
` [PATCH 26/72] softfloat: Convert float128_silence_nan to parts
` [PATCH 29/72] softfloat: Move pick_nan to softfloat-parts.c.inc
` [PATCH 33/72] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PATCH 45/72] softfloat: Move round_to_int to softfloat-parts.c.inc
` [PATCH 46/72] softfloat: Move rount_to_int_and_pack "
` [PATCH 58/72] tests/fp/fp-test: Reverse order of floatx80 precision tests

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-13 23:44 UTC  (12+ messages)
` [PATCH 07/11] target/ppc: added KVM fallback to fpscr manipulation
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h
` [RFC PATCH 10/11] target/ppc: created tcg-stub.c file

[GIT PULL] I2C changes for next qemu release
 2021-05-13 21:54 UTC 

[PATCH v3 00/33] block/nbd: rework client connection
 2021-05-13 21:04 UTC  (5+ messages)
` [PATCH v3 06/33] util/async: aio_co_schedule(): support reschedule in same ctx

[Qemu-devel] [PATCH] MAINTAINERS: convert to JSON
 2021-05-13 21:02 UTC  (5+ messages)

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-13 20:50 UTC  (4+ messages)
` [PATCH 7/7] virtiofsd: Set req->reply_sent right after sending reply
  ` [Virtio-fs] "
` [Virtio-fs] [PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

[PATCH V3 00/22] Live Update
 2021-05-13 20:42 UTC  (2+ messages)

[PULL v2 00/32] Misc (mostly i386) patches for 2021-05-11
 2021-05-13 20:39 UTC  (3+ messages)

[PATCH V3 00/22] Live Update
 2021-05-13 20:21 UTC  (14+ messages)
` [PATCH V3 06/22] vl: add helper to request re-exec
` [PATCH V3 07/22] cpr
` [PATCH V3 16/22] chardev: cpr framework

[PATCH v2 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-05-13 20:15 UTC  (7+ messages)

[PATCH] tests/qtest/fuzz: Fix build failure
 2021-05-13 20:10 UTC  (2+ messages)

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-13 19:49 UTC  (64+ messages)
` [PATCH v6 52/82] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v6 53/82] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v6 54/82] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v6 55/82] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v6 56/82] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v6 57/82] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v6 58/82] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v6 59/82] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v6 60/82] target/arm: Implement SVE mixed sign dot product
` [PATCH v6 61/82] target/arm: Implement SVE2 crypto unary operations
` [PATCH v6 62/82] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v6 63/82] target/arm: Implement SVE2 crypto constructive "
` [PATCH v6 64/82] target/arm: Implement SVE2 TBL, TBX
` [PATCH v6 65/82] target/arm: Implement SVE2 FCVTNT
` [PATCH v6 66/82] target/arm: Implement SVE2 FCVTLT
` [PATCH v6 67/82] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v6 68/82] target/arm: Implement SVE2 FLOGB
` [PATCH v6 69/82] target/arm: Share table of sve load functions
` [PATCH v6 70/82] target/arm: Implement SVE2 LD1RO
` [PATCH v6 71/82] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v6 72/82] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v6 74/82] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v6 75/82] target/arm: Split out do_neon_ddda_fpst
` [PATCH v6 76/82] target/arm: Remove unused fpst from VDOT_scalar
` [PATCH v6 77/82] target/arm: Fix decode for VDOT (indexed)
` [PATCH v6 78/82] target/arm: Split decode of VSDOT and VUDOT
` [PATCH v6 79/82] target/arm: Implement aarch32 VSUDOT, VUSDOT
` [PATCH v6 80/82] target/arm: Implement integer matrix multiply accumulate
` [PATCH v6 81/82] linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
` [PATCH v6 82/82] target/arm: Enable SVE2 "

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-05-13 19:16 UTC  (5+ messages)
` [PATCH v2 03/10] Python: add utility function for retrieving port redirection

[PATCH v3 00/11] Acceptance Test: introduce base class for Linux based tests
 2021-05-13 19:10 UTC  (3+ messages)
` [PATCH v3 03/11] Python: add utility function for retrieving port redirection

[RFC PATCH 00/15] gitlab-ci: Allow forks to use different pipelines than mainstream
 2021-05-13 19:01 UTC  (11+ messages)
` [RFC PATCH 14/15] gitlab-ci: Allow forks to use different set of jobs

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-05-13 18:47 UTC  (12+ messages)
` [PATCH v3 01/15] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v3 02/15] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v3 05/15] qemu-iotests: delay QMP socket timers
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind

GICv3 for MTTCG
 2021-05-13 18:33 UTC  (7+ messages)

[PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it
 2021-05-13 18:23 UTC  (2+ messages)

[PULL 00/17] migration queue
 2021-05-13 17:37 UTC  (18+ messages)
` [PULL 01/17] migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
` [PULL 02/17] migration/ram: Reduce unnecessary rate limiting
` [PULL 03/17] migration/ram: Optimize ram_save_host_page()
` [PULL 04/17] migration: Drop redundant query-migrate result @blocked
` [PULL 05/17] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PULL 06/17] numa: Teach ram block notifiers about resizeable "
` [PULL 07/17] numa: Make all callbacks of ram block notifiers optional
` [PULL 08/17] migration/ram: Handle RAM block resizes during precopy
` [PULL 09/17] exec: Relax range check in ram_block_discard_range()
` [PULL 10/17] migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incoming_init()
` [PULL 11/17] migration/ram: Simplify host page handling in ram_load_postcopy()
` [PULL 12/17] migration/ram: Handle RAM block resizes during postcopy
` [PULL 13/17] migration/multifd: Print used_length of memory block
` [PULL 14/17] migration/ram: Use offset_in_ramblock() in range checks
` [PULL 15/17] tests/migration-test: Fix "true" vs true
` [PULL 16/17] tests/qtest/migration-test: Use g_autofree to avoid leaks on error paths
` [PULL 17/17] tests/migration: introduce multifd into guestperf

[RFC PATCH 0/9] Initial support for machine creation via QMP
 2021-05-13 17:52 UTC  (8+ messages)
` [RFC PATCH 2/9] replace machine phase_check with machine_is_initialized/ready calls
` [RFC PATCH 4/9] qapi: Implement 'query-machine-phase' command
` [RFC PATCH 7/9] qdev-monitor: Restructure and fix the check for command availability

[PULL 00/17] migration queue
 2021-05-13 17:41 UTC  (5+ messages)

[PATCH] target/avr: Ignore unimplemented WDR opcode
 2021-05-13 17:27 UTC  (4+ messages)

[Bug 1916343] [NEW] -daemonize not working on macOS
 2021-05-13 17:04 UTC  (2+ messages)
` [Bug 1916343] "

[PULL v2 0/1] readthedoc theme patch
 2021-05-13 17:17 UTC  (10+ messages)

[PATCH] hw/avr/atmega.c: use the avr51 cpu for atmega1280
 2021-05-13 17:13 UTC  (7+ messages)

[PATCH] migration/rdma: Fix cm_event used before being initialized
 2021-05-13 17:15 UTC  (4+ messages)

[PATCH] target/sh4: Return error if CPUClass::get_phys_page_debug() fails
 2021-05-13 17:05 UTC  (3+ messages)

[PATCH v4 1/2] target/i386: Trivial code motion
 2021-05-13 16:44 UTC  (3+ messages)
` [PATCH v4 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH 00/14] vl: compound properties for machines and accelerators
 2021-05-13 16:57 UTC  (16+ messages)
` [PATCH 01/14] remove -writeconfig
` [PATCH 02/14] qemu-config: parse configuration files to a QDict
` [PATCH 03/14] vl: plumb keyval-based options into -set and -readconfig
` [PATCH 04/14] qom: export more functions for use with non-UserCreatable objects
` [PATCH 05/14] keyval: introduce keyval_parse_into
` [PATCH 06/14] vl: switch -M parsing to keyval
` [PATCH 07/14] qemu-option: remove now-dead code
` [PATCH 08/14] vl: switch -accel parsing to keyval
` [PATCH 09/14] machine: move dies from X86MachineState to CpuTopology
` [PATCH 10/14] machine: move common smp_parse code to caller
` [PATCH 11/14] machine: add error propagation to mc->smp_parse
` [PATCH 12/14] machine: pass QAPI struct "
` [PATCH 13/14] machine: reject -smp dies!=1 for non-PC machines
` [PATCH 14/14] machine: add smp compound property

[PATCH v3 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface
 2021-05-13 16:42 UTC  (4+ messages)

[PULL 0/2] pflash patches for 2021-05-11
 2021-05-13 16:18 UTC  (2+ messages)

[PATCH] multi-process: Avoid logical AND of mutually exclusive tests
 2021-05-13 16:16 UTC  (4+ messages)

[PATCH] hw/pci-host: Do not build gpex-acpi.c if GPEX is not selected
 2021-05-13 16:13 UTC  (3+ messages)

[PATCH-for-6.0] hw/mem/meson: Fix linking sparse-mem device with fuzzer
 2021-05-13 16:10 UTC  (5+ messages)

[PATCH] cutils: fix memory leak in get_relocated_path()
 2021-05-13 16:08 UTC  (4+ messages)

[PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
 2021-05-13 15:58 UTC  (2+ messages)

[PATCH trivial] qapi: spelling fix (addtional)
 2021-05-13 15:57 UTC  (3+ messages)

[PATCH] virtiofsd: Fix check of chown()'s return value
 2021-05-13 15:49 UTC  (4+ messages)

[PATCH 0/3] hw/virtio: Constify VirtIOFeature
 2021-05-13 15:46 UTC  (2+ messages)

[PATCH] backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
 2021-05-13 15:44 UTC  (4+ messages)

[PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature
 2021-05-13 15:21 UTC  (12+ messages)

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2021-05-13 15:17 UTC  (3+ messages)

QEMU SMMUv3 stage 2 translation
 2021-05-13 14:25 UTC 

[RFC PATCH] block/io.c: Flush parent for quorum in generic code
 2021-05-13 14:25 UTC  (2+ messages)

making a qdev bus available from a (non-qtree?) device
 2021-05-13 14:02 UTC  (3+ messages)

[Bug 1915531] [NEW] qemu-user child process hangs when forking due to glib allocation
 2021-05-13 13:51 UTC  (4+ messages)
` [Bug 1915531] "

[vhost-user] Expectations around reconnection
 2021-05-13 13:34 UTC  (3+ messages)

RFC: Memory region accesses where .valid.min_access_size < .impl.min_access_size
 2021-05-13 13:32 UTC  (5+ messages)

[Bug 1912107] [NEW] Option to constrain linux-user exec() to emulated CPU only
 2021-05-13 13:23 UTC  (2+ messages)
` [Bug 1912107] "

[Bug 1898011] [NEW] mmap MAP_NORESERVE of 2^42 bytes consumes 16Gb of actual RAM
 2021-05-13 12:49 UTC  (3+ messages)
` [Bug 1898011] "

[Bug 1908416] [NEW] qemu-system-aarch64 can't run Windows 10 for ARM version 2004
 2021-05-13 12:22 UTC  (2+ messages)
` [Bug 1908416] "

[RFC v1 0/1] Implement AVR WDT (watchdog timer)
 2021-05-13 12:27 UTC  (3+ messages)
` [RFC 1/1] Implement AVR watchdog timer

[Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183
 2021-05-13 12:16 UTC  (2+ messages)
` [Bug 1898084] "

[Bug 1894781] [NEW] [Feature request] Provide a way to do TLS first in QEMU/NBD connections (not after NBD negotiation)
 2021-05-13 12:16 UTC  (2+ messages)
` [Bug 1894781] "

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2021-05-13 12:15 UTC  (2+ messages)
` [Bug 1893040] "

[Bug 1896298] [NEW] memory leak
 2021-05-13 12:16 UTC  (2+ messages)
` [Bug 1896298] Re: TCG memory leak with FreeDOS 'edit'

[PULL 0/4] tcg patch queue
 2021-05-13 12:20 UTC  (3+ messages)
` [PULL 1/4] MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section
` [PULL 4/4] tcg: Add tcg_constant_tl


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