qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-21 11:57:24 to 2017-04-22 05:13:30 UTC [more...]

[Qemu-devel] [PATCH v4 0/8] Optimize VMDK I/O by allocating multiple clusters
 2017-04-22  5:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/8] vmdk: Move vmdk_find_offset_in_cluster() to the top
` [Qemu-devel] [PATCH v4 2/8] vmdk: Rename get_whole_cluster() to vmdk_perform_cow()
` [Qemu-devel] [PATCH v4 3/8] vmdk: Rename get_cluster_offset() to vmdk_get_cluster_offset()
` [Qemu-devel] [PATCH v4 4/8] vmdk: Factor out metadata loading code out of vmdk_get_cluster_offset()

[Qemu-devel] [PATCH 00/14] Trivial cleanups around error reporting
 2017-04-21 14:57 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/14] socket: Make errp the last parameter of socket_connect
` [Qemu-devel] [PATCH 02/14] socket: Make errp the last parameter of inet_connect_saddr
` [Qemu-devel] [PATCH 03/14] socket: Make errp the last parameter of unix_connect_saddr
` [Qemu-devel] [PATCH 04/14] socket: Make errp the last parameter of vsock_connect_saddr
` [Qemu-devel] [PATCH 05/14] block: Make errp the last parameter of bdrv_img_create
` [Qemu-devel] [PATCH 06/14] crypto: Make errp the last parameter of functions
` [Qemu-devel] [PATCH 07/14] mirror: Make errp the last parameter of mirror_start_job
` [Qemu-devel] [PATCH 08/14] block: Make errp the last parameter of commit_active_start
` [Qemu-devel] [PATCH 09/14] nfs: Make errp the last parameter of nfs_client_open
` [Qemu-devel] [PATCH 10/14] fdc: Make errp the last parameter of fdctrl_connect_drives
` [Qemu-devel] [PATCH 11/14] scsi: Make errp the last parameter of virtio_scsi_common_realize
` [Qemu-devel] [PATCH 12/14] migration: Make errp the last parameter of local functions
` [Qemu-devel] [PATCH 13/14] qga: Make errp the last parameter of qga_vss_fsfreeze
` [Qemu-devel] [PATCH 14/14] error: Apply error_propagate_null.cocci again

[Qemu-devel] [Bug 1278166] [NEW] Last commit to exec.c causes BSOD installing WinXP on i386-softmmu
 2017-04-22  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1278166] "

[Qemu-devel] [PATCH v3 0/6] Optiomize VMDK I/O by allocating multiple clusters
 2017-04-22  4:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 5/6] vmdk: Set maximum bytes allocated in one cycle
