messages from 2016-10-26 09:00:17 to 2016-10-26 15:36:04 UTC [more...]
[Qemu-devel] [RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-10-26 15:35 UTC (6+ 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] macOS 10.12 Sierra, Xcode 8 & clock_gettime()
2016-10-26 15:32 UTC (3+ messages)
[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:32 UTC (37+ 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 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] gtk: fix compilation warning with gtk 3.22.2
2016-10-26 15:21 UTC
[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 v2 0/6] qdev class properties + abstract class support on device-list-properties
2016-10-26 15:02 UTC (6+ 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 v12 00/19] Support streaming to an intermediate layer
2016-10-26 15:01 UTC (29+ 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 06/19] block: Check blockers in all nodes involved in a block-commit job
` [Qemu-devel] [PATCH v12 07/19] block: Block all nodes involved in the block-commit operation
` [Qemu-devel] [PATCH v12 08/19] block: Block all intermediate nodes in commit_active_start()
` [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 v12 12/19] qemu-iotests: Test streaming "
` [Qemu-devel] [PATCH v12 13/19] qemu-iotests: Test block-stream operations in parallel
` [Qemu-devel] [PATCH v12 14/19] qemu-iotests: Test overlapping stream and commit operations
` [Qemu-devel] [PATCH v12 15/19] qemu-iotests: Test block-stream and block-commit in parallel
` [Qemu-devel] [PATCH v12 16/19] qemu-iotests: Add iotests.supports_quorum()
` [Qemu-devel] [PATCH v12 17/19] qemu-iotests: Test streaming to a Quorum child
` [Qemu-devel] [PATCH v12 18/19] block: Add 'base-node' parameter to the 'block-stream' command
` [Qemu-devel] [PATCH v12 19/19] qemu-iotests: Test the 'base-node' parameter of 'block-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 (11+ 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 (16+ messages)
` [Qemu-devel] [PATCH v5 07/13] block/nbd: Use SocketAddress options
` [Qemu-devel] [PATCH v5 08/13] qapi: Allow blockdev-add for NBD
` [Qemu-devel] [PATCH v5 09/13] iotests.py: Add qemu_nbd function
` [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 (8+ 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 (4+ 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] [QEMU PATCH v8 0/3] migration: migrate QTAILQ
2016-10-26 12:14 UTC (3+ messages)
` [Qemu-devel] [QEMU PATCH v8 1/3] migration: extend VMStateInfo
[Qemu-devel] [PULL 00/49] ppc-for-2.8 queue 20161026
2016-10-26 11:42 UTC (50+ messages)
` [Qemu-devel] [PULL 01/49] pseries: Update SLOF firmware image to 20161019
` [Qemu-devel] [PULL 02/49] ppc/xics: Add xics to the monitor "info pic" command
` [Qemu-devel] [PULL 03/49] tests: fix memory leak in virtio-scsi-test
` [Qemu-devel] [PULL 04/49] tests: don't check if qtest_spapr_boot() returns NULL
` [Qemu-devel] [PULL 05/49] tests: move QVirtioBus pointer into QVirtioDevice
` [Qemu-devel] [PULL 06/49] tests: rename target_big_endian() as qvirtio_is_big_endian()
` [Qemu-devel] [PULL 07/49] tests: use qtest_pc_boot()/qtest_shutdown() in virtio tests
` [Qemu-devel] [PULL 08/49] tests: enable virtio tests on SPAPR
` [Qemu-devel] [PULL 09/49] spapr_pci: advertise explicit numa IDs even when there's 1 node
` [Qemu-devel] [PULL 10/49] nvram: Introduce helper functions for CHRP "system" and "free space" partitions
` [Qemu-devel] [PULL 11/49] sparc: Use the new common NVRAM functions for system and free space partition
` [Qemu-devel] [PULL 12/49] nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]
` [Qemu-devel] [PULL 13/49] nvram: Rename openbios_firmware_abi.h into sun_nvram.h
` [Qemu-devel] [PULL 14/49] target-ppc: implement vnegw/d instructions
` [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 19/49] ppc: fix MSR_ME handling for system reset interrupt
` [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
[Qemu-devel] [PATCH v3 00/13] Refactor common part of xen backend and frontend
2016-10-26 11:40 UTC (2+ messages)
[Qemu-devel] [PATCH v2] util/mmap-alloc: check parameter before using
2016-10-26 11:12 UTC
[Qemu-devel] [PATCH 0/2] tests: silence error_report in tests
2016-10-26 11:04 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/2] tests: send error_report to test log
[Qemu-devel] [Bug 1619438] [NEW] GTK+ UI, delete key deletes to the left in the monitor
2016-10-26 10:22 UTC (2+ messages)
` [Qemu-devel] [Bug 1619438] "
[Qemu-devel] [PATCH] exec.c: workaround regression caused by alignment change in d2f39ad
2016-10-26 10:31 UTC (3+ messages)
[Qemu-devel] [Bug 1636770] [NEW] mouse wheel works only with -usbdevice tablet
2016-10-26 10:19 UTC
[Qemu-devel] [Bug 1623276] [NEW] qemu 2.7 / iPXE crash
2016-10-26 10:11 UTC (5+ messages)
` [Qemu-devel] [Bug 1623276] "
[Qemu-devel] [PATCH v2 0/2] block: allow blockdev-add for NFS
2016-10-26 9:49 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 2/2] qapi: "
[Qemu-devel] [Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted
2016-10-26 9:32 UTC
[Qemu-devel] [Bug 710234] [NEW] Qemu segfaults at start regardles if i suply an image or not
2016-10-26 8:59 UTC (2+ messages)
` [Qemu-devel] [Bug 710234] "
[Qemu-devel] [Bug 705931] [NEW] make ui sdl error 1 on git devel
2016-10-26 8:53 UTC (2+ messages)
` [Qemu-devel] [Bug 705931] "
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).