qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 07:18:46 to 2020-08-25 14:56:36 UTC [more...]

[PATCH 0/2] nbd: build qemu-nbd on Windows
 2020-08-25 14:55 UTC  (5+ messages)
` [PATCH 2/2] nbd: disable signals and forking on Windows builds

Known issue? qemu is much slower when built with clang vs gcc
 2020-08-25 14:52 UTC  (3+ messages)

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 14:51 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2

[PATCH 1/2] QSLIST: add atomic replace operation
 2020-08-25 14:52 UTC  (3+ messages)
` [PATCH 2/2] coroutine: take exactly one batch from global pool at a time

[PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0
 2020-08-25 14:48 UTC  (2+ messages)
` [PATCH] target/arm: Count PMU events when MDCR.SPME is set

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched if the path are start with C:/ and E:/
 2020-08-25 14:49 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32. On win32, os.path.relpath would raise exception when do the following relpath: C:/msys64/mingw64/x.exe relative to E:/path/qemu-build would fail. So we try catch it for stopping it from raise exception on msys2
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2 On msys2, the -I/e/path/to/qemu -L/e/path/to/qemu are not recognized by the compiler Case $PWD are result msys type path such as /e/path/to/qemu but `pwd -W` are result E:/path/to/qemu that can be recognized by the compiler So we replace all $PWD with $build_path that can handling msys2/mingw properly

[PATCH] pc-bios: s390x: Only set lowcore iplb address on list-directed IPL
 2020-08-25 14:45 UTC  (8+ messages)

[PATCH v2 00/10] trivial patchs for static code analyzer fixes
 2020-08-25 14:39 UTC  (16+ messages)
` [PATCH v2 01/10] hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
` [PATCH v2 02/10] hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
` [PATCH v2 03/10] target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
` [PATCH v2 04/10] target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_misc_fp16()
` [PATCH v2 05/10] hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
` [PATCH v2 06/10] hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
` [PATCH v2 07/10] vfio/platform: Remove dead assignment in vfio_intp_interrupt()
` [PATCH v2 08/10] usb/bus: Remove dead assignment in usb_get_fw_dev_path()
` [PATCH v2 09/10] hw/intc: Remove redundant statement in exynos4210_combiner_read()
` [PATCH v2 10/10] hw/display/vga:Remove redundant statement in vga_draw_graphic()

device compatibility interface for live migration with assigned devices
 2020-08-25 14:39 UTC  (11+ messages)

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-25 14:38 UTC  (5+ messages)

[PATCH v2 00/21] aspeed: cleanups and some extensions
 2020-08-25 14:37 UTC  (6+ messages)
` [PATCH v2 05/21] hw/arm/aspeed: Add board model for Supermicro X11 BMC

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-08-25 14:27 UTC  (3+ messages)
` [PATCH v2 4/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init

QEMU | Pipeline #181767431 has failed for master | 7774e403
 2020-08-25 14:24 UTC 

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-25 14:23 UTC  (6+ messages)
` [PATCH v2 1/2] linux-user: Add support for ppoll_time64() and pselect6_time64()
` [PATCH v2 2/2] linux-user: Add support for utimensat_time64() and semtimedop_time64()

[PULL 00/34] Block patches
 2020-08-25 14:22 UTC  (37+ messages)
` [PULL 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PULL 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PULL 03/34] qcow2: Add calculate_l2_meta()
` [PULL 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PULL 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PULL 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PULL 07/34] qcow2: Document the Extended L2 Entries feature
` [PULL 08/34] qcow2: Add dummy has_subclusters() function
` [PULL 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PULL 10/34] qcow2: Add offset_to_sc_index()
` [PULL 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PULL 12/34] qcow2: Add l2_entry_size()
` [PULL 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PULL 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PULL 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PULL 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PULL 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PULL 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PULL 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PULL 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PULL 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PULL 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PULL 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PULL 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PULL 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PULL 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PULL 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PULL 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PULL 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PULL 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PULL 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PULL 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PULL 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PULL 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH 1/5] meson: SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched. if the path are start with C:/ and E:/
 2020-08-25 14:21 UTC  (12+ messages)
` [PATCH 2/5] meson: fixes relpath may fail on win32. for example C:/msys64/mingw64/x.exe relative to E:/path/qemu-build would fail
` [PATCH 3/5] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/5] meson: !/bin/sh are msys2 friendly
` [PATCH 5/5] configure: replace all $PWD with $build_path that can handling msys2 properly

meson.build files are missing copyright/license headers
 2020-08-25 14:15 UTC  (8+ messages)

[PATCH 00/20] target/arm: SVE2 preparatory patches
 2020-08-25 14:09 UTC  (26+ messages)
` [PATCH 04/20] target/arm: Rearrange {sve,fp}_check_access assert
` [PATCH 06/20] target/arm: Clean up 4-operand predicate expansion
` [PATCH 09/20] target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
` [PATCH 13/20] target/arm: Tidy SVE tszimm shift formats
` [PATCH 14/20] target/arm: Generalize inl_qrdmlah_* helper functions
` [PATCH 15/20] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH 16/20] target/arm: Fix sve_zip_p "
` [PATCH 17/20] target/arm: Fix sve_punpk_p "
` [PATCH 18/20] target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd
` [PATCH 19/20] target/arm: Convert integer multiply-add "
` [PATCH 20/20] target/arm: Convert sq{, r}dmulh "

