qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-20 16:22:27 to 2016-07-21 09:56:30 UTC [more...]

[Qemu-devel] [PATCH v2 0/3] Fix regression caused my moving README
 2016-07-21  9:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] Revert e5dfc5e8e("Move README to markdown")
` [Qemu-devel] [PATCH v2 2/3] Update README to accomodate markdown format
` [Qemu-devel] [PATCH v2 3/3] Create README.md as a symlink to README

[Qemu-devel] [PULL v1 0/2] Merge qcrypto-next 2016/07/20
 2016-07-21  9:43 UTC  (3+ messages)

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

[Qemu-devel] [PATCH V3] hw/virtio-pci: fix virtio behaviour
 2016-07-21  9:26 UTC  (5+ messages)

[Qemu-devel] [PATCH] virtio-pci: warn when both legacy and modern modes are disabled
 2016-07-21  9:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/ppc/spapr: Make sure to close the htab_fd when migration is canceled
 2016-07-21  9:21 UTC 

[Qemu-devel] [PULL v3 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-21  9:20 UTC  (57+ messages)
` [Qemu-devel] [PULL v3 01/55] nvdimm: fix memory leak in error code path
` [Qemu-devel] [PULL v3 02/55] tests/prom-env-test: increase the test timeout
` [Qemu-devel] [PULL v3 03/55] hw/alpha: fix PCI bus initialization
` [Qemu-devel] [PULL v3 04/55] hw/mips: "
` [Qemu-devel] [PULL v3 05/55] hw/apb: "
` [Qemu-devel] [PULL v3 06/55] hw/grackle: "
` [Qemu-devel] [PULL v3 07/55] hw/prep: realize the PCI root bus as part of the prep init
` [Qemu-devel] [PULL v3 08/55] hw/versatile: realize the PCI root bus as part of the versatile init
` [Qemu-devel] [PULL v3 09/55] x86-iommu: introduce parent class
` [Qemu-devel] [PULL v3 10/55] intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommu
` [Qemu-devel] [PULL v3 11/55] x86-iommu: provide x86_iommu_get_default
` [Qemu-devel] [PULL v3 12/55] x86-iommu: introduce "intremap" property
` [Qemu-devel] [PULL v3 13/55] acpi: enable INTR for DMAR report structure
` [Qemu-devel] [PULL v3 14/55] intel_iommu: allow queued invalidation for IR
` [Qemu-devel] [PULL v3 15/55] intel_iommu: set IR bit for ECAP register
` [Qemu-devel] [PULL v3 16/55] acpi: add DMAR scope definition for root IOAPIC
` [Qemu-devel] [PULL v3 17/55] intel_iommu: define interrupt remap table addr register
` [Qemu-devel] [PULL v3 18/55] intel_iommu: handle interrupt remap enable
` [Qemu-devel] [PULL v3 19/55] intel_iommu: define several structs for IOMMU IR
` [Qemu-devel] [PULL v3 20/55] intel_iommu: add IR translation faults defines
` [Qemu-devel] [PULL v3 21/55] intel_iommu: Add support for PCI MSI remap
` [Qemu-devel] [PULL v3 22/55] q35: ioapic: add support for emulated IOAPIC IR
` [Qemu-devel] [PULL v3 23/55] ioapic: introduce ioapic_entry_parse() helper
` [Qemu-devel] [PULL v3 24/55] intel_iommu: add support for split irqchip
` [Qemu-devel] [PULL v3 25/55] x86-iommu: introduce IEC notifiers
` [Qemu-devel] [PULL v3 26/55] ioapic: register IOMMU IEC notifier for ioapic
` [Qemu-devel] [PULL v3 27/55] intel_iommu: Add support for Extended Interrupt Mode
` [Qemu-devel] [PULL v3 28/55] intel_iommu: add SID validation for IR
` [Qemu-devel] [PULL v3 29/55] kvm-irqchip: simplify kvm_irqchip_add_msi_route
` [Qemu-devel] [PULL v3 30/55] kvm-irqchip: i386: add hook for add/remove virq
` [Qemu-devel] [PULL v3 31/55] kvm-irqchip: x86: add msi route notify fn
` [Qemu-devel] [PULL v3 32/55] kvm-irqchip: do explicit commit when update irq
` [Qemu-devel] [PULL v3 33/55] intel_iommu: support all masks in interrupt entry cache invalidation
` [Qemu-devel] [PULL v3 34/55] kvm-all: add trace events for kvm irqchip ops
` [Qemu-devel] [PULL v3 35/55] intel_iommu: disallow kernel-irqchip=on with IR
` [Qemu-devel] [PULL v3 36/55] virtio: Add typedef for handle_output
` [Qemu-devel] [PULL v3 37/55] virtio: Introduce virtio_add_queue_aio
` [Qemu-devel] [PULL v3 38/55] virtio-blk: Call virtio_add_queue_aio
` [Qemu-devel] [PULL v3 39/55] virtio-scsi: "
` [Qemu-devel] [PULL v3 40/55] Revert "mirror: Workaround for unexpected iohandler events during completion"
` [Qemu-devel] [PULL v3 41/55] virtio-scsi: Replace HandleOutput typedef
` [Qemu-devel] [PULL v3 42/55] virtio-net: Remove old migration version support
` [Qemu-devel] [PULL v3 43/55] virtio-serial: "
` [Qemu-devel] [PULL v3 44/55] virtio: Migration helper function and macro
` [Qemu-devel] [PULL v3 45/55] virtio-scsi: Wrap in vmstate
` [Qemu-devel] [PULL v3 46/55] virtio-blk: "
` [Qemu-devel] [PULL v3 47/55] virtio-rng: "
` [Qemu-devel] [PULL v3 48/55] virtio-balloon: "
` [Qemu-devel] [PULL v3 49/55] virtio-net: "
` [Qemu-devel] [PULL v3 50/55] virtio-serial: "
` [Qemu-devel] [PULL v3 51/55] 9pfs: "
` [Qemu-devel] [PULL v3 52/55] virtio-input: "
` [Qemu-devel] [PULL v3 53/55] virtio-gpu: Use migrate_add_blocker for virgl migration blocking
` [Qemu-devel] [PULL v3 54/55] virtio-gpu: Wrap in vmstate
` [Qemu-devel] [PULL v3 55/55] virtio: Update migration docs

[Qemu-devel] Regression: block: Add .bdrv_co_pwrite_zeroes()
 2016-07-21 13:45 UTC  (7+ messages)

[Qemu-devel] [PATCH] qemu-img: fix error messages emitted by img_open()
 2016-07-21  9:07 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.7] fix qemu exit on memory hotplug when allocation fails at prealloc time
 2016-07-21  9:05 UTC  (3+ messages)

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

[Qemu-devel] [PATCH] checkpatch: add check for bzero
 2016-07-21  9:03 UTC 

[Qemu-devel] [PATCH v5 00/31] vhost-user reconnect fixes
 2016-07-21  8:57 UTC  (32+ messages)
` [Qemu-devel] [PATCH v5 01/31] misc: indentation
` [Qemu-devel] [PATCH v5 02/31] vhost-user: minor simplification
` [Qemu-devel] [PATCH v5 03/31] vhost: don't assume opaque is a fd, use backend cleanup
` [Qemu-devel] [PATCH v5 04/31] vhost: make vhost_log_put() idempotent
` [Qemu-devel] [PATCH v5 05/31] vhost: assert the log was cleaned up
` [Qemu-devel] [PATCH v5 06/31] vhost: fix cleanup on not fully initialized device
` [Qemu-devel] [PATCH v5 07/31] vhost: make vhost_dev_cleanup() idempotent
` [Qemu-devel] [PATCH v5 08/31] vhost-net: always call vhost_dev_cleanup() on failure
` [Qemu-devel] [PATCH v5 09/31] vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
` [Qemu-devel] [PATCH v5 10/31] vhost: do not assert() on vhost_ops failure
` [Qemu-devel] [PATCH v5 11/31] vhost: add missing VHOST_OPS_DEBUG
` [Qemu-devel] [PATCH v5 12/31] vhost: use error_report() instead of fprintf(stderr, ...)
` [Qemu-devel] [PATCH v5 13/31] qemu-char: fix qemu_chr_fe_set_msgfds() crash when disconnected
` [Qemu-devel] [PATCH v5 14/31] vhost-user: call set_msgfds unconditionally
` [Qemu-devel] [PATCH v5 15/31] vhost-user: check qemu_chr_fe_set_msgfds() return value
` [Qemu-devel] [PATCH v5 16/31] vhost-user: check vhost_user_{read, write}() "
` [Qemu-devel] [PATCH v5 17/31] vhost-user: keep vhost_net after a disconnection
` [Qemu-devel] [PATCH v5 18/31] vhost-user: add get_vhost_net() assertions
` [Qemu-devel] [PATCH v5 19/31] Revert "vhost-net: do not crash if backend is not present"
` [Qemu-devel] [PATCH v5 20/31] vhost-net: vhost_migration_done is vhost-user specific
` [Qemu-devel] [PATCH v5 21/31] vhost: add assert() to check runtime behaviour
` [Qemu-devel] [PATCH v5 22/31] char: add chr_wait_connected callback
` [Qemu-devel] [PATCH v5 23/31] char: add and use tcp_chr_wait_connected
` [Qemu-devel] [PATCH v5 24/31] vhost-user: wait until backend init is completed
` [Qemu-devel] [PATCH v5 25/31] tests: plug some leaks in virtio-net-test
` [Qemu-devel] [PATCH v5 26/31] tests: fix vhost-user-test leak
` [Qemu-devel] [PATCH v5 27/31] tests: add /vhost-user/connect-fail test
` [Qemu-devel] [PATCH v5 28/31] tests: add a simple /vhost-user/multiqueue test
` [Qemu-devel] [PATCH v5 29/31] vhost-user: add error report in vhost_user_write()
` [Qemu-devel] [PATCH v5 30/31] vhost: add vhost_net_set_backend()
` [Qemu-devel] [PATCH v5 31/31] RFC: vhost: do not update last avail idx on get_vring_base() failure

[Qemu-devel] oss-security - CVE-2014-3672 libvirt: DoS via excessive logging
 2016-07-21  8:55 UTC  (2+ messages)

[Qemu-devel] [Bug 1605123] [NEW] PEXT returns wrong values, seemingly switches arguments
 2016-07-21  8:36 UTC 

[Qemu-devel] [PATCH v2 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-07-21  8:14 UTC  (2+ messages)

[Qemu-devel] [RFC 0/6] POWER9 TCG enablements - part1
 2016-07-21  8:11 UTC  (12+ messages)
` [Qemu-devel] [RFC 3/6] target-ppc: adding addpcis instruction
` [Qemu-devel] [RFC 4/6] target-ppc: add cmprb instruction
` [Qemu-devel] [RFC 5/6] target-ppc: add modulo word operations

[Qemu-devel] [QEMU v2 0/9] Fast (de)inflating & fast live migration
 2016-07-21  8:10 UTC  (2+ messages)

[Qemu-devel] [RFC v1 00/13] POWER9 TCG enablements - part1
 2016-07-21  8:02 UTC  (19+ messages)
` [Qemu-devel] [RFC v1 03/13] target-ppc: adding addpcis instruction
` [Qemu-devel] [RFC v1 07/13] target-ppc: add cnttzd[.] instruction
` [Qemu-devel] [RFC v1 08/13] target-ppc: add cnttzw[.] instruction
` [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 11/13] target-ppc: add maddld instruction
` [Qemu-devel] [RFC v1 12/13] target-ppc: add maddhd and maddhdu instruction

[Qemu-devel] [PATCH v3 00/28] vhost-user reconnect fixes
 2016-07-21  7:57 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 10/28] vhost: change some assert() for error_report() or silent fail
` [Qemu-devel] [PATCH v3 13/28] vhost-user: check vhost_user_{read, write}() return value
` [Qemu-devel] [PATCH v3 17/28] get_vhost_net() should be != null after vhost_user_init

[Qemu-devel] [PATCH] xics_kvm: drop extra checking of kernel_xics_fd
 2016-07-21  7:15 UTC 

[Qemu-devel] [PATCH 1/1] ppc: Fix MMU model values needed by PR KVM
 2016-07-21  7:07 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-21  6:39 UTC  (3+ messages)

[Qemu-devel] [PATCH] checkpatch: rename README to README.md
 2016-07-21  6:04 UTC  (2+ messages)

[Qemu-devel] [Bug 498035] Re: qemu hangs on shutdown or reboot (XP guest)
 2016-07-21  5:25 UTC 

[Qemu-devel] [RFC PATCH 0/2] Migration: support working on file:url
 2016-07-21  5:06 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/2] migration: Allow the migrate command to work on file:urls
