messages from 2017-05-12 10:21:14 to 2017-05-13 00:03:10 UTC [more...]
[Qemu-devel] [PATCH 0/6] vhost-user: Specify and implement device IOTLB support
2017-05-13 0:02 UTC (8+ 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] [PATCH] target/i386: enable A20 automatically in system management mode
2017-05-13 0:01 UTC (11+ messages)
[Qemu-devel] [PATCH v3 00/15] target/sh4: misc fixes, cleanup and optimizations
2017-05-12 23:59 UTC (11+ messages)
` [Qemu-devel] [PATCH v3 05/15] target/sh4: fix BS_STOP exit
` [Qemu-devel] [PATCH v3 08/15] target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
` [Qemu-devel] [PATCH v3 09/15] target/sh4: optimize gen_store_fpr64
` [Qemu-devel] [PATCH v3 14/15] target/sh4: trap unaligned accesses
` [Qemu-devel] [PATCH v3 15/15] target/sh4: use cpu_loop_exit_restore
[Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
2017-05-12 23:59 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/5] optimize various tcg_gen() functions using extract op
2017-05-12 23:50 UTC (17+ 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 v3 4/5] target/ppc: using various functions "
` [Qemu-devel] [PATCH v3 5/5] target/sparc: optimize "
[Qemu-devel] [PULL 0/9] Queued s390 patches
2017-05-12 23:40 UTC (10+ messages)
` [Qemu-devel] [PULL 1/9] target/s390x: Implement STORE FACILITIES LIST EXTENDED
` [Qemu-devel] [PULL 2/9] target/s390x: Implement LOAD PROGRAM PARAMETER
` [Qemu-devel] [PULL 3/9] target/s390x: Diagnose specification exception for atomics
` [Qemu-devel] [PULL 4/9] target/s390x: Implement LOAD PAIR DISJOINT
` [Qemu-devel] [PULL 5/9] target/s390x: Use atomic operations for COMPARE SWAP
` [Qemu-devel] [PULL 6/9] target/s390x: Use atomic operations for LOAD AND OP
` [Qemu-devel] [PULL 7/9] target/s390x: mask the SIGP order_code using SIGP_ORDER_MASK
` [Qemu-devel] [PULL 8/9] target/s390x: fix SIGNAL PROCESSOR return value
` [Qemu-devel] [PULL 9/9] target/s390x: implement serialization in BRANCH CONDITION
[Qemu-devel] [RFC PATCH v4 0/6] optimize various tcg_gen() functions using extract op
2017-05-12 23:38 UTC (7+ messages)
` [Qemu-devel] [RFC PATCH v4 1/6] coccinelle: add a script to optimize tcg op using tcg_gen_extract()
` [Qemu-devel] [PATCH v4 2/6] target/alpha: optimize cvtlq() using extract op
` [Qemu-devel] [PATCH v4 3/6] target/arm: optimize rev16() "
` [Qemu-devel] [PATCH v4 4/6] target/m68k: optimize bcd_flags() "
` [Qemu-devel] [PATCH v4 5/6] target/ppc: optimize various functions "
` [Qemu-devel] [PATCH v4 6/6] target/sparc: "
[Qemu-devel] [PATCH 0/3] target/xtensa semihosting fixes
2017-05-12 23:36 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] target/xtensa: fix mapping direction in read/write simcalls
` [Qemu-devel] [PATCH 2/3] target/xtensa: fix return value of "
` [Qemu-devel] [PATCH 3/3] target/xtensa: support output to chardev console
[Qemu-devel] [PATCH for-2.10 v9 00/13] add blkdebug tests
2017-05-12 23:00 UTC (6+ messages)
` [Qemu-devel] [PATCH v9 01/13] qcow2: Unallocate unmapped zero clusters if no backing file
[Qemu-devel] MIPS little endian - Bug when decoding physaddr
2017-05-12 22:52 UTC
[Qemu-devel] multiple -append?
2017-05-12 22:48 UTC (2+ messages)
[Qemu-devel] QEMU seg-fault with intermediate image streaming -- bdrv_reopen() in stream_start()
2017-05-12 22:45 UTC
[Qemu-devel] [PATCH 1/1] Improve Cocoa modifier key handling
2017-05-12 22:25 UTC
[Qemu-devel] [RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-05-12 21:59 UTC (19+ messages)
` [Qemu-devel] [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function
` [Qemu-devel] [RFC PATCH 2/8] iommu/vt-d: add bind_pasid_table function
` [Qemu-devel] [RFC PATCH 3/8] iommu: Introduce iommu do invalidate API function
` [Qemu-devel] [RFC PATCH 4/8] iommu/vt-d: Add iommu do invalidate function
` [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] [PATCH v2 0/7] curl: locking cleanups/fixes, coroutine conversion, remove aio_poll
2017-05-12 21:41 UTC (12+ messages)
` [Qemu-devel] [PATCH 3/7] curl: avoid recursive locking of BDRVCURLState mutex
` [Qemu-devel] [PATCH 4/7] curl: split curl_find_state/curl_init_state
` [Qemu-devel] [PATCH 5/7] curl: convert CURLAIOCB to byte values
` [Qemu-devel] [PATCH 6/7] curl: convert readv to coroutines
` [Qemu-devel] [PATCH 7/7] curl: do not do aio_poll when waiting for a free CURLState
[Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp
2017-05-12 21:16 UTC (4+ messages)
[Qemu-devel] [PULL for-2.9 0/3] Block patches
2017-05-12 20:19 UTC (5+ 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 V5 0/9] calculate blocktime for postcopy live migration
2017-05-12 20:09 UTC (11+ 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 V4 0/9] calculate blocktime for postcopy live migration
2017-05-12 20:06 UTC (13+ 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] [PATCH v9 0/6] migration/ppc: migrating DRC, ccs_list and pending_events
2017-05-12 20:02 UTC (7+ messages)
` [Qemu-devel] [PATCH v9 4/6] hw/ppc/spapr.c: migrate pending_dimm_unplugs of spapr state
` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH v9 6/6] migration: spapr: migrate pending_events "
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH v2 0/3] Remove old MigrationParams
2017-05-12 19:59 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] migration: Create block capabilities for shared and enable
` [Qemu-devel] [PATCH 2/3] migration: Remove use of old MigrationParams
[Qemu-devel] [PATCH v4] qemu-img: Check for backing image if specified during create
2017-05-12 19:47 UTC (4+ messages)
[Qemu-devel] [PATCH] block: Correct documentation for BLOCK_WRITE_THRESHOLD
2017-05-12 19:30 UTC
[Qemu-devel] [PATCH RESEND v2 00/21] qdev/sysbus: Set user_creatable=false by default on sysbus
2017-05-12 18:44 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/12] Migration mini-cleanup
2017-05-12 17:58 UTC (16+ 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 0/3] Optimize filter-mirror and filter-rewriter
2017-05-12 17:43 UTC (3+ messages)
` [Qemu-devel] [PATCH 3/3] net/filter-rewriter: Remove unused option in filter-rewirter
[Qemu-devel] [PATCH v8 0/4] Improve convert and dd commands
2017-05-12 17:41 UTC (2+ messages)
[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 (5+ 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] nbd: strict nbd_wr_syncv
2017-05-12 16:30 UTC (4+ messages)
[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] [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] [PATCH v2] target-ppc: Enable open-pic timers to count and generate interrupts
2017-05-12 14:34 UTC (3+ messages)
[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] [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] 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] 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] [PATCH] xhci: relax link check
2017-05-12 10:21 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).