qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-12 04:12:28 to 2017-05-12 17:38:10 UTC [more...]

[Qemu-devel] [PULL 00/58] Block layer patches
 2017-05-12 17:37 UTC  (4+ messages)
` [Qemu-devel] [PULL 05/58] qemu-img: Update documentation for -U
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-12 17:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome

[Qemu-devel] KVM "fake DAX" device flushing
 2017-05-12 16:53 UTC  (6+ messages)

[Qemu-devel] [PATCH] qcow2: remove extra local_error variable
 2017-05-12 16:53 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 0/5] optimize various tcg_gen() functions using extract op
 2017-05-12 16:50 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v3 1/5] coccinelle: add a script to optimize tcg op using tcg_gen_extract()
` [Qemu-devel] [PATCH v3 2/5] target/arm: optimize rev16() using extract op

[Qemu-devel] [PATCH] nbd: strict nbd_wr_syncv
 2017-05-12 16:30 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.10 v9 00/13] add blkdebug tests
 2017-05-12 16:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 01/13] qcow2: Unallocate unmapped zero clusters if no backing file

[Qemu-devel] [PATCH v3 00/12] Migration mini-cleanup
 2017-05-12 16:00 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/12] migration: Create migration/xbzrle.h
` [Qemu-devel] [PATCH 02/12] migration: Split migration/channel.c for channel operations
` [Qemu-devel] [PATCH 03/12] migration: Export qemu-file-channel.c functions in its own file
` [Qemu-devel] [PATCH 04/12] migration: Remove migration.h from colo.h
` [Qemu-devel] [PATCH 05/12] migration: Move colo.h to migration/
` [Qemu-devel] [PATCH 06/12] migration: Move failover.h to migration/colo-failover.h
` [Qemu-devel] [PATCH 07/12] migration: Move page_cache.c to migration/
` [Qemu-devel] [PATCH 08/12] migration: Move qjson.h "
` [Qemu-devel] [PATCH 09/12] migration: Split vmstate-types.c from vmstate.c
` [Qemu-devel] [PATCH 10/12] migration: Remove qemu-file.h from vmstate.h
` [Qemu-devel] [PATCH 11/12] migration: Remove vmstate.h from migration.h
` [Qemu-devel] [PATCH 12/12] migration: migration.h was not needed

[Qemu-devel] [PATCH v3 0/2] Remove old MigrationParams
 2017-05-12 15:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] migration: Remove use of "
` [Qemu-devel] [PATCH 2/2] migration: Remove "

[Qemu-devel] [PATCH v2] migration: Move check_migratable() into qdev.c
 2017-05-12 15:54 UTC 

[Qemu-devel] [PULL 0/5] Migration pull request
 2017-05-12 15:52 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/5] migration: Fix regression with compression threads
` [Qemu-devel] [PULL 2/5] migration: Pass Error ** argument to {save, load}_vmstate
` [Qemu-devel] [PULL 3/5] ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
` [Qemu-devel] [PULL 4/5] migration: Create block capabilities for shared and enable
` [Qemu-devel] [PULL 5/5] migration: Create migration/blocker.h

[Qemu-devel] [PATCH v2 0/7] curl: locking cleanups/fixes, coroutine conversion, remove aio_poll
 2017-05-12 14:48 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/7] curl: avoid recursive locking of BDRVCURLState mutex

[Qemu-devel] [PULL for-2.9 0/1] Tracing patches
 2017-05-12 14:38 UTC  (2+ messages)
` [Qemu-devel] [PULL for-2.9 1/1] trace: add sanity check

[Qemu-devel] [PULL for-2.9 0/3] Block patches
 2017-05-12 14:37 UTC  (4+ messages)
` [Qemu-devel] [PULL for-2.9 1/3] coroutine: remove GThread implementation
` [Qemu-devel] [PULL for-2.9 2/3] block: Simplify BDRV_BLOCK_RAW recursion
` [Qemu-devel] [PULL for-2.9 3/3] aio: add missing aio_notify() to aio_enable_external()

