qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-09 15:19:52 to 2021-05-10 13:03:57 UTC [more...]

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-10 13:02 UTC  (9+ 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

[PULL 0/3] xen queue 2021-05-10
 2021-05-10 13:00 UTC  (5+ messages)
` [PULL 1/3] xen-mapcache: avoid a race on memory map while using MAP_FIXED
` [PULL 2/3] xen: Free xenforeignmemory_resource at exit
` [PULL 3/3] xen-block: Use specific blockdev driver

[PATCH v2] hw/arm/smmuv3: Another range invalidation fix
 2021-05-10 12:47 UTC 

[PULL 00/26] target-arm queue
 2021-05-10 12:25 UTC  (27+ messages)
` [PULL 01/26] docs: fix link in sbsa description
` [PULL 02/26] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
` [PULL 03/26] target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
` [PULL 04/26] target/arm: Move constant expanders to translate.h
` [PULL 05/26] target/arm: Share unallocated_encoding() and gen_exception_insn()
` [PULL 06/26] target/arm: Make functions used by m-nocp global
` [PULL 07/26] target/arm: Split m-nocp trans functions into their own file
` [PULL 08/26] target/arm: Move gen_aa32 functions to translate-a32.h
` [PULL 09/26] target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
` [PULL 10/26] target/arm: Make functions used by translate-vfp global
` [PULL 11/26] target/arm: Make translate-vfp.c.inc its own compilation unit
` [PULL 12/26] target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
` [PULL 13/26] target/arm: Delete unused typedef
` [PULL 14/26] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
` [PULL 15/26] target/arm: Make functions used by translate-neon global
` [PULL 16/26] target/arm: Make translate-neon.c.inc its own compilation unit
` [PULL 17/26] target/arm: Make WFI a NOP for userspace emulators
` [PULL 18/26] hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()
` [PULL 19/26] osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
` [PULL 20/26] include/qemu/bswap.h: Handle being included outside extern "C" block
` [PULL 21/26] include/disas/dis-asm.h: Handle being included outside 'extern "C"'
` [PULL 22/26] hw/arm/imx25_pdk: Fix error message for invalid RAM size
` [PULL 23/26] hw/misc/mps2-scc: Add "QEMU interface" comment
` [PULL 24/26] hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
` [PULL 25/26] hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
` [PULL 26/26] hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9

[PATCH] ppc/spapr: advertise secure boot in the guest device tree
 2021-05-10 12:07 UTC 

[PATCH 0/6] block-copy: make helper APIs thread safe
 2021-05-10 11:56 UTC  (14+ messages)
` [PATCH 1/6] ratelimit: treat zero speed as unlimited
` [PATCH 2/6] block-copy: let ratelimit handle a speed of 0
` [PATCH 3/6] blockjob: "
` [PATCH 4/6] progressmeter: protect with a mutex
` [PATCH 5/6] co-shared-resource: "
` [PATCH 6/6] aiopool: "

[PATCH v8 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-05-10 11:43 UTC  (16+ messages)
` [PATCH v8 01/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v8 02/15] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v8 03/15] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v8 04/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PATCH v8 05/15] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PATCH v8 06/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PATCH v8 07/15] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PATCH v8 08/15] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v8 09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PATCH v8 10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PATCH v8 11/15] qmp: Clarify memory backend properties returned via query-memdev
` [PATCH v8 12/15] qmp: Include "share" property of memory backends
` [PATCH v8 13/15] hmp: Print "share" property of memory backends with "info memdev"
` [PATCH v8 14/15] qmp: Include "reserve" property of memory backends
` [PATCH v8 15/15] hmp: Print "reserve" property of memory backends with "info memdev"

[PATCH] hw/arm/smmuv3: Another range invalidation fix
 2021-05-10 11:44 UTC  (3+ messages)

[PULL v2 00/11] Misc patches for 2021-04-30 (incl. NVMM accelerator)
 2021-05-10 11:32 UTC  (2+ messages)

[PATCH] hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
 2021-05-10 11:26 UTC  (2+ messages)

