messages from 2020-06-10 12:39:38 to 2020-06-10 20:07:15 UTC [more...]
[PATCH 0/8] tpm: Split hw/ vs backends/
2020-06-10 20:02 UTC (4+ messages)
` [PATCH 1/8] hw/tpm: Do not include 'qemu/osdep.h' in header
` [PATCH 4/8] hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion
` [PATCH 5/8] hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
[PATCH] qcow2: Fix preallocation on images with unaligned sizes
2020-06-10 20:02 UTC (2+ messages)
[PATCH] travis.yml: Test also the other targets on s390x
2020-06-10 19:59 UTC (2+ messages)
[PATCH v8 00/34] Add subcluster allocation to qcow2
2020-06-10 19:43 UTC (38+ messages)
` [PATCH v8 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v8 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v8 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v8 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v8 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v8 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v8 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v8 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v8 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v8 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v8 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v8 12/34] qcow2: Add l2_entry_size()
` [PATCH v8 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v8 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v8 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v8 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v8 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v8 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v8 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v8 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v8 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v8 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v8 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v8 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v8 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v8 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v8 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v8 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v8 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v8 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v8 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v8 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PATCH v8 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v8 34/34] iotests: Add tests for qcow2 images with extended L2 entries
[PATCH] migration: fix xbzrle encoding rate calculation
2020-06-10 19:07 UTC (3+ messages)
[PATCH v2 0/6] Add strace support for printing arguments of selected syscalls
2020-06-10 19:06 UTC (9+ messages)
` [PATCH v2 1/6] linux-user: Extend strace support to enable argument printing after syscall execution
` [PATCH v2 3/6] linux-user: Add strace support for printing argument of syscalls used for extended attributes
` [PATCH v2 4/6] linux-user: Add strace support for printing arguments of lseek()
` [PATCH v2 6/6] linux-user: Add strace support for printing arguments of fallocate()
[PATCH v2 0/2] qcow2: seriously improve savevm performance
2020-06-10 19:00 UTC (3+ messages)
` [PATCH 1/2] aio: allow to wait for coroutine pool from different coroutine
` [PATCH 2/2] qcow2: improve savevm performance
[PATCH 1/2] aio: allow to wait for coroutine pool from different coroutine
2020-06-10 19:01 UTC (4+ messages)
` [PATCH 2/2] qcow2: improve savevm performance
` [PATCH 2/2] qcow2: improve savevm performance - please ignore
` [PATCH 1/2] aio: allow to wait for coroutine pool from different coroutine "
[Bug 1882671] [NEW] qemu-system-x86_64 (ver 4.2) stuck at boot with OVMF bios
2020-06-10 18:39 UTC (4+ messages)
` [Bug 1882671] "
[PATCH 0/2] qcow2: seriously improve savevm performance
2020-06-10 18:24 UTC (8+ messages)
` [PATCH 1/2] aio: allow to wait for coroutine pool from different coroutine
` [PATCH 2/2] qcow2: improve savevm performance
[PATCH v3 0/4] nbd: reduce max_block restrictions
2020-06-10 18:23 UTC (5+ messages)
` [PATCH v3 1/4] block: add max_pwrite_zeroes_fast to BlockLimits
` [PATCH v3 2/4] block/nbd: define new max_write_zero_fast limit
` [PATCH v3 3/4] block/io: refactor bdrv_co_do_pwrite_zeroes head calculation
` [PATCH v3 4/4] block/io: auto-no-fallback for write-zeroes
[PATCH 0/3] spapr: Improve error reporting in spapr_caps.c
2020-06-10 18:14 UTC (6+ messages)
` [PATCH 1/3] error: auto propagated local_err
` [PATCH 2/3] spapr: Use error_append_hint() in spapr_caps.c
` [PATCH 3/3] spapr: Forbid nested KVM-HV in pre-power9 compat mode
[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
2020-06-10 17:55 UTC (2+ messages)
` [Bug 1882851] "
[PULL v2 0/3] NBD patches through 2020-06-09
2020-06-10 18:05 UTC (2+ messages)
` [PULL v2 2/3] nbd/server: Avoid long error message assertions CVE-2020-10761
[PATCH v9 00/61] target/riscv: support vector extension v0.7.1
2020-06-10 17:33 UTC (40+ messages)
` [PATCH v9 22/61] target/riscv: vector widening integer multiply-add instructions
` [PATCH v9 25/61] target/riscv: vector single-width averaging add and subtract
` [PATCH v9 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v9 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v9 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v9 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v9 31/61] target/riscv: vector widening "
` [PATCH v9 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v9 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v9 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v9 35/61] target/riscv: vector widening "
` [PATCH v9 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v9 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v9 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v9 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v9 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v9 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v9 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v9 43/61] target/riscv: widening "
` [PATCH v9 44/61] target/riscv: narrowing "
` [PATCH v9 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v9 46/61] target/riscv: vector wideing "
` [PATCH v9 47/61] target/riscv: vector single-width floating-point "
` [PATCH v9 48/61] target/riscv: vector widening "
` [PATCH v9 49/61] target/riscv: vector mask-register logical instructions
` [PATCH v9 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v9 51/61] target/riscv: vmfirst find-first-set mask bit
` [PATCH v9 52/61] target/riscv: set-X-first "
` [PATCH v9 53/61] target/riscv: vector iota instruction
` [PATCH v9 54/61] target/riscv: vector element index instruction
` [PATCH v9 55/61] target/riscv: integer extract instruction
` [PATCH v9 56/61] target/riscv: integer scalar move instruction
` [PATCH v9 57/61] target/riscv: floating-point scalar move instructions
` [PATCH v9 58/61] target/riscv: vector slide instructions
` [PATCH v9 59/61] target/riscv: vector register gather instruction
` [PATCH v9 60/61] target/riscv: vector compress instruction
` [PATCH v9 61/61] target/riscv: configure and turn on vector extension from command line
[PATCH v2 0/2] Fix NBD CVE-2020-10761
2020-06-10 17:17 UTC (4+ messages)
` [PATCH v2 1/2] nbd/server: Avoid long error message assertions CVE-2020-10761
` [PATCH v2 2/2] block: Call attention to truncation of long NBD exports
[PATCH v3 00/13] Add Thread Sanitizer support to QEMU
2020-06-10 16:45 UTC (2+ messages)
[PATCH v2 0/6] plugins/next (lockstep, api, hwprofile)
2020-06-10 16:38 UTC (8+ messages)
` [PATCH v2 1/6] iotests: 194: wait migration completion on target too
` [PATCH v2 2/6] plugins: new lockstep plugin for debugging TCG changes
` [PATCH v2 3/6] cputlb: ensure we save the IOTLB data in case of reset
` [PATCH v2 4/6] hw/virtio/pci: include vdev name in registered PCI sections
` [PATCH v2 5/6] plugins: add API to return a name for a IO device
` [PATCH v2 6/6] plugins: new hwprofile plugin
[PATCH v2 0/5] TPM-TIS bios-tables-test
2020-06-10 16:39 UTC (5+ messages)
` [PATCH v2 3/5] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
` [PATCH v2 4/5] bios-tables-test: Add Q35/TPM-TIS test
Clarification regarding new qemu-img convert --target-is-zero flag
2020-06-10 16:31 UTC (13+ messages)
[PATCH 0/2] Fix NBD CVE-2020-10761
2020-06-10 16:29 UTC (8+ messages)
` [PATCH 1/2] nbd/server: Avoid long error message assertions CVE-2020-10761
` [PATCH 2/2] block: Call attention to truncation of long NBD exports
Failure of test 'basic gdbstub support'
2020-06-10 16:21 UTC (2+ messages)
[PATCH v3 0/4] vTPM/aarch64 ACPI support
2020-06-10 16:15 UTC (4+ messages)
` [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API
[PATCH v7 0/9] acpi: i386 tweaks
2020-06-10 15:53 UTC (4+ messages)
[PATCH v3 00/24] Fixes around device realization
2020-06-10 15:46 UTC (3+ messages)
` [PATCH v3 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices
[Qemu-devel] [Bug 1674117] [NEW] Qemu VM start kills Pulseaudio
2020-06-10 14:57 UTC (2+ messages)
` [Bug 1674117] "
what is the difference to transfer elf execute file or binary file on "-kernel" paramter?
2020-06-10 14:42 UTC
[PATCH v10 0/9] error: auto propagated local_err part I
2020-06-10 14:39 UTC (3+ messages)
` [PATCH v10 1/9] error: auto propagated local_err
[PATCH 00/16] Crazy shit around -global (pardon my french)
2020-06-10 14:24 UTC (4+ messages)
` [PATCH 06/16] fdc: Deprecate configuring floppies with -global isa-fdc
[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 14:13 UTC (4+ messages)
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
2020-06-10 14:10 UTC (5+ messages)
[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
2020-06-10 14:00 UTC (22+ messages)
[PATCH] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
2020-06-10 13:54 UTC (2+ messages)
[PATCH V2] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
2020-06-10 13:40 UTC
[PATCH v2 0/1] tricore: added AURIX TC277 D-Step TriBoard
2020-06-10 13:49 UTC (4+ messages)
` [PATCH v2 1/1] tricore: added triboard with tc27x_soc
` AW: "
[RFC] hw: nios2: update interrupt_request when STATUS_PIE disabled
2020-06-10 13:29 UTC (4+ messages)
[RFC v2 00/18] Refactor configuration of guest memory protection
2020-06-10 13:21 UTC (8+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests
[PATCH] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
2020-06-10 13:36 UTC
[PATCH v2 0/2] A pair of HMAT docs fixes
2020-06-10 13:17 UTC (3+ messages)
` [PATCH v2 1/2] qemu-options.hx: Mark all hmat-cache attributes required
` [PATCH v2 2/2] qemu-options.hx: Document hmat-lb and hmat-cache order
[PULL v2 00/16] Trivial branch for 5.1 patches
2020-06-10 13:10 UTC (17+ messages)
` [PULL v2 01/16] Fix parameter type in vhost migration log path
` [PULL v2 02/16] net: Do not include a newline in the id of -nic devices
` [PULL v2 03/16] .mailmap: Update Fred Konrad email address
` [PULL v2 04/16] hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
` [PULL v2 05/16] hw/isa/apm: Convert debug printf()s to trace events
` [PULL v2 06/16] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
` [PULL v2 07/16] qemu-img: Fix doc typo for 'bitmap' subcommand
` [PULL v2 08/16] hw/arm/aspeed: Correct DRAM container region size
` [PULL v2 09/16] hw/hppa/dino: Use the IEC binary prefix definitions
` [PULL v2 10/16] hw/i386/xen/xen-hvm: "
` [PULL v2 11/16] target/i386/cpu: "
` [PULL v2 12/16] target/unicore32: Remove unused headers
` [PULL v2 13/16] target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
` [PULL v2 14/16] target/unicore32: Prefer qemu_semihosting_log_out() over curses
` [PULL v2 15/16] hw/openrisc/openrisc_sim: Add assertion to silence GCC warning
` [PULL v2 16/16] semihosting: remove the pthread include which seems unused
[PULL 0/3] NBD patches through 2020-06-09
2020-06-10 13:18 UTC (2+ messages)
[Bug 1858415] Re: in tcp_emu function has OOB bug
2020-06-10 12:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).