[Qemu-devel] [PATCH v2] target-ppc: Enable open-pic timers to count and generate interrupts
 2017-05-12 14:34 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] vhost-user: Specify and implement device IOTLB support
 2017-05-12 14:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/6] vhost: Update rings information for IOTLB earlier
` [Qemu-devel] [PATCH 6/6] spec/vhost-user spec: Add IOMMU support

[Qemu-devel] multiple -append?
 2017-05-12 14:20 UTC 

[Qemu-devel] [PATCH V5 0/9] calculate blocktime for postcopy live migration
 2017-05-12 13:31 UTC  (10+ messages)
    ` [Qemu-devel] [PATCH V5 1/9] userfault: add pid into uffd_msg & update UFFD_FEATURE_*
    ` [Qemu-devel] [PATCH V5 2/9] migration: pass ptr to MigrationIncomingState into migration ufd_version_check & postcopy_ram_supported_by_host
    ` [Qemu-devel] [PATCH V5 3/9] migration: fix hardcoded function name in error report
    ` [Qemu-devel] [PATCH V5 4/9] migration: split ufd_version_check onto receive/request features part
    ` [Qemu-devel] [PATCH V5 5/9] migration: introduce postcopy-blocktime capability
    ` [Qemu-devel] [PATCH V5 6/9] migration: add postcopy vcpu blocktime context into MigrationIncomingState
    ` [Qemu-devel] [PATCH V5 7/9] migration: calculate vCPU blocktime on dst side
    ` [Qemu-devel] [PATCH V5 8/9] migration: add postcopy total blocktime into query-migrate
    ` [Qemu-devel] [PATCH V5 9/9] migration: postcopy_blocktime documentation

[Qemu-devel] [PATCH 00/16] Augment support for signal handling
 2017-05-12 13:30 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/16] linux-user: add strace for getuid(), gettid(), getppid(), geteuid()
` [Qemu-devel] [PATCH 02/16] linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
` [Qemu-devel] [PATCH 03/16] linux-user: fix ssetmask() system call
` [Qemu-devel] [PATCH 04/16] linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall
` [Qemu-devel] [PATCH 05/16] linux-user: fix argument type declaration of "
` [Qemu-devel] [PATCH 06/16] linux-user: add support for rt_tgsigqueueinfo() system call
` [Qemu-devel] [PATCH 07/16] linux-user: add rt_tgsigqueueinfo() strace
` [Qemu-devel] [PATCH 08/16] linux-user: fix inconsistent spaces in print_siginfo() output
` [Qemu-devel] [PATCH 09/16] linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo()
` [Qemu-devel] [PATCH 10/16] [RFC] linux-user: add support for tracking the target signal mask
` [Qemu-devel] [PATCH 11/16] [RFC] linux-user: add target_sigdelset() and target_sigorset()
` [Qemu-devel] [PATCH 12/16] [RFC] linux-user: fix sigismember() check
` [Qemu-devel] [PATCH 13/16] [RFC] linux-user: add functions for working with the target signal mask
` [Qemu-devel] [PATCH 14/16] [RFC] linux-user: add functionality for tracking "
` [Qemu-devel] [PATCH 15/16] [RFC] linux-user: add support for multiplexing larger target signals
` [Qemu-devel] [PATCH 16/16] [RFC] linux-user: add support for multiplexing signals in rt_sigqueueinfo(), rt_tgsigqueueinfo(), kill() and tgkill() syscalls

[Qemu-devel] [PATCH 00/17] qobject/qapi: add uint type
 2017-05-12 13:03 UTC  (6+ messages)
` [Qemu-devel] [PATCH 04/17] qapi: merge QInt and QFloat in QNum