[PATCH 0/4] Compatibility make fixes for meson
 2020-08-25 14:06 UTC  (10+ messages)
` [PATCH 1/4] configure: Use discovered make for in-source build
` [PATCH 3/4] configure: Prefer gmake on darwin

[PATCH 0/2] Fix Cooperlake CPU model
 2020-08-25 14:01 UTC  (5+ messages)
` [PATCH 2/2] target/i386: Add missed features to "

[PATCH] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
 2020-08-25 13:29 UTC  (3+ messages)

[PATCH] meson: set colorout to auto
 2020-08-25 13:26 UTC  (5+ messages)

What are the security risks of running QEMU/KVM as root?
 2020-08-25 12:46 UTC 

[RFC PATCH v2 0/4] Use ACPI PCI hot-plug for q35
 2020-08-25 13:14 UTC  (4+ messages)
` [RFC PATCH v2 1/4] hw/acpi/ich9: Trace ich9_gpe_readb()/writeb()

[PATCH v5 00/10] preallocate filter
 2020-08-25 13:10 UTC  (5+ messages)
` [PATCH v5 05/10] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v5 06/10] block: introduce BDRV_REQ_NO_WAIT flag

[PATCH v2 0/7] x86: fix cpu hotplug with secure boot
 2020-08-25 13:01 UTC  (5+ messages)
` [PATCH v2 3/7] x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
` [PATCH v2 4/7] acpi: add aml_land() and aml_break() primitives

[PULL 0/3] Fixes 20200825 patches
 2020-08-25 12:59 UTC  (2+ messages)

[PATCH 00/41] qom: Automated conversion of type checking boilerplate
 2020-08-25 12:38 UTC  (6+ messages)
` [PATCH 08/41] opentitan: Rename memmap enum constants

[PATCH v3 1/7] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
 2020-08-25 12:28 UTC  (3+ messages)
