qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 13:41:22 to 2020-05-06 04:33:18 UTC [more...]

[Bug 1877015] [NEW] virtio only support packed ring size power of 2 between 256 and 1024
 2020-05-06  4:31 UTC  (3+ messages)
` [Bug 1877015] Re: virtio only support packed ring size power of 2

[Bug 1860056] [NEW] mips binaries segfault
 2020-05-06  4:17 UTC  (2+ messages)
` [Bug 1860056] "

[PATCH 0/2] migration/multifd: fix two memleaks
 2020-05-06  9:54 UTC  (3+ messages)
` [PATCH 1/2] migration/multifd: fix memleaks in multifd_new_send_channel_async
` [PATCH 2/2] migration/multifd: Do error_free after migrate_set_error to avoid memleaks

[PATCH v2 0/1] target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
 2020-05-06  1:36 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH for-5.1 V3 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-05-06  1:50 UTC  (5+ messages)

[PATCH] riscv: Change the default behavior if no -bios option is specified
 2020-05-06  1:34 UTC  (4+ messages)

[PATCH v2 00/18] qom: Spring cleaning
 2020-05-06  1:31 UTC  (29+ messages)
` [PATCH v2 01/18] qom: Clearer reference counting in object_initialize_childv()
` [PATCH v2 02/18] qom: Clean up inconsistent use of gchar * vs. char *
` [PATCH v2 03/18] qom: Drop object_property_del_child()'s unused parameter @errp
` [PATCH v2 04/18] qom: Simplify object_property_get_enum()
` [PATCH v2 05/18] qom: Drop convenience method object_property_get_uint16List()
` [PATCH v2 06/18] qom: Make all the object_property_add_FOO() return the property
` [PATCH v2 07/18] qom: Drop object_property_set_description() parameter @errp
` [PATCH v2 08/18] tests/check-qom-proplist: Improve iterator coverage
` [PATCH v2 09/18] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
` [PATCH v2 10/18] hw/isa/superio: Make the components QOM children
` [PATCH v2 11/18] e1000: Don't run e1000_instance_init() twice
` [PATCH v2 12/18] hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory
` [PATCH v2 13/18] qdev: Clean up qdev_connect_gpio_out_named()
` [PATCH v2 14/18] qom: Drop parameter @errp of object_property_add() & friends
` [PATCH v2 15/18] Drop more @errp parameters after previous commit
` [PATCH v2 16/18] qdev: Unrealize must not fail
` [PATCH v2 17/18] spapr_pci: Drop some dead error handling
` [PATCH v2 18/18] qom: Drop @errp parameter of object_property_del()

[PATCH v1 0/2] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-06  1:12 UTC  (3+ messages)
` [PATCH v1 1/2] hw/riscv: spike: Remove deprecated ISA specific machines
` [PATCH v1 2/2] target/riscv: Drop support for ISA spec version 1.09.1

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-05-05 23:55 UTC  (4+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PULL 0/1] Register API Queue
 2020-05-05 23:09 UTC  (2+ messages)
` [PULL 1/1] hw/core/register: Add register_init_block8 helper

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-05 22:18 UTC  (2+ messages)
` [Bug 1856335] "

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

linux-user - time64 question
 2020-05-05 21:38 UTC 

[PATCH v2 0/6] qemu-img: Add convert --bitmaps
 2020-05-05 21:22 UTC  (4+ messages)
