qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 23:44:15 to 2021-05-06 14:19:26 UTC [more...]

[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 1874264] [NEW] AIX 7.2 TL4 SP1 cannot IPL with QEMU >2.11.2 ppc64-softmmu
 2021-05-06 13:36 UTC  (2+ messages)
` [Bug 1874264] "

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

[Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems
 2021-05-06 13:41 UTC 

[PATCH 00/23] misc: Remove variable-length arrays on the stack
 2021-05-06 13:52 UTC  (29+ 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 07/23] hw/block/nvme: Use definition to avoid "
` [PATCH 08/23] hw/block/nvme: Avoid "
` [PATCH 09/23] hw/net/e1000e_core: Use definition to avoid "
` [PATCH 10/23] hw/ppc/pnv: Avoid "
` [PATCH 11/23] hw/intc/xics: "
` [PATCH 15/23] net: "
` [PATCH 21/23] target/ppc/kvm: "

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 0/9] misc: Replace alloca() by g_malloc()
 2021-05-06 13:37 UTC  (10+ 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()

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

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

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

[PATCH 0/5] misc: Replace alloca() by g_malloc()
 2021-05-06 13:09 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()

[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  (16+ messages)
` [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support
` [RESEND PATCH 13/32] linux-headers: Add placeholder for KVM_CAP_SGX_ATTRIBUTE
` [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  (4+ 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 0/2] virtiofsd: Enable xattr if xattrmap is used
 2021-05-06 10:00 UTC  (4+ messages)
` [PATCH 1/2] virtiofsd: Allow use "-o xattrmap" without "-o xattr"
  ` [Virtio-fs] "

[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] "

[Bug 1870477] [NEW] qemu-arm hangs when golang running test
 2021-05-06  8:01 UTC  (2+ messages)
` [Bug 1870477] "

[Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout"
 2021-05-06  8:03 UTC  (2+ messages)
` [Bug 1869782] "

[Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS
 2021-05-06  8:00 UTC  (2+ messages)
` [Bug 1871267] "

[for-6.1 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-06  8:15 UTC  (5+ messages)
` [for-6.1 2/4] virtio-blk: Configure all host notifiers in a single MR transaction

[Bug 1871270] [NEW] [Feature Request] add usbredir device reset blacklist options support to allow macOS guest to iOS device usbredir
 2021-05-06  7:59 UTC  (2+ messages)
` [Bug 1871270] "

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2021-05-06  7:59 UTC  (2+ messages)
` [Bug 1871842] "

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

[PATCH RFC v5 00/12] Add riscv kvm accel support
 2021-05-06  7:59 UTC  (4+ messages)
` [PATCH RFC v5 07/12] hw/riscv: PLIC update external interrupt by KVM when kvm enabled

[PATCH 0/7] vhost-user-gpu: fix several security issues
 2021-05-06  7:49 UTC  (6+ messages)
` [PATCH 1/7] vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info

[PATCH v2 0/9] block: refactor write threshold
 2021-05-06  7:41 UTC  (5+ messages)
` [PATCH v2 9/9] block/write-threshold: drop extra includes

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

[Bug 1872644] [NEW] MacOS host qemu-system-x86_64 -cpu host not working
 2021-05-06  7:25 UTC  (2+ messages)
` [Bug 1872644] "

[Bug 1873032] [NEW] After upgrade qemu to 5.0.0-0.3.rc2.fc33 the virtual machine with Windows 10 after a while starts to work very slowly
 2021-05-06  7:24 UTC  (2+ messages)
` [Bug 1873032] "

[Bug 1866577] [NEW] powerpc-none-eabi-gdb.exe GDB 9.1 with QEMU 4.2 gdb-stub comes with Reply contains invalid hex digit 79
 2021-05-06  7:11 UTC  (2+ messages)
` [Bug 1866577] "

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2021-05-06  7:16 UTC  (2+ messages)
` [Bug 1867786] "

[Bug 1866792] [NEW] formating vdi-disk over nbd fails
 2021-05-06  7:12 UTC  (2+ messages)
` [Bug 1866792] "

[Bug 1868617] [NEW] multiseat: route different spice tablet events to distinct vdagents
 2021-05-06  7:14 UTC  (2+ messages)
` [Bug 1868617] "

[Bug 1868055] [NEW] cannot run golang app with docker, version 17.09.1-ce, disabling core 0 and qemu-arm, version 2.7
 2021-05-06  7:13 UTC  (2+ messages)
` [Bug 1868055] "

[PATCH 0/2] vhost-vDPA: doorbell mapping support
 2021-05-06  7:20 UTC  (6+ messages)
` [PATCH 2/2] vhost-vdpa: "

[Bug 1865350] [NEW] fstrim not working with image mounted to path?
 2021-05-06  7:08 UTC  (2+ messages)
` [Bug 1865350] "

[Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd
 2021-05-06  7:03 UTC  (2+ messages)
` [Bug 1865626] "

[RFC PATCH v2 2/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse
 2021-05-06  7:04 UTC  (12+ messages)

Help with record/replay
 2021-05-06  6:50 UTC 

[PATCH 00/10] PS/2 controller related fixes
 2021-05-06  6:32 UTC  (9+ messages)
` [PATCH 02/10] ps2: don't raise an interrupt if queue is full
` [PATCH 03/10] ps2: don't deassert irq twice if queue is empty
` [PATCH 04/10] pckbd: split out interrupt line changing code
` [PATCH 09/10] pckbd: correctly disable PS/2 communication

[Bug 1897568] [NEW] Strange keyboard behaviour in Vim editor
 2021-05-06  6:20 UTC  (2+ messages)
` [Bug 1897568] "

[Bug 1895363] [NEW] borland IDEs double up cursor key presses (need timing on PS2 port input)
 2021-05-06  6:21 UTC  (2+ messages)
` [Bug 1895363] "

[Bug 1865248] [NEW] bundle QEMU installer with a QEMU GUI (graphical user interface) such as Virt Manager
 2021-05-06  6:14 UTC  (2+ messages)
` [Bug 1865248] "

[Bug 1865348] [NEW] virsh domfsinfo testdom crashes the guest agent
 2021-05-06  6:11 UTC  (2+ messages)
` [Bug 1865348] "

[Bug 1865252] [NEW] QEMU Windows Portable Version (with HAXM accelerator and QEMU GUI)
 2021-05-06  6:08 UTC  (3+ messages)
` [Bug 1865252] "

[for-6.1 v2 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2021-05-06  6:14 UTC  (4+ messages)
` [for-6.1 v2 2/2] "

[Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
 2021-05-06  6:00 UTC  (2+ messages)
` [Bug 1865188] "

[Bug 1864984] [NEW] "nr_entries is too big" when using virgl
 2021-05-06  5:53 UTC  (2+ messages)
` [Bug 1864984] "

[Bug 1865099] [NEW] cannot run x64 based system on x64 host with Intel Haxm
 2021-05-06  5:54 UTC  (2+ messages)
` [Bug 1865099] "

[Bug 1863710] [NEW] qemu 4.2 does not process discard(trim) commands
 2021-05-06  5:47 UTC  (3+ messages)
` [Bug 1863710] "

[Bug 1864955] [NEW] bundle QEMU installer with HAXM accelerator for Windows
 2021-05-06  5:50 UTC  (2+ messages)
` [Bug 1864955] "

[Bug 1864704] [NEW] No compatible -machine option in qemu-system-ppc64 for e6500 core
 2021-05-06  5:44 UTC  (2+ messages)
` [Bug 1864704] "

[Bug 1864536] [NEW] Support for XSAVES intel instructions in QEMU
 2021-05-06  5:38 UTC  (2+ messages)
` [Bug 1864536] "

[Bug 1863601] [NEW] unable to type "|" character in french keyboard
 2021-05-06  5:34 UTC  (2+ messages)
` [Bug 1863601] "

[Bug 1863678] [NEW] qemu and virtio-vga black screen in Android
 2021-05-06  5:35 UTC  (2+ messages)
` [Bug 1863678] "

[Bug 1891749] [NEW] CGA Mode 6 is only 100 pixels tall, when it's supposed to be 200
 2021-05-06  5:13 UTC  (2+ messages)
` [Bug 1891749] "

[PATCH] virtio-net: failover: add missing remove_migration_state_change_notifier()
 2021-05-06  3:30 UTC  (6+ messages)

[RFC-PATCH] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-06  3:19 UTC  (5+ messages)

[PATCH] tap-bsd: Remove special casing for older OpenBSD releases
 2021-05-06  3:16 UTC  (9+ messages)

[PATCH v2] hw/net/imx_fec: return 0xffff when accessing non-existing PHY
 2021-05-06  3:15 UTC  (2+ messages)

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-06  3:14 UTC  (3+ messages)
` [PATCH 1/7] migration: use GDateTime for formatting timestamp in snapshot names

[PATCH] hw/net/imx_fec: return 0xffff when accessing non-existing PHY
 2021-05-06  3:04 UTC  (6+ messages)

[RFC PATCH v2] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-06  2:49 UTC 

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

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

[PATCH 0/2] QOMify Sifive UART model
 2021-05-06  2:12 UTC  (3+ messages)
` [PATCH 1/2] Consistent function names for sifive uart read and write function

[PATCH v2] target/riscv: fix wfi exception behavior
 2021-05-06  2:09 UTC  (2+ messages)

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-05-06  2:08 UTC  (12+ messages)
` [PATCH 12/22] qapi/parser: add type hint annotations
` [PATCH 16/22] qapi/parser: add docstrings

[PATCH v6 00/17] support subsets of bitmanip extension
 2021-05-06  2:04 UTC  (3+ messages)
` [PATCH v6 02/17] target/riscv: rvb: count leading/trailing zeros

[RFC][PATCH v1 00/10] Enable encrypted guest memory access in QEMU
 2021-05-06  1:40 UTC  (11+ messages)
` [RFC][PATCH v1 01/10] Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as general indicator that operation was triggered by the debugger
` [RFC][PATCH v1 02/10] Currently, guest memory access for debugging purposes is performed using memcpy(). Extend the 'struct MemoryRegion' to include new callbacks that can be used to override the use of memcpy() with something else
` [RFC][PATCH v1 03/10] Introduce new interface KVMState::set_mr_debug_ops and its wrapper
` [RFC][PATCH v1 04/10] Implements the common MemoryRegion::ram_debug_ops for encrypted guests
` [RFC][PATCH v1 05/10] Set the RAM's MemoryRegion::debug_ops for INTEL TD guests
` [RFC][PATCH v1 06/10] Introduce new MemoryDebugOps which hook into guest virtual and physical memory debug interfaces such as cpu_memory_rw_debug, to allow vendor specific assist/hooks for debugging and delegating accessing the guest memory. This is required for example in case of AMD SEV platform where the guest memory is encrypted and a SEV specific debug assist/hook will be required to access the guest memory
` [RFC][PATCH v1 07/10] Add new address_space_read and address_space_write debug helper interfaces which can be invoked by vendor specific guest memory debug assist/hooks to do guest RAM memory accesses using the added MemoryRegion callbacks
` [RFC][PATCH v1 08/10] Introduce debug version of physical memory read/write API
` [RFC][PATCH v1 09/10] Change the monitor and other commands and gdbstub to use the debug API
` [RFC][PATCH v1 10/10] Introduce new CPUClass::get_phys_page_attrs_debug implementation for encrypted guests

[Bug 1921061] [NEW] Corsair iCUE Install Fails, qemu VM Reboots
 2021-05-05 23:54 UTC  (2+ messages)
` [Bug 1921061] "

[PULL v2 00/42] riscv-to-apply queue
 2021-05-05 23:23 UTC  (13+ messages)
` [PULL v2 13/42] target/riscv: Use RISCVException enum for CSR access
` [PULL v2 15/42] hw/opentitan: Update the interrupt layout
` [PULL v2 18/42] target/riscv: Fixup saturate subtract function
` [PULL v2 28/42] target/riscv: fix vrgather macro index variable type bug
` [PULL v2 30/42] hw/riscv: Fix OT IBEX reset vector
` [PULL v2 32/42] target/riscv: fix a typo with interrupt names
` [PULL v2 33/42] target/riscv: Remove the hardcoded RVXLEN macro
` [PULL v2 34/42] target/riscv: Remove the hardcoded SSTATUS_SD macro
` [PULL v2 35/42] target/riscv: Remove the hardcoded HGATP_MODE macro
` [PULL v2 39/42] target/riscv: Remove an unused CASE_OP_32_64 macro
` [PULL v2 40/42] target/riscv: Consolidate RV32/64 32-bit instructions
` [PULL v2 41/42] target/riscv: Consolidate RV32/64 16-bit instructions


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