[Qemu-devel] ehci: fix "int" overflow for calculation ehci->last_run_ns
 2017-05-12 12:48 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/9] calculate blocktime for postcopy live migration
 2017-05-12 12:29 UTC  (11+ messages)
    ` [Qemu-devel] [PATCH V4 1/9] userfault: add pid into uffd_msg & update UFFD_FEATURE_*
    ` [Qemu-devel] [PATCH V4 2/9] migration: pass ptr to MigrationIncomingState into migration ufd_version_check & postcopy_ram_supported_by_host
    ` [Qemu-devel] [PATCH V4 3/9] migration: fix hardcoded function name in error report
    ` [Qemu-devel] [PATCH V4 4/9] migration: split ufd_version_check onto receive/request features part
    ` [Qemu-devel] [PATCH V4 5/9] migration: introduce postcopy-blocktime capability
    ` [Qemu-devel] [PATCH V4 6/9] migration: add postcopy vcpu blocktime context into MigrationIncomingState
    ` [Qemu-devel] [PATCH V4 7/9] migration: calculate vCPU blocktime on dst side
    ` [Qemu-devel] [PATCH V4 8/9] migration: add postcopy total blocktime into query-migrate
    ` [Qemu-devel] [PATCH V4 9/9] migration: postcopy_blocktime documentation

[Qemu-devel] [PULL 0/6] usb patch queue
 2017-05-12 12:21 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] qemu-doc: Update to use the new way of attaching USB devices
` [Qemu-devel] [PULL 2/6] usb-redir: fix stack overflow in usbredir_log_data
` [Qemu-devel] [PULL 3/6] xhci: fix logging
` [Qemu-devel] [PULL 4/6] usb-hub: clear PORT_STAT_SUSPEND on wakeup
` [Qemu-devel] [PULL 5/6] xhci: relax link check
` [Qemu-devel] [PULL 6/6] hw/usb/dev-serial: Do not try to set vendorid or productid properties

[Qemu-devel] [PATCH] target/i386: enable A20 automatically in system management mode
 2017-05-12 12:16 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-05-12 12:11 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH 5/8] VFIO: Add new IOTCL for PASID Table bind propagation
` [Qemu-devel] [RFC PATCH 6/8] VFIO: do pasid table binding
` [Qemu-devel] [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation

[Qemu-devel] Guest SIGILL when different IO is implemented
 2017-05-12 12:00 UTC  (9+ messages)

[Qemu-devel] [Bug 1689003] [NEW] USB passthrough should not fail if SET CONFIGURATION fails
 2017-05-12 11:49 UTC  (2+ messages)
` [Qemu-devel] [Bug 1689003] "

[Qemu-devel] [PULL 00/10] ui patch queue
 2017-05-12 11:51 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] ui: Support non-zero minimum values for absolute input axes
` [Qemu-devel] [PULL 02/10] ui: input-linux: Add absolute event support
` [Qemu-devel] [PULL 03/10] virtio-gpu: move virtio_gpu_gl_block
` [Qemu-devel] [PULL 04/10] egl-helpers: drop support for gles and debug logging
` [Qemu-devel] [PULL 05/10] egl-helpers: fix display init for x11
` [Qemu-devel] [PULL 06/10] egl-helpers: add missing error check
` [Qemu-devel] [PULL 07/10] egl: explicitly ask for core context
` [Qemu-devel] [PULL 08/10] opengl: add egl-headless display
` [Qemu-devel] [PULL 09/10] vnc: simple clean up
` [Qemu-devel] [PULL 10/10] vnc: replace hweight_long() with ctpopl()

[Qemu-devel] [PATCH 1/1] s390x/css: catch section mismatch on load
 2017-05-12 11:28 UTC  (3+ messages)

[Qemu-devel] [RFC v1 0/9] virtio-crypto: add stateless mode support
 2017-05-12 11:21 UTC  (7+ messages)
` [Qemu-devel] [RFC v1 6/9] virtio-crypto: rework virtio_crypto_handle_request
` [Qemu-devel] [RFC v1 8/9] virtio-crypto: add host feature bits support

[Qemu-devel] [PATCH v2 0/3] Remove old MigrationParams
 2017-05-12 10:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/3] migration: Remove use of "

