qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 05:13:24 to 2021-06-22 14:30:25 UTC [more...]

[RFC PATCH v4 0/7] hw/arm/virt: Introduce cpu topology support
 2021-06-22 14:29 UTC  (16+ messages)
` [RFC PATCH v4 1/7] vl: Add expose=on|off option support in -smp command line
` [RFC PATCH v4 2/7] hw/arm/virt: Add separate -smp parsing function for ARM machines
` [RFC PATCH v4 3/7] machine: disallow -smp expose=on for non-ARM machines
` [RFC PATCH v4 4/7] device_tree: Add qemu_fdt_add_path
` [RFC PATCH v4 5/7] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v4 6/7] hw/acpi/aml-build: Add Processor hierarchy node structure
` [RFC PATCH v4 7/7] hw/acpi/aml-build: Generate PPTT table

[RFC v5 00/13] s390x cleanup
 2021-06-22 14:25 UTC  (18+ messages)
` [RFC v5 01/13] target/s390x: meson: add target_user_arch
` [RFC v5 02/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
` [RFC v5 03/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build
` [RFC v5 04/13] hw/s390x: tod: make explicit checks for accelerators when initializing
` [RFC v5 05/13] target/s390x: remove tcg-stub.c
` [RFC v5 06/13] target/s390x: start moving TCG-only code to tcg/
` [RFC v5 07/13] target/s390x: move sysemu-only code out to cpu-sysemu.c
` [RFC v5 08/13] target/s390x: split cpu-dump from helper.c
` [RFC v5 09/13] target/s390x: make helper.c sysemu-only
` [RFC v5 10/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m
` [RFC v5 11/13] target/s390x: remove kvm-stub.c
` [RFC v5 12/13] target/s390x: move kvm files into kvm/
` [RFC v5 13/13] target/s390x: split sysemu part of cpu models

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-22 14:21 UTC  (18+ messages)
` [PATCH v17 2/6] KVM: arm64: Introduce MTE VM feature
` [PATCH v17 3/6] KVM: arm64: Save/restore MTE registers
` [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH 0/2] target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()
 2021-06-22 14:09 UTC  (3+ messages)
` [PATCH 1/2] target/ppc: Introduce ppc_interrupts_little_endian()
` [PATCH 2/2] target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()

[PATCH] block: BDRV_O_NO_IO for backing file on creation
 2021-06-22 14:00 UTC 

[PATCH 00/28] tcg: bswap improvements
 2021-06-22 13:56 UTC  (13+ messages)
` [PATCH 13/28] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH 18/28] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH 21/28] target/arm: Improve vector REV

[PATCH v2 00/11] linux-user changes to run docker
 2021-06-22 13:47 UTC  (5+ messages)
` [PATCH v2 01/11] linux-user: handle /proc/self/exe for execve

qemu-binfmt-conf.sh: enforce style consistency
 2021-06-22 13:40 UTC  (4+ messages)

[PULL v2 00/33] tcg patch queue
 2021-06-22 13:36 UTC  (2+ messages)

[PULL 00/72] Python patches
 2021-06-22 13:34 UTC  (3+ messages)

[PATCH v4 0/2] Gitlab: Add issue templates
 2021-06-22 13:22 UTC  (4+ messages)

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-22 13:17 UTC  (16+ messages)

[PATCH v2 0/2] execlog TCG plugin to log instructions
 2021-06-22 13:16 UTC  (11+ messages)
` [PATCH v2 1/2] contrib/plugins: add execlog to log instruction execution and memory access
` [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

[PATCH 0/5] [RfC] monitor/hmp: command register support
 2021-06-22 13:13 UTC  (7+ messages)
` [PATCH 1/5] monitor: allow register hmp commands
` [PATCH 2/5] usb: drop usb_host_dev_is_scsi_storage hook
` [PATCH 3/5] monitor/usb: register 'info usbhost' dynamically
` [PATCH 4/5] usb: build usb-host as module
` [PATCH 5/5] monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically

[PATCH v2] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-22 13:12 UTC  (8+ messages)

[PATCH v1 1/1] migration: Unregister yank if migration setup fails
 2021-06-22  2:42 UTC 

[PATCH] migration: fix the memory overwriting risk in add_to_iovec
 2021-06-22 11:15 UTC 

[PATCH] hw/i386/pc: Document pc_system_ovmf_table_find
 2021-06-22 12:58 UTC  (3+ messages)

[PATCH 0/4] modules: update developer documentation
 2021-06-22 12:51 UTC  (5+ messages)
` [PATCH 1/4] modules: add documentation for module sourcesets
` [PATCH 2/4] modules: add module_obj() note to QOM docs
` [PATCH 3/4] modules: module.h kerneldoc annotations
` [PATCH 4/4] modules: hook up modules.h to docs build

[PULL 00/21] target-arm queue
 2021-06-22 12:58 UTC  (6+ messages)
` [PULL 16/21] hw/timer: Refactor NPCM7XX Timer to use CLK clock

[Qemu-devel] [Bug 1836763] [NEW] Firebird crashes on qemu-m68k-user with pthread_mutex_init error
 2021-06-22 12:36 UTC  (3+ messages)
` [Bug 1836763] "

[PATCH] block/ssh: add support for sha256 host key fingerprints
 2021-06-22 12:27 UTC  (3+ messages)

[RFC PATCH v1] vhost-vsock: SOCK_SEQPACKET feature bit support
 2021-06-22 12:17 UTC  (3+ messages)

[PATCH v2] vhost-vsock: SOCK_SEQPACKET feature bit support
 2021-06-22 12:16 UTC 

[PATCH v2 00/10] Clean up MMU translation
 2021-06-22 12:05 UTC  (5+ messages)
` [PATCH v2 01/10] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
` [PATCH v2 02/10] target/ppc: Use MMUAccessType with *_handle_mmu_fault

[PATCH RFC] docs: document file-posix locking protocol
 2021-06-22 12:00 UTC  (4+ messages)

[RFC 0/3] qtest: pick tests that require KVM at runtime
 2021-06-22 11:27 UTC  (15+ messages)

[PATCH v6 00/16] qemu_iotests: improve debugging options
 2021-06-22 11:12 UTC  (5+ messages)
` [PATCH v6 06/16] qemu-iotests: delay QMP socket timers

[PATCH v2 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-06-22 11:10 UTC  (8+ messages)
` [PATCH v2 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

RFC: Implementation of QMP documentation retrieval command
 2021-06-22 11:04 UTC  (6+ messages)

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-22 10:39 UTC  (16+ messages)
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH RFC] meson: add option to use zstd for qcow2 compression by default
 2021-06-22 10:20 UTC  (5+ messages)

[PATCH RESEND] docs: clarify absence of set_features in vhost-user
 2021-06-22 10:13 UTC  (4+ messages)

[PATCH v2] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
 2021-06-22 10:13 UTC  (5+ messages)

[PATCH 0/6] block: block-status cache for data regions
 2021-06-22  9:07 UTC  (5+ messages)
` [PATCH 5/6] block/nbd: Do not force-cap *pnum

[PATCH 0/2] Updates docs/system/arm to include new bmc machines
 2021-06-22  8:53 UTC  (4+ messages)
` [PATCH 2/2] docs/system/arm: Add quanta-gbs-bmc reference

QEMU PCIe expander bridge with 64kB page guest -> guest BUG_ON()
 2021-06-22  8:20 UTC  (2+ messages)

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-22  8:03 UTC  (18+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-22  7:49 UTC  (11+ messages)

[PATCH qemu] spapr: tune rtas-size
 2021-06-22  7:33 UTC  (2+ messages)

[PATCH] hw/arm/boot: Use NUMA node ID in memory node name
 2021-06-22  8:53 UTC  (7+ messages)

[PATCH] coreaudio: Lock only the buffer
 2021-06-22  6:57 UTC  (2+ messages)

[PATCH 0/6] More record/replay acceptance tests
 2021-06-22  6:52 UTC  (2+ messages)

[PATCH v4 0/6] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-22  6:50 UTC  (6+ messages)
` [PATCH v4 1/6] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v4 4/6] ACPI ERST: create ACPI ERST table for pc/x86 machines

[PATCH v2 00/29] tcg: bswap improvements
 2021-06-22  6:48 UTC  (7+ messages)
` [PATCH v2 14/29] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH v2 19/29] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH v2 22/29] target/arm: Improve vector REV

[PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
 2021-06-22  6:47 UTC  (4+ messages)
` [PATCH v1 2/2] tests/acceptance: add OVMF firmware test to cover x86_64 "

[Qemu-devel] [Bug 1835466] [NEW] qemu 4.0.0 abort()s in audio_get_pdo_in (poisoned drv->driver?)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1835466] "

[Qemu-devel] [Bug 1833048] [NEW] Guest Agent get-fsinfo doesn't show ZFS volumes
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1833048] "

[Qemu-devel] [Bug 1774605] [NEW] PowerPC guest does not emulate L2 and L3 cache for KVM vCPUs
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1774605] "

