qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-02 17:33:52 to 2021-07-05 04:34:14 UTC [more...]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[PATCH v2 1/3] hw/net: e1000: Correct the initial value of VET register
 2021-07-05  4:21 UTC  (2+ messages)

[PATCH 0/7] Fixed some bugs and optimized some codes for COLO
 2021-07-05  2:54 UTC  (4+ messages)
` [PATCH 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff

[PATCH v3] dp8393x: don't force 32-bit register access
 2021-07-05  1:44 UTC  (2+ messages)

[RFC PATCH 0/6] dp8393x: Housekeeping
 2021-07-05  1:36 UTC  (22+ messages)
` [PATCH 1/6] dp8393x: fix CAM descriptor entry index
` [PATCH 2/6] dp8393x: don't force 32-bit register access
` [RFC PATCH 3/6] dp8393x: Restrict bus access to 16/32-bit operations
` [RFC PATCH 4/6] dp8393x: Store CAM registers as 16-bit
` [PATCH 5/6] dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
` [RFC PATCH 6/6] dp8393x: Rewrite dp8393x_get() / dp8393x_put()

[PATCH] hw/usb/hcd-dwc2: Enforce epnum to 0 for the control endpoint to avoid the assertion failure in usb_ep_get()
 2021-07-05  1:34 UTC  (4+ messages)

[PATCH] tests/acceptance: Test NetBSD 5.1 on the Jazz Magnum machine
 2021-07-05  0:58 UTC  (2+ messages)

[PATCH 00/20] Add LoongArch linux-user emulation support
 2021-07-05  0:45 UTC  (7+ messages)
` [PATCH 07/20] target/loongarch: Add fixed point arithmetic instruction translation

[PULL V2 0/3] PVRDMA queue
 2021-07-04 20:52 UTC  (4+ messages)
` [PULL V2 1/3] hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)
` [PULL V2 2/3] pvrdma: Ensure correct input on ring init (CVE-2021-3607)
` [PULL V2 3/3] pvrdma: Fix the ring init error flow (CVE-2021-3608)

[Qemu-devel] [PULL 0/3] PVRDMA queue
 2021-07-04 19:26 UTC  (6+ messages)
` [PULL 1/3] hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)
` [PULL 2/3] pvrdma: Ensure correct input on ring init (CVE-2021-3607)
` [PULL 3/3] pvrdma: Fix the ring init error flow (CVE-2021-3608)

[PATCH 00/12] linux-user: Extract target errno related functions to 'target_errno.h'
 2021-07-04 18:37 UTC  (13+ messages)
` [PATCH 01/12] linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
` [PATCH 02/12] linux-user/hppa: "
` [PATCH 03/12] linux-user/mips: "
` [PATCH 04/12] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PATCH 05/12] linux-user: Extract target errno to 'target_errno_defs.h'
` [PATCH 06/12] linux-user/alpha: Remove hardcoded tabs (code style)
` [PATCH 07/12] linux-user/alpha: Move errno definitions to 'target_errno_defs.h'
` [PATCH 08/12] linux-user/hppa: "
` [PATCH 09/12] linux-user/mips: "
` [PATCH 10/12] linux-user/syscall: Refactor target_to_host_errno_table_init()
` [PATCH 11/12] linux-user/syscall: Remove hardcoded tabs (code style)
` [PATCH 12/12] linux-user: Extract target errno related functions to 'target_errno.h'

[PATCH 0/4] target/mips: Rewrite UHI errno_mips() to allow building on Haiku OS
 2021-07-04 18:44 UTC  (11+ messages)
` [PATCH 1/4] target/mips: Fix UHI error values
` [PATCH 2/4] target/mips: Rename UHI err -> host_errno
` [PATCH 3/4] target/mips: Rewrite UHI errno_mips() using GHashTable
` [PATCH 4/4] target/mips: Complete UHI errno list and log unexpected errors

[PATCH 1/2] Fix for Haiku
 2021-07-04 18:34 UTC  (13+ messages)

[PATCH 1/2 v3] Configure script for Haiku
 2021-07-04 18:29 UTC  (3+ messages)

[PATCH 2/2 v2] Fix SHELL variable in Makefile for Haiku
 2021-07-04 16:36 UTC  (3+ messages)

[PATCH] colo: Don't dump colo cache if dump-guest-core=off
 2021-07-04 16:14 UTC 

[PULL 00/18] MIPS patches for 2021-07-02
 2021-07-04 15:24 UTC  (3+ messages)

[PATCH 0/2] Fix defect in TranslationBlock insertion procedure
 2021-07-04 14:31 UTC  (3+ messages)
` [PATCH 1/2] accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
` [PATCH 2/2] tcg: Bake tb_destroy() into tcg_region_tree

[PATCH 2/2] Fix for Haiku
 2021-07-04 14:26 UTC  (5+ messages)

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-04 14:14 UTC  (9+ messages)

[PULL 00/24] target-arm queue
 2021-07-04 13:03 UTC  (2+ messages)

[RFC PATCH 0/9] hw/sd: Allow card size not power of 2 again
 2021-07-04 12:35 UTC  (5+ messages)
` [PATCH 3/9] tests/acceptance: Tag NetBSD tests as 'os:netbsd'

[PATCH resend] nbd: register yank function earlier
 2021-07-04 10:56 UTC 

[PATCH resend] block/replication.c: Properly attach children
 2021-07-04 10:58 UTC 

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-07-04  6:29 UTC  (4+ messages)

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-07-04  5:52 UTC  (2+ messages)

[PATCH] qga-win: Add support of Windows Server 2022 in get-osinfo command
 2021-07-04  5:51 UTC  (2+ messages)

