qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-21 17:52:54 to 2016-07-22 10:17:18 UTC [more...]

[Qemu-devel] [PATCH v22 00/10] Block replication for continuous checkpoints
 2016-07-22 10:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v22 01/10] unblock backup operations in backing file
` [Qemu-devel] [PATCH v22 02/10] Backup: clear all bitmap when doing block checkpoint
` [Qemu-devel] [PATCH v22 06/10] auto complete active commit

[Qemu-devel] [PATCH v2 0/3] Handle freeing data in some devices
 2016-07-22 10:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/3] ipmi_bmc_sim: Add a proper unrealize function
` [Qemu-devel] [PATCH v2 3/3] wdt_ib700: Free timer

[Qemu-devel] [PATCH v4] virtio-pci: error out when both legacy and modern modes are disabled
 2016-07-22 10:11 UTC  (5+ messages)

[Qemu-devel] [PATCH] block/gluster: fix doc in the qapi schema
 2016-07-22 10:05 UTC 

[Qemu-devel] [PATCH 0/8] Fix migration issues with arbitrary cpu-hot(un)plug
 2016-07-22 10:01 UTC  (20+ messages)
` [Qemu-devel] [PATCH 1/8] exec: reduce CONFIG_USER_ONLY ifdeffenery
` [Qemu-devel] [PATCH 2/8] exec: don't use cpu_index to detect if cpu_exec_init()'s been called for cpu
` [Qemu-devel] [PATCH 3/8] exec: set cpu_index only if it's been explictly set
` [Qemu-devel] [PATCH 4/8] qdev: fix object reference leak in case device.realize() fails
` [Qemu-devel] [PATCH 5/8] pc: init CPUState->cpu_index with index in possible_cpus[]
` [Qemu-devel] [PATCH 6/8] spapr: init CPUState->cpu_index with index relative to core-id
        ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [RFC v1 00/13] POWER9 TCG enablements - part1
 2016-07-22 10:00 UTC  (20+ messages)
` [Qemu-devel] [RFC v1 05/13] target-ppc: add modulo word operations
` [Qemu-devel] [RFC v1 09/13] target-ppc: add cmpeqb instruction
` [Qemu-devel] [RFC v1 10/13] target-ppc: add setb instruction
` [Qemu-devel] [RFC v1 13/13] target-ppc: introduce opc4 for Expanded Opcode

[Qemu-devel] [PATCH] hw/mips_malta: Fix YAMON API print routine
 2016-07-22  9:55 UTC 

[Qemu-devel] [PULL v3 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-22  9:46 UTC  (6+ messages)

[Qemu-devel] [PULL 00/15] tb hash improvements
 2016-07-22  9:04 UTC  (3+ messages)
` [Qemu-devel] [PULL 15/15] translate-all: add tb hash bucket info to 'info jit' dump

[Qemu-devel] [PATCH for-2.7 v5 00/14] nbd: efficient write zeroes
 2016-07-22  8:58 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 13/14] nbd: Implement NBD_CMD_WRITE_ZEROES on server
      ` [Qemu-devel] semantics of FIEMAP without FIEMAP_FLAG_SYNC (was Re: [PATCH v5 13/14] nbd: Implement NBD_CMD_WRITE_ZEROES on server)

[Qemu-devel] [RFC PATCH V9 0/7] Introduce COLO-compare
 2016-07-22  8:24 UTC  (11+ messages)
` [Qemu-devel] [RFC PATCH V9 1/7] colo-compare: introduce colo compare initialization
` [Qemu-devel] [RFC PATCH V9 2/7] colo-base: add colo-base to define and handle packet
` [Qemu-devel] [RFC PATCH V9 3/7] Jhash: add linux kernel jhashtable in qemu
` [Qemu-devel] [RFC PATCH V9 4/7] colo-compare: track connection and enqueue packet
` [Qemu-devel] [RFC PATCH V9 5/7] qemu-char: Add qemu_chr_add_handlers_full() for GMaincontext
` [Qemu-devel] [RFC PATCH V9 6/7] colo-compare: introduce packet comparison thread
` [Qemu-devel] [RFC PATCH V9 7/7] colo-compare: add TCP, UDP, ICMP packet comparison

