messages from 2015-02-11 11:09:06 to 2015-02-12 03:19:10 UTC [more...]
[Qemu-devel] [PATCH RFC v3 00/27] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
2015-02-12 3:17 UTC (22+ messages)
` [Qemu-devel] [PATCH RFC v3 01/27] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH RFC v3 02/27] migration: Introduce capability 'colo' to migration
` [Qemu-devel] [PATCH RFC v3 04/27] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH RFC v3 07/27] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH RFC v3 08/27] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH RFC v3 09/27] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH RFC v3 10/27] COLO: Save VM state to slave when do checkpoint
` [Qemu-devel] [PATCH RFC v3 12/27] COLO VMstate: Load VM state into qsb before restore it
` [Qemu-devel] [PATCH RFC v3 13/27] COLO RAM: Flush cached RAM into SVM's memory
` [Qemu-devel] [PATCH RFC v3 15/27] COLO failover: Implement COLO master/slave failover work
` [Qemu-devel] [PATCH RFC v3 16/27] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH RFC v3 17/27] COLO: Add new command parameter 'colo_nicname' 'colo_script' for net
` [Qemu-devel] [PATCH RFC v3 18/27] COLO NIC: Init/remove colo nic devices when add/cleanup tap devices
` [Qemu-devel] [PATCH RFC v3 19/27] COLO NIC: Implement colo nic device interface configure()
` [Qemu-devel] [PATCH RFC v3 20/27] COLO NIC : Implement colo nic init/destroy function
` [Qemu-devel] [PATCH RFC v3 21/27] COLO NIC: Some init work related with proxy module
` [Qemu-devel] [PATCH RFC v3 22/27] COLO: Do checkpoint according to the result of net packets comparing
` [Qemu-devel] [PATCH RFC v3 24/27] COLO NIC: Implement NIC checkpoint and failover
` [Qemu-devel] [PATCH RFC v3 25/27] COLO: Disable qdev hotplug when VM is in COLO mode
` [Qemu-devel] [PATCH RFC v3 26/27] COLO: Implement shutdown checkpoint
` [Qemu-devel] [PATCH RFC v3 27/27] COLO: Add block replication into colo process
[Qemu-devel] [PATCH v2] Fixes several full screen issues on Mac OS X
2015-02-12 3:06 UTC (3+ messages)
` [Qemu-devel] [PATCH v3] "
[Qemu-devel] [RFC PATCH 00/14] Block replication for continuous checkpoints
2015-02-12 3:07 UTC (15+ messages)
` [Qemu-devel] [RFC PATCH 01/14] docs: block replication's description
` [Qemu-devel] [RFC PATCH 02/14] quorom: add a new read pattern
` [Qemu-devel] [RFC PATCH 03/14] quorum: ignore 0-length child
` [Qemu-devel] [RFC PATCH 04/14] Add new block driver interfaces to control disk replication
` [Qemu-devel] [RFC PATCH 05/14] quorom: implement block driver interfaces for block replication
` [Qemu-devel] [RFC PATCH 06/14] NBD client: connect to nbd server later
` [Qemu-devel] [RFC PATCH 07/14] NBD client: implement block driver interfaces for block replication
` [Qemu-devel] [RFC PATCH 08/14] block: add a new API to create a hidden BlockBackend
` [Qemu-devel] [RFC PATCH 09/14] block: give backing image its own BlockBackend
` [Qemu-devel] [RFC PATCH 10/14] allow the backing image access the origin BlockDriverState
` [Qemu-devel] [RFC PATCH 11/14] allow writing to the backing file
` [Qemu-devel] [RFC PATCH 12/14] Add disk buffer for block replication
` [Qemu-devel] [RFC PATCH 13/14] COW: move cow interfaces to a seperate file
` [Qemu-devel] [RFC PATCH 14/14] COLO: implement a new block driver
[Qemu-devel] [PATCH] virtio: validate the existence of handle_output before calling it
2015-02-12 3:05 UTC
[Qemu-devel] [PATCH v5 0/4] target-arm: ARM64: Adding EL1 AARCH32 guest support
2015-02-12 2:59 UTC (5+ messages)
` [Qemu-devel] [PATCH v5 1/4] target-arm: Add CPU property to disable AArch64
` [Qemu-devel] [PATCH v5 2/4] target-arm: Add feature parsing to virt
` [Qemu-devel] [PATCH v5 3/4] target-arm: Add 32/64-bit register sync
` [Qemu-devel] [PATCH v5 4/4] target-arm: Add AArch32 guest support to KVM64
[Qemu-devel] [PATCH] tile: Can load elf64 tilegx binary successfully for linux-user
2015-02-12 2:53 UTC (5+ messages)
[Qemu-devel] [PATCH v4] sheepdog: selectable object size support
2015-02-12 2:55 UTC (6+ messages)
[Qemu-devel] [PATCH v3] Makes -full-screen option work on Mac OS X
2015-02-12 2:54 UTC (2+ messages)
[Qemu-devel] [PATCH v2] Machine menu patch for Mac OS X
2015-02-12 2:41 UTC (2+ messages)
[Qemu-devel] [PULL 00/42] Block patches
2015-02-12 2:29 UTC (3+ messages)
` [Qemu-devel] [PULL 05/42] block/raw-posix: refactor handle_aiocb_write_zeroes a bit
[Qemu-devel] [PATCH v5 0/12] migration: Add a new feature to do live migration
2015-02-12 2:24 UTC (12+ messages)
` [Qemu-devel] [v5 02/12] migration: Add the framework of multi-thread compression
` [Qemu-devel] [v5 08/12] migration: Add the core code "
` [Qemu-devel] [v5 09/12] migration: Make compression co-work with xbzrle
` [Qemu-devel] [v5 10/12] migration: Add the core code for decompression
` [Qemu-devel] [v5 12/12] migration: Add commands to set and query parameter
[Qemu-devel] [PATCH v2] spice: fix memory leak
2015-02-12 2:14 UTC (2+ messages)
[Qemu-devel] [PATCH v2] monitor: Fix missing err = NULL in client_migrate_info()
2015-02-12 1:57 UTC
[Qemu-devel] [PATCH 00/11] trivial: Remove superfluous '\n' around error_report/error_setg
2015-02-12 1:10 UTC (3+ messages)
[Qemu-devel] [PATCH] monitor: Fix Resource leak
2015-02-12 1:04 UTC (3+ messages)
[Qemu-devel] How qemu access memory in target-i386/translate.c disas_insn function?
2015-02-12 1:01 UTC (2+ messages)
[Qemu-devel] [PATCH] vpc: Implement bdrv_co_get_status()
2015-02-11 22:51 UTC (3+ messages)
[Qemu-devel] [PATCH] vpc: Fix size in fixed image creation
2015-02-11 22:32 UTC (2+ messages)
[Qemu-devel] [PATCH v12 00/17] block: incremental backup series
2015-02-11 22:11 UTC (43+ messages)
` [Qemu-devel] [PATCH v12 03/17] block: Introduce bdrv_dirty_bitmap_granularity()
` [Qemu-devel] [PATCH v12 05/17] qmp: Add block-dirty-bitmap-enable and block-dirty-bitmap-disable
` [Qemu-devel] [PATCH v12 06/17] block: Add bitmap successors
` [Qemu-devel] [PATCH v12 07/17] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [PATCH v12 08/17] qmp: add block-dirty-bitmap-clear
` [Qemu-devel] [PATCH v12 09/17] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [PATCH v12 10/17] qmp: Add dirty bitmap status fields in query-block
` [Qemu-devel] [PATCH v12 11/17] block: add BdrvDirtyBitmap documentation
` [Qemu-devel] [PATCH v12 12/17] block: Ensure consistent bitmap function prototypes
` [Qemu-devel] [PATCH v12 13/17] iotests: add invalid input incremental backup tests
` [Qemu-devel] [PATCH v12 14/17] iotests: add simple incremental backup case
` [Qemu-devel] [PATCH v12 15/17] iotests: add transactional incremental backup test
` [Qemu-devel] [PATCH v12 16/17] blkdebug: fix "once" rule
` [Qemu-devel] [PATCH v12 17/17] iotests: add incremental backup failure recovery test
[Qemu-devel] vm live storage migration with snapshots
2015-02-11 21:45 UTC (5+ messages)
` [Qemu-devel] [libvirt] "
[Qemu-devel] [PATCH 0/3] run RCU callbacks within the iothread mutex, fix PCI hotplug
2015-02-11 20:39 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/3] rcu: do not let RCU callbacks pile up indefinitely
` [Qemu-devel] [PATCH 2/3] rcu: run RCU callbacks under the BQL
` [Qemu-devel] [PATCH 3/3] memory: keep the owner of the AddressSpace alive until do_address_space_destroy
[Qemu-devel] [v2][RFC][PATCH] virtio: uniform virtio device IDs
2015-02-11 19:53 UTC (14+ messages)
[Qemu-devel] [PULL 0/4] coverity: Improve and extend model
2015-02-11 18:41 UTC (7+ messages)
` [Qemu-devel] [PULL 2/4] coverity: Model GLib string allocation partially
[Qemu-devel] [PATCH v6 00/24] qcow2: Support refcount orders != 4
2015-02-11 18:38 UTC (13+ messages)
` [Qemu-devel] [PATCH v6 01/24] qcow2: Add two new fields to BDRVQcowState
` [Qemu-devel] [PATCH v6 04/24] qcow2: Only return status from qcow2_get_refcount
` [Qemu-devel] [PATCH v6 05/24] qcow2: Use unsigned addend for update_refcount()
` [Qemu-devel] [PATCH v6 06/24] qcow2: Use 64 bits for refcount values
` [Qemu-devel] [PATCH v6 07/24] qcow2: Helper for refcount array reallocation
` [Qemu-devel] [PATCH v6 08/24] qcow2: Helper function for refcount modification
[Qemu-devel] [PATCH v2 0/3] -incoming pause
2015-02-11 18:24 UTC (8+ messages)
` [Qemu-devel] [PATCH v2 1/3] Add "
` [Qemu-devel] [PATCH v2 2/3] Add migrate_incoming
` [Qemu-devel] [PATCH v2 3/3] Document -incoming options
[Qemu-devel] [PATCH RFC v6 0/5] Update tests/qemu-iotests failing cases for the s390 platform
2015-02-11 16:24 UTC (7+ messages)
` [Qemu-devel] [PATCH RFC v6 2/5] qemu-iotests: run qemu with -nodefaults and fix 067, 071, 081 and 087
` [Qemu-devel] [PATCH RFC v6 5/5] qemu-iotests: s390x: fix test 051
[Qemu-devel] [PATCH v4 0/4] target-arm: ARM64: Adding EL1 AARCH32 guest support
2015-02-11 17:18 UTC (2+ messages)
[Qemu-devel] CPU TLB flush with multithread TCG
2015-02-11 17:17 UTC (4+ messages)
[Qemu-devel] [PATCH 0/3] -incoming pause
2015-02-11 17:10 UTC (8+ messages)
` [Qemu-devel] [PATCH 2/3] Add migrate -u option for "
[Qemu-devel] [PATCH] vnc: fix coverity warning
2015-02-11 16:48 UTC (3+ messages)
[Qemu-devel] [PATCH] spice: fix memory leak
2015-02-11 16:44 UTC (2+ messages)
[Qemu-devel] [RFC PATCH v2 0/4] VFIO platform: Use device properties API
2015-02-11 16:28 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v2 1/4] linux-headers update
` [Qemu-devel] [RFC PATCH v2 2/4] hw/vfio/common.c : vfio_get_dev_property
` [Qemu-devel] [RFC PATCH v2 3/4] hw/arm/sysbus-fdt: vfio device property for interrupts
` [Qemu-devel] [RFC PATCH v2 4/4] hw/arm/sysbus-fdt: arm, pl330 vfio device property
[Qemu-devel] [RFC PATCH v3 0/3] VFIO support for AMBA devices
2015-02-11 16:22 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH v3 1/3] hw/vfio/sysbus-fdt: helper routines to create fdt nodes
` [Qemu-devel] [RFC PATCH v3 2/3] hw/vfio: amba device support
` [Qemu-devel] [RFC PATCH v3 3/3] hw/vfio: add pl330 "
[Qemu-devel] [PATCH v2 0/6] TriCore: Add RRR1 and RRR2 instructions
2015-02-11 16:49 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper
` [Qemu-devel] [PATCH v2 2/6] target-tricore: fix msub32_suov return wrong results
` [Qemu-devel] [PATCH v2 3/6] target-tricore: Add instructions of RRR2 opcode format
` [Qemu-devel] [PATCH v2 4/6] target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as first opcode
` [Qemu-devel] [PATCH v2 5/6] target-tricore: Add instructions of RRR1 opcode format, which have 0x43 "
` [Qemu-devel] [PATCH v2 6/6] target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 "
[Qemu-devel] [PATCH] qemu-img convert: Fix copy length for the iteration
2015-02-11 15:45 UTC (3+ messages)
[Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n
2015-02-11 15:35 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] iotests: Add test for qemu-img convert to NBD
[Qemu-devel] [PATCH 0/6] TriCore: Add RRR1 and RRR2 instructions
2015-02-11 16:35 UTC (2+ messages)
[Qemu-devel] [PATCH 0/9] Clean up around error_get_pretty(), qerror_report_err()
2015-02-11 15:28 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/9] error: New convenience function error_report_err()
` [Qemu-devel] Coccinelle semantic patches (was Re: [PATCH 1/9] error: New convenience function error_report_err())
[Qemu-devel] [PATCH v2 0/4] Add support for passthru cards to libcacard
2015-02-11 15:22 UTC (2+ messages)
[Qemu-devel] [PATCH RFC] scripts/update-linux-headers.sh: pull virtio hdrs
2015-02-11 14:09 UTC (10+ messages)
[Qemu-devel] [PATCH] cutils: refine strtol error handling in parse_debug_env
2015-02-11 13:42 UTC (2+ messages)
[Qemu-devel] [PATCH] block:Fix FIXED base vpc be probed to raw format
2015-02-11 13:39 UTC (4+ messages)
[Qemu-devel] [PATCH 0/3] MIPS: GDB register width fix / ABI configuration rework
2015-02-11 13:28 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-mips: Rework ABIs to allow all required configurations
[Qemu-devel] [PATCH] memory: unregister AddressSpace MemoryListener within BQL
2015-02-11 13:26 UTC (5+ messages)
[Qemu-devel] [PATCH] softfloat: roundAndPackFloat16 should return FPInfinity and FPMaxNormal based on overflow_to_inf
2015-02-11 13:23 UTC (2+ messages)
[Qemu-devel] [RFC PATCH v8 00/21] Deterministic replay core
2015-02-11 13:03 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH v8 16/21] replay: bottom halves
[Qemu-devel] [PATCH] balloon: Fix typo
2015-02-11 12:48 UTC (2+ messages)
[Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting
2015-02-11 12:12 UTC (5+ messages)
` [Qemu-devel] [PATCH 8/9] balloon: Factor out common "is balloon active" test
[Qemu-devel] [PATCH] Add 'setup' phase to docs for query-migrate QMP command
2015-02-11 11:56 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] openpic: convert to vmstate
2015-02-11 11:51 UTC (4+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH v3] qga: add guest-set-user-password command
2015-02-11 11:26 UTC
[Qemu-devel] [PATCH v3 0/9] RCUification of the memory API, part 2
2015-02-11 11:19 UTC (4+ messages)
` [Qemu-devel] [PATCH 9/9] Convert ram_list to RCU
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).