` [Qemu-devel] [RFC PATCH 2/2] migration: Allow -incoming to work on file: urls

[Qemu-devel] [PATCH v5] qemu-img: add the 'dd' subcommand
 2016-07-21  3:55 UTC 

[Qemu-devel] [Bug 1605045] [NEW] input-linux enter key stuck and/or broken
 2016-07-21  3:41 UTC  (3+ messages)
` [Qemu-devel] [Bug 1605045] "

[Qemu-devel] [PATCH v3 00/10] Support non-direct memory writes in cpu_memory_rw_debug
 2016-07-21  1:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 08/10] Convert address_space_rw to use MemoryAccessType
` [Qemu-devel] [PATCH v3 09/10] gdbstub: Convert target_memory_rw_debug "

[Qemu-devel] [PATCH v2] mirror: double performance of the bulk stage if the disc is full
 2016-07-20 20:30 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] Fix regression caused my moving README
 2016-07-20 22:15 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/3] Revert e4dfc5e8e("Move README to markdown")
` [Qemu-devel] [PATCH 2/3] Create README.md as a symlink to README
` [Qemu-devel] [PATCH 3/3] Update README to accomodate markdown format

[Qemu-devel] [PULL 00/14] Block patches
 2016-07-20 21:40 UTC  (5+ messages)
` [Qemu-devel] [PULL 13/14] block/gluster: using new qapi schema

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

