qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-26 15:56:55 to 2018-04-27 08:50:23 UTC [more...]

[Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount
 2018-04-27  8:50 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 1/5] qobject: ensure base is at offset 0
` [Qemu-devel] [PATCH v6 2/5] qobject: use a QObjectBase_ struct
` [Qemu-devel] [PATCH v6 4/5] qobject: modify qobject_ref() to return obj

[Qemu-devel] POD document had syntax errors at /usr/bin/pod2man line 68
 2018-04-27  8:47 UTC 

[Qemu-devel] [PATCH] Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option
 2018-04-27  8:43 UTC  (2+ messages)

[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-27  8:31 UTC  (10+ messages)

[Qemu-devel] [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none"
 2018-04-27  8:05 UTC  (15+ messages)
      ` [Qemu-devel] qom-test (was: [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none")
        ` [Qemu-devel] qom-test

[Qemu-devel] [RESEND PULL v9 00/16] xen: xen-domid-restrict improvements
 2018-04-27  7:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] Enable postcopy RDMA live migration
 2018-04-27  7:56 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 1/5] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v2 2/5] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v2 3/5] migration: remove unnecessary variables len in QIOChannelRDMA
` [Qemu-devel] [PATCH v2 4/5] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v2 5/5] migration: Stop rdma yielding during incoming postcopy

[Qemu-devel] [PATCH V4] migration: add capability to bypass the shared memory
 2018-04-27  7:47 UTC  (6+ messages)
` [Qemu-devel] [PATCH V5] "

[Qemu-devel] [PATCH] ccid: Fix dwProtocols advertisement of T=0
 2018-04-27  7:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] intel-iommu: nested vIOMMU, cleanups, bug fixes
 2018-04-27  7:44 UTC  (14+ messages)
` [Qemu-devel] [PATCH 03/10] intel-iommu: add iommu lock
` [Qemu-devel] [PATCH 07/10] util: implement simple interval tree logic
` [Qemu-devel] [PATCH 08/10] intel-iommu: maintain per-device iova ranges

[Qemu-devel] [PATCH v2 0/4] qapi: introduce the SysEmuTarget enumeration
 2018-04-27  7:29 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 1/4] qapi: fill in CpuInfoFast.arch in query-cpus-fast
` [Qemu-devel] [PATCH v2 2/4] qapi: add SysEmuTarget to "common.json"
` [Qemu-devel] [PATCH v2 3/4] qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget
` [Qemu-devel] [PATCH v2 4/4] qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch

[Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics
 2018-04-27  7:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/9] tcg: Introduce helpers for integer min/max
` [Qemu-devel] [PATCH 2/9] target/arm: Use new min/max expanders
` [Qemu-devel] [PATCH 3/9] target/xtensa: "
` [Qemu-devel] [PATCH 4/9] tcg: Introduce atomic helpers for integer min/max
` [Qemu-devel] [PATCH 5/9] target/riscv: Use new atomic min/max expanders
` [Qemu-devel] [PATCH 6/9] target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
` [Qemu-devel] [PATCH 7/9] target/arm: Fill in disas_ldst_atomic
` [Qemu-devel] [PATCH 8/9] target/arm: Implement CAS and CASP
` [Qemu-devel] [PATCH 9/9] target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only

[Qemu-devel] [PATCH v8 00/35] QEMU 2.13 Privileged ISA emulation updates
 2018-04-27  7:18 UTC  (40+ messages)
` [Qemu-devel] [PATCH v8 01/35] RISC-V: Replace hardcoded constants with enum values
` [Qemu-devel] [PATCH v8 06/35] RISC-V: Include instruction hex in disassembly
` [Qemu-devel] [PATCH v8 07/35] RISC-V: Make some header guards more specific
` [Qemu-devel] [PATCH v8 08/35] RISC-V: Make virt header comment title consistent
` [Qemu-devel] [PATCH v8 09/35] RISC-V: Remove EM_RISCV ELF_MACHINE indirection
` [Qemu-devel] [PATCH v8 10/35] RISC-V: Remove erroneous comment from translate.c
` [Qemu-devel] [PATCH v8 11/35] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v8 14/35] RISC-V: Update E order and I extension order
` [Qemu-devel] [PATCH v8 15/35] RISC-V: Hardwire satp to 0 for no-mmu case
` [Qemu-devel] [PATCH v8 16/35] RISC-V: Make mtvec/stvec ignore vectored traps
` [Qemu-devel] [PATCH v8 18/35] RISC-V: Clear mtval/stval on exceptions without info
` [Qemu-devel] [PATCH v8 19/35] RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
` [Qemu-devel] [PATCH v8 21/35] RISC-V: Add mcycle/minstret support for -icount auto
` [Qemu-devel] [PATCH v8 22/35] RISC-V: Use atomic_cmpxchg to update PLIC bitmaps
` [Qemu-devel] [PATCH v8 25/35] RISC-V: Move non-ops from op_helper to cpu_helper

[Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration
 2018-04-27  6:53 UTC  (12+ messages)
` [Qemu-devel] [PATCH 6/6] qapi: discriminate CpuInfo[Fast] on SysEmuTarget, not CpuInfoArch

[Qemu-devel] [PATCH v3 00/35] ppc: support for the XIVE interrupt controller (POWER9)
 2018-04-27  6:32 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 02/35] ppc/xive: add support for the LSI interrupt sources
` [Qemu-devel] [PATCH v3 03/35] ppc/xive: introduce the XiveFabric interface
` [Qemu-devel] [PATCH v3 06/35] spapr/xive: introduce a XIVE interrupt presenter model

[Qemu-devel] [RFC PATCH v2 0/7] qemu-img convert with copy offloading
 2018-04-27  6:28 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v2 1/7] block: Introduce API for "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [RFC PATCH v2 3/7] qcow2: Implement "
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/3] block/file-posix: File locking during creation
 2018-04-27  6:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] block/file-posix: Pass FD to locking helpers
` [Qemu-devel] [PATCH 2/3] block/file-posix: File locking during creation
` [Qemu-devel] [PATCH 3/3] iotests: Add creation test to 153

[Qemu-devel] [PATCH] allocate pci id for mdpy
 2018-04-27  6:18 UTC  (7+ messages)

[Qemu-devel] [RFC][BROKEN] rbd: Allow configuration of authentication scheme
 2018-04-27  4:27 UTC  (7+ messages)

[Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3)
 2018-04-27  4:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1767200] "

[Qemu-devel] Who is running QEMU automated tests, and when?
 2018-04-27  3:58 UTC  (9+ messages)

[Qemu-devel] Cannot launch QEMU with -accel whpx
 2018-04-27  3:33 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
 2018-04-27  3:29 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] intel-iommu: send PSI always when notify_unmap set
` [Qemu-devel] [PULL 2/4] hw/pci-host/q35: Replace hardcoded value with macro
` [Qemu-devel] [PULL 3/4] allocate pci id for mdpy
` [Qemu-devel] [PULL 4/4] virtio-balloon: add hugetlb page allocation counts

[Qemu-devel] [PATCH] migration: introduce decompress-error-check
 2018-04-27  3:15 UTC  (3+ messages)

[Qemu-devel] Migration without memory page transfer
 2018-04-27  2:45 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] hw/s390x: Allow to configure the consoles with the "-serial" parameter
 2018-04-26 23:55 UTC  (7+ messages)

[Qemu-devel] [PULL 00/19] target-arm queue
 2018-04-26 22:03 UTC  (3+ messages)
` [Qemu-devel] [PULL 15/19] hw/arm/highbank: don't make sysram 'nomigrate'

[Qemu-devel] [RFC PATCH] softfloat: re-factor float to float conversions
 2018-04-26 21:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/46] fix building of tests/tcg
 2018-04-26 20:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be called from Makefile.target

[Qemu-devel] [PATCH v7 0/9] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-04-26 20:49 UTC  (11+ messages)
` [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently
` [Qemu-devel] [PATCH v7 2/9] i386: Add cache information in X86CPUDefinition
` [Qemu-devel] [PATCH v7 3/9] i386: Initialize cache information for EPYC family processors
` [Qemu-devel] [PATCH v7 4/9] i386: Add new property to control cache info
` [Qemu-devel] [PATCH v7 5/9] i386: Use the statically loaded cache definitions
` [Qemu-devel] [PATCH v7 6/9] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
` [Qemu-devel] [PATCH v7 7/9] i386: Add support for CPUID_8000_001E for AMD
` [Qemu-devel] [PATCH v7 8/9] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [Qemu-devel] [PATCH v7 9/9] i386: Remove generic SMT thread check

[Qemu-devel] Large patch set advice
 2018-04-26 19:58 UTC  (6+ messages)

[Qemu-devel] [RFC v2 0/2] kvm "fake DAX" device flushing
 2018-04-26 17:24 UTC  (16+ messages)
` [Qemu-devel] [RFC v2 1/2] virtio: add pmem driver
` [Qemu-devel] [RFC v2 2/2] pmem: device flush over VIRTIO
` [Qemu-devel] [RFC v2] qemu: Add virtio pmem device

[Qemu-devel] [PATCH] qobject: Use qobject_to() instead of type cast
 2018-04-26 18:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost: add trace for IOTLB miss
 2018-04-26 18:57 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] hw/core: expand description of null-machine
 2018-04-26 18:55 UTC  (8+ messages)