[Patch 1/2 v2] Fix for Haiku
 2021-07-04  1:31 UTC 

[RFC PATCH 0/3] dp8393x: Reviewing CRC code
 2021-07-04  1:28 UTC  (8+ messages)
` [RFC PATCH 1/3] dp8393x: Store CRC using address_space_stl_le()
` [RFC PATCH 2/3] dp8393x: Do not amend CRC if it is inhibited (CRCI bit set)
` [RFC PATCH 3/3] dp8393x: Store CRC using device configured endianess

Test
 2021-07-03 22:33 UTC 

Problem with Avocado and QEMU console
 2021-07-03 18:24 UTC  (7+ messages)

clang build error on i686
 2021-07-03 17:45 UTC  (5+ messages)

[PATCH v5 0/7] Use ACPI PCI hot-plug for Q35
 2021-07-03 16:45 UTC  (9+ messages)
` [PATCH v5 1/7] hw/acpi/pcihp: Enhance acpi_pcihp_disable_root_bus() to support Q35
` [PATCH v5 3/7] hw/acpi/ich9: Enable ACPI PCI hot-plug

Getting started developing
 2021-07-03 16:43 UTC  (2+ messages)

[PATCH v7 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2021-07-03 16:32 UTC  (4+ messages)
` [PATCH v7 2/5] virtio-iommu: Implement RESV_MEM probe request

[PATCH v2] docs: document file-posix locking protocol
 2021-07-03 14:50 UTC  (2+ messages)

[PATCH v2 00/10] dp8393x: fixes for MacOS toolbox ROM
 2021-07-03 14:22 UTC  (15+ messages)
` [PATCH v2 08/10] dp8393x: don't force 32-bit register access
` [PATCH v2 09/10] dp8393x: fix CAM descriptor entry index

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-07-03 11:17 UTC  (2+ messages)

[PATCH 0/3] target/ppc: MMU debug fixes
 2021-07-03  7:32 UTC  (7+ messages)
` [PATCH 1/3] target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
` [PATCH 2/3] target/ppc: Fix compilation with FLUSH_ALL_TLBS "
` [PATCH 3/3] target/ppc: Fix compilation with DEBUG_BATS "

[PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-07-03  7:25 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH 00/17] tcg: breakpoint reorg
 2021-07-03  7:00 UTC  (2+ messages)

[PATCH v5 0/1] Rework ACPI OEM fields handling to simplify code (was: acpi: Remove duplicated code handling OEM ID and OEM table ID fields)
 2021-07-03  5:39 UTC  (3+ messages)
` [PATCH v5 1/1] acpi: Consolidate the handling of OEM ID and OEM Table ID fields

[PATCH] hw/mips/jazz: Map the UART devices unconditionally
 2021-07-03  5:20 UTC  (3+ messages)

[PATCH 1/2] hw/display: report an error if virgl initialization failed
 2021-07-03  5:14 UTC  (3+ messages)
` [PATCH 2/2] hw/display: fail early when multiple virgl devices are requested

[Bug 1310714] Re: User mode networking SLIRP rapid memory leak
 2021-07-03  4:17 UTC 

[Qemu-devel] [Bug 1342686] [NEW] Windows 95 setup hangs
 2021-07-03  4:17 UTC  (2+ messages)
` [Bug 1342686] "

[Qemu-devel] [Bug 1396052] [NEW] migration failed when running BurnInTest in guest
 2021-07-03  4:17 UTC  (2+ messages)
` [Bug 1396052] "

[Qemu-devel] [Bug 1776478] [NEW] Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation
 2021-07-03  4:17 UTC  (2+ messages)
` [Bug 1776478] "

[PATCH] hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_write
 2021-07-02 23:37 UTC 

[PATCH 1/3] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
 2021-07-03  0:28 UTC  (3+ messages)
` [PATCH 2/3] ui/gtk-egl: make sure the right context is set as the current
` [PATCH 3/3] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound

[PATCH 0/3] Fix active mirror dead-lock
 2021-07-02 22:34 UTC  (5+ messages)
` [PATCH 1/3] block/mirror: set .co for active-write MirrorOp objects
` [PATCH 2/3] iotest 151: add test-case that shows active mirror dead-lock
` [PATCH 3/3] block/mirror: fix active mirror dead-lock in mirror_wait_on_conflicts

[PATCH] hw/sd: sdhci: Enable 64-bit system bus capability in the default SD/MMC host controller
 2021-07-02 22:08 UTC  (2+ messages)

[PATCH 0/6] python: AQMP-TUI Prototype
 2021-07-02 21:26 UTC  (7+ messages)
` [PATCH 1/6] python: disable pylint errors for aqmp-tui
` [PATCH 2/6] python: Add dependencies for AQMP TUI
` [PATCH 3/6] python/aqmp-tui: Add AQMP TUI draft
` [PATCH 4/6] python: add optional pygments dependency
` [PATCH 5/6] python/aqmp-tui: add syntax highlighting
` [PATCH 6/6] python: add entry point for aqmp-tui

[PATCH v5 0/2] target/s390x: Fix SIGILL/SIGFPE/SIGTRAP psw.addr reporting
 2021-07-02 21:00 UTC  (4+ messages)

[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-07-02 19:55 UTC  (3+ messages)
` [PATCH v5 5/6] block/rbd: "

[PATCH 0/3] hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30)
 2021-07-02 18:07 UTC  (5+ messages)
` [PATCH 1/3] hw/sd: When card is in wrong state, log which state it is
` [PATCH 3/3] hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30)

[PATCH] target/i386: Fix cpuid level for AMD
 2021-07-02 17:35 UTC  (9+ messages)
        ` [External] "


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