` [PATCH v2 6/6] iotests: Add test 291 to for qemu-img bitmap coverage

[PATCH v4 00/14] LUKS: encryption slot management using amend interface
 2020-05-05 21:09 UTC  (16+ messages)
` [PATCH v4 01/14] qcrypto/core: add generic infrastructure for crypto options amendment
` [PATCH v4 02/14] qcrypto/luks: implement encryption key management
` [PATCH v4 03/14] block/amend: add 'force' option
` [PATCH v4 04/14] block/amend: separate amend and create options for qemu-img
` [PATCH v4 05/14] block/amend: refactor qcow2 amend options
` [PATCH v4 06/14] block/crypto: rename two functions
` [PATCH v4 07/14] block/crypto: implement the encryption key management
` [PATCH v4 08/14] block/qcow2: extend qemu-img amend interface with crypto options
` [PATCH v4 09/14] iotests: filter few more luks specific create options
` [PATCH v4 10/14] iotests: qemu-img tests for luks key management
` [PATCH v4 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command
` [PATCH v4 12/14] block/crypto: implement blockdev-amend
` [PATCH v4 13/14] block/qcow2: "
` [PATCH v4 14/14] iotests: add tests for blockdev-amend

[PATCH v5 00/18] nvme: refactoring and cleanups
 2020-05-05 20:52 UTC  (3+ messages)
` [PATCH v5 07/18] nvme: add max_ioqpairs device parameter

[PATCH v2] target/riscv: fix check of guest pa top bits
 2020-05-05 20:40 UTC  (2+ messages)

[PATCH 0/2] hw/block/nvme: fixes for interrupt behavior
 2020-05-05 20:36 UTC  (3+ messages)
` [PATCH 1/2] hw/block/nvme: fix pin-based "
` [PATCH 2/2] hw/block/nvme: allow use of any valid msix vector

[PATCH v1 0/9] hw/core: stream: Add end-of-packet flag
 2020-05-05 19:59 UTC  (19+ messages)
` [PATCH v1 2/9] hw/net/xilinx_axienet: Cleanup stream->push assignment
` [PATCH v1 3/9] hw/net/xilinx_axienet: Remove unncessary cast
` [PATCH v1 4/9] hw/dma/xilinx_axidma: Add DMA memory-region property
` [PATCH v1 5/9] hw/core: stream: Add an end-of-packet flag
` [PATCH v1 6/9] hw/net/xilinx_axienet: Handle fragmented packets from DMA
` [PATCH v1 7/9] hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor
` [PATCH v1 8/9] hw/dma/xilinx_axidma: s2mm: Support stream fragments
` [PATCH v1 9/9] MAINTAINERS: Add myself as streams maintainer

[PATCH 1/1] target/riscv: fix VS interrupts forwarding to HS
 2020-05-05 19:54 UTC  (9+ messages)

[PATCH v2 0/4] softfloat: fix floatx80 emulation bugs
 2020-05-05 17:58 UTC  (2+ messages)

Postcopy with different page sizes on source and destination
 2020-05-05 17:57 UTC  (2+ messages)

[PATCH v6] audio/jack: add JACK client audiodev
 2020-05-05 17:41 UTC  (2+ messages)

[PATCH v7] audio/jack: add JACK client audiodev
 2020-04-29  5:53 UTC 

Infinite loop in bus_unparent(), qdev bug or qdev misuse?
 2020-05-05 16:26 UTC  (4+ messages)

[PATCH v2 0/3] vTPM/aarch64 ACPI support
 2020-05-05 16:19 UTC  (7+ messages)
` [PATCH v2 1/3] acpi: Move build_tpm2() in the generic part
` [PATCH v2 2/3] arm/acpi: TPM2 ACPI table support
` [PATCH v2 3/3] arm/acpi: Add the TPM2.0 device under the DSDT

[PATCH 0/6] block/nvme: Align block pages queue to host page size
 2020-05-05 15:51 UTC  (3+ messages)
` [PATCH 5/6] "

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-05 15:38 UTC  (4+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PULL 0/4] NBD patches through 2020-05-04
 2020-05-05 15:46 UTC  (2+ messages)

[PATCH v5 for-5.0? 0/7] Tighten qemu-img rules on missing backing format
 2020-05-05 15:30 UTC  (4+ messages)
` [PATCH v5 3/7] qcow: Tolerate backing_fmt=, but warn on backing_fmt=raw

[PATCH] virtiofsd: Use clone() and not unshare(), support non-root
 2020-05-05 15:32 UTC  (4+ messages)

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-05-05 14:58 UTC  (2+ messages)
` [Bug 1866870] "

[PATCH 00/17] qom: Spring cleaning
 2020-05-05 15:25 UTC  (13+ messages)
` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
  ` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256
` [PATCH 12/17] qdev: Clean up qdev_connect_gpio_out_named()

[PATCH v2 00/13] microvm: add acpi support
 2020-05-05 15:22 UTC  (29+ messages)
` [PATCH v2 01/13] acpi: make build_madt() more generic
` [PATCH v2 02/13] acpi: create acpi-common.c and move madt code
` [PATCH v2 03/13] acpi: madt: skip pci override on pci-less systems (microvm)
` [PATCH v2 04/13] acpi: move acpi_build_facs to acpi-common.c
` [PATCH v2 05/13] acpi: move acpi_init_common_fadt_data "
` [PATCH v2 06/13] acpi: move acpi_align_size to acpi-common.h
` [PATCH v2 07/13] acpi: fadt: add hw-reduced sleep register support
` [PATCH v2 08/13] acpi: generic event device for x86
` [PATCH v2 09/13] microvm: add minimal acpi support
` [PATCH v2 10/13] microvm: disable virtio-mmio cmdline hack
` [PATCH v2 11/13] microvm: add acpi_dsdt_add_virtio() for x86
` [PATCH v2 12/13] microvm: make virtio irq base runtime configurable
` [PATCH v2 13/13] microvm/acpi: use GSI 16-23 for virtio

Publishing Python Packages
 2020-05-05 13:55 UTC  (2+ messages)

[PULL v2 00/19] Trivial branch for 5.1 patches
 2020-05-05 14:47 UTC  (2+ messages)

[PATCH] hw/i386/vmport: Drop superfluous parenthesis around function typedef
 2020-05-05 14:28 UTC 

[PATCH v3 0/3] target/arm: misc cleanups
 2020-05-05 14:22 UTC  (4+ messages)
` [PATCH v3 3/3] target/arm: Use clear_vec_high more effectively

[PATCH] qcow2: Fix preallocation on block devices
 2020-05-05 14:18 UTC 

[PATCH v3 0/1] target/arm: Remove access_el3_aa32ns_aa64any()
 2020-05-05 14:17 UTC  (2+ messages)
` [PATCH v3 1/1] target/arm: Drop access_el3_aa32ns_aa64any()

[PATCH v4 00/18] target/arm: sve load/store improvements
 2020-05-05 14:15 UTC  (6+ messages)

[PATCH v18 QEMU 00/18] Add migration support for VFIO devices
 2020-05-05 14:13 UTC  (3+ messages)
` [PATCH v18 QEMU 18/18] qapi: Add VFIO devices migration stats in Migration stats

[PATCH v2 00/15] target/arm: partial vector cleanup
 2020-05-05 14:00 UTC  (3+ messages)

[PATCH] iotests/055: Use cache.no-flush for vmdk target
 2020-05-05 14:02 UTC  (2+ messages)

[PATCH v2 00/10] More miscellaneous error handling fixes
 2020-05-05 13:59 UTC  (3+ messages)
` [PATCH v2 02/10] xen: Fix and improve handling of device_add usb-host errors

[PATCH 0/3] s390x: improve documentation
 2020-05-05 13:50 UTC  (4+ messages)
` [PATCH 1/3] docs/s390x: document the virtual css
` [PATCH 2/3] docs/s390x: document 3270
` [PATCH 3/3] docs/s390x: document vfio-ccw

[PATCH 0/4] Add support for SafeStack
 2020-05-05 13:56 UTC  (4+ messages)

[PATCH v4 00/13] acpi: i386 tweaks
 2020-05-05 13:46 UTC  (3+ messages)
` [PATCH v4 05/13] acpi: move aml builder code for serial device

[PATCH v3 00/33] block: Introduce real BdrvChildRole
 2020-05-05 13:38 UTC  (7+ messages)
` [PATCH v3 03/33] block: Add BdrvChildRole and BdrvChildRoleBits


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