qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-15 10:35:21 to 2021-05-16 13:08:26 UTC [more...]

[PATCH] linux-user/syscall: zero-init msghdr in do_sendrecvmsg_locked
 2021-05-16 10:53 UTC  (2+ messages)

[PULL 00/46] softfloat: Convert float128 to FloatParts (part 1)
 2021-05-16 12:34 UTC  (41+ messages)
` [PULL 01/46] qemu/host-utils: Use __builtin_bitreverseN
` [PULL 02/46] qemu/host-utils: Add wrappers for overflow builtins
` [PULL 03/46] qemu/host-utils: Add wrappers for carry builtins
` [PULL 04/46] accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.c
` [PULL 05/46] tests/fp: add quad support to the benchmark utility
` [PULL 06/46] softfloat: Move the binary point to the msb
` [PULL 07/46] softfloat: Inline float_raise
` [PULL 08/46] softfloat: Use float_raise in more places
` [PULL 09/46] softfloat: Tidy a * b + inf return
` [PULL 10/46] softfloat: Add float_cmask and constants
` [PULL 11/46] softfloat: Use return_nan in float_to_float
` [PULL 12/46] softfloat: fix return_nan vs default_nan_mode
` [PULL 13/46] target/mips: Set set_default_nan_mode with set_snan_bit_is_one
` [PULL 14/46] softfloat: Do not produce a default_nan from parts_silence_nan
` [PULL 15/46] softfloat: Rename FloatParts to FloatParts64
` [PULL 16/46] softfloat: Move type-specific pack/unpack routines
` [PULL 17/46] softfloat: Use pointers with parts_default_nan
` [PULL 18/46] softfloat: Use pointers with unpack_raw
` [PULL 19/46] softfloat: Use pointers with ftype_unpack_raw
` [PULL 20/46] softfloat: Use pointers with pack_raw
` [PULL 21/46] softfloat: Use pointers with ftype_pack_raw
` [PULL 22/46] softfloat: Use pointers with ftype_unpack_canonical
` [PULL 23/46] softfloat: Use pointers with ftype_round_pack_canonical
` [PULL 24/46] softfloat: Use pointers with parts_silence_nan
` [PULL 25/46] softfloat: Rearrange FloatParts64
` [PULL 26/46] softfloat: Convert float128_silence_nan to parts
` [PULL 27/46] softfloat: Convert float128_default_nan "
` [PULL 29/46] softfloat: Move pick_nan to softfloat-parts.c.inc
` [PULL 30/46] softfloat: Move pick_nan_muladd "
` [PULL 31/46] softfloat: Move sf_canonicalize "
` [PULL 32/46] softfloat: Move round_canonical "
` [PULL 33/46] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PULL 34/46] softfloat: Move addsub_floats to softfloat-parts.c.inc
` [PULL 35/46] softfloat: Implement float128_add/sub via parts
` [PULL 36/46] softfloat: Move mul_floats to softfloat-parts.c.inc
` [PULL 37/46] softfloat: Move muladd_floats "
` [PULL 38/46] softfloat: Use mulu64 for mul64To128
` [PULL 40/46] softfloat: Tidy mul128By64To192
` [PULL 44/46] softfloat: Convert float-to-float conversions with float128
` [PULL 45/46] softfloat: Move round_to_int to softfloat-parts.c.inc

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-16 12:53 UTC  (7+ messages)
` [PATCH v6 04/26] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PATCH v6 07/26] tcg: Add tcg_call_func

