qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 16:24:29 to 2021-05-09 09:39:45 UTC [more...]

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-09  8:45 UTC  (78+ messages)
` [PATCH 01/72] qemu/host-utils: Use __builtin_bitreverseN
` [PATCH 02/72] qemu/host-utils: Add wrappers for overflow builtins
` [PATCH 03/72] qemu/host-utils: Add wrappers for carry builtins
` [PATCH 04/72] accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.c
` [PATCH 05/72] tests/fp: add quad support to the benchmark utility
` [PATCH 06/72] softfloat: Move the binary point to the msb
` [PATCH 07/72] softfloat: Inline float_raise
` [PATCH 08/72] softfloat: Use float_raise in more places
` [PATCH 09/72] softfloat: Tidy a * b + inf return
` [PATCH 10/72] softfloat: Add float_cmask and constants
` [PATCH 11/72] softfloat: Use return_nan in float_to_float
` [PATCH 12/72] softfloat: fix return_nan vs default_nan_mode
` [PATCH 13/72] target/mips: Set set_default_nan_mode with set_snan_bit_is_one
` [PATCH 14/72] softfloat: Do not produce a default_nan from parts_silence_nan
` [PATCH 15/72] softfloat: Rename FloatParts to FloatParts64
` [PATCH 16/72] softfloat: Move type-specific pack/unpack routines
` [PATCH 17/72] softfloat: Use pointers with parts_default_nan
` [PATCH 18/72] softfloat: Use pointers with unpack_raw
` [PATCH 19/72] softfloat: Use pointers with ftype_unpack_raw
` [PATCH 20/72] softfloat: Use pointers with pack_raw
` [PATCH 21/72] softfloat: Use pointers with ftype_pack_raw
` [PATCH 22/72] softfloat: Use pointers with ftype_unpack_canonical
` [PATCH 23/72] softfloat: Use pointers with ftype_round_pack_canonical
` [PATCH 24/72] softfloat: Use pointers with parts_silence_nan
` [PATCH 25/72] softfloat: Rearrange FloatParts64
` [PATCH 26/72] softfloat: Convert float128_silence_nan to parts
` [PATCH 27/72] softfloat: Convert float128_default_nan "
` [PATCH 28/72] softfloat: Move return_nan to softfloat-parts.c.inc
` [PATCH 29/72] softfloat: Move pick_nan "
` [PATCH 30/72] softfloat: Move pick_nan_muladd "
` [PATCH 31/72] softfloat: Move sf_canonicalize "
` [PATCH 32/72] softfloat: Move round_canonical "
` [PATCH 33/72] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PATCH 34/72] softfloat: Move addsub_floats to softfloat-parts.c.inc
` [PATCH 35/72] softfloat: Implement float128_add/sub via parts
` [PATCH 36/72] softfloat: Move mul_floats to softfloat-parts.c.inc
` [PATCH 37/72] softfloat: Move muladd_floats "
` [PATCH 38/72] softfloat: Use mulu64 for mul64To128
` [PATCH 39/72] softfloat: Use add192 in mul128To256
` [PATCH 40/72] softfloat: Tidy mul128By64To192
` [PATCH 41/72] softfloat: Introduce sh[lr]_double primitives
` [PATCH 42/72] softfloat: Move div_floats to softfloat-parts.c.inc
` [PATCH 43/72] softfloat: Split float_to_float
` [PATCH 44/72] softfloat: Convert float-to-float conversions with float128
` [PATCH 45/72] softfloat: Move round_to_int to softfloat-parts.c.inc
` [PATCH 46/72] softfloat: Move rount_to_int_and_pack "
` [PATCH 47/72] softfloat: Move rount_to_uint_and_pack "
` [PATCH 48/72] softfloat: Move int_to_float "
` [PATCH 49/72] softfloat: Move uint_to_float "
` [PATCH 50/72] softfloat: Move minmax_flags "
` [PATCH 51/72] softfloat: Move compare_floats "
` [PATCH 52/72] softfloat: Move scalbn_decomposed "
` [PATCH 53/72] softfloat: Move sqrt_float "
` [PATCH 54/72] softfloat: Split out parts_uncanon_normal
` [PATCH 55/72] softfloat: Reduce FloatFmt
` [PATCH 56/72] softfloat: Introduce Floatx80RoundPrec
` [PATCH 57/72] softfloat: Adjust parts_uncanon_normal for floatx80
` [PATCH 58/72] tests/fp/fp-test: Reverse order of floatx80 precision tests
` [PATCH 59/72] softfloat: Convert floatx80_add/sub to FloatParts
` [PATCH 60/72] softfloat: Convert floatx80_mul "
` [PATCH 61/72] softfloat: Convert floatx80_div "
` [PATCH 62/72] softfloat: Convert floatx80_sqrt "
` [PATCH 63/72] softfloat: Convert floatx80_round "
` [PATCH 64/72] softfloat: Convert floatx80_round_to_int "
` [PATCH 65/72] softfloat: Convert integer to floatx80 "
` [PATCH 66/72] softfloat: Convert floatx80 float conversions "
` [PATCH 67/72] softfloat: Convert floatx80 to integer "
` [PATCH 68/72] softfloat: Convert floatx80_scalbn "
` [PATCH 69/72] softfloat: Convert floatx80 compare "
` [PATCH 70/72] softfloat: Convert float32_exp2 "
` [PATCH 71/72] softfloat: Move floatN_log2 to softfloat-parts.c.inc
` [PATCH 72/72] softfloat: Convert modrem operations to FloatParts

[PATCH v8 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2021-05-09  7:56 UTC  (3+ messages)

[PATCH trivial] vnc: spelling fix (enable->enabled)
 2021-05-09  7:49 UTC  (2+ messages)

[PATCH v1] migration/dirtyrate: make sample page count configurable
 2021-05-09  6:55 UTC  (3+ messages)

[PATCH trivial] hw/gpio/aspeed: spelling fix (addtional)
 2021-05-09  5:29 UTC  (2+ messages)

[PATCH v2] make sample page count configurable
 2021-05-09  4:59 UTC  (2+ messages)
` [PATCH v2] migration/dirtyrate: "

