qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 20:48:23 to 2020-03-31 10:52:50 UTC [more...]

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-03-31 10:50 UTC  (2+ messages)
` [PATCH-for-5.0 2/7] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-31 10:47 UTC  (13+ messages)
` [PATCH v2 03/22] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [PATCH v2 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v2 08/22] vfio/common: provide PASID alloc/free hooks

[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 v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-31 10:43 UTC  (72+ 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 v10 00/14] iotests: use python logging
 2020-03-31 10:40 UTC  (18+ messages)
` [PATCH v10 01/14] iotests: do a light delinting
` [PATCH v10 02/14] iotests: don't use 'format' for drive_add
` [PATCH v10 03/14] iotests: ignore import warnings from pylint
` [PATCH v10 04/14] iotests: replace mutable list default args
` [PATCH v10 05/14] iotests: add pylintrc file
` [PATCH v10 06/14] iotests: alphabetize standard imports
` [PATCH v10 07/14] iotests: drop pre-Python 3.4 compatibility code
` [PATCH v10 08/14] iotests: touch up log function signature
` [PATCH v10 09/14] iotests: limit line length to 79 chars
` [PATCH v10 10/14] iotests: add hmp helper with logging
` [PATCH v10 11/14] iotests: add script_initialize
` [PATCH v10 12/14] iotest 258: use script_main
` [PATCH v10 13/14] iotests: Mark verify functions as private
` [PATCH v10 14/14] iotests: use python logging for iotests.log()

[PATCH] s390x: kvm: Fix number of cpu reports for stsi 3.2.2
 2020-03-31 10:38 UTC  (4+ messages)

deprecation of in-tree builds
 2020-03-31 10:38 UTC  (10+ messages)

[PATCH] configure: warn if not using a separate build directory
 2020-03-31 10:37 UTC 

[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 v1] usb: Add read support for HCIVERSION register to XHCI
 2020-03-31 10:24 UTC  (4+ messages)

[PATCH RFC 0/9] Add riscv64 kvm accel support
 2020-03-31  9:51 UTC  (7+ 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 0/7] target/ppc: Add support for Radix partition-scoped translation
 2020-03-31  9:49 UTC  (20+ messages)
` [PATCH 1/7] target/ppc: Enforce that the root page directory size must be at least 5
` [PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()
` [PATCH 3/7] target/ppc: Assert if HV mode is set when running under a pseries machine
` [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

bdrv_drained_begin deadlock with io-threads
 2020-03-31  9:33 UTC  (3+ messages)

[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 v2 0/6] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-03-31  9:28 UTC  (2+ messages)

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-31  9:12 UTC  (12+ 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: "

[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()

[PATCH v2 0/3] Improved reporting for migrate parameters
 2020-03-31  8:26 UTC  (5+ 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  8:15 UTC 

[PULL for-5.0 00/10] tcg patch queue
 2020-03-31  8:14 UTC  (13+ 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

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-31  7:51 UTC  (4+ 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  (9+ 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

[PATCH 0/5] ppc: sreset and machine check injection
 2020-03-31  3:14 UTC  (6+ messages)
` [PATCH 2/5] ppc/pnv: Add support for NMI interface
` [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

[PATCH v2] qtest: add tulip test case
 2020-03-31  3:06 UTC  (2+ messages)

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-31  2:40 UTC  (18+ messages)

[PATCH] i386: hvf: Reset IRQ inhibition after moving RIP
 2020-03-31  2:04 UTC  (2+ messages)

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-31  1:16 UTC 

[PATCH v4 0/2] COLO: handling of the full primary or secondary queue
 2020-03-31  1:15 UTC  (5+ messages)
` [PATCH v4 1/2] net/colo-compare.c: Fix memory leak in packet_enqueue()
` [PATCH v4 2/2] net/colo-compare.c: handling of the full primary or secondary queue

Qemu TCG Plugins - how to access guest registers?
 2020-03-31  0:25 UTC  (4+ messages)

[PATCH v17 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-31  0:10 UTC  (8+ messages)
` [PATCH v17 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
` [PATCH v17 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v17 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support

[PATCH v1 0/3] hvf: Support AVX512 guests and cleanup
 2020-03-31  0:16 UTC  (4+ messages)
` [PATCH v1 1/3] hvf: use standard CR0 and CR4 register definitions
` [PATCH v1 2/3] hvf: Make long mode enter and exit code clearer
` [PATCH v1 3/3] hvf: Support AVX512 guests on capable hardware

[PATCH-for-5.0?] decodetree: Use Python3 floor division operator
 2020-03-30 23:53 UTC  (5+ messages)

[PATCH for-5.0] hw/ppc/ppc440_uc.c: Remove incorrect iothread locking from dcr_write_pcie()
 2020-03-30 23:41 UTC  (2+ messages)

[PATCH v7 00/61] target/riscv: support vector extension v0.7.1
 2020-03-30 23:37 UTC  (2+ messages)

linux-user: keep the name-ending parenthesis in /proc/self/stat
 2020-03-30 22:29 UTC  (3+ messages)

Massive memory leak in 4.2.0
 2020-03-30 22:02 UTC 

[PATCH] Makes softmmu compile with clang at HEAD
 2020-03-30 21:55 UTC  (3+ messages)

[PATCH 0/4] arm: Implement ARMv8.2-TTS2UXN
 2020-03-30 21:04 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Don't use a TLB for ARMMMUIdx_Stage2
` [PATCH 2/4] target/arm: Use enum constant in get_phys_addr_lpae() call
` [PATCH 3/4] target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()
` [PATCH 4/4] target/arm: Implement ARMv8.2-TTS2UXN


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