[PATCH] disas/libvixl: Protect C system header for C++ compiler
 2021-05-16 12:46 UTC  (2+ messages)

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-05-16 11:16 UTC  (4+ messages)
` [PATCH v6 11/11] hvf: arm: Implement -cpu host

[RFC PATCH v3 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-05-16 10:32 UTC  (5+ messages)
` [RFC PATCH v3 1/4] vl.c: Add -smp, clusters=* command line support for ARM cpu
` [RFC PATCH v3 2/4] hw/arm/virt: Add cluster level to device tree
` [RFC PATCH v3 3/4] hw/arm/virt-acpi-build: Add cluster level to PPTT table
` [RFC PATCH v3 4/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-16 10:29 UTC  (10+ messages)
` [RFC PATCH v3 1/9] hw/arm/virt: Disable cpu topology support on older machine types
` [RFC PATCH v3 2/9] device_tree: Add qemu_fdt_add_path
` [RFC PATCH v3 3/9] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members
` [RFC PATCH v3 5/9] hw/arm/virt-acpi-build: Use possible cpus in generation of DSDT
` [RFC PATCH v3 6/9] hw/arm/virt-acpi-build: Use possible cpus in generation of MADT
` [RFC PATCH v3 7/9] hw/acpi/aml-build: Add Processor hierarchy node structure
` [RFC PATCH v3 8/9] hw/arm/virt-acpi-build: Generate PPTT table
` [RFC PATCH v3 9/9] hw/arm/virt: Add separate -smp parsing function for ARM machines

[PATCH v2 0/8] vhost-user-gpu: fix several security issues
 2021-05-16 10:24 UTC  (10+ messages)
` [PATCH v2 1/8] vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-3545)
` [PATCH v2 2/8] vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
` [PATCH v2 3/8] vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
` [PATCH v2 4/8] vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3544)
` [PATCH v2 5/8] vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
` [PATCH v2 6/8] vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-3544)
` [PATCH v2 7/8] vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
` [PATCH v2 8/8] vhost-user-gpu: abstract vg_cleanup_mapping_iov

[Bug 1922325] [NEW] s390x-virtio-gpu-ccw module unnecessary?
 2021-05-16  3:47 UTC  (3+ messages)
` [Bug 1922325] "

[PULL 00/38] tcg patch queue for 6.0
 2021-05-16  1:08 UTC  (4+ messages)
` [PULL 21/38] tcg/tci: Implement the disassembler properly

[PATCH 00/10] hw: Various Kconfig fixes
 2021-05-16  0:50 UTC  (5+ messages)
` [PATCH 01/10] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'

Mac OS real USB device support issue
 2021-05-16  0:33 UTC  (13+ messages)

[RFC v3 0/1] Implement AVR WDT (watchdog timer)
 2021-05-15 22:09 UTC  (2+ messages)
` [RFC v3 1/1] Implement AVR watchdog timer

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-15 20:19 UTC  (4+ messages)

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

[PATCH] linux-user/elfload: fix filling psinfo->pr_psargs
 2021-05-15 19:59 UTC  (2+ messages)

[PATCH] linux-user/elfload: add s390x core dumping support
 2021-05-15 20:00 UTC  (2+ messages)

[PATCH v2 00/12] hw: Various Kconfig fixes
 2021-05-15 19:58 UTC  (18+ messages)
` [PATCH v2 01/12] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [PATCH v2 02/12] hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEV
` [PATCH v2 03/12] hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUS
` [PATCH v2 04/12] hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK Board
` [PATCH v2 05/12] hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25
` [PATCH v2 06/12] hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL
` [PATCH v2 07/12] hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machines
` [PATCH v2 08/12] hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTC
` [PATCH v2 09/12] hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259
` [PATCH v2 10/12] hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
` [PATCH v2 11/12] hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)
` [PATCH v2 12/12] hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGA

[PATCH v2 0/7] linux-user: sigaction fixes/cleanups
 2021-05-15 19:52 UTC  (2+ messages)

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-15 19:51 UTC  (3+ messages)
` [PATCH 6/7] linux-user: use GDateTime for formatting timestamp for core file

[PATCH 0/2] linux-user: Small fix for copy_file_range
 2021-05-15 19:49 UTC  (2+ messages)

[PATCH v2 00/15] linux-user/s390x: some signal fixes
 2021-05-15 19:44 UTC  (2+ messages)

[PATCH v2 00/25] linux-user/sparc: Implement rt signals
 2021-05-15 19:43 UTC  (2+ messages)

[PATCH] linux-user: Add strace support for printing arguments of llseek
 2021-05-15 19:41 UTC  (2+ messages)

[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
 2021-05-15 19:38 UTC  (2+ messages)

[PATCH v2] linux-user: strace now handles unshare syscall args correctly
 2021-05-15 19:35 UTC  (2+ messages)

[PATCH v4 00/28] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-05-15 19:25 UTC  (3+ messages)
` [PATCH v4 17/28] linux-user: Remove dead code

[PULL v3 0/1] Rtd patches
 2021-05-15 19:02 UTC  (4+ messages)

[Bug 1914870] [NEW] libvixl compilation failure on Debian unstable
 2021-05-15 18:24 UTC  (5+ messages)
