qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-21 16:29:42 to 2016-07-22 07:21:14 UTC [more...]

[Qemu-devel] [PATCH 0/8] Fix migration issues with arbitrary cpu-hot(un)plug
 2016-07-22  7:20 UTC  (18+ 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] [Bug 1605506] [NEW] qemu driver_mirror error "Operation not permitted"
 2016-07-22  7:12 UTC 

[Qemu-devel] [PATCH v2 00/12] qapi: remove the 'middle' mode
 2016-07-22  7:20 UTC  (17+ 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 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] [RFC v1 00/13] POWER9 TCG enablements - part1
 2016-07-22  7:12 UTC  (17+ 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 v2] test: port postcopy test to ppc64
 2016-07-22  6:43 UTC  (4+ messages)

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

[Qemu-devel] [RFC PATCH V9 0/7] Introduce COLO-compare
 2016-07-22  6:56 UTC  (10+ 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] [RFC PATCH 0/2] Migration: support working on file:url
 2016-07-22  6:28 UTC  (4+ 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] [PULL v3 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-22  1:13 UTC  (5+ messages)

[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 V3] hw/virtio-pci: fix virtio behaviour
 2016-07-21 22:21 UTC  (5+ messages)

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

[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  (5+ messages)

[Qemu-devel] [PULL v5 00/57] pc, pci, virtio: new features, cleanups, fixes
 2016-07-21 19:54 UTC  (59+ messages)
` [Qemu-devel] [PULL v5 01/57] nvdimm: fix memory leak in error code path
` [Qemu-devel] [PULL v5 02/57] tests/prom-env-test: increase the test timeout
` [Qemu-devel] [PULL v5 03/57] hw/alpha: fix PCI bus initialization
` [Qemu-devel] [PULL v5 04/57] hw/mips: "
` [Qemu-devel] [PULL v5 05/57] hw/apb: "
` [Qemu-devel] [PULL v5 06/57] hw/grackle: "
` [Qemu-devel] [PULL v5 07/57] hw/prep: realize the PCI root bus as part of the prep init
` [Qemu-devel] [PULL v5 08/57] hw/versatile: realize the PCI root bus as part of the versatile init
` [Qemu-devel] [PULL v5 09/57] x86-iommu: introduce parent class
` [Qemu-devel] [PULL v5 10/57] intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommu
` [Qemu-devel] [PULL v5 11/57] x86-iommu: provide x86_iommu_get_default
` [Qemu-devel] [PULL v5 12/57] x86-iommu: introduce "intremap" property
` [Qemu-devel] [PULL v5 13/57] acpi: enable INTR for DMAR report structure
` [Qemu-devel] [PULL v5 14/57] intel_iommu: allow queued invalidation for IR
` [Qemu-devel] [PULL v5 15/57] intel_iommu: set IR bit for ECAP register
` [Qemu-devel] [PULL v5 16/57] acpi: add DMAR scope definition for root IOAPIC
` [Qemu-devel] [PULL v5 17/57] intel_iommu: define interrupt remap table addr register
` [Qemu-devel] [PULL v5 18/57] intel_iommu: handle interrupt remap enable
` [Qemu-devel] [PULL v5 19/57] intel_iommu: define several structs for IOMMU IR
` [Qemu-devel] [PULL v5 20/57] intel_iommu: add IR translation faults defines
` [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 00/37] Various memory leak fixes
 2016-07-21 19:44 UTC  (15+ messages)
` [Qemu-devel] [PATCH 18/37] acpi-build: fix array leak
` [Qemu-devel] [PATCH 24/37] pc: keep gsi reference
` [Qemu-devel] [PATCH 26/37] sd: free timer

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

[Qemu-devel] [PATCH v5 00/10] Reduce lock contention on TCG hot-path
 2016-07-21 17:42 UTC  (7+ messages)
` [Qemu-devel] [PATCH 05/10] tcg: Prepare TB invalidation for lockless TB lookup

[Qemu-devel] [PATCH 0/1] Convert rc4030 to VMState [For 2.8?]
 2016-07-21 17:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/1] vmstateify rc4030

[Qemu-devel] [PULL v4 00/57] pc, pci, virtio: new features, cleanups, fixes
 2016-07-21 17:23 UTC  (18+ messages)
` [Qemu-devel] [PULL v4 42/57] virtio-net: Remove old migration version support
` [Qemu-devel] [PULL v4 43/57] virtio-serial: "
` [Qemu-devel] [PULL v4 44/57] virtio: Migration helper function and macro
` [Qemu-devel] [PULL v4 45/57] virtio-scsi: Wrap in vmstate
` [Qemu-devel] [PULL v4 46/57] virtio-blk: "
` [Qemu-devel] [PULL v4 47/57] virtio-rng: "
` [Qemu-devel] [PULL v4 48/57] virtio-balloon: "
` [Qemu-devel] [PULL v4 49/57] virtio-net: "
` [Qemu-devel] [PULL v4 50/57] virtio-serial: "
` [Qemu-devel] [PULL v4 51/57] 9pfs: "
` [Qemu-devel] [PULL v4 52/57] virtio-input: "
` [Qemu-devel] [PULL v4 53/57] virtio-gpu: Use migrate_add_blocker for virgl migration blocking
` [Qemu-devel] [PULL v4 54/57] virtio-gpu: Wrap in vmstate
` [Qemu-devel] [PULL v4 55/57] virtio: Update migration docs
` [Qemu-devel] [PULL v4 56/57] intel_iommu: get rid of {0} initializers
` [Qemu-devel] [PULL v4 57/57] intel_iommu: avoid unnamed fields

[Qemu-devel] [PATCH v2 0/3] Handle freeing data in some devices
 2016-07-21 16:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] ipmi_bmc_sim: Add a proper unrealize function
` [Qemu-devel] [PATCH v2 2/3] wdt_i6300esb: Free timer
` [Qemu-devel] [PATCH v2 3/3] wdt_ib700: "


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