[PATCH v2] This makes it easier to figure out whether a particular instruction was actually translated
 2021-05-09  1:57 UTC  (3+ messages)

[OSS-Fuzz] Assertion Failure: !in6_zero(&ip_addr) (#111)
 2021-05-08 23:50 UTC  (2+ messages)

[Bug 1859254] [NEW] host window size does not change when guest video screen size changes while moving host window
 2021-05-08 22:47 UTC  (2+ messages)
` [Bug 1859254] "

io_uring code appears to be broken
 2021-05-08 21:41 UTC  (2+ messages)

[PATCH] accel/tcg: Add tlb_flush interface for a range of pages
 2021-05-08 20:16 UTC 

[PATCH v8 0/4] aarch64: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-08 16:46 UTC  (7+ messages)
` [PATCH v8 1/4] accel/tcg: Add TLB invalidation support for ranges of addresses
` [PATCH v8 2/4] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v8 3/4] target/arm: Add support for FEAT_TLBIOS

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

disconnect from all devices
 2021-05-08 10:35 UTC 

[RFC PATCH 0/3] vfio/migration: Support manual clear vfio dirty log
 2021-05-08  9:31 UTC  (4+ messages)
` [RFC PATCH 1/3] linux-headers: update against 5.12 and "manual clear vfio dirty log" series
` [RFC PATCH 2/3] vfio: Maintain DMA mapping range for the container
` [RFC PATCH 3/3] vfio/migration: Add support for manual clear vfio dirty log

[PATCH trivial] qapi: spelling fix (addtional)
 2021-05-08  9:33 UTC 

[PULL 00/10] Net patches
 2021-05-08  7:59 UTC  (13+ messages)
` [PULL 01/10] net/tap: Added TUNSETSTEERINGEBPF code
` [PULL 02/10] net: Added SetSteeringEBPF method for NetClientState
` [PULL 03/10] ebpf: Added eBPF RSS program
` [PULL 04/10] ebpf: Added eBPF RSS loader
` [PULL 05/10] virtio-net: Added eBPF RSS to virtio-net
` [PULL 06/10] docs: Added eBPF documentation
` [PULL 07/10] MAINTAINERS: Added eBPF maintainers information
` [PULL 08/10] hw/net/imx_fec: return 0xffff when accessing non-existing PHY
` [PULL 09/10] virtio-net: failover: add missing remove_migration_state_change_notifier()
` [PULL 10/10] tap-bsd: Remove special casing for older OpenBSD releases

Adjustments of NVDIMM devices and future data safety
 2021-05-08  7:30 UTC  (2+ messages)

[PATCH v4] hw/ppc: moved has_spr to cpu.h
 2021-05-08  6:42 UTC  (3+ messages)

[RESEND PATCH 00/32] Qemu SGX virtualization
 2021-05-08  6:30 UTC  (6+ messages)
` [RESEND PATCH 01/32] memory: Add RAM_PROTECTED flag to skip IOMMU mappings

[PATCH 1/1] multi-process: fix usage information
 2021-05-08  6:26 UTC 

[Bug 1893634] [NEW] blk_get_max_transfer() works only with sg
 2021-05-08  6:11 UTC  (2+ messages)
` [Bug 1893634] "

[Bug 1893807] [NEW] Crash when launching windows qemu version from WSL2
 2021-05-08  6:10 UTC  (2+ messages)
` [Bug 1893807] "

[Bug 1894617] [NEW] qemu-i386 mmap but offset greater than 32 bits
 2021-05-08  6:10 UTC  (2+ messages)
` [Bug 1894617] "

[Bug 1894818] [NEW] COLO's guest VNC client hang after failover
 2021-05-08  6:07 UTC  (2+ messages)
` [Bug 1894818] "

[Bug 1894804] [NEW] Second DEVICE_DELETED event missing during virtio-blk disk device detach
 2021-05-08  6:09 UTC  (2+ messages)
` [Bug 1894804] "

[Bug 1895053] [NEW] Cannot nspawn raspbian 10 [FAILED] Failed to start Journal Service
 2021-05-08  6:07 UTC  (2+ messages)
` [Bug 1895053] "

[Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug
 2021-05-08  6:05 UTC  (2+ messages)
` [Bug 1895122] "

[Bug 1892541] [NEW] qemu 5.1 on windows 10 with whpx can not install Windows 7 guest
 2021-05-08  6:02 UTC  (2+ messages)
` [Bug 1892541] "

[Bug 1892544] [NEW] meson qemu 5.2 can not built with msys2
 2021-05-08  6:01 UTC  (2+ messages)
` [Bug 1892544] "

[Bug 1895219] [NEW] qemu git -vnc fails due to missing en-us keymap
 2021-05-08  6:04 UTC  (2+ messages)
` [Bug 1895219] "

[Bug 1890208] [NEW] Mouse pointer disappears when it is over console window
 2021-05-08  5:55 UTC  (2+ messages)
` [Bug 1890208] "

[Bug 1892684] [NEW] curl and wget segfaults when link has redirects
 2021-05-08  5:58 UTC  (2+ messages)
` [Bug 1892684] "

[Bug 1890395] [NEW] qmp/hmp: crash if client closes socket too early
 2021-05-08  5:51 UTC  (2+ messages)
` [Bug 1890395] "

[Bug 1890775] [NEW] Aten USB to Serial bridge does not work with qemu under Windows 10
 2021-05-08  5:49 UTC  (2+ messages)
` [Bug 1890775] "

[Bug 1891829] [NEW] High bits(s) sometimes set high on rcvd serial bytes when char size < 8 bits
 2021-05-08  5:47 UTC  (2+ messages)
` [Bug 1891829] Re: High bit(s) "

[Bug 1892533] [NEW] Meson: Missing config-host.mak
 2021-05-08  5:46 UTC  (2+ messages)
` [Bug 1892533] "

[PATCH v3 1/2] qdev-properties: Add a new macro to validate bitmask for setter
 2021-05-08  5:52 UTC  (2+ messages)
` [PATCH v3 2/2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR

[Qemu-devel] [Bug 1625216] [NEW] memory writes via gdb don't work for memory mapped hardware
 2021-05-08  5:37 UTC  (2+ messages)
` [Bug 1625216] "

[Qemu-devel] [Bug 1652286] [NEW] man qemu 2.8.0
 2021-05-08  5:37 UTC  (2+ messages)
` [Bug 1652286] Re: QEMU manpages provoke man(1) "can't break line" warnings

[Qemu-devel] [Bug 1668041] [NEW] x86 Floating point exceptions - incorrect support?
 2021-05-08  5:37 UTC  (2+ messages)
` [Bug 1668041] "

[Qemu-devel] [Bug 1670175] [NEW] qemu-system-sparc64 with tribblix-sparc-0m16.iso ends with "panic - kernel: no nucleus hblk8 to allocate"
 2021-05-08  5:37 UTC  (2+ messages)
` [Bug 1670175] "

[Qemu-devel] [Bug 1699567] [NEW] Qemu does not force SSE data alignment
 2021-05-08  5:37 UTC  (2+ messages)
` [Bug 1699567] "

[Qemu-devel] [Bug 1679358] [NEW] ARM: SCTLR fields not being preserved
 2021-05-08  5:29 UTC  (2+ messages)
` [Bug 1679358] Re: ARM: RES0/RES1 SCTLR fields not read-only

[Bug 1888818] [NEW] Multi-queue vhost-user fails to reconnect with qemu version >=4.2
 2021-05-08  5:26 UTC  (2+ messages)
` [Bug 1888818] "

[Bug 1926995] [NEW] hw/remote/mpqemu-link.c:221: bad error checking ?
 2021-05-08  4:36 UTC  (2+ messages)
` [Bug 1926995] "

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

[PATCH v4] hw/smbios: support for type 41 (onboard devices extended information)
 2021-05-08  4:20 UTC  (5+ messages)

[PATCH v3] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-05-08  3:16 UTC  (2+ messages)

(No Subject)
 2021-05-07 22:47 UTC 

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-07 22:00 UTC  (2+ messages)

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

[PATCH v3 00/17] misc: Replace alloca() by g_malloc()
 2021-05-07 21:25 UTC  (8+ messages)
` [PATCH v3 16/17] configure: Prohibit alloca() by using -Walloca CPPFLAG
` [NOTFORMERGE PATCH v3 17/17] configure: libSLiRP buildsys kludge
` [PATCH v3 18/17] tests/unit/test-char: Replace g_alloca() by buffer on the stack

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-07 18:25 UTC  (7+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature

[Bug 1886097] [NEW] Error in user-mode calculation of ELF program's brk
 2021-05-07 18:06 UTC  (2+ messages)
` [Bug 1886097] "

[Bug 1885332] [NEW] Error in user-mode calculation of ELF aux vector's AT_PHDR
 2021-05-07 18:06 UTC  (2+ messages)
` [Bug 1885332] "

[PATCH v2 0/2] virtio-blk: Convert QEMUBH callback to "bitops.h" API
 2021-05-07 17:38 UTC  (6+ messages)
` [PATCH v2 1/2] bitops.h: Improve find_xxx_bit() documentation
` [PATCH v2 2/2] virtio-blk: Convert QEMUBH callback to "bitops.h" API

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-07 17:05 UTC  (3+ messages)
` [PATCH 2/7] block: use GDateTime for formatting timestamp when dumping snapshot info

[PATCH v2 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-07 16:59 UTC  (5+ messages)
` [PATCH v2 1/4] virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
` [PATCH v2 2/4] virtio-blk: Configure all host notifiers in a single MR transaction
` [PATCH v2 3/4] virtio-scsi: Set host notifiers and callbacks separately
` [PATCH v2 4/4] virtio-scsi: Configure all host notifiers in a single MR transaction

[PATCH 00/23] misc: Remove variable-length arrays on the stack
 2021-05-07 16:56 UTC  (17+ messages)
` [PATCH 09/23] hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
` [PATCH 12/23] hw/i386/multiboot: Avoid "
` [PATCH 13/23] hw/usb/hcd-xhci: "
` [PATCH 14/23] hw/usb/hcd-ohci: Use definition to avoid "
` [PATCH 16/23] ui/curses: Avoid "
` [PATCH 18/23] ui/vnc-enc-hextile: Use definitions to avoid "
` [PATCH 22/23] tests/unit/test-vmstate: Avoid "
` [PATCH 23/23] configure: Prohibit variable-length allocations by using -Wvla CPPFLAG

[PATCH] block/copy-on-read: use bdrv_drop_filter() and drop s->active
 2021-05-07 16:45 UTC  (2+ messages)

[PATCH] virtiofsd: Fix check of chown()'s return value
 2021-05-07 16:34 UTC  (3+ messages)

question regarding QEMU adding overlapping memory regions to VFIO
 2021-05-07 16:22 UTC  (3+ 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).