[Qemu-devel] [PATCH v2] blockdev: Print a warning for legacy drive options that belong to -device
 2017-05-12 10:33 UTC 

[Qemu-devel] [PATCH] hw/usb/dev-serial: Do not try to set vendorid or productid properties
 2017-05-12 10:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] target/arm: add data cache invalidation cp15 instruction to cortex-r5
 2017-05-12 10:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/2] Fixes/tests for hmp_object_del()
 2017-05-12 10:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] tests: check-qom-proplist: add checks for cmdline-created objects

[Qemu-devel] [RFC PATCH 0/4] Virtio command timeouts (qemu part)
 2017-05-12 10:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] scsi: make default command timeout user-settable
` [Qemu-devel] [PATCH 2/4] scsi: use host default timeouts for SCSI commands
` [Qemu-devel] [PATCH 3/4] scsi: per-request timeouts
` [Qemu-devel] [PATCH 4/4] virtio: implement VIRTIO_SCSI_F_TIMEOUT feature

[Qemu-devel] [PATCH] xhci: relax link check
 2017-05-12 10:21 UTC 

[Qemu-devel] [PATCH v4] qemu-doc: Update to use the new way of attaching USB devices
 2017-05-12 10:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 0/3] ramblock: add hmp command "info ramblock"
 2017-05-12  9:42 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 1/3] ramblock: add RAMBLOCK_FOREACH()
` [Qemu-devel] [PATCH v8 2/3] utils: provide size_to_str()
` [Qemu-devel] [PATCH v8 3/3] ramblock: add new hmp command "info ramblock"

[Qemu-devel] [PATCH v2 00/16] Vhost-pci for inter-VM communication
 2017-05-12  9:30 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 01/16] vhost-user: share the vhost-user protocol related structures
` [Qemu-devel] [PATCH v2 02/16] vl: add the vhost-pci-slave command line option
` [Qemu-devel] [PATCH v2 03/16] vhost-pci-slave: create a vhost-user slave to support vhost-pci
` [Qemu-devel] [PATCH v2 04/16] vhost-pci-net: add vhost-pci-net
` [Qemu-devel] [PATCH v2 05/16] vhost-pci-net-pci: add vhost-pci-net-pci
` [Qemu-devel] [PATCH v2 06/16] virtio: add inter-vm notification support
` [Qemu-devel] [PATCH v2 07/16] vhost-user: send device id to the slave
` [Qemu-devel] [PATCH v2 08/16] vhost-user: send guest physical address of virtqueues "
` [Qemu-devel] [PATCH v2 09/16] vhost-user: send VHOST_USER_SET_VHOST_PCI_START/STOP
` [Qemu-devel] [PATCH v2 10/16] vhost-pci-net: send the negotiated feature bits to the master
` [Qemu-devel] [PATCH v2 11/16] vhost-user: add asynchronous read for the vhost-user master
` [Qemu-devel] [PATCH v2 12/16] vhost-user: handling VHOST_USER_SET_FEATURES
` [Qemu-devel] [PATCH v2 13/16] vhost-pci-slave: add "reset_virtio"
` [Qemu-devel] [PATCH v2 14/16] vhost-pci-slave: add support to delete a vhost-pci device
` [Qemu-devel] [PATCH v2 15/16] vhost-pci-net: tell the driver that it is ready to send packets
` [Qemu-devel] [PATCH v2 16/16] vl: enable vhost-pci-slave

[Qemu-devel] About QEMU BQL and dirty log switch in Migration
 2017-05-12  8:42 UTC  (12+ messages)

