messages from 2016-10-26 11:43:49 to 2016-10-26 16:31:19 UTC [more...]
[Qemu-devel] [PATCH v3 0/8] qdev class properties + abstract class support on device-list-properties
2016-10-26 16:30 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] tests: check-qom-proplist: Remove duplicate "bv" property
` [Qemu-devel] [PATCH v3 2/8] tests: check-qom-proplist: Use &error_abort to catch errors
` [Qemu-devel] [PATCH v3 3/8] qdev: device_class_set_props() function
` [Qemu-devel] [PATCH v3 4/8] qdev: Extract property-default code to qdev_property_set_to_default()
` [Qemu-devel] [PATCH v3 5/8] qdev: Register static properties as class properties
` [Qemu-devel] [PATCH v3 6/8] qom: object_class_property_iter_init() function
` [Qemu-devel] [PATCH v3 7/8] qmp: Support abstract classes on device-list-properties
` [Qemu-devel] [PATCH v3 8/8] qdev: Warning about using object_class_property_add() in new code
[Qemu-devel] [QEMU PATCH v8 0/3] migration: migrate QTAILQ
2016-10-26 16:29 UTC (5+ messages)
` [Qemu-devel] [QEMU PATCH v8 1/3] migration: extend VMStateInfo
` [Qemu-devel] [QEMU PATCH v8 2/3] migration: migrate QTAILQ
[Qemu-devel] [PULL v2 00/37] cmpxchg atomic operations
2016-10-26 16:16 UTC (37+ messages)
` [Qemu-devel] [PULL v2 01/37] atomics: Add parameters to macros
` [Qemu-devel] [PULL v2 02/37] atomics: add atomic_xor
` [Qemu-devel] [PULL v2 03/37] atomics: add atomic_op_fetch variants
` [Qemu-devel] [PULL v2 04/37] atomics: Add __nocheck atomic operations
` [Qemu-devel] [PULL v2 05/37] exec: Avoid direct references to Int128 parts
` [Qemu-devel] [PULL v2 06/37] int128: Use __int128 if available
` [Qemu-devel] [PULL v2 07/37] int128: Add int128_make128
` [Qemu-devel] [PULL v2 09/37] linux-user: enable parallel code generation on clone
` [Qemu-devel] [PULL v2 10/37] cputlb: Replace SHIFT with DATA_SIZE
` [Qemu-devel] [PULL v2 11/37] cputlb: Move probe_write out of softmmu_template.h
` [Qemu-devel] [PULL v2 12/37] cputlb: Remove includes from softmmu_template.h
` [Qemu-devel] [PULL v2 13/37] cputlb: Move most of iotlb code out of line
` [Qemu-devel] [PULL v2 14/37] cputlb: Tidy some macros
` [Qemu-devel] [PULL v2 15/37] tcg: Add atomic helpers
` [Qemu-devel] [PULL v2 16/37] tcg: Add atomic128 helpers
` [Qemu-devel] [PULL v2 17/37] tcg: Add CONFIG_ATOMIC64
` [Qemu-devel] [PULL v2 18/37] tcg: Emit barriers with parallel_cpus
` [Qemu-devel] [PULL v2 19/37] target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
` [Qemu-devel] [PULL v2 20/37] target-i386: emulate LOCK'ed OP instructions using atomic helpers
` [Qemu-devel] [PULL v2 21/37] target-i386: emulate LOCK'ed INC using atomic helper
` [Qemu-devel] [PULL v2 22/37] target-i386: emulate LOCK'ed NOT "
` [Qemu-devel] [PULL v2 23/37] target-i386: emulate LOCK'ed NEG using cmpxchg helper
` [Qemu-devel] [PULL v2 24/37] target-i386: emulate LOCK'ed XADD using atomic helper
` [Qemu-devel] [PULL v2 25/37] target-i386: emulate LOCK'ed BTX ops using atomic helpers
` [Qemu-devel] [PULL v2 26/37] target-i386: emulate XCHG using atomic helper
` [Qemu-devel] [PULL v2 27/37] target-i386: remove helper_lock()
` [Qemu-devel] [PULL v2 28/37] tests: add atomic_add-bench
` [Qemu-devel] [PULL v2 29/37] target-arm: Rearrange aa32 load and store functions
` [Qemu-devel] [PULL v2 30/37] target-arm: emulate LL/SC using cmpxchg helpers
` [Qemu-devel] [PULL v2 31/37] target-arm: emulate SWP with atomic_xchg helper
` [Qemu-devel] [PULL v2 32/37] target-arm: emulate aarch64's LL/SC using cmpxchg helpers
` [Qemu-devel] [PULL v2 33/37] linux-user: remove handling of ARM's EXCP_STREX
` [Qemu-devel] [PULL v2 34/37] linux-user: remove handling of aarch64's EXCP_STREX
` [Qemu-devel] [PULL v2 35/37] target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
` [Qemu-devel] [PULL v2 36/37] target-alpha: Introduce MMU_PHYS_IDX
` [Qemu-devel] [PULL v2 37/37] target-alpha: Emulate LL/SC using cmpxchg helpers
[Qemu-devel] [PATCH 0/7] blockjobs: preliminary refactoring work, Pt 1
2016-10-26 16:09 UTC (4+ messages)
[Qemu-devel] macOS 10.12 Sierra, Xcode 8 & clock_gettime()
2016-10-26 16:03 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/6] qdev class properties + abstract class support on device-list-properties
2016-10-26 15:59 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] qdev: device_class_set_props() function
` [Qemu-devel] [PATCH v2 3/6] qdev: Register static properties as class properties
[Qemu-devel] [PATCH COLO-Frame (Base) v21 00/17] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
2016-10-26 15:52 UTC (35+ messages)
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 03/17] migration: Enter into COLO mode after migration if COLO is enabled
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 04/17] migration: Switch to COLO process after finishing loadvm
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 05/17] COLO: Establish a new communicating path for COLO
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 06/17] COLO: Introduce checkpointing protocol
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 10/17] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 12/17] COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 14/17] COLO: Implement the process of failover for primary VM
` [Qemu-devel] [PATCH COLO-Frame (Base) v21 17/17] configure: Support enable/disable COLO feature
[Qemu-devel] [PATCH COLO-Frame (Base) v22 00/17] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
2016-10-26 15:42 UTC (18+ messages)
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 01/17] migration: Introduce capability 'x-colo' to migration
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 02/17] COLO: migrate COLO related info to secondary node
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 03/17] migration: Enter into COLO mode after migration if COLO is enabled
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 04/17] migration: Switch to COLO process after finishing loadvm
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 05/17] COLO: Establish a new communicating path for COLO
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 06/17] COLO: Introduce checkpointing protocol
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 07/17] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 08/17] COLO: Send PVM state to secondary side when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 09/17] COLO: Load VMState into QIOChannelBuffer before restore it
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 10/17] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 11/17] COLO: Synchronize PVM's state to SVM periodically
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 12/17] COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 13/17] COLO: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 14/17] COLO: Implement the process of failover for primary VM
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 15/17] COLO: Implement failover work for secondary VM
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 16/17] docs: Add documentation for COLO feature
` [Qemu-devel] [PATCH COLO-Frame (Base) v22 17/17] configure: Support enable/disable "
[Qemu-devel] [PATCH 00/15] tcg field extract primitives
2016-10-26 15:38 UTC (4+ messages)
` [Qemu-devel] [PATCH 14/15] target-ppc: Use tcg_gen_extract_*
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH] gtk: fix compilation warning with gtk 3.22.2
2016-10-26 15:35 UTC (2+ messages)
[Qemu-devel] [RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-10-26 15:35 UTC (3+ messages)
` [Qemu-devel] [RESEND PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
[Qemu-devel] [PATCH v8 00/36] block: Image locking series
2016-10-26 15:34 UTC (18+ messages)
` [Qemu-devel] [PATCH v8 05/36] raw-posix: Add image locking support
[Qemu-devel] [PATCH 0/2] qmp output visitor test improvement
2016-10-26 15:31 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/2] tests: Enhance qmp output to cover partial visit
[Qemu-devel] [PATCH v7 00/22] qcow2: persistent dirty bitmaps
2016-10-26 15:28 UTC (15+ messages)
` [Qemu-devel] [PATCH 12/22] qcow2-bitmap: add IN_USE flag
[Qemu-devel] [PATCH 0/2] Introduce vhost-user-scsi and sample application
2016-10-26 15:26 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] vus: Introduce vhost-user-scsi host device
` [Qemu-devel] [PATCH 2/2] vus: Introduce a vhost-user-scsi sample application
[Qemu-devel] [PATCH RFC] acpi: don't build acpi tables for xen hvm guests
2016-10-26 15:22 UTC (6+ messages)
[Qemu-devel] [PATCH] Reduce curses escdelay from 1s to 0.2s
2016-10-26 15:20 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/6] POWER9 TCG enablements - part7
2016-10-26 15:20 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 2/6] bitops: fix rol/ror when shift is zero
[Qemu-devel] [PATCH v9 00/12] Add Mediated device support
2016-10-26 15:19 UTC (17+ messages)
` [Qemu-devel] [PATCH v9 01/12] vfio: Mediated device Core driver
` [Qemu-devel] [PATCH v9 02/12] vfio: VFIO based driver for Mediated devices
` [Qemu-devel] [PATCH v9 04/12] vfio iommu: Add support for mediated devices
[Qemu-devel] [PATCH 0/5] curses: wide character support
2016-10-26 15:19 UTC (7+ messages)
[Qemu-devel] [PATCHv2 0/3] baum driver update v2
2016-10-26 15:14 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device
` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend
[Qemu-devel] [PATCH v12 00/19] Support streaming to an intermediate layer
2016-10-26 15:01 UTC (19+ messages)
` [Qemu-devel] [PATCH v12 01/19] block: Add bdrv_drain_all_{begin, end}()
` [Qemu-devel] [PATCH v12 02/19] block: Pause all jobs during bdrv_reopen_multiple()
` [Qemu-devel] [PATCH v12 03/19] block: Add block_job_add_bdrv()
` [Qemu-devel] [PATCH v12 04/19] block: Use block_job_add_bdrv() in mirror_start_job()
` [Qemu-devel] [PATCH v12 05/19] block: Use block_job_add_bdrv() in backup_start()
` [Qemu-devel] [PATCH v12 07/19] block: Block all nodes involved in the block-commit operation
` [Qemu-devel] [PATCH v12 09/19] block: Support streaming to an intermediate layer
` [Qemu-devel] [PATCH v12 10/19] block: Add QMP support for "
` [Qemu-devel] [PATCH v12 11/19] docs: Document how to stream "
[Qemu-devel] [PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot
2016-10-26 14:45 UTC (18+ messages)
[Qemu-devel] [PATCH 0/4] block/curl: Fix FTP
2016-10-26 14:43 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/4] block/curl: Use BDRV_SECTOR_SIZE
` [Qemu-devel] [PATCH 2/4] block/curl: Fix return value from curl_read_cb
[Qemu-devel] [PATCH 0/2] Improve truncation behavior of memory-backend-file
2016-10-26 14:30 UTC (7+ messages)
` [Qemu-devel] [PATCH 2/2] hostmem-file: allow option 'size' optional
[Qemu-devel] [PATCH v5 00/13] qapi: Allow blockdev-add for NBD
2016-10-26 14:25 UTC (11+ messages)
` [Qemu-devel] [PATCH v5 08/13] "
` [Qemu-devel] [PATCH v5 12/13] iotests: Add assert_json_filename_equal() method
` [Qemu-devel] [PATCH v5 13/13] iotests: Add test for NBD's blockdev-add interface
[Qemu-devel] [PATCH v2 00/11] qapi doc generation (whole version, squashed)
2016-10-26 13:38 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 02/11] qapi: fix schema symbol sections
` [Qemu-devel] [PATCH v2 03/11] qapi: fix missing symbol @prefix
` [Qemu-devel] [PATCH v2 04/11] qapi: fix @ACPI sections
[Qemu-devel] [PATCH] net: smc91c111: check packet number and data register index
2016-10-26 13:34 UTC (4+ messages)
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [PATCH] util/mmap-alloc: check parameter before using
2016-10-26 13:33 UTC (2+ messages)
[Qemu-devel] [PATCH v4 0/5] Allow blockdev-add for SSH
2016-10-26 13:27 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 5/5] qapi: allow blockdev-add for ssh
[Qemu-devel] [PATCH] 0/4] POWER9 TCG enablements - BCD functions part I
2016-10-26 13:18 UTC (5+ messages)
` [Qemu-devel] [PATCH] 1/4] target-ppc: Implement bcdcfn. instruction
` [Qemu-devel] [PATCH] 2/4] target-ppc: Implement bcdctn. instruction
` [Qemu-devel] [PATCH] 3/4] target-ppc: Implement bcdcfz. instruction
` [Qemu-devel] [PATCH] 4/4] target-ppc: Implement bcdctz. instruction
[Qemu-devel] [PATCH v2] trace: Fix 'char **' compilation error in simple backend
2016-10-26 13:18 UTC (2+ messages)
[Qemu-devel] [PATCH] virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d
2016-10-26 12:52 UTC (2+ messages)
[Qemu-devel] [PATCH] audio: intel-hda: check stream entry count during transfer
2016-10-26 12:48 UTC (2+ messages)
[Qemu-devel] [RFC PATCH 0/4] VMS_ARRAY_OF_POINTER with null pointers
2016-10-26 12:30 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH 3/4] migration/vmstate: fix array of pointers to struct
[Qemu-devel] [QEMU PATCH v7 0/3] migration: migrate QTAILQ
2016-10-26 12:29 UTC (3+ messages)
` [Qemu-devel] [QEMU PATCH v7 2/3] "
[Qemu-devel] [PATCH v2] net: smc91c111: check packet number and data register index
2016-10-26 12:17 UTC
[Qemu-devel] vmx support for qemu
2016-10-26 12:16 UTC
[Qemu-devel] [PULL 00/49] ppc-for-2.8 queue 20161026
2016-10-26 11:42 UTC (38+ messages)
` [Qemu-devel] [PULL 01/49] pseries: Update SLOF firmware image to 20161019
` [Qemu-devel] [PULL 05/49] tests: move QVirtioBus pointer into QVirtioDevice
` [Qemu-devel] [PULL 13/49] nvram: Rename openbios_firmware_abi.h into sun_nvram.h
` [Qemu-devel] [PULL 15/49] target-ppc: implement xxbr[qdwh] instruction
` [Qemu-devel] [PULL 16/49] ppc/xics: add a xics_set_nr_servers common routine
` [Qemu-devel] [PULL 17/49] ppc/xics: add a XICSState backlink in ICPState
` [Qemu-devel] [PULL 18/49] ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
` [Qemu-devel] [PULL 20/49] pseries: Remove unused callbacks from sPAPR VIO bus state
` [Qemu-devel] [PULL 21/49] ppc: Fix single step with gdb stub
` [Qemu-devel] [PULL 22/49] ppc: add skiboot firmware for the pnv platform
` [Qemu-devel] [PULL 23/49] ppc/pnv: add skeleton PowerNV platform
` [Qemu-devel] [PULL 24/49] ppc/pnv: add a PnvChip object
` [Qemu-devel] [PULL 25/49] ppc/pnv: add a core mask to PnvChip
` [Qemu-devel] [PULL 26/49] ppc/pnv: add a PIR handler "
` [Qemu-devel] [PULL 27/49] ppc/pnv: add a PnvCore object
` [Qemu-devel] [PULL 28/49] ppc/pnv: add XSCOM infrastructure
` [Qemu-devel] [PULL 29/49] ppc/pnv: add XSCOM handlers to PnvCore
` [Qemu-devel] [PULL 30/49] ppc/pnv: add a LPC controller
` [Qemu-devel] [PULL 31/49] ppc/pnv: add a ISA bus
` [Qemu-devel] [PULL 32/49] target-ppc: add vmul10[u, eu, cu, ecu]q instructions
` [Qemu-devel] [PULL 33/49] pseries: Split device tree construction from device tree load
` [Qemu-devel] [PULL 34/49] pseries: Remove rtas_addr and fdt_addr fields from machinestate
` [Qemu-devel] [PULL 35/49] pseries: Make spapr_create_fdt_skel() get information from machine state
` [Qemu-devel] [PULL 36/49] pseries: Move adding of fdt reserve map entries
` [Qemu-devel] [PULL 37/49] pseries: Consolidate RTAS loading
` [Qemu-devel] [PULL 38/49] pseries: Move construction of /interrupt-controller fdt node
` [Qemu-devel] [PULL 39/49] pseries: Consolidate construction of /chosen device tree node
` [Qemu-devel] [PULL 40/49] pseries: Consolidate construction of /rtas "
` [Qemu-devel] [PULL 41/49] pseries: Move /event-sources construction to spapr_build_fdt()
` [Qemu-devel] [PULL 42/49] pseries: Move /hypervisor node construction to fdt_build_fdt()
` [Qemu-devel] [PULL 43/49] pseries: Consolidate construction of /vdevice device tree node
` [Qemu-devel] [PULL 44/49] pseries: Remove spapr_create_fdt_skel()
` [Qemu-devel] [PULL 45/49] spapr_ovec: initial implementation of option vector helpers
` [Qemu-devel] [PULL 46/49] spapr_hcall: use spapr_ovec_* interfaces for CAS options
` [Qemu-devel] [PULL 47/49] spapr: add option vector handling in CAS-generated resets
` [Qemu-devel] [PULL 48/49] spapr: improve ibm, architecture-vec-5 property handling
` [Qemu-devel] [PULL 49/49] adb: change handler only when recognized
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).