[PATCH 0/6] coroutine: new sleep/wake API
 2021-05-10 10:46 UTC  (13+ messages)
` [PATCH 1/6] coroutine-sleep: use a stack-allocated timer
` [PATCH 2/6] coroutine-sleep: disallow NULL QemuCoSleepState** argument
` [PATCH 3/6] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PATCH 4/6] coroutine-sleep: move timer out of QemuCoSleepState
` [PATCH 5/6] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
` [PATCH 6/6] coroutine-sleep: introduce qemu_co_sleep

qemu.org server bandwidth report (May 2021)
 2021-05-10 10:31 UTC  (2+ messages)

[PATCH] util: fix fd leak in qemu_write_pidfile()
 2021-05-10 10:10 UTC  (2+ messages)

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-05-10 10:00 UTC  (8+ messages)
` [PATCH v1 01/20] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)

[PATCH trivial] qapi: spelling fix (addtional)
 2021-05-10 10:02 UTC  (2+ messages)

[PATCH v3 0/2] cocoa: keyboard quality of life
 2021-05-10  9:59 UTC  (5+ messages)
` [PATCH v3 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed
` [PATCH v3 2/2] ui/cocoa: add option to swap Option and Command, enable by default

[PATCH] ratelimit: protect with a mutex
 2021-05-10  9:51 UTC  (2+ messages)

[PATCH trivial] vnc: spelling fix (enable->enabled)
 2021-05-10  9:41 UTC  (2+ messages)

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-05-10  9:26 UTC  (5+ messages)
` [PATCH v4 2/6] block: "

[PATCH v3 0/8] block: refactor write threshold
 2021-05-10  9:30 UTC  (4+ messages)
` [PATCH v3 5/8] block/write-threshold: don't use aio context lock

[PATCH 00/23] misc: Remove variable-length arrays on the stack
 2021-05-10  9:09 UTC  (7+ messages)
` [PATCH 06/23] hw/block/dataplane/virtio-blk: Avoid dynamic stack allocation

[PATCH v3 00/26] virtiofs dax patches
 2021-05-10  9:05 UTC  (5+ messages)
` [PATCH v3 26/26] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it

[Bug 1873340] [NEW] KVM Old ATI(pre) AMD card passthrough is not working
 2021-05-10  8:42 UTC  (2+ messages)
` [Bug 1873340] "

[Bug 1873542] [NEW] Windows 98 videocard passthrough - unable to load higher resolution -Desktop, after some games crashes, without whole physical machine reset
 2021-05-10  8:42 UTC  (2+ messages)
` [Bug 1873542] "

[Bug 1873341] [NEW] Qemu Win98 VM with KVM videocard passthrough DOS mode video is not working for most of games
 2021-05-10  8:42 UTC  (2+ messages)
` [Bug 1873341] "

[Bug 1874888] [NEW] certain programs make QEMU crash with "tcg fatal error"
 2021-05-10  8:41 UTC  (2+ messages)
` [Bug 1874888] "

[question] The source cannot recover, if the destination fails in the last round of live migration
 2021-05-10  8:46 UTC  (5+ messages)

[PATCH] block: Improve backing file validation
 2021-05-10  8:41 UTC  (2+ messages)

[PATCH] qemu-iotests: fix pylint 2.8 consider-using-with error
 2021-05-10  8:36 UTC  (3+ messages)

[Bug 1866892] [NEW] guest OS catches a page fault bug when running dotnet
 2021-05-10  7:44 UTC  (2+ messages)
` [Bug 1866892] "

[Bug 1863200] [NEW] Reconnect failed with loopback virtio1.1 server mode test
 2021-05-10  7:43 UTC  (2+ messages)
` [Bug 1863200] "

[Qemu-devel] [Bug 1751674] [NEW] qemu-system-arm segmentation fault trying to dump VM memory
 2021-05-10  7:43 UTC  (3+ messages)