[Qemu-devel] [PATCH v2] tests: Add [+-]feature and feature=on|off test cases
 2017-05-12  8:39 UTC  (2+ messages)

[Qemu-devel] [PATCHv6 0/5] HPT resizing for pseries guests (qemu part)
 2017-05-12  8:39 UTC  (9+ messages)
` [Qemu-devel] [PATCHv6 1/5] pseries: Stubs for HPT resizing
` [Qemu-devel] [PATCHv6 2/5] pseries: Implement "
` [Qemu-devel] [PATCHv6 3/5] pseries: Enable HPT resizing for 2.10
` [Qemu-devel] [PATCHv6 4/5] pseries: Use smaller default hash page tables when guest can resize
` [Qemu-devel] [PATCHv6 5/5] pseries: Allow HPT resizing with KVM

[Qemu-devel] [PATCH] hw/net/rocker/rocker: Convert pci device .init() to .realize()
 2017-05-12  8:35 UTC 

[Qemu-devel] [PATCHv3 0/4] Clean up compatibility mode handling
 2017-05-12  8:33 UTC  (9+ messages)
` [Qemu-devel] [PATCHv3 2/4] pseries: Move CPU compatibility property to machine
  ` [Qemu-devel] [Qemu-ppc] [PATCHv3 0/4] Clean up compatibility mode handling

[Qemu-devel] [Bug 1690322] [NEW] errors which can't backing storage for guest RAM with -mem-path
 2017-05-12  8:08 UTC 

[Qemu-devel] errors which can't backing storage for guest RAM with -mem-path
 2017-05-12  8:09 UTC 

[Qemu-devel] [PATCH v4 0/4] fsdev: qmp interface for io throttling
 2017-05-12  8:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 3/4] qmp: refactor duplicate code

[Qemu-devel] [PATCH v2 00/18] Block layer thread safety, part 1
 2017-05-12  7:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH 02/18] block: access quiesce_counter with atomic ops
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v4 0/6] COLO block replication supports shared disk case
 2017-05-12  7:26 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 2/6] replication: add shared-disk and shared-disk-id options
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 5/6] replication: Implement block replication for shared disk case
` [Qemu-devel] [Qemu-block] [PATCH v4 0/6] COLO block replication supports "

[Qemu-devel] [PATCH] hw/i386: Deprecate the machines pc-0.10 to pc-0.15
 2017-05-12  6:55 UTC  (9+ messages)

[Qemu-devel] [PATCH v9 0/6] migration/ppc: migrating DRC, ccs_list and pending_events
 2017-05-12  6:28 UTC  (11+ messages)
` [Qemu-devel] [PATCH v9 1/6] hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState
` [Qemu-devel] [PATCH v9 2/6] hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque
` [Qemu-devel] [PATCH v9 3/6] hw/ppc: migrating the DRC state of hotplugged devices
` [Qemu-devel] [PATCH v9 4/6] hw/ppc/spapr.c: migrate pending_dimm_unplugs of spapr state
` [Qemu-devel] [PATCH v9 6/6] migration: spapr: migrate pending_events "

[Qemu-devel] [PATCH v3 00/12] VT-d: PT (passthrough) mode support and misc fixes
 2017-05-12  5:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/12] memory: fix address_space_get_iotlb_entry()

[Qemu-devel] [PATCH 0/8] optimize various tcg_gen() functions using extract op
 2017-05-12  5:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH 7/8] target/ppc: optimize various "
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [Qemu-devel PATCH 0/5] Add support for Smartfusion2 SoC
 2017-05-12  5:16 UTC  (14+ messages)
` [Qemu-devel] [Qemu-devel PATCH 1/5] msf2: Add Smartfusion2 System timer
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [Qemu-devel PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block
` [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC

[Qemu-devel] [PATCH v7 0/4] ramblock: add hmp command "info ramblock"
 2017-05-12  4:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 2/4] utils: provide size_to_str()


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