qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-05 19:47:54 to 2017-04-06 13:10:10 UTC [more...]

[Qemu-devel] [PATCH v3 00/54] Creating RAMState for migration
 2017-04-06 13:08 UTC  (30+ messages)
` [Qemu-devel] [PATCH 01/54] ram: Update all functions comments
` [Qemu-devel] [PATCH 02/54] ram: Rename flush_page_queue() to migration_page_queue_free()
` [Qemu-devel] [PATCH 03/54] ram: Rename block_name to rbname
` [Qemu-devel] [PATCH 04/54] ram: Create RAMState
` [Qemu-devel] [PATCH 05/54] ram: Add dirty_rate_high_cnt to RAMState
` [Qemu-devel] [PATCH 06/54] ram: Move bitmap_sync_count into RAMState
` [Qemu-devel] [PATCH 07/54] ram: Move start time "
` [Qemu-devel] [PATCH 08/54] ram: Move bytes_xfer_prev "
` [Qemu-devel] [PATCH 09/54] ram: Change byte_xfer_now type to uint64_t
` [Qemu-devel] [PATCH 10/54] ram: Move num_dirty_pages_period into RAMState
` [Qemu-devel] [PATCH 11/54] ram: Change num_dirty_pages_period type to uint64_t
` [Qemu-devel] [PATCH 12/54] ram: Move xbzrle_cache_miss_prev into RAMState
` [Qemu-devel] [PATCH 13/54] ram: Move iterations_prev "
` [Qemu-devel] [PATCH 14/54] ram: Move dup_pages "
` [Qemu-devel] [PATCH 15/54] ram: Remove unused dup_mig_bytes_transferred()
` [Qemu-devel] [PATCH 16/54] ram: Remove unused pages_skipped variable
` [Qemu-devel] [PATCH 17/54] ram: Move norm_pages to RAMState
` [Qemu-devel] [PATCH 18/54] ram: Remove norm_mig_bytes_transferred
` [Qemu-devel] [PATCH 19/54] ram: Move iterations into RAMState
` [Qemu-devel] [PATCH 20/54] ram: Move xbzrle_bytes "
` [Qemu-devel] [PATCH 21/54] ram: Move xbzrle_pages "
` [Qemu-devel] [PATCH 22/54] ram: Move xbzrle_cache_miss "
` [Qemu-devel] [PATCH 23/54] ram: Move xbzrle_cache_miss_rate "
` [Qemu-devel] [PATCH 24/54] ram: Move xbzrle_overflows "
` [Qemu-devel] [PATCH 25/54] ram: Move migration_dirty_pages to RAMState
` [Qemu-devel] [PATCH 26/54] ram: Everything was init to zero, so use memset
` [Qemu-devel] [PATCH 27/54] ram: Move migration_bitmap_mutex into RAMState
` [Qemu-devel] [PATCH 28/54] ram: Move migration_bitmap_rcu "
` [Qemu-devel] [PATCH 29/54] ram: Move bytes_transferred "

[Qemu-devel] [PATCH for-2.10 00/10] s390x queue for 2.10
 2017-04-06 13:07 UTC  (14+ messages)
` [Qemu-devel] [PATCH for-2.10 01/10] s390x: introduce 2.10 compat machine
` [Qemu-devel] [PATCH for-2.10 02/10] s390x/kvm: make printf always compile in debug output
` [Qemu-devel] [PATCH for-2.10 03/10] s390x/pci: "
` [Qemu-devel] [PATCH for-2.10 04/10] s390x/css: introduce read-only property type for device ids
` [Qemu-devel] [PATCH for-2.10 05/10] s390x/css: provide introspection for virtual subchannel and device busid
` [Qemu-devel] [PATCH for-2.10 06/10] s390x/css: consolidate the devno property for ccw devices
` [Qemu-devel] [PATCH for-2.10 07/10] s390x: use enum for adapter type and standardize its naming
` [Qemu-devel] [PATCH for-2.10 08/10] s390x: initialize flic before I/O subsystems
` [Qemu-devel] [PATCH for-2.10 09/10] s390x/flic: cache flic in s390_get_flic
` [Qemu-devel] [PATCH for-2.10 10/10] s390x: register I/O adapters per ISC during init

[Qemu-devel] [PATCH v2 for-2.10 00/16] block: Preallocated truncate
 2017-04-06 13:05 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 for-2.10 01/16] block: Add PreallocMode to BD.bdrv_truncate()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 for-2.10 04/16] qemu-img: Expose PreallocMode for resizing
` [Qemu-devel] [PATCH v2 for-2.10 07/16] block/file-posix: Generalize raw_regular_truncate
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 for-2.10 08/16] block/file-posix: Preallocation for truncate
` [Qemu-devel] [PATCH v2 for-2.10 09/16] block/qcow2: Generalize preallocate()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 for-2.10 13/16] block/qcow2: qcow2_calc_size_usage() for truncate
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 for-2.10 14/16] block/qcow2: falloc/full preallocating growth
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 00/13] qapi-related cleanups
 2017-04-06 12:52 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 01/13] pci: Use struct instead of QDict to pass back parameters
` [Qemu-devel] [PATCH v3 02/13] pci: Reduce scope of error injection
` [Qemu-devel] [PATCH v3 03/13] s390x: Drop useless casts
` [Qemu-devel] [PATCH v3 04/13] coccinelle: Add script to remove useless QObject casts
` [Qemu-devel] [PATCH v3 05/13] qobject: Drop "
` [Qemu-devel] [PATCH v3 06/13] qobject: Add helper macros for common scalar insertions
` [Qemu-devel] [PATCH v3 07/13] block: Use simpler QDict/QList scalar insertion macros
` [Qemu-devel] [PATCH v3 08/13] tests: "
` [Qemu-devel] [PATCH v3 09/13] qobject: "
` [Qemu-devel] [PATCH v3 10/13] block: Simplify bdrv_append_temp_snapshot() logic
` [Qemu-devel] [PATCH v3 11/13] QemuOpts: Simplify qemu_opts_to_qdict()
` [Qemu-devel] [PATCH v3 12/13] fdc-test: Avoid deprecated 'change' command
    ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v3 13/13] test-qga: Actually test 0xff sync bytes

