qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 13:18:09 to 2020-08-21 00:06:15 UTC [more...]

[PATCH v2] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 22:54 UTC  (4+ messages)

[PATCH 1/1] spapr_vscsi: do not allow device hotplug
 2020-08-20 23:21 UTC  (2+ messages)

[PATCH v2 0/5] iotest.FilePath fixes and cleanups
 2020-08-20 23:54 UTC  (6+ messages)
` [PATCH v2 1/5] qemu-iotests: Fix FilePaths cleanup
` [PATCH v2 2/5] qemu-iotests: Fix FilePaths docstring
` [PATCH v2 3/5] qemu-iotests: Support varargs syntax in FilePaths
` [PATCH v2 4/5] qemu-iotests: Merge FilePaths and FilePath
` [PATCH v2 5/5] qemu-iotests: Simplify FilePath __init__

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-20 21:58 UTC  (9+ messages)

Suspicious QOM types without instance/class size
 2020-08-20 21:55 UTC 

[PATCH] qemu-iotests: Fix FilePaths cleanup
 2020-08-20 21:55 UTC  (6+ messages)

[PATCH v2] configure: add support for pseudo-"in source tree" builds
 2020-08-20 21:15 UTC  (4+ messages)

[PATCH v4 00/10] preallocate filter
 2020-08-20 21:09 UTC  (15+ messages)
` [PATCH v4 01/10] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v4 02/10] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v4 03/10] block/io: split out bdrv_find_conflicting_request
` [PATCH v4 04/10] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v4 05/10] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v4 06/10] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v4 07/10] block: introduce preallocate filter
` [PATCH v4 08/10] iotests.py: add verify_o_direct helper
` [PATCH v4 09/10] iotests.py: add filter_img_check
` [PATCH v4 10/10] iotests: add 298 to test new preallocate filter driver

[PATCH v7 00/13] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-20 20:30 UTC  (9+ messages)
` [PATCH v7 13/13] tests/acceptance: console boot tests for quanta-gsj

Trying to install win7 on qemu 5.1 with whpx failed, any suggestion?
 2020-08-20 20:28 UTC 

[PATCH v1 0/2] pc-bios: petalogix: Re-generate DTB and add DTS files
 2020-08-20 19:43 UTC  (3+ messages)
` [PATCH v1 1/2] microblaze: petalogix-ml605: Add device-tree source
` [PATCH v1 2/2] microblaze: petalogix-s3adsp1800: "

Avocado's upcoming LTS release
 2020-08-20 19:09 UTC 

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-20 18:48 UTC  (10+ messages)
` [PATCH v2 23/58] nubus: Delete unused NUBUS_BRIDGE macro
` [PATCH v2 26/58] xen-legacy-backend: Add missing typedef XenLegacyDevice
` [PATCH v2 44/58] qom: provide convenient macros for declaring and defining types

[PATCH] configure: add support for psuedo-"in source tree" builds
 2020-08-20 18:26 UTC  (9+ messages)

[PATCH v2 0/3] hw/sd: Add Cadence SDHCI emulation
 2020-08-20 18:04 UTC  (2+ messages)

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-20 18:00 UTC  (24+ messages)
` [PATCH v3 01/10] migration/dirtyrate: Add get_dirtyrate_thread() function
` [PATCH v3 02/10] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v3 03/10] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v3 04/10] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v3 05/10] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v3 06/10] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v3 07/10] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v3 08/10] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v3 09/10] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v3 10/10] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

deprecation of in-tree builds
 2020-08-20 17:39 UTC  (12+ messages)

[PATCH 1/2] linux user: fixed proc myself execfd behaviour, added tests for proc myself fd
 2020-08-20 17:38 UTC  (2+ messages)