` [Qemu-devel] [PATCH v3 6/6] vmdk: Update metadata for multiple clusters

[Qemu-devel] [PATCH for-2.10 v9 00/13] add blkdebug tests
 2017-04-21 18:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v9 01/13] qcow2: Unallocate unmapped zero clusters if no backing file

[Qemu-devel] [RFC] Proposed qcow2 extension: subcluster allocation
 2017-04-21 21:09 UTC  (3+ messages)
  ` [Qemu-devel] proposed qcow2 extension: cluster reservations [was: "

[Qemu-devel] [PATCH v14 00/20] block: Image locking series
 2017-04-21 15:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands
` [Qemu-devel] [PATCH v14 05/20] qemu-img: Update documentation for --share-rw
` [Qemu-devel] [PATCH v14 06/20] qemu-io: Add --share-rw option
` [Qemu-devel] [PATCH v14 07/20] iotests: 030: Prepare for image locking

[Qemu-devel] [PATCH v2 for-2.10 00/18] crypto: add afalg-backend support
 2017-04-22  2:04 UTC  (27+ messages)
` [Qemu-devel] [PATCH v2 for-2.10 05/18] crypto: cipher: add cipher driver framework
` [Qemu-devel] [PATCH v2 for-2.10 06/18] crypto: hash: add hash "
` [Qemu-devel] [PATCH v2 for-2.10 07/18] crypto: hmac: move crypto/hmac.h into include/crypto/
` [Qemu-devel] [PATCH v2 for-2.10 08/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend
` [Qemu-devel] [PATCH v2 for-2.10 09/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend
` [Qemu-devel] [PATCH v2 for-2.10 10/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend
` [Qemu-devel] [PATCH v2 for-2.10 11/18] crypto: hmac: add hmac driver framework
` [Qemu-devel] [PATCH v2 for-2.10 12/18] crypto: introduce some common functions for af_alg backend
` [Qemu-devel] [PATCH v2 for-2.10 13/18] crypto: cipher: add afalg-backend cipher support
` [Qemu-devel] [PATCH v2 for-2.10 14/18] crypto: hash: add afalg-backend hash support

[Qemu-devel] Subject: [PATCH] target-ppc: Add global timer group A to open-pic
 2017-04-21 22:12 UTC  (3+ messages)

[Qemu-devel] [Bug 1131757] ✈what a nice surprise
 2017-04-21 22:20 UTC 

[Qemu-devel] Subject: [PATCH] target-ppc: Add global timer group A to open-pic
 2017-04-21 21:58 UTC 

[Qemu-devel] [PULL 0/21] Please pull xen-20170421-tag for 2.10
 2017-04-21 20:15 UTC  (22+ messages)
` [Qemu-devel] [PULL 01/21] xen: make use of xen_xc implicit in xen_common.h inlines
  ` [Qemu-devel] [PULL 02/21] xen: rename xen_modified_memory() to xen_hvm_modified_memory()
  ` [Qemu-devel] [PULL 03/21] xen: create wrappers for all other uses of xc_hvm_XXX() functions
  ` [Qemu-devel] [PULL 04/21] configure: detect presence of libxendevicemodel
  ` [Qemu-devel] [PULL 05/21] xen: use libxendevicemodel when available
  ` [Qemu-devel] [PULL 06/21] xen: use 5 digit xen versions
  ` [Qemu-devel] [PULL 07/21] xen: use libxendevice model to restrict operations
  ` [Qemu-devel] [PULL 08/21] xen: additionally restrict xenforeignmemory operations
  ` [Qemu-devel] [PULL 09/21] configure: use pkg-config for obtaining xen version
  ` [Qemu-devel] [PULL 10/21] xen: import ring.h from xen
  ` [Qemu-devel] [PULL 11/21] 9p: introduce a type for the 9p header
  ` [Qemu-devel] [PULL 12/21] xen/9pfs: introduce Xen 9pfs backend
  ` [Qemu-devel] [PULL 13/21] xen/9pfs: connect to the frontend
  ` [Qemu-devel] [PULL 14/21] xen/9pfs: receive requests from "
  ` [Qemu-devel] [PULL 15/21] xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
  ` [Qemu-devel] [PULL 16/21] xen/9pfs: send responses back to the frontend
  ` [Qemu-devel] [PULL 17/21] xen/9pfs: build and register Xen 9pfs backend
  ` [Qemu-devel] [PULL 18/21] add xen-9p-backend to MAINTAINERS under Xen
  ` [Qemu-devel] [PULL 19/21] move xen-common.c to hw/xen/
  ` [Qemu-devel] [PULL 20/21] move xen-hvm.c to hw/i386/xen/
  ` [Qemu-devel] [PULL 21/21] move xen-mapcache.c "

[Qemu-devel] dns server not working in QEMU using usermode networking (SLIRP)
 2017-04-21 19:58 UTC  (4+ messages)

[Qemu-devel] Jailhouse on Ultrascale+ (ZCU102)
 2017-04-21 19:22 UTC  (7+ messages)

[Qemu-devel] [PULL] qemu-sparc update
 2017-04-21 19:17 UTC 

[Qemu-devel] [Bug 1653063] [NEW] qemu-system-arm hangs with -icount and -nodefaults
 2017-04-21 19:15 UTC  (4+ messages)
` [Qemu-devel] [Bug 1653063] "

[Qemu-devel] [RFC PATCH 0/4] nvdimm: enable flush hint address structure
 2017-04-21 19:14 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/6] calculate downtime for postcopy live migration
 2017-04-21 18:47 UTC  (11+ messages)
  ` [Qemu-devel] [PATCH 2/6] util: introduce glib-helper.c
    ` [Qemu-devel] [PATCH 4/6] migration: calculate downtime on dst side
    ` [Qemu-devel] [PATCH 3/6] migration: add UFFD_FEATURE_THREAD_ID feature support

[Qemu-devel] [PATCH v8 0/8] Add support for VM Generation ID
 2017-04-21 17:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 7/8] tests: Add unit tests for the VM Generation ID feature

[Qemu-devel] How expensive is an extra QEMU TLB MMU index ?
 2017-04-21 17:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] qga: Add support network interface statistics in
 2017-04-21 17:40 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 1/1] qemu-img: wait for convert coroutines to complete
 2017-04-21 12:37 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] qga: Add support network interface statistics in
 2017-04-21 17:36 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] Block patches
 2017-04-21 16:55 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/12] block/vxhs.c: Add support for a new block device type called "vxhs"