[Qemu-devel] [PATCH 00/21] pnv: PSI, OCC, IPMI and PCI models
 2017-04-06 12:44 UTC  (19+ messages)
` [Qemu-devel] [PATCH 03/21] ppc/pnv: Add support for POWER8+ LPC Controller
` [Qemu-devel] [PATCH 04/21] ppc/pnv: enable only one LPC bus
` [Qemu-devel] [PATCH 08/21] ipmi: introduce an ipmi_bmc_sdr_find() API
` [Qemu-devel] [PATCH 10/21] ipmi: add SET_SENSOR_READING command

[Qemu-devel] [PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-04-06 12:35 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] Fix incoming migration regression of QXL in VGA mode
 2017-04-06 12:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] console: add same surface replace pre-condition
` [Qemu-devel] [PATCH 2/3] console: add same displaychangelistener registration pre-condition
` [Qemu-devel] [PATCH 3/3] qxl: switch display on entering VGA

[Qemu-devel] [RFC PATCH 0/4] nvdimm: enable flush hint address structure
 2017-04-06 12:02 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH 1/4] pc-dimm: add 'reserved-size' to reserve address range after the ending address
` [Qemu-devel] [RFC PATCH 2/4] nvdimm: add functions to initialize and perform flush on back store
` [Qemu-devel] [RFC PATCH 4/4] nvdimm acpi: build flush hint address structure if required

[Qemu-devel] [PATCH v8 0/9] VT-d: vfio enablement and misc enhances
 2017-04-06 12:00 UTC  (30+ messages)