` [PATCH 2/2] linux user: refactored is proc functions for syscalls

[PATCH] util/vfio-helpers: Unify trace-events size format
 2020-08-20 17:10 UTC 

[PATCH v5 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-08-20 16:59 UTC  (16+ messages)
` [PATCH v5 01/15] block/nvme: Replace magic value by SCALE_MS definition
` [PATCH v5 02/15] block/nvme: Avoid further processing if trace event not enabled
` [PATCH v5 03/15] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH v5 04/15] block/nvme: Define INDEX macros to ease code review
` [PATCH v5 05/15] block/nvme: Improve error message when IO queue creation failed
` [PATCH v5 06/15] block/nvme: Use common error path in nvme_add_io_queue()
` [PATCH v5 07/15] block/nvme: Rename local variable
` [PATCH v5 08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v5 09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v5 10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v5 11/15] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v5 12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v5 13/15] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v5 14/15] block/nvme: Extract nvme_poll_queue()
` [PATCH v5 15/15] block/nvme: Use an array of EventNotifier

[PATCH 00/10] pseries NUMA distance rework
 2020-08-20 16:51 UTC  (8+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[PATCH] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 16:45 UTC  (3+ messages)

[PATCH V6] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-20 16:41 UTC  (4+ messages)

[PULL v7 000/151] Meson-based build system
 2020-08-20 16:10 UTC  (6+ messages)

[PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller
 2020-08-20 16:04 UTC  (4+ messages)

[PATCH v5 0/3] migration: Add block-bitmap-mapping parameter
 2020-08-20 16:01 UTC  (6+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] iotests.py: Let wait_migration() return on failure
` [PATCH v5 3/3] iotests: Test node/bitmap aliases during migration

[Qemu-devel] [Bug 1843254] [NEW] HCR.TID3 traps are not implemented
 2020-08-20 15:40 UTC  (2+ messages)
` [Bug 1843254] Re: arm emulation of "

[Qemu-devel] [Bug 1811533] [NEW] Unstable Win10 guest with qemu 3.1 + huge pages + hv_stimer
 2020-08-20 15:38 UTC  (2+ messages)
` [Bug 1811533] "

[PATCH] qtest: add fuzz test case
 2020-08-20 15:49 UTC  (3+ messages)

[Bug 1872113] [NEW] qemu docs fails to build with Sphinx 3.0.x
 2020-08-20 15:36 UTC  (2+ messages)
` [Bug 1872113] "

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach
 2020-08-20 15:39 UTC 

[Bug 1871250] [NEW] Failed to create HAX VM
 2020-08-20 15:37 UTC  (2+ messages)
` [Bug 1871250] "

[PATCH v4 0/4] migration: Add block-bitmap-mapping parameter
 2020-08-20 15:49 UTC  (17+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] iotests.py: Add wait_for_runstate()
