messages from 2017-10-30 16:20:58 to 2017-10-31 13:04:22 UTC [more...]
[Qemu-devel] [RFC PATCH 00/26] replay additions
2017-10-31 12:48 UTC (28+ messages)
` [Qemu-devel] [RFC PATCH 01/26] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [RFC PATCH 02/26] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFC PATCH 03/26] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFC PATCH 04/26] replay: fix processing async events
` [Qemu-devel] [RFC PATCH 05/26] replay: fixed replay_enable_events
` [Qemu-devel] [RFC PATCH 06/26] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFC PATCH 07/26] replay: added replay log format description
` [Qemu-devel] [RFC PATCH 08/26] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFC PATCH 09/26] replay: save prior value of the host clock
` [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFC PATCH 11/26] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFC PATCH 12/26] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFC PATCH 13/26] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFC PATCH 14/26] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFC PATCH 15/26] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFC PATCH 16/26] replay: make locking visible outside replay code
` [Qemu-devel] [RFC PATCH 17/26] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFC PATCH 18/26] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFC PATCH 19/26] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFC PATCH 20/26] replay: don't destroy mutex at exit
` [Qemu-devel] [RFC PATCH 21/26] replay: check return values of fwrite
` [Qemu-devel] [RFC PATCH 22/26] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [RFC PATCH 23/26] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [RFC PATCH 24/26] scripts/analyse-locks-simpletrace.py: script to analyse lock times
` [Qemu-devel] [RFC PATCH 25/26] scripts/replay-dump.py: replay log dumper
` [Qemu-devel] [RFC PATCH 26/26] scripts/qemu-gdb/timers.py: new helper to dump timer state
[Qemu-devel] [PATCH v3] arm: implement cache/shareability attribute bits for PAR registers
2017-10-31 13:02 UTC
[Qemu-devel] [PATCH 0/7] linux-user fixes, mostly for hppa
2017-10-31 12:53 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/7] linux-user: Restrict usage of sa_restorer
` [Qemu-devel] [PATCH 2/7] linux-user/hppa: Fix TARGET_SA_* defines
` [Qemu-devel] [PATCH 3/7] linux-user/hppa: Fix cpu_clone_regs
` [Qemu-devel] [PATCH 4/7] linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
` [Qemu-devel] [PATCH 5/7] linux-user/hppa: Fix TARGET_MAP_TYPE
` [Qemu-devel] [PATCH 6/7] linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK
` [Qemu-devel] [PATCH 7/7] linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB
[Qemu-devel] [PATCH] docker: add python stdlib dependency (required by keycodemapdb)
2017-10-31 12:28 UTC
[Qemu-devel] [PATCH v6 00/25] block: Fix some filename generation issues
2017-10-31 12:29 UTC (9+ messages)
` [Qemu-devel] [PATCH v6 10/25] block: Add bdrv_dirname()
` [Qemu-devel] [PATCH v6 11/25] blkverify: Make bdrv_dirname() return NULL
` [Qemu-devel] [PATCH v6 12/25] quorum: "
` [Qemu-devel] [PATCH v6 14/25] block/nfs: Implement bdrv_dirname()
[Qemu-devel] [PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
2017-10-31 12:20 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics
[Qemu-devel] [PATCH v5 00/13] Add support for the ZynqMP Generic QSPI
2017-10-31 11:55 UTC (11+ messages)
` [Qemu-devel] [PATCH v5 01/13] m25p80: Add support for continuous read out of RDSR and READ_FSR
` [Qemu-devel] [PATCH v5 02/13] m25p80: Add support for SST READ ID 0x90/0xAB commands
` [Qemu-devel] [PATCH v5 03/13] m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)
[Qemu-devel] [PATCH] aarch64: advertise the GIC system register interface
2017-10-31 11:47 UTC (3+ messages)
[Qemu-devel] [RFCPATCH00/20] replay additions
2017-10-31 11:21 UTC (22+ messages)
` [Qemu-devel] [RFCPATCH01/20] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [RFCPATCH02/20] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFCPATCH03/20] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFCPATCH04/20] replay: fix processing async events
` [Qemu-devel] [RFCPATCH05/20] replay: fixed replay_enable_events
` [Qemu-devel] [RFCPATCH06/20] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFCPATCH07/20] replay: added replay log format description
` [Qemu-devel] [RFCPATCH08/20] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFCPATCH09/20] replay: save prior value of the host clock
` [Qemu-devel] [RFCPATCH10/20] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFCPATCH11/20] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFCPATCH12/20] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFCPATCH13/20] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFCPATCH14/20] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFCPATCH15/20] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFCPATCH16/20] replay: make locking visible outside replay code
` [Qemu-devel] [RFCPATCH17/20] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFCPATCH18/20] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFCPATCH19/20] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFCPATCH20/20] replay: don't destroy mutex at exit
[Qemu-devel] [RFC PATCH 00/26] replay additions
2017-10-31 11:27 UTC (27+ messages)
` [Qemu-devel] [RFC PATCH 01/26] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [RFC PATCH 02/26] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFC PATCH 03/26] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFC PATCH 04/26] replay: fix processing async events
` [Qemu-devel] [RFC PATCH 05/26] replay: fixed replay_enable_events
` [Qemu-devel] [RFC PATCH 06/26] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFC PATCH 07/26] replay: added replay log format description
` [Qemu-devel] [RFC PATCH 08/26] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFC PATCH 09/26] replay: save prior value of the host clock
` [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFC PATCH 11/26] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFC PATCH 12/26] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFC PATCH 13/26] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFC PATCH 14/26] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFC PATCH 15/26] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFC PATCH 16/26] replay: make locking visible outside replay code
` [Qemu-devel] [RFC PATCH 17/26] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFC PATCH 18/26] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFC PATCH 19/26] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFC PATCH 20/26] replay: don't destroy mutex at exit
` [Qemu-devel] [RFC PATCH 21/26] replay: check return values of fwrite
` [Qemu-devel] [RFC PATCH 22/26] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [RFC PATCH 23/26] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [RFC PATCH 24/26] scripts/analyse-locks-simpletrace.py: script to analyse lock times
` [Qemu-devel] [RFC PATCH 25/26] scripts/replay-dump.py: replay log dumper
` [Qemu-devel] [RFC PATCH 26/26] scripts/qemu-gdb/timers.py: new helper to dump timer state
[Qemu-devel] What is the best commit for record-replay?
2017-10-31 11:27 UTC (12+ messages)
[Qemu-devel] [Bug 1728325] [NEW] POWER8: Wrong behaviour with float-to-int punning
2017-10-31 10:38 UTC (3+ messages)
` [Qemu-devel] [Bug 1728325] "
[Qemu-devel] [PATCH v2] arm: implement cache/shareability attribute bits for PAR registers
2017-10-31 10:28 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/5] backup improvements part 1
2017-10-31 10:26 UTC (2+ messages)
` [Qemu-devel] ping "
[Qemu-devel] [PATCH v3 5/5] RFC: fw_cfg: add DMA write operation in sysfs
2017-10-31 9:55 UTC (3+ messages)
[Qemu-devel] [PATCH v2] don't hardcode EL1 in extended_addresses_enabled
2017-10-31 9:48 UTC (4+ messages)
[Qemu-devel] [PATCH] fix: unrealize virtio device if we fail to hotplug it
2017-10-31 8:03 UTC
[Qemu-devel] KVM "fake DAX" flushing interface - discussion
2017-10-31 7:13 UTC (13+ messages)
[Qemu-devel] [PATCH 0/6] Introduce new iommu notifier framework
2017-10-31 5:35 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/6] memory: rename existing iommu notifier to be iommu mr notifier
` [Qemu-devel] [PATCH 2/6] memory: introduce AddressSpaceOps and IOMMUObject
` [Qemu-devel] [PATCH 3/6] intel_iommu: provide AddressSpaceOps.iommu_get instance
` [Qemu-devel] [PATCH 4/6] vfio: rename GuestIOMMU to be GuestIOMMUMR
` [Qemu-devel] [PATCH 5/6] vfio/pci: add notify framework based on IOMMUObject
` [Qemu-devel] [PATCH 6/6] vfio/pci: register vfio_iommu_bind_pasidtbl_notify notifier
[Qemu-devel] Qemu start VM in huge page without '-mem-prealloc' will get memory leak?
2017-10-31 5:21 UTC (5+ messages)
[Qemu-devel] [Bug] virtio-blk: qemu will crash if hotplug virtio-blk device failed
2017-10-31 5:19 UTC
[Qemu-devel] [Bug 997631] [NEW] Windows 2008R2 very slow cold boot when 4 CPUs
2017-10-31 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 997631] "
[Qemu-devel] [PATCH v2 0/4] Various improvements to submodule handling
2017-10-31 3:30 UTC (11+ messages)
` [Qemu-devel] [PATCH v2 1/4] build: allow setting a custom GIT binary for transparent proxying
[Qemu-devel] Retrocomputing devroom at FOSDEM 2018
2017-10-31 0:06 UTC
[Qemu-devel] [PATCH v1 0/3] ppc: adding some RTAS calls in tests/libqos
2017-10-30 23:21 UTC (4+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PULL 00/12] NBD patches prior to 2.11 soft freeze
2017-10-30 20:56 UTC (13+ messages)
` [Qemu-devel] [PULL 01/12] nbd: Include error names in trace messages
` [Qemu-devel] [PULL 02/12] nbd: Move nbd_errno_to_system_errno() to public header
` [Qemu-devel] [PULL 03/12] nbd: Expose constants and structs for structured read
` [Qemu-devel] [PULL 04/12] nbd/server: Report error for write to read-only export
` [Qemu-devel] [PULL 05/12] nbd/server: Simplify nbd_negotiate_options loop
` [Qemu-devel] [PULL 06/12] nbd/server: Refactor zero-length option check
` [Qemu-devel] [PULL 07/12] nbd: Minimal structured read for server
` [Qemu-devel] [PULL 08/12] nbd/server: Include human-readable message in structured errors
` [Qemu-devel] [PULL 09/12] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PULL 10/12] nbd/client: prepare nbd_receive_reply for structured reply
` [Qemu-devel] [PULL 11/12] nbd: Move nbd_read() to common header
` [Qemu-devel] [PULL 12/12] nbd: Minimal structured read for client
[Qemu-devel] [PATCH 0/6] Improve info migrate output on destination
2017-10-30 20:48 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/6] qio: Make port 0 work for qio
[Qemu-devel] [PATCH v6 00/12] nbd minimal structured read
2017-10-30 20:46 UTC (15+ messages)
` [Qemu-devel] [PATCH v6 05/12] nbd/server: Simplify nbd_negotiate_options loop
` [Qemu-devel] [PATCH v6 06/12] nbd/server: Refactor zero-length option check
` [Qemu-devel] [PATCH v6 07/12] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v6 09/12] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PATCH v6 12/12] nbd: Minimal structured read for client
` [Qemu-devel] [RFC PATCH v6 13/12] tweak test 83 verbosity
[Qemu-devel] [PULL 0/2] hmp queue
2017-10-30 20:23 UTC (3+ messages)
` [Qemu-devel] [PULL 1/2] hmp: Replace error_report_err
` [Qemu-devel] [PULL 2/2] monitor: fix dangling CPU pointer
[Qemu-devel] drive_add: file names with spaces
2017-10-30 20:15 UTC (9+ messages)
[Qemu-devel] [PATCHv4 00/13] sun4m: sparc32_dma tidy-ups
2017-10-30 19:09 UTC (16+ messages)
` [Qemu-devel] [PATCHv4 09/13] lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h
` [Qemu-devel] [PATCHv4 11/13] sparc32_dma: introduce new SPARC32_DMA type container object
[Qemu-devel] [RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
2017-10-30 19:04 UTC (2+ messages)
[Qemu-devel] [PATCH v1 0/5][RFC] Refactoring of AIS support
2017-10-30 18:58 UTC (10+ messages)
[Qemu-devel] [PATCH v3] monitor: fix dangling CPU pointer
2017-10-30 18:47 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/14] Dirty bitmaps postcopy migration
2017-10-30 18:22 UTC (20+ messages)
` [Qemu-devel] [PATCH v8 01/14] block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()
` [Qemu-devel] [PATCH v8 02/14] block/dirty-bitmap: add locked version of bdrv_release_dirty_bitmap
` [Qemu-devel] [PATCH v8 03/14] block/dirty-bitmap: add bdrv_dirty_bitmap_release_successor
` [Qemu-devel] [PATCH v8 04/14] block/dirty-bitmap: add bdrv_dirty_bitmap_set_frozen
` [Qemu-devel] [PATCH v8 05/14] migration: introduce postcopy-only pending
` [Qemu-devel] [PATCH v8.1 "
` [Qemu-devel] [PATCH v8 06/14] qapi: add dirty-bitmaps migration capability
` [Qemu-devel] [PATCH v8 07/14] migration: include migrate_dirty_bitmaps in migrate_postcopy
` [Qemu-devel] [PATCH v8 08/14] migration/qemu-file: add qemu_put_counted_string()
` [Qemu-devel] [PATCH v8 09/14] migration: add is_active_iterate handler
` [Qemu-devel] [PATCH v8 10/14] migration: add postcopy migration of dirty bitmaps
` [Qemu-devel] [PATCH v8 11/14] iotests: add default node-name
` [Qemu-devel] [PATCH v8 12/14] iotests: add dirty bitmap migration test
` [Qemu-devel] [PATCH v8 13/14] iotests: add dirty bitmap postcopy test
` [Qemu-devel] [PATCH v8 14/14] iotests: add persistent bitmap migration test
[Qemu-devel] [PATCH RESEND] vl: only display available accelerators
2017-10-30 18:20 UTC
[Qemu-devel] [RFC PATCH] vl: only display available accelerators
2017-10-30 18:18 UTC (2+ messages)
[Qemu-devel] [Bug 1728661] [NEW] qemu-io segfaults at block/qcow2.h:533
2017-10-30 17:08 UTC (2+ messages)
` [Qemu-devel] [Bug 1728661] "
[Qemu-devel] QMP event missed during startup
2017-10-30 17:18 UTC (2+ messages)
[Qemu-devel] [Bug 1728657] [NEW] qemu-io: block/qcow2-cluster.c:1109: handle_copied: Assertion failed
2017-10-30 16:57 UTC (2+ messages)
` [Qemu-devel] [Bug 1728657] "
[Qemu-devel] [Bug 1728660] [NEW] qemu-io segfaults at block/io.c:2545
2017-10-30 17:04 UTC (2+ messages)
` [Qemu-devel] [Bug 1728660] "
[Qemu-devel] [PATCH v4] nvme: Add tracing
2017-10-30 16:51 UTC (2+ messages)
[Qemu-devel] [Bug 1728643] [NEW] qemu-io fails with Assertion `*host_offset != 0' failed
2017-10-30 16:06 UTC (2+ messages)
` [Qemu-devel] [Bug 1728643] "
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).