[Qemu-devel] [Bug 1844053] [NEW] task blocked for more than X seconds - events drm_fb_helper_dirty_work
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1844053] "

[Qemu-devel] [Bug 1594394] [NEW] Using setreuid / setegid crashes x86_64 user-mode target
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1594394] "

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847793] "

[Bug 1851547] [NEW] qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1851547] "

[Bug 1846392] [NEW] VCPU shutdown request with HAX
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1846392] "

[Bug 1854878] [NEW] Physical USB thumbdrive treated as read-only
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1854878] "

[Qemu-devel] [Bug 1843852] [NEW] QEMU does not express a dependency on perl-Test-Harness
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1843852] "

[Bug 1845185] [NEW] Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS2 on Windows because intl and iconv libs are not loaded
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1845185] Re: Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS64 "

[Qemu-devel] [Bug 1776920] [NEW] qemu-img convert on Mac OSX creates corrupt images
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1776920] "

[Bug 1847861] [NEW] Guest stuttering under high disk IO (virtio)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847861] "

[Qemu-devel] [Bug 1837851] [NEW] hv-tlbflush malfunctions on Intel host CPUs with neither EPT nor VPID (qemu-kvm)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837851] "

[Qemu-devel] [Bug 1840249] [NEW] Cancelling 'make docker-test-build' does not cancel running containers
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1840249] "

