qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 14:11:07 to 2020-02-28 10:08:51 UTC [more...]

[PATCH v3 0/4] misc: Improve error reporting on Windows
 2020-02-28 10:07 UTC  (2+ messages)
` [PATCH v3 1/4] chardev: Improve error report by calling error_setg_win32()

[PATCH] qom/object: Comment to use g_slist_free on object_class_get_list result
 2020-02-28 10:06 UTC  (3+ messages)

[PATCH v2 0/6] misc: Improve error reporting on Windows
 2020-02-28  9:57 UTC  (14+ messages)
` [PATCH v2 1/6] chardev: Improve error report by calling error_setg_win32()
` [PATCH v2 2/6] util: Replace fprintf(stderr, "*\n" with error_report()
` [PATCH v2 3/6] util/oslib-win32: Improve error report by calling error_setg_win32()
` [PATCH v2 4/6] util/osdep: "
` [PATCH v2 5/6] qga: Fix a memory leak
` [PATCH v2 6/6] qga: Improve error report by calling error_setg_win32()

[PATCH] hw/smbios: add options for type 4 max_speed and current_speed
 2020-02-28  9:39 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
 2020-02-28  9:36 UTC  (2+ messages)

[PULL 00/15] Pull migration patches
 2020-02-28  9:24 UTC  (16+ messages)
` [PULL 01/15] multifd: Add multifd-compression parameter
` [PULL 02/15] migration: Add support for modules
` [PULL 03/15] multifd: Make no compression operations into its own structure
` [PULL 04/15] multifd: Add multifd-zlib-level parameter
` [PULL 05/15] multifd: Add zlib compression multifd support
` [PULL 06/15] configure: Enable test and libs for zstd
` [PULL 07/15] multifd: Add multifd-zstd-level parameter
` [PULL 08/15] multifd: Add zstd compression multifd support
` [PULL 09/15] migration/vmstate: Remove redundant statement in vmstate_save_state_v()
` [PULL 10/15] test-vmstate: Fix memleaks in test_load_qlist
` [PULL 11/15] migration/savevm: release gslist after dump_vmstate_json
` [PULL 12/15] migration/block: rename BLOCK_SIZE macro
` [PULL 13/15] migration: fix COLO broken caused by a previous commit
` [PULL 14/15] migration/colo: wrap incoming checkpoint process into new helper
` [PULL 15/15] savevm: Don't call colo_init_ram_cache twice

[PATCH v4 0/5] target/riscv: support vector extension part 2
 2020-02-28  9:19 UTC  (18+ messages)
` [PATCH v4 1/5] target/riscv: add vector unit stride load and store instructions
` [PATCH v4 2/5] target/riscv: add vector "
` [PATCH v4 3/5] target/riscv: add vector index "
` [PATCH v4 4/5] target/riscv: add fault-only-first unit stride load
` [PATCH v4 5/5] target/riscv: add vector amo operations

[Bug 1865048] [NEW] qemu-img --force-share does not disable file locking
 2020-02-28  9:07 UTC  (3+ messages)
` [Bug 1865048] "

[PATCH v2 0/3] tpm: fix PPI RAM migration
 2020-02-28  9:09 UTC  (8+ messages)
` [PATCH v2 3/3] savevm: check RAM is pagesize aligned

[PATCH v1 0/8] qcow2: Implement zstd cluster compression method
 2020-02-28  8:34 UTC  (20+ messages)
` [PATCH v1 1/8] qcow2: introduce compression type feature
` [PATCH v1 3/8] qcow2: add zstd cluster compression
` [PATCH v1 6/8] iotests: add "compression type" for test output matching
` [PATCH v1 8/8] iotests: 287: add qcow2 compression type test

[PATCH v1 0/4] Fix codegen translation cache size
 2020-02-28  7:54 UTC  (14+ messages)
` [PATCH v1 3/4] accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts
` [PATCH v1 4/4] accel/tcg: increase default code gen buffer size for 64 bit
        ` [PATCH] "

[PATCH v2 00/13] redundant code: Fix warnings reported by Clang static code analyzer
 2020-02-28  7:30 UTC  (8+ messages)
` [PATCH v2 02/13] block/iscsi:Remove redundant statement in iscsi_open()
` [PATCH v2 10/13] migration/vmstate: Remove redundant statement in vmstate_save_state_v()

[PATCH v3 0/4] benchmark util
 2020-02-28  7:19 UTC  (5+ messages)