[Qemu-devel] [Bug 1767176] [NEW] GTK build fails with qemu 2.12.0
 2018-04-26 18:22 UTC 

[Qemu-devel] [PATCH 00/17] iotests: don't choke on disabled drivers
 2018-04-26 18:15 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting
` [Qemu-devel] [PATCH 02/17] iotests: iotests.py: prevent deadlock in subprocess
` [Qemu-devel] [PATCH 03/17] iotests: ask qemu for supported formats
` [Qemu-devel] [PATCH 04/17] iotest 030: skip quorum test setup/teardown too
` [Qemu-devel] [PATCH 05/17] iotest 030: require blkdebug
` [Qemu-devel] [PATCH 06/17] iotest 055: skip unsupported backup target formats
` [Qemu-devel] [PATCH 07/17] iotest 055: require blkdebug
` [Qemu-devel] [PATCH 08/17] iotest 056: skip testcases using blkdebug if disabled
` [Qemu-devel] [PATCH 09/17] iotest 071: notrun if blkdebug or blkverify is disabled
` [Qemu-devel] [PATCH 10/17] iotest 081: notrun if quorum "
` [Qemu-devel] [PATCH 11/17] iotest 087: notrun if null-co "
` [Qemu-devel] [PATCH 12/17] iotest 093: notrun if null-co or null-aio "
` [Qemu-devel] [PATCH 13/17] iotest 099: notrun if blkdebug or blkverify "
` [Qemu-devel] [PATCH 14/17] iotest 124: skip testcases using blkdebug if disabled
` [Qemu-devel] [PATCH 15/17] iotest 139: skip testcases using disabled drivers
` [Qemu-devel] [PATCH 16/17] iotest 147: notrun if nbd is disabled
` [Qemu-devel] [PATCH 17/17] iotest 184: notrun if null-co or throttle "

[Qemu-devel] [RFC PATCH 0/7] Introduce error_[v]report_errno[val]
 2018-04-26 18:23 UTC  (20+ messages)
` [Qemu-devel] [RFC PATCH 1/7] error reporting: Introduce errnoval parameter to vreport
` [Qemu-devel] [RFC PATCH 2/7] error reporting: Provide error_report_errno (and error_vreport_errno)
` [Qemu-devel] [RFC PATCH 3/7] error reporting: Use error_report_errno in obvious places
` [Qemu-devel] [RFC PATCH 4/7] error reporting: Fix some error messages to use ":" rather than ", "
` [Qemu-devel] [RFC PATCH 5/7] error reporting: Provide error_report_errnoval (and error_vreport_errnoval)
` [Qemu-devel] [RFC PATCH 6/7] error reporting: Use error_report_errnoval in obvious places
` [Qemu-devel] [RFC PATCH 7/7] error reporting: HACKING: Say to use error_report_errno

[Qemu-devel] [PULL v9 00/16] xen: xen-domid-restrict improvements
 2018-04-26 18:13 UTC  (9+ messages)
` [Qemu-devel] [PULL 02/16] AccelClass: Introduce accel_setup_post
` [Qemu-devel] [PULL 14/16] os-posix: cleanup: Replace fprintf with error_report in remaining call sites
` [Qemu-devel] [PULL 15/16] os-posix: cleanup: Replace perror with error_report
` [Qemu-devel] [PULL 16/16] configure: do_compiler: Dump some extra info under bash

[Qemu-devel] [Bug 1767146] [NEW] No ACPI-table found, option -M 1.6 not found either
 2018-04-26 16:07 UTC  (2+ messages)
` [Qemu-devel] [Bug 1767146] "

[Qemu-devel] [RFC 0/3] NBD reconnect
 2018-04-26 16:19 UTC  (2+ messages)

[Qemu-devel] [PATCH] Allow PIR read in privileged mode
 2018-04-26 16:14 UTC 


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