[Qemu-devel] [Bug 1836136] [NEW] u-boot: any plans to update u-boot to v2019.07
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1836136] "

[Bug 1829696] Re: qemu-kvm takes 100% CPU when running redhat/centos 7.6 guest VM OS
 2021-06-22  4:18 UTC 

[Bug 1850751] [NEW] kvm flag is not exposed by default
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1850751] "

[Qemu-devel] [Bug 1840250] [NEW] 'make -j1 docker-test-build' uses more than one job
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1840250] "

[Qemu-devel] [Bug 1538541] [NEW] qcow2 rejects request to use preallocation with backing file
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1538541] "

[Qemu-devel] [Bug 1839294] [NEW] Latest Installer (qemu-w64-setup-20190807.exe) for windows immediately deletes installed files at the very end of the installation
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1839294] "

[Qemu-devel] [Bug 1837909] [NEW] test-char fails if host has no network interfaces
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837909] "

[Bug 1847525] [NEW] qemu-system-i386 eats a lot of cpu after just few hours, with sdl, gl=on
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847525] "

[Qemu-devel] [Bug 1837347] [NEW] core dump after raspi2 kernel boot
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837347] Re: guest userspace process "

[Qemu-devel] [Bug 1838465] [NEW] qemu-system-x86_64 kernel panic 30% of the time starting up VM
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1838465] "

[Qemu-devel] [Bug 1207896] [NEW] binfmt wrapper for argv[0] handling
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1207896] "

[Bug 1851845] [NEW] Windows 10 panics with BlueIris
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1851845] "

[Bug 1853429] [NEW] qemu-kvm on aarch64 attach volume failed when vm is booting
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1853429] "

[Bug 1396497] Re: 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot
 2021-06-22  4:17 UTC 

[Qemu-devel] [Bug 1838390] [NEW] vmx_write_mem: mmu_gva_to_gpa failed when using hvf
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1838390] "

[Qemu-devel] [Bug 1388735] [NEW] QEMU no longer allows to use full TCP port range for VNC
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1388735] "

[Bug 1136477] Re: qemu doesn't sanitize command line options carrying plaintext passwords
 2021-06-22  4:17 UTC 

[Qemu-devel] [Bug 612452] [NEW] Problems with the number of serial ports for more than two
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 612452] "

[Qemu-devel] [Bug 1451067] [NEW] -smb option requires full path for Samba sharing to work
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1451067] "


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