` [Qemu-devel] [PULL 02/12] block/vxhs.c: Add qemu-iotests for new block device type "vxhs"
` [Qemu-devel] [PULL 03/12] qemu-iotests: exclude vxhs from image creation via protocol
` [Qemu-devel] [PULL 04/12] block: add bdrv_set_read_only() helper function
` [Qemu-devel] [PULL 05/12] block: do not set BDS read_only if copy_on_read enabled
` [Qemu-devel] [PULL 06/12] block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_only
` [Qemu-devel] [PULL 07/12] block: code movement
` [Qemu-devel] [PULL 08/12] block: introduce bdrv_can_set_read_only()
` [Qemu-devel] [PULL 09/12] block: use bdrv_can_set_read_only() during reopen
` [Qemu-devel] [PULL 10/12] block/rbd - update variable names to more apt names
` [Qemu-devel] [PULL 11/12] block/rbd: Add support for reopen()
` [Qemu-devel] [PULL 12/12] qemu-iotests: _cleanup_qemu must be called on exit

[Qemu-devel] question about block size and virtual disks
 2017-04-21 16:26 UTC  (3+ messages)

[Qemu-devel] [PULL 00/65] Migration pull request
 2017-04-21 16:09 UTC  (45+ messages)
` [Qemu-devel] [PULL 22/65] ram: Move xbzrle_cache_miss into RAMState
` [Qemu-devel] [PULL 24/65] ram: Move xbzrle_overflows "
` [Qemu-devel] [PULL 25/65] ram: Move migration_dirty_pages to RAMState
` [Qemu-devel] [PULL 26/65] ram: Everything was init to zero, so use memset
` [Qemu-devel] [PULL 27/65] ram: Move migration_bitmap_mutex into RAMState
` [Qemu-devel] [PULL 28/65] ram: Move migration_bitmap_rcu "
` [Qemu-devel] [PULL 29/65] ram: Move bytes_transferred "
` [Qemu-devel] [PULL 30/65] ram: Use the RAMState bytes_transferred parameter
` [Qemu-devel] [PULL 31/65] ram: Remove ram_save_remaining
` [Qemu-devel] [PULL 32/65] ram: Move last_req_rb to RAMState
` [Qemu-devel] [PULL 33/65] ram: Move src_page_req* "
` [Qemu-devel] [PULL 34/65] ram: Create ram_dirty_sync_count()
` [Qemu-devel] [PULL 35/65] ram: Remove dirty_bytes_rate
` [Qemu-devel] [PULL 36/65] ram: Move dirty_pages_rate to RAMState
` [Qemu-devel] [PULL 37/65] ram: Move postcopy_requests into RAMState
` [Qemu-devel] [PULL 38/65] ram: Add QEMUFile to RAMState
` [Qemu-devel] [PULL 39/65] ram: Move QEMUFile into RAMState
` [Qemu-devel] [PULL 40/65] ram: Remove compression_switch and inline its logic
` [Qemu-devel] [PULL 41/65] migration: Remove MigrationState from migration_in_postcopy
` [Qemu-devel] [PULL 42/65] ram: We don't need MigrationState parameter anymore
` [Qemu-devel] [PULL 43/65] ram: Rename qemu_target_page_bits() to qemu_target_page_size()
` [Qemu-devel] [PULL 44/65] ram: Add page-size to output in 'info migrate'
` [Qemu-devel] [PULL 45/65] ram: Pass RAMBlock to bitmap_sync
` [Qemu-devel] [PULL 46/65] ram: ram_discard_range() don't use the mis parameter
` [Qemu-devel] [PULL 47/65] ram: reorganize last_sent_block
` [Qemu-devel] [PULL 48/65] ram: Use page number instead of an address for the bitmap operations
` [Qemu-devel] [PULL 49/65] ram: Remember last_page instead of last_offset
` [Qemu-devel] [PULL 50/65] ram: Change offset field in PageSearchStatus to page
` [Qemu-devel] [PULL 51/65] ram: Use ramblock and page offset instead of absolute offset
` [Qemu-devel] [PULL 52/65] ram: rename last_ram_offset() last_ram_pages()
` [Qemu-devel] [PULL 53/65] ram: Use RAMBitmap type for coherence
` [Qemu-devel] [PULL 54/65] migration: Remove MigrationState parameter from migration_is_idle()
` [Qemu-devel] [PULL 55/65] qdev: qdev_hotplug is really a bool
` [Qemu-devel] [PULL 56/65] qdev: Export qdev_hot_removed
` [Qemu-devel] [PULL 57/65] qdev: Move qdev_unplug() to qdev-monitor.c
` [Qemu-devel] [PULL 58/65] migration: Disable hotplug/unplug during migration
` [Qemu-devel] [PULL 59/65] ram: Remove migration_bitmap_extend()
` [Qemu-devel] [PULL 60/65] migration: don't close a file descriptor while it can be in use
` [Qemu-devel] [PULL 61/65] virtio-rng: stop virtqueue while the CPU is stopped
` [Qemu-devel] [PULL 62/65] migration: set current_active_state once
` [Qemu-devel] [PULL 63/65] migration: rename max_size to threshold_size
` [Qemu-devel] [PULL 64/65] hmp: info migrate_capability format tunes
` [Qemu-devel] [PULL 65/65] hmp: info migrate_parameters "