` [Qemu-devel] [PATCH v8 1/9] memory: add section range info for IOMMU notifier
` [Qemu-devel] [PATCH v8 2/9] memory: provide IOMMU_NOTIFIER_FOREACH macro
` [Qemu-devel] [PATCH v8 3/9] memory: provide iommu_replay_all()
` [Qemu-devel] [PATCH v8 4/9] memory: introduce memory_region_notify_one()
` [Qemu-devel] [PATCH v8 5/9] memory: add MemoryRegionIOMMUOps.replay() callback
` [Qemu-devel] [PATCH v8 6/9] intel_iommu: use the correct memory region for device IOTLB notification
` [Qemu-devel] [PATCH v8 7/9] intel_iommu: provide its own replay() callback
` [Qemu-devel] [PATCH v8 8/9] intel_iommu: allow dynamic switch of IOMMU region
` [Qemu-devel] [PATCH v8 9/9] intel_iommu: enable remote IOTLB

[Qemu-devel] [PATCH]Enable kvmvapic only when host doesn't support VAPIC capability in KVM mode
 2017-04-06 11:58 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH for-2.9] block: Ignore guest dev permissions during incoming migration
 2017-04-06 11:31 UTC  (5+ messages)

[Qemu-devel] Gsoc 2017
 2017-04-06 10:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*
 2017-04-06 10:43 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] Performance problem and improvement about block drive on NFS shares with libnfs
 2017-04-06 10:40 UTC  (2+ messages)

[Qemu-devel] how to create threads like dataplane in qemu
 2017-04-06 10:37 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] PC fix for 2.9.0-rc4
 2017-04-06 10:35 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC v1 0/3] Enable MTTCG on PPC64
 2017-04-06 10:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC v1 1/3] target/ppc: Emulate LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH RFC v1 2/3] cputlb: handle first atomic write to the page
` [Qemu-devel] [PATCH RFC v1 3/3] target/ppc: Generate fence operations

[Qemu-devel] New iotest repros failures on virtio external snapshot with iothread
 2017-04-06  9:10 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 00/21] qdev/sysbus: Set user_creatable=false by default on sysbus
 2017-04-06  9:42 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/21] qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
` [Qemu-devel] [PATCH v2 02/21] sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
` [Qemu-devel] [PATCH v2 04/21] iommu: Remove FIXME comment about user_creatable=true
` [Qemu-devel] [PATCH v2 05/21] fdc: Remove user_creatable flag from sysbus-fdc & SUNW, fdtwo
` [Qemu-devel] [PATCH v2 07/21] kvmclock: Remove user_creatable flag

[Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces)
 2017-04-06  9:25 UTC  (9+ messages)
        ` [Qemu-devel] external snapshots freezes block device since qemu 2.8

[Qemu-devel] nbd: Possible regression in 2.9 RCs
 2017-04-06  9:03 UTC  (14+ messages)

[Qemu-devel] about get approximative time of execution
 2017-04-06  8:56 UTC 

[Qemu-devel] [PATCH v6] vfio error recovery: kernel support
 2017-04-06  8:53 UTC  (18+ messages)

[Qemu-devel] qemu_file_rate_limit
 2017-04-06  8:44 UTC  (2+ messages)

[Qemu-devel] Emulating external registers
 2017-04-06  8:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] migration/block:limit the time used for block migration
 2017-04-06  3:18 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/81] Patch Round-up for stable 2.8.1, freeze on 2017-03-27
 2017-04-06  2:32 UTC  (8+ messages)
` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] [PATCH v5] Allow setting NUMA distance for different NUMA nodes
 2017-04-06  2:18 UTC 

[Qemu-devel] [BUG/RFC] INIT IPI lost when VM starts
 2017-04-06  1:47 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/1] block: pass the right options for BlockDriver.bdrv_open()
 2017-04-06  1:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/1] "

[Qemu-devel] [PATCH for-2.10 0/9] RBD reopen, read_only cleanup
 2017-04-06  0:55 UTC  (17+ messages)
` [Qemu-devel] [PATCH for-2.10 2/9] block: do not set BDS read_only if copy_on_read enabled
` [Qemu-devel] [PATCH for-2.10 3/9] block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_only
` [Qemu-devel] [PATCH for-2.10 4/9] block: code movement
` [Qemu-devel] [PATCH for-2.10 5/9] block: introduce bdrv_try_set_read_only()
` [Qemu-devel] [PATCH for-2.10 6/9] block: use bdrv_try_set_read_only() during reopen

[Qemu-devel] [PATCH for 2.10 0/2] block: simple changes
 2017-04-05 15:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] block: assert no image modification under BDRV_O_INACTIVE

[Qemu-devel] [PATCH 0/3] move xen related files to corresponding xen directory
 2017-04-05 23:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/
` [Qemu-devel] [PATCH 2/3] move xen-hvm.c to hw/i386/xen/
` [Qemu-devel] [PATCH 3/3] move xen-mapcache.c "

[Qemu-devel] Raspberry PI
 2017-04-05 22:26 UTC  (3+ messages)
        ` [Qemu-devel] Fw: "

[Qemu-devel] [PATCH 1/3] move xen-common.c to hw/xen/
 2017-04-05 22:25 UTC  (3+ messages)

[Qemu-devel] [PATCH] vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk
 2017-04-05 20:34 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).