qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 11:22:27 to 2021-05-05 19:23:39 UTC [more...]

[PATCH 00/10] PS/2 controller related fixes
 2021-05-05 19:21 UTC  (2+ messages)
` [PATCH 03/10] ps2: don't deassert irq twice if queue is empty

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-05-05 19:09 UTC  (6+ messages)
` [PATCH 11/22] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard

[PATCH v3 00/26] virtiofs dax patches
 2021-05-05 18:59 UTC  (8+ messages)
` [PATCH v3 08/26] DAX: virtio-fs: Add cache BAR
` [PATCH v3 09/26] DAX: virtio-fs: Add vhost-user slave commands for mapping
` [PATCH v3 10/26] DAX: virtio-fs: Fill in "

[for-6.1 v2 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2021-05-05 18:52 UTC  (3+ messages)
` [for-6.1 v2 2/2] "

[Bug 1866892] [NEW] guest OS catches a page fault bug when running dotnet
 2021-05-05 18:01 UTC  (3+ messages)
` [Bug 1866892] "

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

[Qemu-devel] [Bug 1809546] [NEW] Writing a byte to a pl011 SFR overwrites the whole SFR
 2021-05-05 17:44 UTC  (2+ messages)
` [Bug 1809546] "

[PATCH v3] plugins/syscall: Added a table-like summary output
 2021-05-05 17:56 UTC  (3+ messages)

[Qemu-devel] [Bug 1818483] [NEW] qemu user mode does not support binfmt_misc config with flags=P
 2021-05-05 17:42 UTC  (2+ messages)
` [Bug 1818483] Re: qemu user mode does not support binfmt_misc config with flags include "P"

vhost-user payload union restrictions ?
 2021-05-05 17:54 UTC  (3+ messages)

[Qemu-devel] [Bug 1815252] [NEW] virtio-9p-pci passthrough fsync hang
 2021-05-05 17:44 UTC  (2+ messages)
` [Bug 1815252] "

[Bug 1821771] Re: KVM guest does not reflect numa distances configured through qemu
 2021-05-05 17:41 UTC 

[PATCH] xen-block: Use specific blockdev driver
 2021-05-05 17:44 UTC  (2+ messages)

[PATCH] xen: Free xenforeignmemory_resource at exit
 2021-05-05 17:42 UTC  (2+ messages)

[PULL 00/23] Trivial branch for 6.1 patches
 2021-05-05 17:37 UTC  (2+ messages)

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-05-05 17:30 UTC  (4+ messages)
` [RFC PATCH v2 1/2] target/ppc: Moved functions out of mmu-hash64

[PATCH v2 0/5] Add support for PMBus in QEMU
 2021-05-05 17:01 UTC  (6+ 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/5] misc: Replace alloca() by g_malloc()
 2021-05-05 17:00 UTC  (6+ messages)
` [PATCH 1/5] bsd-user/syscall: Replace alloca() by g_new()
` [PATCH 2/5] gdbstub: Constify GdbCmdParseEntry
` [PATCH 3/5] gdbstub: Use fixed-size array in GdbCmdParseEntry instead of pointer
` [PATCH 4/5] gdbstub: Replace alloca() by g_new()
` [PATCH 5/5] target/ppc/kvm: Replace alloca() by g_malloc()

[PATCH] target/m68k: Remove unused variable in ABCD/SBCD memory opcodes
 2021-05-05 16:43 UTC  (2+ messages)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-05-05 16:25 UTC  (3+ messages)

[PATCH v8] introduce vfio-user protocol specification
 2021-05-05 16:19 UTC  (5+ messages)

[PATCH] target/sh4: Return error if CPUClass::get_phys_page_debug() fails
 2021-05-05 16:52 UTC  (2+ messages)

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-05 16:48 UTC 

