qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-31 03:28:16 to 2020-03-31 13:25:14 UTC [more...]

[PULL V2 00/14] Net patches
 2020-03-31 13:21 UTC  (4+ messages)
` [PULL V2 01/14] hw/net/i82596: Correct command bitmask (CID 1419392)
` [PULL V2 03/14] Fixed integer overflow in e1000e
` [PULL V2 11/14] net/colo-compare.c: Expose "expired_scan_cycle" to users

[PATCH v13 0/4] qcow2: Implement zstd cluster compression method
 2020-03-31 13:17 UTC  (5+ messages)
` [PATCH v13 1/4] qcow2: introduce compression type feature
` [PATCH v13 2/4] qcow2: rework the cluster compression routine
` [PATCH v13 3/4] qcow2: add zstd cluster compression
` [PATCH v13 4/4] iotests: 287: add qcow2 compression type test

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-31 13:14 UTC  (16+ messages)
` [PATCH 1/6] scripts/coccinelle: add error-use-after-free.cocci
` [PATCH 2/6] block/mirror: fix use after free of local_err
` [PATCH 6/6] qga/commands-posix: "

bdrv_drained_begin deadlock with io-threads
 2020-03-31 12:58 UTC  (4+ messages)

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-31 12:57 UTC  (23+ messages)
` [PATCH v2 03/22] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [PATCH v2 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v2 06/22] hw/pci: introduce pci_device_set/unset_iommu_context()
` [PATCH v2 07/22] intel_iommu: add set/unset_iommu_context callback
` [PATCH v2 08/22] vfio/common: provide PASID alloc/free hooks

[PATCH] configure: warn if not using a separate build directory
 2020-03-31 12:56 UTC  (4+ messages)

deprecation of in-tree builds
 2020-03-31 12:54 UTC  (19+ messages)

[PULL for-5.0 00/10] tcg patch queue
 2020-03-31 12:53 UTC  (15+ messages)
` [PULL for-5.0 01/10] configure: Drop adjustment of textseg
` [PATCH for-5.0] tcg/i386: Fix INDEX_op_dup2_vec
` [PULL for-5.0 02/10] tcg: Remove softmmu code_gen_buffer fixed address
` [PULL for-5.0 03/10] configure: Do not force pie=no for non-x86
` [PULL for-5.0 04/10] configure: Always detect -no-pie toolchain support
` [PULL for-5.0 05/10] configure: Unnest detection of -z, relro and -z, now
` [PULL for-5.0 06/10] configure: Override the os default with --disable-pie
` [PULL for-5.0 07/10] configure: Support -static-pie if requested
` [PULL for-5.0 08/10] target/mips: Fix loongson multimedia condition instructions
` [PULL for-5.0 09/10] tcg/i386: Fix INDEX_op_dup2_vec
` [PULL for-5.0 10/10] decodetree: Use Python3 floor division operator

[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-31 12:49 UTC  (74+ messages)
` [PATCH v6 01/42] nvme: rename trace events to nvme_dev
` [PATCH v6 04/42] nvme: bump spec data structures to v1.3
` [PATCH v6 05/42] nvme: use constant for identify data size
` [PATCH v6 06/42] nvme: add identify cns values in header
` [PATCH v6 07/42] nvme: refactor nvme_addr_read
` [PATCH v6 09/42] nvme: add max_ioqpairs device parameter
` [PATCH v6 10/42] nvme: refactor device realization
` [PATCH v6 11/42] nvme: add temperature threshold feature
` [PATCH v6 12/42] nvme: add support for the get log page command
` [PATCH v6 14/42] nvme: add missing mandatory features
` [PATCH v6 19/42] nvme: enforce valid queue creation sequence
` [PATCH v6 23/42] nvme: add mapping helpers
` [PATCH v6 24/42] nvme: remove redundant has_sg member
` [PATCH v6 29/42] nvme: refactor request bounds checking
` [PATCH v6 31/42] nvme: add check for prinfo
` [PATCH v6 32/42] nvme: allow multiple aios per command
` [PATCH v6 35/42] nvme: handle dma errors
` [PATCH v6 36/42] nvme: add support for scatter gather lists
` [PATCH v6 38/42] nvme: support multiple namespaces

[PATCH v3 10/16] hw/i386/vmport: Add support for CMD_GETTIME
 2020-03-31 12:35 UTC  (14+ messages)

[PATCH v2] migration/throttle: Add cpu-throttle-tailslow migration parameter
 2020-03-31 12:30 UTC  (2+ messages)

[PATCH/RFC] vl/s390: fixup ram sizes for compat machines
 2020-03-31 12:26 UTC  (6+ messages)

[PATCH v3 0/3] Fix some AIO context locking in jobs
 2020-03-31 12:20 UTC  (4+ messages)
` [PATCH v3 1/3] job: take each job's lock individually in job_txn_apply
` [PATCH v3 2/3] replication: acquire aio context before calling job_cancel_sync
` [PATCH v3 3/3] backup: don't acquire aio_context in backup_clean

[PATCH v9 00/14] iotests: use python logging
 2020-03-31 12:15 UTC  (3+ messages)

[PATCH] s390x: kvm: Fix number of cpu reports for stsi 3.2.2
 2020-03-31 12:01 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v5] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-31 11:43 UTC 

