qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-24 20:12:25 to 2020-08-25 11:08:02 UTC [more...]

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-25 11:07 UTC  (5+ messages)
` [PATCH v2 04/58] pl110: Rename pl110_version enum values
` [PATCH v2 05/58] allwinner-h3: Rename memmap enum constants

[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 v2 0/5] iotest.FilePath fixes and cleanups
 2020-08-25 10:58 UTC  (12+ 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 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 0/2] nbd: build qemu-nbd on Windows
 2020-08-25 10:35 UTC  (5+ messages)
` [PATCH 2/2] 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] "

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

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

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

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

meson.build files are missing copyright/license headers
 2020-08-25  9:53 UTC  (5+ 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)

[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  9:11 UTC  (10+ 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

[PULL 00/34] Block patches
 2020-08-25  8:33 UTC  (35+ 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

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 v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-25  8:15 UTC  (4+ messages)

[PATCH] meson: set colorout to auto
 2020-08-25  8:11 UTC  (4+ 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  (3+ messages)

[PATCH v2 00/21] aspeed: cleanups and some extensions
 2020-08-25  7:20 UTC  (5+ messages)
` [PATCH v2 08/21] aspeed/sdhci: Fix reset sequence

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-25  7:18 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()

[PATCH v2 00/13] Introduce USB U2F key device
 2020-08-25  6:57 UTC  (3+ messages)
` [PATCH v2 08/13] configure: Add "

[PULL 0/3] Fixes 20200825 patches
 2020-08-25  6:20 UTC  (4+ messages)
` [PULL 1/3] meson: drop keymaps symlink
` [PULL 2/3] meson: move xkbcommon to meson
` [PULL 3/3] meson: avoid compiling qemu-keymap by default

[PATCH v5] qapi/opts-visitor: Added missing fallthrough annotations
 2020-08-25  6:03 UTC  (2+ messages)

[PATCH] tests: fix a memory in test_socket_unix_abstract_good
 2020-08-25  5:59 UTC  (5+ messages)

Contributor wanting to get started with simple contributions
 2020-08-25  5:50 UTC  (3+ messages)

[PATCH 0/6] qom: Use typedefs instead of struct names on instance_size/class_size
 2020-08-25  5:50 UTC  (9+ messages)
` [PATCH 1/6] xilinx_axidma: Use typedef name for instance_size
` [PATCH 2/6] omap_intc: "
` [PATCH 3/6] lpc_ich9: "
` [PATCH 4/6] xilinx_axienet: "
` [PATCH 5/6] vhost-user-vga: "
` [PATCH 6/6] virtio-vga: "

[PATCH] usb: fix setup_len init (CVE-2020-14364)
 2020-08-25  5:46 UTC  (2+ messages)

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

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

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-25  1:40 UTC  (13+ messages)
` [PATCH v5 01/12] migration/dirtyrate: setup up query-dirtyrate framwork
` [PATCH v5 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v5 03/12] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v5 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v5 05/12] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v5 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v5 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v5 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v5 09/12] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v5 10/12] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v5 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function
` [PATCH v5 12/12] migration/dirtyrate: Add trace_calls to make it easier to debug

[PATCH v8 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-25  0:17 UTC  (15+ messages)
` [PATCH v8 01/14] hw/misc: Add NPCM7xx System Global Control Registers device model
` [PATCH v8 02/14] hw/misc: Add NPCM7xx Clock Controller "
` [PATCH v8 03/14] hw/timer: Add NPCM7xx Timer "
` [PATCH v8 04/14] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH v8 05/14] hw/arm: Add two NPCM7xx-based machines
` [PATCH v8 06/14] roms: Add virtual Boot ROM for NPCM7xx SoCs
` [PATCH v8 07/14] hw/arm: Load -bios image as a boot ROM for npcm7xx
` [PATCH v8 08/14] hw/nvram: NPCM7xx OTP device model
` [PATCH v8 09/14] hw/mem: Stubbed out NPCM7xx Memory Controller model
` [PATCH v8 10/14] hw/ssi: NPCM7xx Flash Interface Unit device model
` [PATCH v8 11/14] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj
` [PATCH v8 12/14] hw/arm/npcm7xx: add board setup stub for CPU and UART clocks
` [PATCH v8 13/14] docs/system: Add Nuvoton machine documentation
` [PATCH v8 14/14] tests/acceptance: console boot tests for quanta-gsj

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