Gitlab Issue Tracker - Proposed Workflow
 2021-05-05 16:18 UTC  (3+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-05 16:46 UTC  (6+ messages)

[PATCH v2 0/9] block: refactor write threshold
 2021-05-05 16:23 UTC  (23+ messages)
` [PATCH v2 1/9] block/write-threshold: don't use write notifiers
` [PATCH v2 2/9] block: drop "
` [PATCH v2 3/9] test-write-threshold: rewrite test_threshold_(not_)trigger tests
` [PATCH v2 4/9] block/write-threshold: drop extra APIs
` [PATCH v2 5/9] block/write-threshold: don't use aio context lock
` [PATCH v2 6/9] test-write-threshold: drop extra tests
` [PATCH v2 7/9] test-write-threshold: drop extra TestStruct structure
` [PATCH v2 8/9] test-write-threshold: drop extra includes
` [PATCH v2 9/9] block/write-threshold: "

[PATCH v6 00/17] support subsets of bitmanip extension
 2021-05-05 16:06 UTC  (18+ messages)
` [PATCH v6 01/17] target/riscv: reformat @sh format encoding for B-extension
` [PATCH v6 02/17] target/riscv: rvb: count leading/trailing zeros
` [PATCH v6 03/17] target/riscv: rvb: count bits set
` [PATCH v6 04/17] target/riscv: rvb: logic-with-negate
` [PATCH v6 05/17] target/riscv: rvb: pack two words into one register
` [PATCH v6 06/17] target/riscv: rvb: min/max instructions
` [PATCH v6 07/17] target/riscv: rvb: sign-extend instructions
` [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
` [PATCH v6 11/17] target/riscv: rvb: rotate (left/right)
` [PATCH v6 12/17] target/riscv: rvb: generalized reverse
` [PATCH v6 13/17] target/riscv: rvb: generalized or-combine
` [PATCH v6 14/17] target/riscv: rvb: address calculation
` [PATCH v6 15/17] target/riscv: rvb: add/shift with prefix zero-extend
` [PATCH v6 16/17] target/riscv: rvb: support and turn on B-extension from command line
` [PATCH v6 17/17] target/riscv: rvb: add b-ext version cpu option

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-05-05 16:18 UTC  (8+ messages)
` [PATCH v4 2/6] block: "
` [PATCH v4 3/6] iotests: Test replacing files with x-blockdev-reopen
` [PATCH v4 4/6] block: Support multiple reopening "

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-05-05 16:15 UTC  (5+ messages)

[PATCH v5 0/4] target/ppc: Untangle CPU init from translation
 2021-05-05 15:53 UTC  (5+ messages)
` [PATCH v5 1/4] target/ppc: renamed SPR registration functions
` [PATCH v5 2/4] target/ppc: move SPR R/W callbacks to translate.c
` [PATCH v5 3/4] target/ppc: turned SPR R/W callbacks not static
` [PATCH v5 4/4] target/ppc: isolated cpu init from translation logic

[PULL 0/6] Usb 20210505 patches
 2021-05-05 15:50 UTC  (9+ messages)
` [PULL 1/6] hw/usb/host-stub: Remove unused header
` [PULL 2/6] hw/usb: Do not build USB subsystem if not required
` [PULL 3/6] usb/hid: avoid dynamic stack allocation
` [PULL 4/6] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
` [PULL 5/6] usb/mtp: avoid dynamic stack allocation
` [PULL 6/6] usb: limit combined packets to 1 MiB (CVE-2021-3527)

[Qemu-devel] [Bug 1832422] [NEW] SSE CMP ops with 8bit immediate throw sigill with oversized byte
 2021-05-05 15:33 UTC  (2+ messages)
` [Bug 1832422] "

[PATCH] tests/qtest/npcm7xx_pwm-test.c: Avoid g_assert_true() for non-test assertions
 2021-05-05 15:46 UTC  (4+ messages)

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-05 15:36 UTC  (4+ messages)

[Bug 1859106] [NEW] 4.2 regression: ReactOS crashes on boot
 2021-05-05 15:27 UTC  (2+ messages)
` [Bug 1859106] "

[PATCH 1/2] meson: fix meson 0.58 warning with libvhost-user subproject
 2021-05-05 15:38 UTC  (3+ messages)
` [PATCH 2/2] libvhost-user: fix -Werror=format= warnings with __u64 fields

[Bug 1861884] [NEW] qemu socket multicast not working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861884] "

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2021-05-05 15:26 UTC  (2+ messages)
` [Bug 1860553] "

[Bug 1861653] [NEW] CPU of qemu-system-aarch64 always stuck
 2021-05-05 15:23 UTC  (2+ messages)
` [Bug 1861653] "

[Bug 1861875] [NEW] VDE networking barely working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861875] "

[Bug 1861458] [NEW] Clock drift issue with -soundhw hda
 2021-05-05 15:24 UTC  (2+ messages)