` [Bug 1751674] Re: qemu-system-arm segmentation fault using pmemsave on the interrupt controller registers

[Bug 1873339] [NEW] Qemu DOS Quake - 640x480 and above resolutions - Unable to load VESA palette in dos prompt and game crashing are not working
 2021-05-10  7:44 UTC  (2+ messages)
` [Bug 1873339] "

[Bug 1870039] [NEW] windows qemu-img fails to convert vhdx, assertion failure
 2021-05-10  7:44 UTC  (2+ messages)
` [Bug 1870039] "

[RFC PATCH 0/3] vfio/migration: Support manual clear vfio dirty log
 2021-05-10  7:42 UTC  (2+ messages)

[PULL 0/9] s390-ccw bios update
 2021-05-10  7:35 UTC  (10+ messages)
` [PULL 1/9] pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached
` [PULL 2/9] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
` [PULL 3/9] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
` [PULL 4/9] pc-bios/s390-ccw/netboot: Use "-Wl, " prefix to pass parameter to the linker
` [PULL 5/9] pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturn
` [PULL 6/9] pc-bios/s390-ccw: Fix the cc-option macro in the Makefile
` [PULL 7/9] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning
` [PULL 8/9] pc-bios/s390-ccw: Allow building with Clang, too
` [PULL 9/9] pc-bios/s390: Update the s390-ccw bios binaries with the Clang and other fixes

[PATCH v2 0/5] Add support for PMBus in QEMU
 2021-05-10  7:29 UTC  (11+ messages)
` [PATCH v2 1/5] hw/i2c: add support for PMBus
` [PATCH v2 2/5] hw/misc: add ADM1272 device
` [PATCH v2 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v2 4/5] hw/misc: add MAX34451 device
` [PATCH v2 5/5] tests/qtest: add tests for MAX34451 device model

[PATCH 0/2] input-linux: Allow to toggle grab from QMP
 2021-05-10  7:30 UTC  (5+ messages)
` [PATCH 1/2] input-linux: Delay grab toggle if keys are pressed

[PATCH v6 00/17] support subsets of bitmanip extension
 2021-05-10  7:26 UTC  (7+ messages)
` [PATCH v6 08/17] target/riscv: add gen_shifti() and gen_shiftiw() helper functions
` [PATCH v6 09/17] target/riscv: rvb: single-bit instructions
` [PATCH v6 10/17] target/riscv: rvb: shift ones

[Bug 1904464] [NEW] Build fails with 64 bits time_t
 2021-05-10  6:07 UTC  (3+ messages)
` [Bug 1904464] "

[PATCH v4] Fix build with 64 bits time_t
 2021-05-10  6:05 UTC  (3+ messages)

[PATCH v3 00/17] misc: Replace alloca() by g_malloc()
 2021-05-10  5:59 UTC  (5+ messages)
` [PATCH v3 14/17] hw/misc/pca9552: Replace g_newa() by g_new()
` [PATCH v3 15/17] target/ppc/kvm: Replace alloca() by g_malloc()

[RESEND v5 3/4] target/ppc: turned SPR R/W callbacks not static
 2021-05-10  5:38 UTC  (2+ messages)

[PATCH 0/2] ppc/pnv: Add support for the POWER10 DD2 CPU
 2021-05-10  5:53 UTC  (2+ messages)

[Bug 1920602] [NEW] QEMU crash after a QuickBASIC program integer overflow
 2021-05-10  5:34 UTC  (5+ messages)
` [Bug 1920602] "

[RFC PATCH 0/5] RISC-V:support Nuclei FPGA Evaluation Kit
 2021-05-10  5:26 UTC  (7+ messages)
` [RFC PATCH 1/5] target/riscv: Add Nuclei CSR and Update interrupt handling
` [RFC PATCH 2/5] hw/intc: Add Nuclei ECLIC device

[Bug 1906516] [NEW] [RISCV] sfence.vma need to end the translation block
 2021-05-10  4:46 UTC  (2+ messages)
` [Bug 1906516] "

[Bug 1906536] [NEW] Unable to set SVE VL to 1024 bits or above since 7b6a2198
 2021-05-10  4:47 UTC  (2+ messages)
` [Bug 1906536] "