` [PATCH v4 3/4] iotests.py: Let wait_migration() return on failure
` [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

[Bug 1861341] [NEW] ARM QEMU: Unknown syscall 397
 2020-08-20 15:39 UTC  (2+ messages)
` [Bug 1861341] "

[Bug 1869497] [NEW] x86_cpu_gdb_read_register segfaults when gdb requests registers
 2020-08-20 15:36 UTC  (2+ messages)
` [Bug 1869497] "

[Bug 1859310] [NEW] libvirt probing fails due to assertion failure with KVM and 'none' machine type
 2020-08-20 15:40 UTC  (2+ messages)
` [Bug 1859310] "

[Bug 1812451] Re: In windows host, tftp arbitrary file read vulnerability
 2020-08-20 15:40 UTC 

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-08-20 15:36 UTC  (2+ messages)
` [Bug 1878915] "

[Bug 1886343] [NEW] configure has non-posix bash syntax
 2020-08-20 15:34 UTC  (2+ messages)
` [Bug 1886343] "

[Bug 1882817] [NEW] Segfault in audio_pcm_sw_write with audio over VNC
 2020-08-20 15:35 UTC  (2+ messages)
` [Bug 1882817] "

[Bug 1886811] [NEW] systemd complains Failed to enqueue loopback interface start request: Operation not supported
 2020-08-20 15:35 UTC  (2+ messages)
` [Bug 1886811] "

[PATCH v4 0/3] Modify AMD topology to use socket/dies/core/thread model
 2020-08-20 15:24 UTC  (6+ messages)
` [PATCH v4 3/3] hw/i386: Remove node_id, nr_nodes and nodes_per_pkg from topology

[Bug 1876373] [NEW] segfault mremap 4096
 2020-08-20 15:15 UTC  (3+ messages)
` [Bug 1876373] "

[PATCH] hw: cirrus_vga: mask 'off_begin' in cirrus_invalidate_region()
 2020-08-20 15:32 UTC 

[Bug 1878134] Re: Assertion failures in ati_reg_read_offs/ati_reg_write_offs
 2020-08-20 15:12 UTC 

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-20 15:28 UTC  (9+ messages)
` [RFC PATCH 07/22] block/export: Remove magic from block-export-add
` [RFC PATCH 13/22] block/export: Move refcount from NBDExport to BlockExport

[Bug 1874539] [NEW] tulip driver broken in v5.0.0-rc4
 2020-08-20 15:16 UTC  (2+ messages)
` [Bug 1874539] "

[Bug 1877136] [NEW] Qemu GDB Arm core registers XML description not valid for M-profile
 2020-08-20 15:13 UTC  (2+ messages)
` [Bug 1877136] "

[Bug 1873898] [NEW] arm linux-user: bkpt insn doesn't cause SIGTRAP
 2020-08-20 15:14 UTC  (2+ messages)
` [Bug 1873898] "

[Bug 1878259] [NEW] Null-pointer dereference in megasas_handle_frame
 2020-08-20 15:10 UTC  (2+ messages)
` [Bug 1878259] "

[Bug 1878627] [NEW] audio/mixeng build failure using Clang 10
 2020-08-20 15:08 UTC  (2+ messages)
` [Bug 1878627] "

[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
 2020-08-20 15:08 UTC  (2+ messages)
` [Bug 1880225] "

[Bug 1881004] [NEW] fpu/softfloat.c: error: bitwise negation of a boolean expression
 2020-08-20 15:09 UTC  (2+ messages)
` [Bug 1881004] "

[Bug 1882784] [NEW] Legacy IGD passthrough in QEMU 5 disabled
 2020-08-20 15:09 UTC  (2+ messages)
` [Bug 1882784] "

[Bug 1879587] [NEW] Register number in ESR is incorrect for certain banked registers when switching from AA32 to AA64
 2020-08-20 15:01 UTC  (2+ messages)
` [Bug 1879587] "

[Bug 1880424] [NEW] I/O write make imx_epit_reset() crash
 2020-08-20 15:11 UTC  (2+ messages)
` [Bug 1880424] "

[Bug 1882065] [NEW] Could this cause OOB bug ?
 2020-08-20 15:11 UTC  (2+ messages)
` [Bug 1882065] "

[Bug 1881450] [NEW] Emulation of a math function fails for m68k Linux user mode
 2020-08-20 14:58 UTC  (2+ messages)
` [Bug 1881450] "

[Bug 1881552] [NEW] potential AArch64 ABI bug wrt handling of 128-bit bit-fields
 2020-08-20 15:00 UTC  (2+ messages)
` [Bug 1881552] "

[Qemu-devel] [Bug 757702] [NEW] Undefined instruction exception starts at offset 0x8 instead of 0x4
 2020-08-20 14:59 UTC  (2+ messages)
` [Bug 757702] Re: ARM: singlestepping insn which UNDEFs should stop at UNDEF vector insn, not after it

[Bug 1880287] [NEW] gcc crashes in hppa emulation
 2020-08-20 15:02 UTC  (2+ messages)
` [Bug 1880287] "

[Bug 1888165] [NEW] loopz/loopnz clearing previous instruction's modified flags on cx -> 0
 2020-08-20 15:03 UTC  (2+ messages)
` [Bug 1888165] "

[RFC PATCH v4 0/5] util/vfio-helpers: Add support for multiple IRQs
 2020-08-20 15:01 UTC  (3+ messages)
` [RFC PATCH v4 1/5] block/nvme: Use an array of EventNotifier

[Bug 1876187] [NEW] qemu-system-arm freezes when using SystickTimer on netduinoplus2
 2020-08-20 14:47 UTC  (2+ messages)
` [Bug 1876187] "

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes
 2020-08-20 14:55 UTC  (2+ messages)
` [Bug 1877716] Re: Win10 guest unusable "

[Bug 1878628] [NEW] linux-user/mmap build failure using Clang 10
 2020-08-20 14:47 UTC  (2+ messages)
` [Bug 1878628] "

[Bug 1878255] [NEW] Assertion failure in bdrv_aio_cancel, through ide
 2020-08-20 14:46 UTC  (2+ messages)
` [Bug 1878255] "

[Bug 1888728] [NEW] Bare chroot in linux-user fails with pgb_reserved_va: Assertion `guest_base != 0' failed
 2020-08-20 14:46 UTC  (2+ messages)
` [Bug 1888728] "

[Bug 1889411] [NEW] RISC-V: Unable to unwind the stack upon signals
 2020-08-20 14:53 UTC  (2+ messages)
` [Bug 1889411] "

[PATCH v2] hw: add compat machines for 5.2
 2020-08-20 15:00 UTC  (2+ messages)

[PATCH] ui: Add more mouse buttons to SPICE
 2020-08-20 14:58 UTC 

[PATCH v2 1/7] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
 2020-08-20 14:56 UTC  (2+ messages)
` [PATCH v3 "

[Bug 1856706] [NEW] target/mips/op_helper.c:971:duplicated branches ?
 2020-08-20 14:43 UTC  (2+ messages)
` [Bug 1856706] "

[Bug 1880822] [NEW] CVE-2020-13253 QEMU: sd: OOB access could crash the guest resulting in DoS
 2020-08-20 14:41 UTC  (2+ messages)
` [Bug 1880822] "

[Bug 1874073] [NEW] openrisc_sim.c:87:42: error: 'cpu_irqs[0]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2020-08-20 14:39 UTC  (2+ messages)
` [Bug 1874073] "

[Bug 1883984] [NEW] QEMU S/390x sqxbr (128-bit IEEE 754 square root) crashes qemu-system-s390x
 2020-08-20 14:36 UTC  (2+ messages)
` [Bug 1883984] "

[Bug 1886318] [NEW] Qemu after v5.0.0 breaks macos guests
 2020-08-20 14:45 UTC  (2+ messages)
` [Bug 1886318] "

[Bug 1885720] [NEW] qemu/migration/postcopy-ram.c:387: bad return expression ?
 2020-08-20 14:38 UTC  (2+ messages)
` [Bug 1885720] "

[PULL 0/3] Machine queue 2020-08-19
 2020-08-20 14:42 UTC  (5+ messages)
` [PULL 3/3] hw: add compat machines for 5.2

[PATCH v13 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-08-20 14:11 UTC  (4+ messages)

[PATCH v1] pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 machine
 2020-08-20 14:08 UTC  (2+ messages)

[PATCH v2] spapr/xive: Use the xics flag to check for XIVE-only IRQ backends
 2020-08-20 14:01 UTC 

[PATCH v7 00/47] block: Deal with filters
 2020-08-20 13:47 UTC  (5+ messages)
` [PATCH v7 35/47] commit: "

[PATCH v2 0/4] spapr/xive: Allocate vCPU IPIs from the vCPU contexts
 2020-08-20 13:45 UTC  (5+ messages)
` [PATCH v2 1/4] spapr/xive: Modify kvm_cpu_is_enabled() interface
` [PATCH v2 2/4] spapr/xive: Use kvmppc_xive_source_reset() in post_load
` [PATCH v2 3/4] spapr/xive: Allocate IPIs independently from the other sources
` [PATCH v2 4/4] spapr/xive: Allocate vCPU IPIs from the vCPU contexts

[PATCH] ui: Add more mouse buttons to SPICE
 2020-08-20 13:26 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-20 13:24 UTC  (11+ messages)


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