qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 08:20:35 to 2021-05-06 17:53:30 UTC [more...]

[Bug 1873335] [NEW] Dos Keypad is not working for numbers - numlock is not working
 2021-05-06 17:31 UTC  (3+ messages)
` [Bug 1873335] "

[Bug 1927530] [NEW] qemu-aarch64 MTE fails to report tag mismatch
 2021-05-06 17:35 UTC 

[Bug 1873338] [NEW] Dos on the fly CD image replacement is not Working with DOS
 2021-05-06 17:32 UTC  (2+ messages)
` [Bug 1873338] "

[PATCH v2] tcg: Use correct trap number for page faults on *BSD systems
 2021-05-06 17:38 UTC 

[Bug 1873337] [NEW] Arrow keys press is double in some programs in Dos
 2021-05-06 17:31 UTC  (4+ messages)
` [Bug 1873337] "

[PATCH] tcg: Use correct trap number for page faults on *BSD systems
 2021-05-06 17:35 UTC  (2+ messages)

[Bug 1882241] [NEW] file transfer over cifs to 64bit guest corrupts large files
 2021-05-06 17:27 UTC  (2+ messages)
` [Bug 1882241] "

[Bug 1881506] [NEW] TCG doesn't support a lot of features that should be supported
 2021-05-06 17:21 UTC  (2+ messages)
` [Bug 1881506] "

[Bug 1881729] [NEW] target_read_memory in disas.c ignores possible errors
 2021-05-06 17:25 UTC  (2+ messages)
` [Bug 1881729] "

[Bug 1880722] [NEW] Changing executable page permissions with mmap causes user-mode failures
 2021-05-06 17:15 UTC  (2+ messages)
` [Bug 1880722] Re: Problems related to checking page crossing in use_goto_tb()

[Bug 1880763] [NEW] Missing page crossing check in use_goto_tb() for rx target
 2021-05-06 17:18 UTC  (2+ messages)
` [Bug 1880763] "

[Bug 1879590] [NEW] Using qemu-system-sparc64 no network interface seems to exist
 2021-05-06 17:07 UTC  (2+ messages)
` [Bug 1879590] "

[Bug 1880066] [NEW] Microphone input dies in guest when switching evdev input
 2021-05-06 17:11 UTC  (2+ messages)
` [Bug 1880066] "

[Bug 1883593] [NEW] Windows XP takes much longer to boot in TCG mode since 5.0
 2021-05-06 16:52 UTC  (2+ messages)
` [Bug 1883593] "

[Bug 1882350] [NEW] it always create sdx device when I configure ide device with hdx name
 2021-05-06 16:08 UTC  (2+ messages)
` [Bug 1882350] "

[Bug 1878348] [NEW] --static build fails in v5.0 (since 5010cec2bc87dafab39b3913c8ca91f88df9c540)
 2021-05-06 16:57 UTC  (2+ messages)
` [Bug 1878348] "

[PATCH v6] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-05-06 16:43 UTC  (2+ messages)

[Bug 1877781] [NEW] TCG does not support x2APIC emulation
 2021-05-06 16:54 UTC  (2+ messages)
` [Bug 1877781] "

[PATCH v3 0/4] hw/ppc: code motion to compile without TCG
 2021-05-06 16:39 UTC  (5+ messages)
` [PATCH v3 1/4] hw/ppc: moved hcalls that depend on softmmu
` [PATCH v3 2/4] target/ppc: moved function out of mmu-hash64
` [PATCH v3 3/4] target/ppc: moved ppc_store_lpcr to misc_helper.c
` [PATCH v3 4/4] hw/ppc: Altered calls from oea_read to read

[PATCH v2 0/7] virtiofsd: Changed various allocations to GLib functions
 2021-05-06 16:27 UTC  (2+ messages)

[Bug 1884425] [NEW] MIPS64EL emu hangs at reboot
 2021-05-06 16:20 UTC  (2+ messages)
` [Bug 1884425] "

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

[Bug 1874264] [NEW] AIX 7.2 TL4 SP1 cannot IPL with QEMU >2.11.2 ppc64-softmmu
 2021-05-06 14:45 UTC  (4+ messages)
` [Bug 1874264] "

[Bug 1882497] [NEW] Missing 'cmp' utility makes build take 10 times as long
 2021-05-06 16:10 UTC  (2+ messages)