[Bug 1906185] [NEW] Guest display resolution cannot be changed when using certain graphics/interface combinations
 2021-05-10  4:45 UTC  (2+ messages)
` [Bug 1906185] "

[Bug 1905297] [NEW] Zynq7000 UART clock reset initialization
 2021-05-10  4:41 UTC  (2+ messages)
` [Bug 1905297] "

[Bug 1906181] [NEW] Mouse starts jumping wildly on guest desktop
 2021-05-10  4:44 UTC  (2+ messages)
` [Bug 1906181] "

[Bug 1905521] [NEW] assert issue locates in hw/scsi/lsi53c895a.c:624: lsi_do_dma: Assertion `s->current' failed
 2021-05-10  4:42 UTC  (2+ messages)
` [Bug 1905521] "

[Bug 1905562] [NEW] Guest seems suspended after host freed memory for it using oom-killer
 2021-05-10  4:42 UTC  (2+ messages)
` [Bug 1905562] "

[Bug 1905651] [NEW] Tests cannot call g_error
 2021-05-10  4:43 UTC  (2+ messages)
` [Bug 1905651] "

[Bug 1906184] [NEW] Lots of stuttering/crackling in guest sound
 2021-05-10  4:44 UTC  (2+ messages)
` [Bug 1906184] "

[Bug 1761798] Re: live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"
 2021-05-10  4:32 UTC 

[Bug 1905226] [NEW] intel-hda: stream reset bits are broken
 2021-05-10  4:30 UTC  (2+ messages)
` [Bug 1905226] "

[Bug 1904652] [NEW] Assertion failure in usb-ohci
 2021-05-10  4:29 UTC  (2+ messages)
` [Bug 1904652] "

[Bug 1904317] [NEW] cpu feature selection is not affected to guest 's cpuid with whpx
 2021-05-10  4:25 UTC  (2+ messages)
` [Bug 1904317] "

[Bug 1904490] [NEW] intel-hda: valid registers are unknown
 2021-05-10  4:29 UTC  (2+ messages)
` [Bug 1904490] "

[Bug 1904315] [NEW] CTRL+ALT is ignored on gtk window (configured with gtk and sdl)
 2021-05-10  4:24 UTC  (2+ messages)
` [Bug 1904315] "

[Bug 1890208] [NEW] Mouse pointer disappears when it is over console window
 2021-05-10  0:27 UTC  (3+ messages)
` [Bug 1890208] "

[Bug 1879672] [NEW] QEMU installer with WHPX support
 2021-05-09 18:33 UTC  (3+ messages)
` [Bug 1879672] "

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

[PATCH] net/slirp.c: fix SMB share with Samba 4 and Windows XP guests
 2021-05-09 15:36 UTC 

[Qemu-devel] [Bug 1792659] [NEW] watchpoints might not properly stop execution at the right address
 2021-05-09 16:17 UTC  (2+ messages)
` [Bug 1792659] "

[Bug 1926277] [NEW] MIPS MT dvpe does not regard VPEConf0.MVP
 2021-05-09 16:16 UTC  (2+ messages)
` [Bug 1926277] "

[Qemu-devel] [Bug 1811888] [NEW] Qemu refuses to multiboot Elf64 kernels
 2021-05-09 16:11 UTC  (2+ messages)
` [Bug 1811888] "

[Qemu-devel] [Bug 1502613] [NEW] [Feature Request] Battery Status / Virtual Battery
 2021-05-09 16:06 UTC  (3+ messages)
` [Bug 1502613] "

[Bug 1849894] [NEW] hw/scsi/scsi-disk.c line 2554 allocation overflow
 2021-05-09 16:09 UTC  (2+ messages)
` [Bug 1849894] "

[Bug 1858461] [NEW] Please refactor linux-user/mips/cpu_loop.c
 2021-05-09 16:03 UTC  (2+ messages)