` [Bug 1914870] "

[Bug 1926521] [NEW] QEMU-user ignores MADV_DONTNEED
 2021-05-15 17:32 UTC  (3+ messages)
` [Bug 1926521] "

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-15 17:20 UTC  (17+ messages)
` [PATCH v6 68/82] target/arm: Implement SVE2 FLOGB
` [PATCH v6 69/82] target/arm: Share table of sve load functions
` [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 77/82] target/arm: Fix decode for VDOT (indexed)

[PATCH v3 00/11] PS/2 controller related fixes
 2021-05-15 16:33 UTC  (15+ messages)
` [PATCH v3 01/11] ps2: fix mouse stream corruption
` [PATCH v3 02/11] ps2: don't raise an interrupt if queue is full
` [PATCH v3 03/11] ps2: don't deassert irq twice if queue is empty
` [PATCH v3 04/11] pckbd: split out interrupt line changing code
` [PATCH v3 05/11] pckbd: don't update OBF flags if KBD_STAT_OBF is set
` [PATCH v3 06/11] pckbd: PS/2 keyboard throttle
` [PATCH v3 07/11] pckbd: add state variable for interrupt source
` [PATCH v3 08/11] pckbd: add controller response queue
` [PATCH v3 09/11] pckbd: add function kbd_pending()
` [PATCH v3 10/11] pckbd: correctly disable PS/2 communication
` [PATCH v3 11/11] pckbd: remove duplicated keyboard and mouse defines

[Bug 1883268] [NEW] random errors on aarch64 when executing __aarch64_cas8_acq_rel
 2021-05-15 14:32 UTC  (2+ messages)
` [Bug 1883268] "

[Bug 1926246] [NEW] chrome based apps can not be run under qemu user mode
 2021-05-15 14:34 UTC  (4+ messages)
` [Bug 1926246] "

[Bug 1922887] [NEW] STR in Thumb 32 decode problem
 2021-05-15 14:30 UTC  (2+ messages)
` [Bug 1922887] "

[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
 2021-05-15 14:33 UTC  (4+ messages)
` [PATCH 1/2] tests/acceptance: Ignore binary data sent on serial console
` [PATCH 2/2] tests/acceptance: Add tests for the Pegasos2 machine

[PATCH v5 0/9] Allow changing bs->file on reopen
 2021-05-15 14:20 UTC  (11+ messages)
` [PATCH v5 1/9] block: introduce bdrv_remove_file_or_backing_child()
` [PATCH v5 2/9] block: introduce bdrv_set_file_or_backing_noperm()
` [PATCH v5 3/9] block: bdrv_reopen_parse_backing(): don't check aio context
` [PATCH v5 4/9] block: bdrv_reopen_parse_backing(): don't check frozen child
` [PATCH v5 5/9] block: bdrv_reopen_parse_backing(): simplify handling implicit filters
` [PATCH v5 6/9] block: move supports_backing check to bdrv_set_file_or_backing_noperm()
` [PATCH v5 7/9] block: BDRVReopenState: drop replace_backing_bs field
` [PATCH v5 8/9] block: Allow changing bs->file on reopen
` [PATCH v5 9/9] iotests: Test replacing files with x-blockdev-reopen

[Bug 1923692] [NEW] qemu 5.2.0: Add reconnect option support for netdev socket
 2021-05-15 14:06 UTC  (2+ messages)
` [Bug 1923692] "

[Bug 1923663] [NEW] Can't(?) disable default floppy drive any more in qemu 6.0
 2021-05-15 14:05 UTC  (2+ messages)
` [Bug 1923663] "

[Bug 1918917] [NEW] synchronous about on accessing unused I/O ports on aarch64
 2021-05-15 14:04 UTC  (2+ messages)
` [Bug 1918917] Re: synchronous abort "

[Bug 1922625] [NEW] qemu 5.2.0 configure script explodes when in read only directory
 2021-05-15 14:05 UTC  (2+ messages)
` [Bug 1922625] "

[Bug 1920602] [NEW] QEMU crash after a QuickBASIC program integer overflow
 2021-05-15 14:04 UTC  (2+ messages)
` [Bug 1920602] "

[Bug 1920913] [NEW] Openjdk11+ fails to install on s390x
 2021-05-15 14:05 UTC  (2+ messages)
` [Bug 1920913] "

[Bug 1921061] [NEW] Corsair iCUE Install Fails, qemu VM Reboots
 2021-05-15 14:05 UTC  (2+ messages)