` [PATCH v4 1/6] "

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-25 12:24 UTC  (12+ messages)

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-25 11:49 UTC  (62+ messages)
` [PATCH v2 04/58] pl110: Rename pl110_version enum values
` [PATCH v2 05/58] allwinner-h3: Rename memmap enum constants
` [PATCH v2 06/58] aspeed_soc: Rename memmap/irqmap "
` [PATCH v2 07/58] opentitan: Rename memmap "
` [PATCH v2 08/58] sifive_e: "
` [PATCH v2 09/58] sifive_u: "
` [PATCH v2 19/58] hvf: Move HVFState typedef to hvf.h
` [PATCH v2 25/58] armsse: Rename QOM macros to avoid conflicts
` [PATCH v2 26/58] xen-legacy-backend: Add missing typedef XenLegacyDevice
` [PATCH v2 27/58] spapr: Move typedef SpaprMachineState to spapr.h
` [PATCH v2 28/58] s390x: Move typedef SCLPEventFacility to event-facility.h
` [PATCH v2 29/58] vhost-user-gpu: Move QOM macro to header
` [PATCH v2 30/58] ahci: Move QOM macros "
` [PATCH v2 31/58] i8257: Move QOM macro "
` [PATCH v2 32/58] ahci: "
` [PATCH v2 33/58] pckbd: "
` [PATCH v2 34/58] vmbus: Move QOM macros to vmbus.h
` [PATCH v2 35/58] virtio-serial-bus: Move QOM macros to header
` [PATCH v2 36/58] piix: "
` [PATCH v2 37/58] auxbus: "
` [PATCH v2 38/58] rocker: "
` [PATCH v2 39/58] pxa2xx: "
` [PATCH v2 40/58] mptsas: "
` [PATCH v2 41/58] kvm: Move QOM macros to kvm.h
` [PATCH v2 42/58] vfio/pci: Move QOM macros to header
` [PATCH v2 52/58] [automated] Move QOM typedefs and add missing includes
` [PATCH v2 53/58] [automated] Use DECLARE_*CHECKER* macros
` [PATCH v2 54/58] [semi-automated] Use DECLARE_*CHECKER* when possible (--force mode)
` [PATCH v2 55/58] [automated] Use OBJECT_DECLARE_TYPE where possible
` [PATCH v2 56/58] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible

[PATCH v2 0/5] iotest.FilePath fixes and cleanups
 2020-08-25 11:37 UTC  (14+ 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/3] ppc: Fixes for class and instance size problems
 2020-08-25 11:16 UTC  (4+ messages)
` [PATCH 1/3] adb: Correct class size on TYPE_ADB_DEVICE
` [PATCH 2/3] ppc/pnv: Fix TypeInfo of PnvLpcController abstract class
` [PATCH 3/3] spapr: Correct type for SPAPR_DRC_PCI

[PATCH 00/10] pseries NUMA distance rework
 2020-08-25 11:12 UTC  (13+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[PATCH v7 0/4] Apply COR-filter to the block-stream permanently
 2020-08-25 10:59 UTC  (4+ messages)
` [PATCH v7 3/4] qapi: add filter-node-name to block-stream

[PATCH 1/1] spapr_vscsi: do not allow device hotplug
 2020-08-25  9:36 UTC  (4+ messages)

[PULL 0/1] Socket next patches
 2020-08-25 10:52 UTC  (2+ messages)
` [PULL 1/1] tests: fix a memory in test_socket_unix_abstract_good

[PATCH v2 0/3] nbd: build qemu-nbd on Windows
 2020-08-25 10:38 UTC  (4+ messages)
` [PATCH v2 1/3] block: add missing socket_init() calls to tools
` [PATCH v2 2/3] nbd: skip SIGTERM handler if NBD device support is not built
` [PATCH v2 3/3] nbd: disable signals and forking on Windows builds

[PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller
 2020-08-25 10:33 UTC  (6+ messages)
  ` [EXTERNAL] "

[RFC PATCH 0/9] block/curl: Add caching of data downloaded from the remote server
 2020-08-25 10:03 UTC  (4+ messages)

[PULL v2 00/24] target/xtensa updates for 5.2
 2020-08-25  9:33 UTC  (6+ messages)

[PATCH] meson: Don't make object files for dtrace on macOS
 2020-08-25  9:20 UTC  (4+ messages)

meson: problems building under msys2/mingw-w64 native
 2020-08-25  8:37 UTC  (10+ messages)

[RFC v4 00/70] support vector extension v1.0
 2020-08-25  8:28 UTC  (2+ messages)

[PATCH] scripts/qemu-version.sh: Add missing space before ']'
 2020-08-25  7:58 UTC  (2+ messages)

[PATCH v2 0/7] Run cross-compilation build tests in the gitlab-CI
 2020-08-25  7:59 UTC  (2+ messages)

[Fwd] Issue 25164 in oss-fuzz: qemu: Fuzzing build failure
 2020-08-25  7:58 UTC  (2+ messages)

[PATCH v2 0/2] meson: avoid compiling qemu-keymap by default
 2020-08-25  7:52 UTC  (2+ messages)

[PATCH] meson: Fix chardev-baum.so name
 2020-08-25  7:51 UTC  (2+ messages)

[PATCH] meson: Fix meson build with --enable-libdaxctl
 2020-08-25  7:51 UTC  (2+ messages)

[PATCH] configure: default to PIE disabled on Windows platforms
 2020-08-25  7:50 UTC  (2+ 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).