` [Bug 1861458] "

[PATCH v1] softmmu/vl: make default prealloc-threads work w/o -mem-prealloc
 2021-05-05 15:31 UTC  (2+ messages)

[PATCH v7 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 15:29 UTC  (15+ messages)
` [PATCH v7 01/12] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v7 02/12] accel: Introduce 'query-accels' QMP command
` [PATCH v7 03/12] qtest: Add qtest_has_accel() method
` [PATCH v7 04/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v7 05/12] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v7 06/12] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v7 07/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v7 08/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v7 09/12] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v7 10/12] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v7 11/12] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v7 12/12] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore

[Bug 1863096] [NEW] vhost-user multi-queues interrupt failed when Qemu reconnection happens
 2021-05-05 15:15 UTC  (2+ messages)
` [Bug 1863096] "

[Bug 1862619] [NEW] "-serial telnet::xxxx, server" causes "Device 'serial0' is in use"
 2021-05-05 15:19 UTC  (2+ messages)
` [Bug 1862619] "

[Bug 1862415] [NEW] -nic user cannot receive TFTP response from outside on windows 10 host
 2021-05-05 15:20 UTC  (2+ messages)
` [Bug 1862415] "

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

[PATCH v5 00/10] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 15:28 UTC  (6+ messages)
` [PATCH v5 02/10] accel: Introduce 'query-accels' QMP command

[Bug 1863023] [NEW] Deadlock in QXL
 2021-05-05 15:16 UTC  (2+ messages)
` [Bug 1863023] "

[Bug 1862887] [NEW] qemu does not load pulseaudio modules properly
 2021-05-05 15:17 UTC  (2+ messages)
` [Bug 1862887] "

[Bug 1862979] [NEW] Cannot Create Socket Networking in Windows Host using Multicast
 2021-05-05 15:17 UTC  (2+ messages)
` [Bug 1862979] "

[Bug 1909770] [NEW] qemu-cris segfaults upon loading userspace binary
 2021-05-05 15:14 UTC  (3+ messages)
` [Bug 1909770] "

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

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-05 14:51 UTC  (7+ messages)
` [PATCH 1/7] migration: use GDateTime for formatting timestamp in snapshot names
` [PATCH 4/7] usb/dev-mtp: use GDateTime for formatting timestamp for objects
` [PATCH 7/7] virtiofsd: use GDateTime for formatting timestamp for debug messages

[PATCH updated v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-05 14:48 UTC 

[PATCH v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-05 14:44 UTC  (2+ messages)

[Qemu-devel] [Bug 1840865] [NEW] qemu crashes when doing iotest on virtio-9p filesystem
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1840865] "

[Bug 1850570] [NEW] Cannot use usb-host on Mac OS
 2021-05-05 14:29 UTC  (2+ messages)
` [Bug 1850570] "

[Qemu-devel] [Bug 1835694] [NEW] hardware-based time keeping
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1835694] "

[Qemu-devel] [Bug 1833053] [NEW] qemu guest crashes on spice client USB redirected device removal
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1833053] "

[Qemu-devel] [Bug 1843711] [NEW] qemu-xhci device should detect if libusb host supports streams
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1843711] "

[PATCH] configure: fix detection of gdbus-codegen
 2021-05-05 14:30 UTC  (3+ messages)

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-05-05 13:58 UTC  (4+ messages)
` [PATCH v2 1/3] docs/block-replication: use blockdev-backup
` [PATCH v2 2/3] docs/interop/bitmaps: "
` [PATCH v2 3/3] qapi: deprecate drive-backup

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

[PATCH 0/4] block/vvfat: Fix leaks and out of bounds writes
 2021-05-05 13:46 UTC  (4+ messages)
` [PATCH 4/4] block/vvfat: Avoid out of bounds write in create_long_filename()

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

[PULL 0/7] Usb 20210504 patches
 2021-05-05 13:05 UTC  (2+ messages)