[PATCH] fix vhost_user_blk_watch crash
 2020-03-31 11:41 UTC  (4+ messages)

[PATCH v2 0/3] Improved reporting for migrate parameters
 2020-03-31 11:28 UTC  (8+ messages)
` [PATCH v2 1/3] migration/migration: improve error "
` [PATCH v2 2/3] monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()
` [PATCH v2 3/3] migration: move the units of migrate parameters from milliseconds to ms

[PATCH] linux-user: main: Let each env have its own gdt table
 2020-03-31 11:23 UTC  (2+ messages)

[PATCH RFC 0/9] Add riscv64 kvm accel support
 2020-03-31 11:19 UTC  (8+ messages)
` [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC 8/9] target/riscv: Handler KVM_EXIT_RISCV_SBI exit

[PATCH v1] s390x: Reject unaligned RAM sizes
 2020-03-31 11:17 UTC  (8+ messages)

[PATCH v2 0/6] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-03-31 11:15 UTC  (3+ messages)

[PATCH v1] usb: Add read support for HCIVERSION register to XHCI
 2020-03-31 11:02 UTC  (5+ messages)

Massive memory leak in 4.2.0
 2020-03-31 10:51 UTC  (2+ messages)

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-03-31 10:50 UTC  (8+ messages)
` [PATCH-for-5.0 1/7] tests/acceptance/machine_sparc_leon3: Disable "
` [PATCH-for-5.0 2/7] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers
` [PATCH-for-5.0 3/7] hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses
` [PATCH-for-5.1 4/7] hw/misc/grlib_ahb_apb_pnp: Add trace events on read accesses
` [PATCH-for-5.1 5/7] hw/timer/grlib_gptimer: Display frequency in decimal
` [PATCH-for-5.1 6/7] target/sparc/int32_helper: Remove DEBUG_PCALL definition
` [PATCH-for-5.1 7/7] target/sparc/int32_helper: Extract and use excp_name_str()

[kvm-unit-tests PATCH v3] s390x: Add stsi 3.2.2 tests
 2020-03-31 10:45 UTC  (8+ messages)

[PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
 2020-03-31 10:45 UTC  (3+ messages)
` [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately

[PATCH v4] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-31 10:44 UTC  (5+ messages)

[PATCH v10 00/14] iotests: use python logging
 2020-03-31 10:40 UTC  (7+ messages)
` [PATCH v10 06/14] iotests: alphabetize standard imports
` [PATCH v10 10/14] iotests: add hmp helper with logging
` [PATCH v10 13/14] iotests: Mark verify functions as private

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-03-31 10:35 UTC  (4+ messages)

[PATCH] spapr: Don't allow unplug of NVLink2 devices
 2020-03-31 10:30 UTC  (4+ messages)

[PATCH 0/4] spapr: Get rid of CAS reboot flag
 2020-03-31 10:29 UTC  (5+ messages)

[PATCH 0/7] target/ppc: Add support for Radix partition-scoped translation
 2020-03-31  9:49 UTC  (14+ messages)
` [PATCH 4/7] target/ppc: Introduce ppc_radix64_xlate() for Radix tree translation
` [PATCH 5/7] target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translation
` [PATCH 6/7] target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' bool

[PATCH v12 0/4] qcow2: Implement zstd cluster compression method
 2020-03-31  9:30 UTC  (5+ messages)
` [PATCH v12 1/4] qcow2: introduce compression type feature
` [PATCH v12 2/4] qcow2: rework the cluster compression routine
` [PATCH v12 3/4] qcow2: add zstd cluster compression
` [PATCH v12 4/4] iotests: 287: add qcow2 compression type test

[PATCH v11 0/4] qcow2: Implement zstd cluster compression method
 2020-03-31  9:02 UTC  (9+ messages)
` [PATCH v11 3/4] qcow2: add zstd cluster compression

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-03-31  8:59 UTC  (10+ messages)
` [PATCH v5 07/18] s390x: protvirt: Inhibit balloon when switching to protected mode

[PATCH v2 0/4] modify CPU model info
 2020-03-31  8:39 UTC  (3+ messages)
` [PATCH v2 3/4] target/i386: add the missing features for Icelake-Server CPU model

[RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2020-03-31  8:34 UTC  (8+ messages)
` [RFC v6 09/24] vfio: Force nested if iommu requires it

[PATCH 0/3] nbd: Try for cleaner TLS shutdown
 2020-03-31  8:30 UTC  (3+ messages)
` [PATCH 1/3] crypto: Add qcrypto_tls_shutdown()

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-31  7:51 UTC  (2+ messages)
` [Bug 1867786] "

[PATCH] vhost-vsock: fix double close() in the realize() error path
 2020-03-31  7:59 UTC 

[PATCH] hw/vfio: let readonly flag take effect for mmaped regions
 2020-03-31  7:59 UTC  (4+ messages)

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-03-31  7:20 UTC  (9+ messages)

[PATCH 0/5] nbd: reduce max_block restrictions
 2020-03-31  6:52 UTC  (5+ messages)
` [PATCH 3/5] block: add max_pwrite_zeroes_no_fallback to BlockLimits

[RFC for-5.1 0/4] Better handling of attempt NVLink2 unplug
 2020-03-31  3:25 UTC  (4+ messages)
` [RFC for-5.1 4/4] spapr: Don't allow unplug of NVLink2 devices


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