[Qemu-devel] [PATCH 00/37] Various memory leak fixes
 2016-07-22  8:20 UTC  (16+ messages)
` [Qemu-devel] [PATCH 24/37] pc: keep gsi reference
` [Qemu-devel] [PATCH 26/37] sd: free timer
` [Qemu-devel] [PATCH 28/37] virtio-input: free config list
` [Qemu-devel] [PATCH 30/37] usb: free USBDevice.strings
` [Qemu-devel] [PATCH 32/37] usb: free leaking path

[Qemu-devel] [PATCH v7 00/16] backup compression
 2016-07-22  8:17 UTC  (17+ messages)
` [Qemu-devel] [PATCH v7 01/16] block: switch blk_write_compressed() to byte-based interface
` [Qemu-devel] [PATCH v7 02/16] block: Convert bdrv_pwrite_compressed() to BdrvChild
` [Qemu-devel] [PATCH v7 03/16] block/io: reuse bdrv_co_pwritev() for write compressed
` [Qemu-devel] [PATCH v7 04/16] qcow2: add qcow2_co_pwritev_compressed
` [Qemu-devel] [PATCH v7 05/16] qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
` [Qemu-devel] [PATCH v7 06/16] vmdk: add vmdk_co_pwritev_compressed
` [Qemu-devel] [PATCH v7 07/16] qcow: add qcow_co_pwritev_compressed
` [Qemu-devel] [PATCH v7 08/16] qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion
` [Qemu-devel] [PATCH v7 09/16] block: remove BlockDriver.bdrv_write_compressed
` [Qemu-devel] [PATCH v7 10/16] block/io: turn on dirty_bitmaps for the compressed writes
` [Qemu-devel] [PATCH v7 11/16] block: simplify drive-backup
` [Qemu-devel] [PATCH v7 12/16] block: simplify blockdev-backup
` [Qemu-devel] [PATCH v7 13/16] drive-backup: added support for data compression
` [Qemu-devel] [PATCH v7 14/16] blockdev-backup: "
` [Qemu-devel] [PATCH v7 15/16] qemu-iotests: test backup compression in 055
` [Qemu-devel] [PATCH v7 16/16] qemu-iotests: add vmdk for "

[Qemu-devel] Fw:qemu driver_mirror error "Operation not permitted"
 2016-07-22  7:41 UTC 

[Qemu-devel] [RFC PATCH 0/2] Migration: support working on file:url
 2016-07-22  8:04 UTC  (5+ messages)

[Qemu-devel] [PULL 0/7] migration: fix, perf testing framework
 2016-07-22  8:00 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] migration: set state to post-migrate on failure
` [Qemu-devel] [PULL 2/7] scripts: add __init__.py file to scripts/qmp/
` [Qemu-devel] [PULL 3/7] scripts: add a 'debug' parameter to QEMUMonitorProtocol
` [Qemu-devel] [PULL 4/7] scripts: refactor the VM class in iotests for reuse
` [Qemu-devel] [PULL 5/7] scripts: set timeout when waiting for qemu monitor connection
` [Qemu-devel] [PULL 6/7] scripts: ensure monitor socket has SO_REUSEADDR set
` [Qemu-devel] [PULL 7/7] tests: introduce a framework for testing migration performance

[Qemu-devel] [PATCH V3] hw/virtio-pci: fix virtio behaviour
 2016-07-22  7:55 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/12] qapi: remove the 'middle' mode
 2016-07-22  7:35 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 02/12] qapi-schema: add 'device_add'
` [Qemu-devel] [PATCH v2 03/12] monitor: register gen:false commands manually
` [Qemu-devel] [PATCH v2 05/12] monitor: register the qapi generated commands
` [Qemu-devel] [PATCH v2 06/12] monitor: remove mhandler.cmd_new
` [Qemu-devel] [PATCH v2 07/12] monitor: implement 'qmp_query_commands' without qmp_cmds
` [Qemu-devel] [PATCH v2 08/12] build-sys: remove qmp-commands-old.h
` [Qemu-devel] [PATCH v2 09/12] qapi: remove the "middle" mode

[Qemu-devel] [PATCH v2] test: port postcopy test to ppc64
 2016-07-22  7:28 UTC  (5+ messages)

[Qemu-devel] [Bug 1605506] [NEW] qemu driver_mirror error "Operation not permitted"
 2016-07-22  7:12 UTC 

[Qemu-devel] [PATCH v3 0/2] improve error handling of global properties
 2016-07-22  7:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] qdev: ignore GlobalProperty.errp for hotplugged devices
` [Qemu-devel] [PATCH v3 2/2] vl: exit if a bad property value is passed to -global