` [Bug 1858461] "

[Qemu-devel] [Bug 1804678] [NEW] qemu-3.1.0-rc0: mips emulation hangs when executing invalid instructions
 2021-05-09 15:57 UTC  (2+ messages)
` [Bug 1804678] "

[PATCH v2 00/11] PS/2 controller related fixes
 2021-05-09 16:03 UTC  (2+ messages)

[PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches
 2021-05-09 16:05 UTC  (7+ messages)

[Bug 1912059] [NEW] capstone link failure building linux-user static
 2021-05-09 15:48 UTC  (2+ messages)
` [Bug 1912059] "

[Bug 1914748] [NEW] Confuse error message when KVM can not start requested CPU
 2021-05-09 15:48 UTC  (2+ messages)
` [Bug 1914748] "

[Bug 1881249] [NEW] CPU fetch from unpopulated ROM on reset
 2021-05-09 15:44 UTC  (2+ messages)
` [Bug 1881249] "

[Bug 1879646] [NEW] [Feature request] x86: dump MSR features in human form
 2021-05-09 15:45 UTC  (2+ messages)
` [Bug 1879646] "

[Bug 1910505] [NEW] atomic failure linking with --enable-sanitizers on 32-bit Linux hosts
 2021-05-09 15:44 UTC  (2+ messages)
` [Bug 1910505] "

[Bug 1925449] [NEW] Failure building with clang-10 and libssh
 2021-05-09 15:43 UTC  (2+ messages)
` [Bug 1925449] "

[Qemu-devel] [Bug 1836762] [NEW] Many leaks from qemu_spice_create_update
 2021-05-09 15:32 UTC  (2+ messages)
` [Bug 1836762] "

[Bug 1880539] [NEW] I/O write make QXL abort in qxl_set_mode()
 2021-05-09 15:34 UTC  (2+ messages)
` [Bug 1880539] "

[Bug 1887820] [NEW] TCG test targets missing from 'make check-help'
 2021-05-09 15:27 UTC  (2+ messages)
` [Bug 1887820] "

[Bug 1920767] [NEW] build-tools-and-docs-debian job waste cycles building pointless things
 2021-05-09 15:28 UTC  (2+ messages)
` [Bug 1920767] "

[Bug 1919021] [NEW] Confuse error message in virtio_init_region_cache()
 2021-05-09 15:29 UTC  (2+ messages)
` [Bug 1919021] "

[Bug 1893744] [NEW] meson: incomplete 'make help'
 2021-05-09 15:24 UTC  (2+ messages)
` [Bug 1893744] "

[Qemu-devel] [Bug 1831225] [NEW] guest migration 100% cpu freeze bug
 2021-05-09 15:11 UTC  (2+ messages)
` [Bug 1831225] "

[Qemu-devel] [Bug 1839367] [NEW] Wrong interrupts generated for I.MX6 FEC controller
 2021-05-09 15:11 UTC  (2+ messages)
` [Bug 1839367] "

[Qemu-devel] [Bug 1808565] [NEW] Reading /proc/self/task/<pid>/maps is not remapped to the target
 2021-05-09 15:10 UTC  (2+ messages)
` [Bug 1808565] "

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

[PATCH 0/9] accel/tcg: Add tlb_flush interface for a range of pages
 2021-05-09 15:18 UTC  (10+ messages)
` [PATCH 2/9] accel/tcg: Pass length argument to tlb_flush_range_locked()
` [PATCH 3/9] accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeData
` [PATCH 4/9] accel/tcg: Add tlb_flush_range_by_mmuidx()
` [PATCH 5/9] accel/tcg: Add tlb_flush_page_bits_by_mmuidx_all_cpus()
` [PATCH 6/9] accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
` [PATCH 7/9] accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
` [PATCH 8/9] accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
` [PATCH 9/9] accel/tcg: Remove tlb_flush_page_bits_by_mmuidx_async_1() ???

[Bug 1854204] [NEW] Menu is not clickable on OSX Catalina
 2021-05-09 15:12 UTC  (2+ messages)
` [Bug 1854204] "


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