[Qemu-devel] [PATCH 0/2] VFIO: Make 8-byte accesses atomic
 2017-04-21 15:51 UTC  (5+ messages)

[Qemu-devel] [RFC for-3.0 0/4] block: Add qcow2-rust block driver
 2017-04-21 15:51 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v7 00/13] Improvements for SM501 display controller emulation
 2017-04-21 15:18 UTC  (14+ messages)
` [Qemu-devel] [PATCH v7 06/13] sm501: Add emulation of chip connected via PCI
` [Qemu-devel] [PATCH v7 09/13] sm501: Misc clean ups
` [Qemu-devel] [PATCH v7 08/13] sm501: Fix hardware cursor
` [Qemu-devel] [PATCH v7 07/13] sm501: Fix device endianness
` [Qemu-devel] [PATCH v7 01/13] sm501: Fixed code style and a few typos in comments
` [Qemu-devel] [PATCH v7 11/13] sm501: Add some more missing registers
` [Qemu-devel] [PATCH v7 04/13] sm501: QOMify
` [Qemu-devel] [PATCH v7 13/13] ppc: Add SM501 device in ppc softmmu targets default configs
` [Qemu-devel] [PATCH v7 12/13] sm501: Add vmstate descriptor
` [Qemu-devel] [PATCH v7 02/13] sm501: Use defined constants instead of literal values where available
` [Qemu-devel] [PATCH v7 03/13] sm501: Add missing arbitration control register
` [Qemu-devel] [PATCH v7 10/13] sm501: Add support for panel layer
` [Qemu-devel] [PATCH v7 05/13] sm501: Get rid of base address in draw_hwc_line

[Qemu-devel] Help needed: Sparc 64, kernel panic
 2017-04-21 15:28 UTC  (2+ messages)

[Qemu-devel] Help needed: Sparc 64, kernel panic
 2017-04-21 15:12 UTC  (5+ messages)

[Qemu-devel] [PULL for-2.9 0/3] Tracing patches
 2017-04-21 14:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] Introduce vhost-user-scsi and sample application
 2017-04-21 14:53 UTC  (3+ messages)

[Qemu-devel] [Bug 1685242] [NEW] ovmf hangs at efi with virtio-net memory hotplug
 2017-04-21 14:35 UTC  (2+ messages)
` [Qemu-devel] [Bug 1685242] "

[Qemu-devel] [PULL for-2.9 0/6] Block patches
 2017-04-21 14:11 UTC  (3+ messages)

[Qemu-devel] [BUG]pcibus_reset assertion failure on guest reboot
 2017-04-21 14:00 UTC 

[Qemu-devel] [PATCH V2] qemu-img: simplify img_convert
 2017-04-21 13:54 UTC  (3+ messages)

[Qemu-devel] [PATCH] Block layer core: Fix qemu-img 'amend' subcommand failure of adjusting backing file in different path
 2017-04-21 22:34 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9] hw/display: make display updates thread safe, part 1
 2017-04-21 13:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v17 0/2] virtio-crypto: virtio crypto device specification
 2017-04-21 13:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH v17 1/2] virtio-crypto: Add "
  ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-04-21 13:27 UTC  (6+ messages)

[Qemu-devel] [PATCH] qemu_iotests: Remove _readlink()
 2017-04-21 13:27 UTC  (2+ messages)

[Qemu-devel] [PULL 00/11] s390x patches for 2.10
 2017-04-21 13:01 UTC  (2+ messages)

[Qemu-devel] [Bug 1481272] [NEW] main-loop: WARNING: I/O thread spun for 1000 iterations
 2017-04-21 12:24 UTC  (2+ messages)
` [Qemu-devel] [Bug 1481272] "

[Qemu-devel] [PATCH v2] qga: Add support network interface statistics in guest-network-get-interfaces command
 2017-04-21 12:18 UTC  (3+ messages)

[Qemu-devel] KVM call for agenda for 2017-04-25
 2017-04-21 12:03 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] qdev patches for 2017-04-21
 2017-04-21 11:59 UTC  (2+ messages)


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