[Qemu-devel] [PULL v2 00/25] Block patches
 2016-07-20 21:03 UTC  (5+ messages)
` [Qemu-devel] [PULL v2 23/25] block: Kill .bdrv_co_discard()
` [Qemu-devel] [PULL v2 24/25] nbd: Convert to byte-based interface
` [Qemu-devel] [PULL v2 25/25] raw_bsd: "

[Qemu-devel] [PULL v2 00/28] x86 queue, 2016-07-20
 2016-07-20 20:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] Convert rc4030 to VMState [For 2.8?]
 2016-07-20 20:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/1] vmstateify rc4030

[Qemu-devel] [PULL 0/3] s390x fixes for 2.7
 2016-07-20 20:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global
 2016-07-20 20:18 UTC  (4+ messages)

[Qemu-devel] [PULL for-2.7 0/2] usb: xhci assert fix, add usbredir streams property
 2016-07-20 19:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] optionrom: fix detection of -Wa,-32
 2016-07-20 19:36 UTC 

[Qemu-devel] [PULL for-2.7 0/1] qxl: fix qxl_set_dirty call in qxl_dirty_one_surface
 2016-07-20 19:20 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/10] Docker patches
 2016-07-20 18:40 UTC  (2+ messages)

[Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl
 2016-07-20 18:35 UTC  (6+ messages)

[Qemu-devel] [PATCH] i386 translation: fix typo in xsetbv implementation
 2016-07-20 15:57 UTC 


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