[PATCH v6 0/8] Generalize start-powered-off property from ARM
 2020-08-24 23:34 UTC  (7+ messages)
` [PATCH v6 4/8] ppc/e500: Use start-powered-off CPUState property

[PATCH 1/2] SIMPLE_PATH_RE should match the full path token. Maybe also apply to others such as STRING_RE and TOPLEVEL_RE, not for sure
 2020-08-24 22:59 UTC  (2+ messages)
` [PATCH 2/2] fixes relpath may fail on win32

[PATCH] meson: drop keymaps symlink
 2020-08-24 22:27 UTC  (2+ messages)

[PATCH V1 00/32] Live Update
 2020-08-24 22:30 UTC  (9+ messages)
` [PATCH V1 18/32] osdep: import MADV_DOEXEC

[PATCH 0/6] qom: Use typedefs instead of struct names on instance_size/class_size
 2020-08-24 22:19 UTC  (3+ messages)
` [PATCH 1/6] xilinx_axidma: Use typedef name for instance_size

[PATCH v1 1/1] core/register: Specify instance_size in the TypeInfo
 2020-08-24 20:35 UTC  (2+ messages)

[PATCH v3 0/2] linux-user: Introducing functionality for two time64 syscalls
 2020-08-24 21:12 UTC  (6+ messages)
` [PATCH v3 1/2] linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()'
` [PATCH v3 2/2] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()'

[PATCH v3 0/2] Introducing functionality for a group of 4 time64 syscalls
 2020-08-24 21:06 UTC  (5+ messages)
` [PATCH v3 1/2] linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'
` [PATCH v3 2/2] linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_interval_time64()'

[PATCH v4 0/5] Add strace support for printing arguments for a group of selected syscalls
 2020-08-24 20:57 UTC  (11+ messages)
` [PATCH v4 1/5] linux-user: Make cpu_env accessible in strace.c
` [PATCH v4 2/5] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH v4 3/5] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory
` [PATCH v4 4/5] linux-user: Add an api to print enumareted argument values with strace
` [PATCH v4 5/5] linux-user: Add strace support for printing arguments of some clock and time functions

msys2/mingw meson building fixes
 2020-08-24 20:55 UTC  (3+ messages)
` Fwd: "

[PATCH v2] linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]
 2020-08-24 20:51 UTC  (2+ messages)

[PATCH v2 0/3] Adding support for printing contents of 'struct termios' which is used by ioctls of group 'ioctl_tty'
 2020-08-24 20:50 UTC  (7+ messages)
` [PATCH v2 1/3] linux-user: Add generic 'termbits.h' for some archs
` [PATCH v2 2/3] linux-user: Add missing termbits types and values definitions
` [PATCH v2 3/3] linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines

[PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM
 2020-08-24 20:35 UTC  (2+ messages)

[PATCH] linux-user: Fix 'clock_nanosleep()' implementation
 2020-08-24 20:34 UTC  (2+ messages)

[Bug 1884719] [NEW] Function not implemented when using libaio
 2020-08-24 20:23 UTC  (2+ messages)
` [Bug 1884719] "

[PATCH v3] linux-user: Fix 'semop()' and 'semtimedop()' implementation
 2020-08-24 20:28 UTC  (2+ messages)

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

[PATCH 0/3] linux-user: Introducing support for 'recvmmsg_time64()'
 2020-08-24 20:11 UTC  (3+ messages)
` [PATCH 1/3] linux-user: Modify 'sendmmsg()' and 'recvmmsg()' implementation


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