[PATCH v6 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 13:03 UTC  (9+ messages)
` [PATCH v6 09/12] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v6 10/12] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v6 11/12] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v6 12/12] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore

[PULL 00/18] aspeed queue (v2)
 2021-05-05 12:50 UTC  (2+ messages)

[PATCH 0/2] net/tap: minor fixes to interaction with the bridge helper
 2021-05-05 12:32 UTC  (4+ messages)
` [PATCH 1/2] net/tap: fix FreeBSD portability problem receiving TAP FD
` [PATCH 2/2] net/tap: fix error reporting when bridge helper forgets to send an FD

[RFC v14 00/80] arm cleanup experiment for kvm-only build
 2021-05-05 12:27 UTC  (3+ messages)
` [RFC v14 54/80] Revert "target/arm: Restrict v8M IDAU to TCG"

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-05 12:24 UTC  (7+ messages)

[Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken
 2021-05-05 11:46 UTC  (2+ messages)
` [Bug 1832877] "

[Qemu-devel] [Bug 1831354] [NEW] unable to read symlinks when mounting 9p filesystem with security_model=mapped
 2021-05-05 11:45 UTC  (2+ messages)
` [Bug 1831354] "

[Qemu-devel] [Bug 1831750] [NEW] virtual machine cpu soft lockup when qemu attach disk
 2021-05-05 11:46 UTC  (2+ messages)
` [Bug 1831750] "

[Qemu-devel] [Bug 1831362] [NEW] European keyboard PC-105 deadkey
 2021-05-05 11:45 UTC  (2+ messages)
` [Bug 1831362] "

[Qemu-devel] [Bug 1831486] [NEW] qmp monitor deadlock (with spice events for ex)
 2021-05-05 11:45 UTC  (2+ messages)
` [Bug 1831486] "

[Qemu-devel] [Bug 1827772] [NEW] [RFC] dma buf: support sprite plane
 2021-05-05 11:27 UTC  (2+ messages)
` [Bug 1827772] "

[Qemu-devel] [Bug 1828207] [NEW] Request to add something like "Auth failed from IP" log report for built-in VNC server
 2021-05-05 11:28 UTC  (2+ messages)
` [Bug 1828207] "

[Qemu-devel] [Bug 1824744] [NEW] ivshmem device PCI device exposes wrong endianness on ppc64le
 2021-05-05 11:27 UTC  (2+ messages)
` [Bug 1824744] Re: ivshmem "

[Qemu-devel] [Bug 1828723] [NEW] [RFE] option to suppress gemu_log() output
 2021-05-05 11:28 UTC  (2+ messages)
` [Bug 1828723] "

[Qemu-devel] [Bug 1829459] [NEW] qemu: qemu_thread_create: Invalid argument
 2021-05-05 11:28 UTC  (2+ messages)
` [Bug 1829459] Re: qemu seems to lack support for pid namespace

[PATCH v2 0/8] Block layer thread-safety, continued
 2021-05-05 11:29 UTC  (4+ messages)
` [PATCH v2 2/8] block: protect write threshold QMP commands from concurrent requests

[PATCH v4 0/5] target/ppc: Untangle CPU init from translation
 2021-05-05 11:30 UTC  (3+ messages)

[Qemu-devel] [Bug 1818398] [NEW] No evdev mouse passthrough with virtio-vga or kvm
 2021-05-05 11:17 UTC  (2+ messages)
` [Bug 1818398] "

[Qemu-devel] [Bug 1815371] [NEW] SPICE session's connection_id's are not unique
 2021-05-05 11:17 UTC  (2+ messages)
` [Bug 1815371] "

[Qemu-devel] [Bug 1818075] [NEW] qemu-user-x86-64 hangs at vcvttsd2si
 2021-05-05 11:17 UTC  (2+ messages)
` [Bug 1818075] Re: qemu x86 TCG doesn't support AVX insns

[Qemu-devel] [Bug 1819108] [NEW] qemu-bridge-helper failure but qemu not exit
 2021-05-05 11:18 UTC  (2+ messages)
` [Bug 1819108] "

[Bug 1821839] Re: qemu 4.0 doesnt support glsl 3.0 but yes older versions, that have no sense IMO
 2021-05-05 11:18 UTC 

[Qemu-devel] [Bug 1810000] [NEW] qemu system emulator crashed with the attachment of usb-bt-dongle device
 2021-05-05 11:10 UTC  (2+ messages)
` [Bug 1810000] Re: qemu system emulator crashed when using xhci usb controller

[Qemu-devel] [Bug 1810343] [NEW] qemu-nbd -l and -s options don't work together
 2021-05-05 11:10 UTC  (2+ messages)
` [Bug 1810343] "

[Qemu-devel] [Bug 1810590] [NEW] Record/replay example does not work
 2021-05-05 11:10 UTC  (2+ messages)
` [Bug 1810590] "


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