` [PATCH v3 1/4] scripts/simplebench: add simplebench.py
` [PATCH v3 2/4] scripts/simplebench: add qemu/bench_block_job.py
` [PATCH v3 3/4] scripts/simplebench: add example usage of simplebench
` [PATCH v3 4/4] MAINTAINERS: add simplebench

[PATCH v2] qapi/machine: Place the 'Notes' tag after the 'Since' tag
 2020-02-28  6:56 UTC  (6+ messages)

[PATCH for-5.0 v2 0/3] benchmark util
 2020-02-28  6:24 UTC  (6+ messages)
` ping "

[PATCH v3 1/1] target/riscv: add vector integer operations
 2020-02-28  6:19 UTC  (3+ messages)

[PATCH v2] spapr: Fix Coverity warning while validating nvdimm options
 2020-02-28  1:05 UTC  (2+ messages)

[PATCH v4 0/5] vhost-user block device backend implementation
 2020-02-28  4:23 UTC  (4+ messages)
` [PATCH v4 2/5] generic vhost user server

[PATCH] mips/mips_malta: Allow more than 2G RAM
 2020-02-28  3:26 UTC 

A problem with live migration of UEFI virtual machines
 2020-02-28  4:04 UTC  (10+ messages)
    ` [edk2-devel] "

[PATCH v3 0/2] Add AVX512F optimization option and buffer_zero_avx512()
 2020-02-28  2:24 UTC  (3+ messages)
` [PATCH v3 1/2] configure: add configure option avx512f_opt
` [PATCH v3 2/2] util: add util function buffer_zero_avx512()

[Bug 1865099] [NEW] cannot run x64 based system on x64 host with Intel Haxm
 2020-02-28  1:37 UTC 

[PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
 2020-02-28  1:20 UTC 

FYI: The daily digest email for qemu-devel/qemu-arm didn't go out today
 2020-02-28  1:16 UTC 

[PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
 2020-02-28  1:10 UTC  (4+ messages)

[PATCH 0/3] Fix Skylake, Cascadelake and Icelake Server CPU models
 2020-02-28  0:30 UTC  (4+ messages)
` [PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number

Strange data corruption issue with gluster (libgfapi) and ZFS
 2020-02-27 22:25 UTC  (4+ messages)

[PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks
 2020-02-27 22:01 UTC  (5+ messages)
` [PATCH v1 1/4] hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definition
` [PATCH v1 2/4] hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8
` [PATCH v1 3/4] hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiB
` [PATCH v1 4/4] hw/arm/cubieboard: report error when using unsupported -bios argument

[PATCH v5 0/4] target-riscv: support vector extension part 1
 2020-02-27 21:48 UTC  (9+ messages)
` [PATCH v5 1/4] target/riscv: add vector extension field in CPURISCVState
` [PATCH v5 2/4] target/riscv: implementation-defined constant parameters
` [PATCH v5 4/4] target/riscv: add vector configure instruction

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-27  6:04 UTC  (13+ messages)
` [PATCH v6 09/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v6 11/18] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v6 17/18] spapr: Clean up RMA size calculation

[PATCH 4/5] KVM: Kick resamplefd for split kernel irqchip
 2020-02-27 21:52 UTC  (9+ messages)
` [PATCH v1.1 "

[PATCH v2 2/2] hw/arm/armv7m: Downgrade CPU reset handler priority
 2020-02-27 21:44 UTC  (5+ messages)

[PATCH] WHPX: Use QEMU values for trapped CPUID
 2020-02-27 21:29 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v6 0/8] Multifd Migration Compression
 2020-02-27 20:53 UTC  (3+ messages)
` [PATCH v6 7/8] multifd: Add multifd-zstd-level parameter

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-02-27 20:36 UTC  (8+ messages)

[PULL v2 00/30] virtio, pc: fixes, features
 2020-02-27 19:56 UTC  (3+ messages)

[PATCH] migration/savevm: release gslist after dump_vmstate_json
 2020-02-27 19:17 UTC  (5+ messages)

[PULL 0/4] NBD patches for 2020-02-26
 2020-02-27 19:14 UTC  (2+ messages)

[PATCH 0/3] qemu-img: Fix check's leak/corruption fix report
 2020-02-27 18:56 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] iotests: Add poke_file_[bl]e functions
` [PATCH 3/3] iotests/138: Test leaks/corruptions fixed report

[PATCH V2 0/8] Optimize VM's downtime while do checkpoint in COLO
 2020-02-27 18:37 UTC  (5+ messages)
` [PATCH V2 1/8] migration: fix COLO broken caused by a previous commit
` [PATCH V2 3/8] savevm: Don't call colo_init_ram_cache twice

[PATCH 0/2] Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
 2020-02-27 18:34 UTC  (3+ messages)
` [PATCH 1/2] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH 2/2] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()

