qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 15:54:16 to 2020-03-31 01:27:10 UTC [more...]

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

[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

[PATCH 0/7] target/ppc: Add support for Radix partition-scoped translation
 2020-03-31  1:13 UTC  (18+ 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

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

[PATCH 0/5] ppc: sreset and machine check injection
 2020-03-31  0:22 UTC  (3+ messages)
` [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands

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  (12+ messages)
` [PATCH v17 Kernel 1/7] vfio: UAPI for migration interface for device state
` [PATCH v17 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v17 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v17 Kernel 4/7] vfio iommu: Implementation of ioctl "
` [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 v17 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[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 v10 00/14] iotests: use python logging
 2020-03-31  0:00 UTC  (15+ 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-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  (57+ messages)
` [PATCH v7 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v7 09/61] target/riscv: add vector amo operations
` [PATCH v7 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v7 11/61] target/riscv: vector widening "
` [PATCH v7 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v7 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v7 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v7 15/61] target/riscv: vector narrowing integer right "
` [PATCH v7 16/61] target/riscv: vector integer comparison instructions
` [PATCH v7 17/61] target/riscv: vector integer min/max instructions
` [PATCH v7 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v7 19/61] target/riscv: vector integer divide instructions
` [PATCH v7 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v7 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v7 22/61] target/riscv: vector widening "
` [PATCH v7 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v7 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v7 25/61] target/riscv: vector single-width averaging "
` [PATCH v7 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v7 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v7 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v7 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v7 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v7 31/61] target/riscv: vector widening "
` [PATCH v7 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v7 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v7 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v7 35/61] target/riscv: vector widening "
` [PATCH v7 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v7 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v7 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v7 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v7 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v7 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v7 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v7 43/61] target/riscv: widening "
` [PATCH v7 44/61] target/riscv: narrowing "
` [PATCH v7 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v7 46/61] target/riscv: vector wideing "
` [PATCH v7 47/61] target/riscv: vector single-width floating-point "
` [PATCH v7 48/61] target/riscv: vector widening "
` [PATCH v7 49/61] target/riscv: vector mask-register logical instructions
` [PATCH v7 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v7 51/61] target/riscv: vmfirst find-first-set mask bit
` [PATCH v7 52/61] target/riscv: set-X-first "
` [PATCH v7 53/61] target/riscv: vector iota instruction
` [PATCH v7 54/61] target/riscv: vector element index instruction
` [PATCH v7 55/61] target/riscv: integer extract instruction
` [PATCH v7 56/61] target/riscv: integer scalar move instruction
` [PATCH v7 57/61] target/riscv: floating-point scalar move instructions
` [PATCH v7 58/61] target/riscv: vector slide instructions
` [PATCH v7 59/61] target/riscv: vector register gather instruction
` [PATCH v7 60/61] target/riscv: vector compress instruction
` [PATCH v7 61/61] target/riscv: configure and turn on vector extension from command line

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-30 22:44 UTC  (3+ messages)
` [Bug 1867786] "

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] gdbstub: add support to Xfer:auxv:read: packet
 2020-03-30 22:11 UTC  (8+ messages)

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

[PATCH v1] usb: Add read support for HCIVERSION register to XHCI
 2020-03-30 21:44 UTC 

[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

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-30 20:23 UTC  (7+ messages)
` [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

deprecation of in-tree builds
 2020-03-30 20:15 UTC  (9+ messages)

[PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
 2020-03-30 19:59 UTC  (5+ messages)
` [PATCH for-5.0 1/3] acpi: Use macro for table-loader file name
` [PATCH for-5.0 2/3] fw_cfg: Migrate ACPI table mr sizes separately
` [PATCH for-5.0 3/3] exec: Fix for qemu_ram_resize() callback

[PATCH v9 00/14] iotests: use python logging
 2020-03-30 19:41 UTC  (27+ messages)
` [PATCH v9 01/14] iotests: do a light delinting
` [PATCH v9 05/14] iotests: add pylintrc file
` [PATCH v9 08/14] iotests: touch up log function signature
` [PATCH v9 09/14] iotests: limit line length to 79 chars
` [PATCH v9 10/14] iotests: add hmp helper with logging
` [PATCH v9 13/14] iotests: Mark verify functions as private

[Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout"
 2020-03-30 19:33 UTC  (5+ messages)
` [Bug 1869782] "

[PATCH for-5.0] target/arm: PSTATE.PAN should not clear exec bits
 2020-03-30 19:41 UTC  (2+ messages)

[PATCH RESEND v4] nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-30 19:31 UTC  (5+ messages)

[PATCH for-5.0, v1] target/mips: Fix loongson multimedia condition instructions
 2020-03-30 19:01 UTC  (6+ messages)

[PATCH for-5.0] tcg/i386: Fix INDEX_op_dup2_vec
 2020-03-30 18:43 UTC 

[PATCH v2] qtest: add tulip test case
 2020-03-30 18:29 UTC  (2+ messages)

[PATCH] docs/devel/migration: start a debugging section
 2020-03-30 18:04 UTC  (4+ messages)

[PATCH] serial: Fix double migration data
 2020-03-30 17:56 UTC  (4+ messages)

[RFC 0/3] 64bit block-layer part I
 2020-03-30 17:50 UTC  (4+ messages)

Sound support for Mac OS guests
 2020-03-30 17:24 UTC 

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-03-30 17:13 UTC 

[PATCH-for-5.0] qga-posix: Avoid crashing process when failing to allocate memory
 2020-03-30 17:06 UTC  (10+ messages)

[PATCH for-5.0] xen: fixup RAM memory region initialization
 2020-03-30 16:52 UTC  (2+ messages)

[PATCH v2] s390x: Reject unaligned RAM sizes
 2020-03-30 16:51 UTC 

[PATCH-for-5.0] gdbstub: Use correct address space with Qqemu.PhyMemMode packet
 2020-03-30 16:41 UTC  (4+ messages)

[PATCH] riscv: Fix Stage2 SV32 page table walk
 2020-03-30 16:25 UTC  (2+ messages)

[PATCH] s390x: kvm: Fix number of cpu reports for stsi 3.2.2
 2020-03-30 16:04 UTC  (2+ messages)

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-30 15:54 UTC  (3+ messages)
` [PATCH 3/6] dump/win_dump: fix use after free of err


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