` [Bug 1921061] "

CFP Reminder: KVM Forum 2021
 2021-05-15 12:58 UTC 

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-05-15 12:29 UTC  (3+ messages)
` [Bug 1914117] "

[Bug 1925966] [NEW] Win10 guest freezes randomly
 2021-05-15 11:18 UTC  (2+ messages)
` [Bug 1925966] "

[Bug 1924914] [NEW] Running sway in a QEMU VM results in a GPU hang of the guest (virtio-gpu driver)
 2021-05-15 11:19 UTC  (2+ messages)
` [Bug 1924914] "

[Bug 1924987] [NEW] Storage | Two decimal digits precision
 2021-05-15 11:18 UTC  (2+ messages)
` [Bug 1924987] "

[Bug 1926174] [NEW] Laggy and/or displaced mouse input on CloudReady (Chrome OS) VM
 2021-05-15 11:18 UTC  (2+ messages)
` [Bug 1926174] "

[Bug 1925094] [NEW] DISCARD support for Crypto Block Devices
 2021-05-15 11:18 UTC  (2+ messages)
` [Bug 1925094] "

[Bug 1925109] [NEW] usbredirparser: bulk transfer length exceeds limits
 2021-05-15 11:18 UTC  (2+ messages)
` [Bug 1925109] "

[Bug 1926202] [NEW] qemu-user can't run some ppc binaries
 2021-05-15 11:17 UTC  (2+ messages)
` [Bug 1926202] "

[Bug 1926231] [NEW] SCSI passthrough of SATA cdrom -> errors & performance issues
 2021-05-15 11:17 UTC  (2+ messages)
` [Bug 1926231] "

[Bug 1924912] [NEW] VirtIO drivers don't work on Windows: "GLib: Too many handles to wait for!" crash
 2021-05-15 11:20 UTC  (2+ messages)
` [Bug 1924912] "

[Bug 1926596] [NEW] qemu-monitor-event command stukcs randomly
 2021-05-15 11:12 UTC  (2+ messages)
` [Bug 1926596] Re: qemu-monitor-event command gets stuck randomly

[Bug 1926782] [NEW] configure script --extra-cflags not passed to config-meson.cross
 2021-05-15 11:10 UTC  (2+ messages)
` [Bug 1926782] "

[Bug 1926497] [NEW] dp83932 stops working after a short while
 2021-05-15 11:13 UTC  (2+ messages)
` [Bug 1926497] "

[Bug 1922430] [NEW] 3d accel does not take care of 1280x960 setting
 2021-05-15 11:06 UTC  (3+ messages)
` [Bug 1922430] "

[Bug 1926952] [NEW] SPICE support broken with 6.0
 2021-05-15 11:09 UTC  (2+ messages)
` [Bug 1926952] "

[Qemu-devel] [Bug 1705118] [NEW] qemu user mode does not support catching SIGSEGV on some architectures
 2021-05-15 10:52 UTC  (2+ messages)
` [Bug 1705118] Re: qemu user mode: rt signals not implemented for sparc guests

[Bug 1912934] [NEW] QEMU emulation of fmadds instruction on powerpc64le is buggy
 2021-05-15 10:53 UTC  (2+ messages)
` [Bug 1912934] "

[Bug 1916343] [NEW] -daemonize not working on macOS
 2021-05-15 10:53 UTC  (2+ messages)
` [Bug 1916343] "

[Bug 1917184] [NEW] qemu-user vm86() segfaults handling interrupt with ss:sp in same page as cs:ip
 2021-05-15 10:53 UTC  (2+ messages)
` [Bug 1917184] "

[Bug 1920752] [NEW] USB SoundCard Passthrough not working on arm64
 2021-05-15 10:45 UTC  (2+ messages)
` [Bug 1920752] "

[Bug 1920934] [NEW] Heap-use-after-free in io_writex / cputlb.c results in Linux kernel crashes
 2021-05-15 10:44 UTC  (2+ messages)
` [Bug 1920934] "

[PATCH] accel/tcg: Align data dumped at end of TB
 2021-05-15 10:42 UTC 

[Bug 1922391] [NEW] qemu-system-ppc assertion "!mr->container" failed
 2021-05-15 10:25 UTC  (2+ messages)
` [Bug 1922391] "

[Bug 1922773] [NEW] RISCV32 illegal instruction exception
 2021-05-15 10:23 UTC  (2+ messages)
` [Bug 1922773] "


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