[PATCH 0/2] block: bdrv_reopen() with backing file in different AioContext
 2020-02-27 18:18 UTC  (3+ messages)
` [PATCH 1/2] iotests: Refactor blockdev-reopen test for iothreads
` [PATCH 2/2] block: bdrv_reopen() with backing file in different AioContext

[PULL 00/19] testing and plugin updates
 2020-02-27 18:15 UTC  (2+ messages)

[PATCH v2] test-vmstate: Fix memleaks in test_load_qlist
 2020-02-27 18:03 UTC  (2+ messages)

[PATCH RISU] aarch64.risu: Add patterns for v8.3-RCPC and v8.4-RCPC insns
 2020-02-27 17:27 UTC  (3+ messages)

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-02-27 17:18 UTC  (7+ messages)
` [PATCH v5 48/50] multi-process: Validate incoming commands from Proxy
` [PATCH v5 49/50] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v5 50/50] multi-process: add configure and usage information

[PATCH v2] softmmu/vl.c: fix too slow TCG regression
 2020-02-27 17:12 UTC  (4+ messages)

[PATCH 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-02-27 17:10 UTC  (9+ messages)
` [PATCH 1/5] vfio/pci: Disable INTx fast path if using split irqchip
` [PATCH 2/5] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds

[PATCH 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
 2020-02-27 17:01 UTC  (2+ messages)

[PATCH v3 0/2] hw/arm/smmu-common: Avoid smmu_find_smmu_pcibus return dangling pointer
 2020-02-27 16:47 UTC  (3+ messages)
` [PATCH v3 1/2] hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
` [PATCH v3 2/2] hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logic

[PATCH v2 0/2] Fix spelling/formatting in fuzzing patches
 2020-02-27 16:09 UTC  (3+ messages)

[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-02-27 16:04 UTC  (8+ messages)
` [PATCH 1/1] hw/net/can: "

[PATCH v2 0/2] hw/arm/smmu-common: Avoid smmu_find_smmu_pcibus return dangling pointer
 2020-02-27 15:52 UTC  (3+ messages)
` [PATCH v2 2/2] hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logic

[Bug 1864704] [NEW] No compatible -machine option in qemu-system-ppc64 for e6500 core
 2020-02-27 15:28 UTC  (2+ messages)
` [Bug 1864704] "

[PATCH 0/2] misc: Improve error reporting on Windows
 2020-02-27 15:35 UTC  (4+ messages)
` [PATCH 2/2] util/oslib-win32: Improve error report by calling error_setg_win32()

[PATCH 0/4] qapi: Bye-bye Python 2
 2020-02-27 15:30 UTC  (7+ messages)
` [PATCH 1/4] qapi: Inheriting from object is pointless with Python 3, drop
` [PATCH 2/4] qapi: Drop conditionals for Python 2
` [PATCH 3/4] qapi: Use super() now we have Python 3
` [PATCH 4/4] qapi: Brush off some (py)lint

[PATCH v2 0/2] fix two small memleaks
 2020-02-27 15:24 UTC  (2+ messages)

[PATCH 1/2] hw/core: Support device reset handler priority
 2020-02-27 15:14 UTC  (6+ messages)
` [PATCH 2/2] hw/arm/armv7m: Downgrade CPU "

[PATCH v2 00/18] qemu-doc reorganization and Sphinx version
 2020-02-27 15:04 UTC  (9+ messages)
` [PATCH 14/18] docs/system: Convert qemu-cpu-models.texi to rST
` [PATCH 18/18] docs/system: convert Texinfo documentation "

[PATCH] qcow2: Explicit mention of padding bytes
 2020-02-27 14:57 UTC  (3+ messages)

[PATCH v6 0/9] iotests: use python logging
 2020-02-27 14:26 UTC  (12+ messages)
` [PATCH v6 4/9] iotest 258: use script_main
` [PATCH v6 6/9] iotests: use python logging for iotests.log()
` [PATCH v6 7/9] iotests: ignore import warnings from pylint
` [PATCH v6 8/9] iotests: don't use 'format' for drive_add
` [PATCH v6 9/9] iotests: add pylintrc file

[PATCH v3 00/12] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-27 14:13 UTC  (3+ messages)
` [PATCH v3 05/12] scripts/qapi/parser.py: improve doc comment indent handling


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