[Qemu-devel] [PATCH] spapr: fix spapr-nvram migration
 2016-07-22  6:47 UTC  (2+ messages)

[Qemu-devel] [RFC v4] virtio-crypto specification
 2016-07-22  5:31 UTC  (4+ messages)

[Qemu-devel] [RFC 0/2] cpu-add compatibility for query-hotpluggable-cpus implementations
 2016-07-22  3:30 UTC  (5+ messages)

[Qemu-devel] [liqiang6-s@360.cn: 答复: Host memory leakage in QEMU xhci device emulation]
 2016-07-22  3:51 UTC 

[Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6
 2016-07-22  3:33 UTC  (3+ messages)
` [Qemu-devel] [Bug 1605443] "

[Qemu-devel] [PATCH] checkpatch: fix break by renaming README
 2016-07-22  3:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v12 00/27] IOMMU: Enable interrupt remapping for Intel IOMMU
 2016-07-22  3:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v12 13/27] intel_iommu: Add support for PCI MSI remap

[Qemu-devel] [PATCH] linux-user: correctly pack target_epoll_event for i386 target
 2016-07-22  2:30 UTC 

[Qemu-devel] [PATCH v6 00/16] backup compression
 2016-07-21 23:21 UTC  (20+ messages)
` [Qemu-devel] [PATCH v6 01/16] block: switch blk_write_compressed() to byte-based interface
` [Qemu-devel] [PATCH v6 02/16] block: Convert bdrv_pwrite_compressed() to BdrvChild
` [Qemu-devel] [PATCH v6 03/16] block/io: reuse bdrv_co_pwritev() for write compressed
` [Qemu-devel] [PATCH v6 04/16] qcow2: add qcow2_co_pwritev_compressed
` [Qemu-devel] [PATCH v6 05/16] qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
` [Qemu-devel] [PATCH v6 06/16] vmdk: add vmdk_co_pwritev_compressed
` [Qemu-devel] [PATCH v6 07/16] qcow: add qcow_co_pwritev_compressed
` [Qemu-devel] [PATCH v6 08/16] qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion
` [Qemu-devel] [PATCH v6 09/16] block: remove BlockDriver.bdrv_write_compressed
` [Qemu-devel] [PATCH v6 10/16] block/io: turn on dirty_bitmaps for the compressed writes
` [Qemu-devel] [PATCH v6 11/16] block: simplify drive-backup
` [Qemu-devel] [PATCH v6 12/16] block: simplify blockdev-backup
` [Qemu-devel] [PATCH v6 13/16] drive-backup: added support for data compression
` [Qemu-devel] [PATCH v6 14/16] blockdev-backup: "
` [Qemu-devel] [PATCH v6 15/16] qemu-iotests: test backup compression in 055
` [Qemu-devel] [PATCH v6 16/16] qemu-iotests: add vmdk for "

[Qemu-devel] [PATCH] configure: Rename CONFIG_QGA_NTDDDISK into CONFIG_QGA_NTDDSCSI
 2016-07-21 23:19 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] empty_aliases(qwerty)
 2016-07-21 22:24 UTC 

[Qemu-devel] [PATCH] test: port postcopy test to ppc64
 2016-07-21 21:02 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] virtio-pci: error out when both legacy and modern modes are disabled
 2016-07-21 20:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] virtio-pci: error out when both legacy and modern modes are disabled
 2016-07-21 20:00 UTC  (2+ messages)

[Qemu-devel] [PULL v5 00/57] pc, pci, virtio: new features, cleanups, fixes
 2016-07-21 19:54 UTC  (39+ messages)
` [Qemu-devel] [PULL v5 21/57] intel_iommu: Add support for PCI MSI remap
` [Qemu-devel] [PULL v5 22/57] intel_iommu: get rid of {0} initializers
` [Qemu-devel] [PULL v5 23/57] q35: ioapic: add support for emulated IOAPIC IR
` [Qemu-devel] [PULL v5 24/57] ioapic: introduce ioapic_entry_parse() helper
` [Qemu-devel] [PULL v5 25/57] intel_iommu: add support for split irqchip
` [Qemu-devel] [PULL v5 26/57] x86-iommu: introduce IEC notifiers
` [Qemu-devel] [PULL v5 27/57] ioapic: register IOMMU IEC notifier for ioapic
` [Qemu-devel] [PULL v5 28/57] intel_iommu: Add support for Extended Interrupt Mode
` [Qemu-devel] [PULL v5 29/57] intel_iommu: add SID validation for IR
` [Qemu-devel] [PULL v5 30/57] kvm-irqchip: simplify kvm_irqchip_add_msi_route
` [Qemu-devel] [PULL v5 31/57] kvm-irqchip: i386: add hook for add/remove virq
` [Qemu-devel] [PULL v5 32/57] kvm-irqchip: x86: add msi route notify fn
` [Qemu-devel] [PULL v5 33/57] kvm-irqchip: do explicit commit when update irq
` [Qemu-devel] [PULL v5 34/57] intel_iommu: support all masks in interrupt entry cache invalidation
` [Qemu-devel] [PULL v5 35/57] kvm-all: add trace events for kvm irqchip ops
` [Qemu-devel] [PULL v5 36/57] intel_iommu: disallow kernel-irqchip=on with IR
` [Qemu-devel] [PULL v5 37/57] virtio: Add typedef for handle_output
` [Qemu-devel] [PULL v5 38/57] virtio: Introduce virtio_add_queue_aio
` [Qemu-devel] [PULL v5 39/57] virtio-blk: Call virtio_add_queue_aio
` [Qemu-devel] [PULL v5 40/57] virtio-scsi: "
` [Qemu-devel] [PULL v5 41/57] Revert "mirror: Workaround for unexpected iohandler events during completion"
` [Qemu-devel] [PULL v5 42/57] virtio-scsi: Replace HandleOutput typedef
` [Qemu-devel] [PULL v5 43/57] virtio-net: Remove old migration version support
` [Qemu-devel] [PULL v5 44/57] virtio-serial: "
` [Qemu-devel] [PULL v5 45/57] virtio: Migration helper function and macro
` [Qemu-devel] [PULL v5 46/57] virtio-scsi: Wrap in vmstate
` [Qemu-devel] [PULL v5 47/57] virtio-blk: "
` [Qemu-devel] [PULL v5 48/57] virtio-rng: "
` [Qemu-devel] [PULL v5 49/57] virtio-balloon: "
` [Qemu-devel] [PULL v5 50/57] virtio-net: "
` [Qemu-devel] [PULL v5 51/57] virtio-serial: "
` [Qemu-devel] [PULL v5 52/57] 9pfs: "
` [Qemu-devel] [PULL v5 53/57] virtio-input: "
` [Qemu-devel] [PULL v5 54/57] virtio-gpu: Use migrate_add_blocker for virgl migration blocking
` [Qemu-devel] [PULL v5 55/57] virtio-gpu: Wrap in vmstate
` [Qemu-devel] [PULL v5 56/57] virtio: Update migration docs
` [Qemu-devel] [PULL v5 57/57] intel_iommu: avoid unnamed fields

[Qemu-devel] [PATCH for-2.7 0/4] NBD and block alignment fixes
 2016-07-21 19:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] nbd: Fix bad flag detection on server
` [Qemu-devel] [PATCH 2/4] nbd: Limit nbdflags to 16 bits
` [Qemu-devel] [PATCH 3/4] osdep: Document differences in rounding macros
` [Qemu-devel] [PATCH 4/4] block: Cater to iscsi with non-power-of-2 discard

[Qemu-devel] [PULL 0/4] Block patches
 2016-07-21 19:14 UTC  (4+ messages)


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).