` [Bug 1882497] "

[PATCH v7 00/10] KVM: Dirty ring support (QEMU part)
 2021-05-06 16:05 UTC  (11+ messages)
` [PATCH v7 01/10] memory: Introduce log_sync_global() to memory listener
` [PATCH v7 02/10] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v7 03/10] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH v7 04/10] KVM: Provide helper to get kvm dirty log
` [PATCH v7 05/10] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH v7 06/10] KVM: Simplify dirty log sync in kvm_set_phys_mem
` [PATCH v7 07/10] KVM: Cache kvm slot dirty bitmap size
` [PATCH v7 08/10] KVM: Add dirty-gfn-count property
` [PATCH v7 09/10] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v7 10/10] KVM: Dirty ring support

[PATCH v2 0/9] misc: Replace alloca() by g_malloc()
 2021-05-06 16:09 UTC  (31+ messages)
` [PATCH v2 1/9] audio/alsaaudio: Replace ALSA alloca() by malloc() equivalent
` [PATCH v2 2/9] backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
` [PATCH v2 3/9] backends/tpm: Replace g_alloca() by g_malloc()
` [PATCH v2 4/9] bsd-user/syscall: Replace alloca() by g_new()
` [PATCH v2 5/9] gdbstub: Constify GdbCmdParseEntry
` [PATCH v2 6/9] gdbstub: Only call cmd_parse_params() with non-NULL command schema
` [PATCH v2 7/9] gdbstub: Replace alloca() + memset(0) by g_new0()
` [PATCH v2 8/9] hw/misc/pca9552: Replace g_newa() by g_new()
` [PATCH v2 9/9] target/ppc/kvm: Replace alloca() by g_malloc()

[Bug 1881645] [NEW] qemu-system-x86_64 --help (or --version) gives no output
 2021-05-06 16:14 UTC  (2+ messages)
` [Bug 1881645] "

[PATCH 4/5] gdbstub: Replace alloca() by g_new()
 2021-05-06 16:07 UTC  (2+ messages)
` [ALT PATCH] gdbstub: Replace GdbCmdContext with plain g_array()

[Bug 1883400] [NEW] Windows 10 extremely slow and unresponsive
 2021-05-06 16:12 UTC  (2+ messages)
` [Bug 1883400] "

[PATCH v3 00/26] virtiofs dax patches
 2021-05-06 16:02 UTC  (23+ messages)
` [PATCH v3 01/26] virtiofs: Fixup printf args
` [PATCH v3 02/26] virtiofsd: Don't assume header layout
` [PATCH v3 12/26] DAX: virtiofsd: Add setup/remove mappings fuse commands
` [PATCH v3 18/26] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
` [PATCH v3 20/26] DAX/unmap virtiofsd: Parse unmappable elements
` [PATCH v3 21/26] DAX/unmap virtiofsd: Route unmappable reads
` [PATCH v3 22/26] DAX/unmap virtiofsd: route unmappable write to slave command
` [PATCH v3 24/26] vhost-user-fs: Extend VhostUserFSSlaveMsg to pass additional info
` [PATCH v3 26/26] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-06 16:00 UTC  (4+ messages)
` [PATCH 7/7] virtiofsd: use GDateTime for formatting timestamp for debug messages

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-05-06 15:57 UTC  (5+ messages)

[PATCH 0/2] virtiofsd: Enable xattr if xattrmap is used
 2021-05-06 15:55 UTC  (6+ messages)
` [PATCH 1/2] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
  ` [Virtio-fs] "

[PATCH] virtiofsd: Fix side-effect in assert()
 2021-05-06 15:46 UTC  (2+ messages)

[PATCH] virtio-blk: Convert QEMUBH callback to "bitops.h" API
 2021-05-06 15:54 UTC 

[PULL 0/7] s390x update
 2021-05-06 15:44 UTC  (8+ messages)
` [PULL 1/7] target/s390x: Fix translation exception on illegal instruction
` [PULL 2/7] target/arm: Make sure that commpage's tb->size != 0
` [PULL 3/7] target/xtensa: Make sure that "
` [PULL 4/7] accel/tcg: Assert that tb->size != 0 after translation
` [PULL 5/7] vfio-ccw: Permit missing IRQs
` [PULL 6/7] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
` [PULL 7/7] vfio-ccw: Attempt to clean up all IRQs on error

[Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems
 2021-05-06 15:24 UTC  (4+ messages)
` [Bug 1927408] "

[PATCH 00/23] misc: Remove variable-length arrays on the stack
 2021-05-06 15:19 UTC  (11+ messages)
` [PATCH 05/23] io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
` [PATCH 06/23] hw/block/dataplane/virtio-blk: Avoid dynamic stack allocation
` [PATCH 11/23] hw/intc/xics: "

[PATCH 0/5] misc: Replace alloca() by g_malloc()
 2021-05-06 15:15 UTC  (10+ messages)
` [PATCH 2/5] gdbstub: Constify GdbCmdParseEntry
` [PATCH 3/5] gdbstub: Use fixed-size array in GdbCmdParseEntry instead of pointer
` [PATCH 5/5] target/ppc/kvm: Replace alloca() by g_malloc()

[Bug 1904259] [NEW] include/qemu/atomic.h:495:5: error: misaligned atomic operation may incur significant performance penalty (Clang 11; Ubuntu 16 i686)
 2021-05-06 14:42 UTC  (2+ messages)
` [Bug 1904259] "

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-05-06 14:55 UTC  (4+ messages)
` [PATCH v21 09/20] multi-process: define MPQemuMsg format and transmission functions

[Bug 1888492] [NEW] After installing Ubuntu, restart and pop up the CMD command prompt
 2021-05-06 14:44 UTC  (2+ messages)
` [Bug 1888492] "

[Bug 1874904] [NEW] qemu windows with gtk and french keypad not working as expected
 2021-05-06 14:33 UTC  (2+ messages)
` [Bug 1874904] "

[Bug 1875080] [NEW] USB host device data transfer with control endpoint
 2021-05-06 14:34 UTC  (2+ messages)
` [Bug 1875080] "

[Bug 1876568] [NEW] "semtimedop" implementation missing in qemu?
 2021-05-06 14:33 UTC  (2+ messages)
` [Bug 1876568] "

[Bug 1875762] [NEW] Poor disk performance on sparse VMDKs
 2021-05-06 14:30 UTC  (2+ messages)
` [Bug 1875762] "

[Bug 1876678] [NEW] Ubuntu 20.04 QEMU Failure with nested FreeBSD bhyve
 2021-05-06 14:18 UTC  (2+ messages)
` [Bug 1876678] Re: Ubuntu 20.04 KVM / "

[PATCH] 9pfs: add link to 9p developer docs
 2021-05-06 13:12 UTC 

[Bug 1875139] [NEW] Domain fails to start when 'readonly' device not writable
 2021-05-06 14:15 UTC  (2+ messages)
` [Bug 1875139] "

[PATCH 0/5] block-job: drop BlockJob.blk
 2021-05-06 14:13 UTC  (6+ messages)
` [PATCH 1/5] blockjob: implement and use block_job_get_aio_context
` [PATCH 2/5] test-blockjob-txn: don't abuse job->blk
` [PATCH 3/5] block/stream: add own blk
` [PATCH 4/5] test-bdrv-drain: don't use BlockJob.blk
` [PATCH 5/5] blockjob: drop BlockJob.blk field

[Bug 1875702] [NEW] madvise reports success, but doesn't implement WIPEONFORK
 2021-05-06 13:50 UTC  (3+ messages)
` [Bug 1875702] "

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-06 13:53 UTC  (9+ messages)

[Bug 1874504] [NEW] VFIO passthrough spits out thousands of messages
 2021-05-06 13:37 UTC  (2+ messages)
` [Bug 1874504] "

qemu support for aarch64 big.LITTLE architure
 2021-05-06  8:00 UTC 

[Bug 1874486] [NEW] Bug in qemu-img when converting to streamOptimized vmdk images
 2021-05-06 13:36 UTC  (2+ messages)
` [Bug 1874486] "

[Bug 1877015] [NEW] virtio only support packed ring size power of 2 between 256 and 1024
 2021-05-06 13:34 UTC  (2+ messages)
` [Bug 1877015] Re: virtio only support packed ring size power of 2

[Bug 1877052] [NEW] KVM Win 10 guest pauses after kernel upgrade
 2021-05-06 13:32 UTC  (2+ messages)
` [Bug 1877052] "

[PATCH v2 00/15] linux-user/s390x: some signal fixes
 2021-05-06 13:31 UTC  (3+ messages)

[PATCH v1] migration/dirtyrate: make sample page count configurable
 2021-05-06 13:29 UTC  (2+ messages)

[question] The source cannot recover, if the destination fails in the last round of live migration
 2021-05-06 13:05 UTC  (2+ messages)

[RESEND PATCH 00/32] Qemu SGX virtualization
 2021-05-06 12:38 UTC  (13+ messages)
` [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support
` [RESEND PATCH 25/32] qmp: Add query-sgx command
` [RESEND PATCH 29/32] qmp: Add the qmp_query_sgx_capabilities()
` [RESEND PATCH 31/32] sgx-epc: Add the fill_device_info() callback support

[PATCH] virtio-gpu: handle partial maps properly
 2021-05-06 12:21 UTC  (4+ messages)

[PATCH v3 00/16] tcg/s390x: host vector support
 2021-05-06 11:55 UTC  (5+ messages)
` [PATCH v3 01/16] tcg/s390x: Rename from tcg/s390
` [PATCH v3 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types

[Bug 1861692] [NEW] wavcapture does not record silence
 2021-05-06 11:38 UTC  (2+ messages)
` [Bug 1861692] "

[Bug 1864814] [NEW] Improve UX for macOS when launching from a fullscreen app
 2021-05-06 11:38 UTC  (2+ messages)
` [Bug 1864814] "

[Bug 1865160] [NEW] Unpredictable behaviour resulting in User process faults
 2021-05-06 11:38 UTC  (2+ messages)
` [Bug 1865160] "

[PATCH] target/m68k: Remove unused variable in ABCD/SBCD memory opcodes
 2021-05-06 10:29 UTC  (3+ messages)

[PATCH v7 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-05-06  9:59 UTC  (8+ messages)
` [PATCH v7 10/15] hostmem: Wire up RAM_NORESERVE via "

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-05-06  9:57 UTC  (5+ messages)
` [PATCH v2 2/3] docs/interop/bitmaps: use blockdev-backup
` [PATCH v2 3/3] qapi: deprecate drive-backup

[PATCH v2 2/7] virtiofds: Changed allocations of iovec to GLib's functions
 2021-05-06  9:39 UTC  (3+ messages)
` [PATCH v3 2/7] virtiofsd: "

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-06  9:33 UTC  (10+ messages)

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-05-06  9:21 UTC  (5+ messages)
` [PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

[PATCH v2 0/8] Block layer thread-safety, continued
 2021-05-06  9:14 UTC  (6+ messages)
` [PATCH v2 1/8] block: prepare write threshold code for thread safety

[Bug 1857226] [NEW] 'set_link net0 off' not working with e1000e driver
 2021-05-06  8:58 UTC  (2+ messages)
` [Bug 1857226] "

[Bug 1856399] [NEW] Intel GVT-g works in X11, segfaults in wayland
 2021-05-06  8:58 UTC  (2+ messages)
` [Bug 1856399] "

[Bug 1861562] [NEW] piix crashes on mips when using multiple cpus
 2021-05-06  8:59 UTC  (2+ messages)
` [Bug 1861562] "

[Bug 1860742] [NEW] xv6 Bootloop
 2021-05-06  8:59 UTC  (2+ messages)
` [Bug 1860742] "

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

[Bug 1860575] [NEW] qemu64 CPU model is incorrect
 2021-05-06  8:58 UTC  (2+ messages)
` [Bug 1860575] "

[PATCH v5] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-05-06  8:56 UTC  (4+ messages)

[PATCH v8] introduce vfio-user protocol specification
 2021-05-06  8:49 UTC  (4+ messages)

[PATCH] qemu-iotests: fix pylint 2.8 consider-using-with error
 2021-05-06  8:48 UTC 

[Bug 1855002] [NEW] Cannot boot arm kernel images on s390x
 2021-05-06  8:19 UTC  (2+ messages)
` [Bug 1855002] "

[Bug 1855617] [NEW] savevm with hax saves wrong register state
 2021-05-06  8:19 UTC  (2+ messages)
` [Bug 1855617] "

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


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