qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-20 09:02:26 to 2016-07-20 19:08:39 UTC [more...]

[Qemu-devel] [PATCH v2] mirror: double performance of the bulk stage if the disc is full
 2016-07-20 19:08 UTC  (3+ 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  (8+ messages)

[Qemu-devel] [PULL 00/14] Block patches
 2016-07-20 17:51 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-20 17:49 UTC  (56+ 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] [PATCH] i386 translation: fix typo in xsetbv implementation
 2016-07-20 15:57 UTC 

[Qemu-devel] [PULL v2 00/25] Block patches
 2016-07-20 16:21 UTC  (26+ messages)
` [Qemu-devel] [PULL v2 01/25] block: Fragment reads to max transfer length
` [Qemu-devel] [PULL v2 02/25] raw_bsd: Don't advertise flags not supported by protocol layer
` [Qemu-devel] [PULL v2 03/25] block: Fragment writes to max transfer length
` [Qemu-devel] [PULL v2 04/25] nbd: Rely on block layer to break up large requests
` [Qemu-devel] [PULL v2 05/25] nbd: Drop unused offset parameter
` [Qemu-devel] [PULL v2 06/25] iscsi: Rely on block layer to break up large requests
` [Qemu-devel] [PULL v2 07/25] block: Convert bdrv_co_discard() to byte-based
` [Qemu-devel] [PULL v2 08/25] block: Convert bdrv_discard() "
` [Qemu-devel] [PULL v2 09/25] block: Switch BlockRequest "
` [Qemu-devel] [PULL v2 10/25] block: Convert bdrv_aio_discard() "
` [Qemu-devel] [PULL v2 11/25] block: Convert BB interface to byte-based discards
` [Qemu-devel] [PULL v2 12/25] raw-posix: Switch paio_submit() to byte-based
` [Qemu-devel] [PULL v2 13/25] rbd: Switch rbd_start_aio() "
` [Qemu-devel] [PULL v2 14/25] block: Convert .bdrv_aio_discard() "
` [Qemu-devel] [PULL v2 15/25] block: Add .bdrv_co_pdiscard() driver callback
` [Qemu-devel] [PULL v2 16/25] blkreplay: Switch .bdrv_co_discard() to byte-based
` [Qemu-devel] [PULL v2 17/25] gluster: "
` [Qemu-devel] [PULL v2 18/25] iscsi: "
` [Qemu-devel] [PULL v2 19/25] nbd: "
` [Qemu-devel] [PULL v2 20/25] qcow2: "
` [Qemu-devel] [PULL v2 21/25] raw_bsd: "
` [Qemu-devel] [PULL v2 22/25] sheepdog: "
` [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 0/4] Block patches
 2016-07-20 16:05 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/55] pc, pci, virtio: new features, cleanups, fixes
 2016-07-20 16:01 UTC  (2+ messages)

[Qemu-devel] QEMU live migration RARP issue
 2016-07-20 11:27 UTC  (3+ messages)

[Qemu-devel] [PATCH V3] hw/virtio-pci: fix virtio behaviour
 2016-07-20 15:28 UTC 

[Qemu-devel] [PATCH Qemu] Change spice-server protocol for GL texture passing
 2016-07-20 15:13 UTC  (7+ messages)
    ` [Qemu-devel] [Spice-devel] "

[Qemu-devel] [PATCH v3 00/19] pc: add CPU hot-add/hot-remove with device_add/device_del
 2016-07-20 15:12 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 04/19] pc: cpu: consolidate apic-id validity checks in pc_cpu_pre_plug()

[Qemu-devel] [PULL v2 00/28] x86 queue, 2016-07-20
 2016-07-20 15:08 UTC  (29+ messages)
` [Qemu-devel] [PULL 01/28] target-i386: Provide TCG_PHYS_ADDR_BITS
` [Qemu-devel] [PULL 02/28] target-i386: Allow physical address bits to be set
` [Qemu-devel] [PULL 03/28] target-i386: Mask mtrr mask based on CPU physical address limits
` [Qemu-devel] [PULL 04/28] target-i386: Fill high bits of mtrr mask
` [Qemu-devel] [PULL 05/28] target-i386: Use uint32_t for X86CPU.apic_id
` [Qemu-devel] [PULL 06/28] pc: Add x86_topo_ids_from_apicid()
` [Qemu-devel] [PULL 07/28] target-i386: Set physical address bits based on host
` [Qemu-devel] [PULL 08/28] pc: Extract CPU lookup into a separate function
` [Qemu-devel] [PULL 09/28] pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
` [Qemu-devel] [PULL 10/28] target-i386: Replace custom apic-id setter/getter with static property
` [Qemu-devel] [PULL 11/28] target-i386: Add socket/core/thread properties to X86CPU
` [Qemu-devel] [PULL 12/28] target-i386: Add support for UMIP and RDPID CPUID bits
` [Qemu-devel] [PULL 13/28] target-i386: cpu: Do not ignore error and fix apic parent
` [Qemu-devel] [PULL 14/28] target-i386: Fix apic object leak when CPU is deleted
` [Qemu-devel] [PULL 15/28] pc: Set APIC ID based on socket/core/thread ids if it's not been set yet
` [Qemu-devel] [PULL 16/28] pc: Delay setting number of boot CPUs to machine_done time
` [Qemu-devel] [PULL 17/28] pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()
` [Qemu-devel] [PULL 18/28] pc: Forbid BSP removal
` [Qemu-devel] [PULL 19/28] pc: Enforce adding CPUs contiguously and removing them in opposite order
` [Qemu-devel] [PULL 20/28] pc: cpu: Allow device_add to be used with x86 cpu
` [Qemu-devel] [PULL 21/28] pc: Implement query-hotpluggable-cpus callback
` [Qemu-devel] [PULL 22/28] apic: move MAX_APICS check to 'apic' class
` [Qemu-devel] [PULL 23/28] apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]
` [Qemu-devel] [PULL 24/28] apic: kvm-apic: Fix crash due to access to freed memory region
` [Qemu-devel] [PULL 25/28] (kvm)apic: Add unrealize callbacks
` [Qemu-devel] [PULL 26/28] apic: Use apic_id as apic's migration instance_id
` [Qemu-devel] [PULL 27/28] target-i386: Add x86_cpu_unrealizefn()
` [Qemu-devel] [PULL 28/28] pc: Make device_del CPU work for x86 CPUs

[Qemu-devel] [PULL v2 for-2.7 00/15] QAPI patches for 2016-07-19
 2016-07-20 15:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/3] Dynamic module loading for block drivers
 2016-07-20 14:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/3] blockdev: prepare iSCSI block driver for dynamic loading
` [Qemu-devel] [PATCH v5 2/3] blockdev: Add dynamic generation of module_block.h
` [Qemu-devel] [PATCH v5 3/3] blockdev: Add dynamic module loading for block drivers

[Qemu-devel] [PULL 0/3] s390x fixes for 2.7
 2016-07-20 14:17 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] s390x/css: copy CCW format bit from ORB to SCSW
` [Qemu-devel] [PULL 2/3] s390x/css: sch_handle_start_func() handles resume, too
` [Qemu-devel] [PULL 3/3] s390x/css: provide a dev_path for css devices

[Qemu-devel] [PATCH v3 00/28] vhost-user reconnect fixes
 2016-07-20 13:55 UTC  (10+ 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 00/37] Various memory leak fixes
 2016-07-20 13:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 27/37] qjson: free str
` [Qemu-devel] [PATCH 31/37] tests: free a bunch of qmp responses
` [Qemu-devel] [PATCH 35/37] tests: fix rsp leak in postcopy-test

[Qemu-devel] [PATCH v4 00/29] vhost-user reconnect fixes
 2016-07-20 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.7 v5 00/14] nbd: efficient write zeroes
 2016-07-20 13:40 UTC  (14+ 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] [PULL 00/28] x86 queue for -rc0
 2016-07-20 13:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] A migration performance testing framework
 2016-07-20 13:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] scripts: add __init__.py file to scripts/qmp/
` [Qemu-devel] [PATCH v2 2/6] scripts: add a 'debug' parameter to QEMUMonitorProtocol
` [Qemu-devel] [PATCH v2 3/6] scripts: refactor the VM class in iotests for reuse
` [Qemu-devel] [PATCH v2 4/6] scripts: set timeout when waiting for qemu monitor connection
` [Qemu-devel] [PATCH v2 5/6] scripts: ensure monitor socket has SO_REUSEADDR set
` [Qemu-devel] [PATCH v2 6/6] tests: introduce a framework for testing migration performance

[Qemu-devel] [PULL for-2.7 00/25] Block patches
 2016-07-20 13:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/10] Support non-direct memory writes in cpu_memory_rw_debug
 2016-07-20  9:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 05/10] Rename MMUAccessType to MemoryAccessType
` [Qemu-devel] [PATCH v3 07/10] Convert cpu_memory_rw_debug to use MemoryAccessType

[Qemu-devel] [PULL for-2.7 0/2] usb: xhci assert fix, add usbredir streams property
 2016-07-20 12:58 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] xhci: Fix possible side effect from assert()
` [Qemu-devel] [PULL 2/2] usbredir: add streams property

[Qemu-devel] [RFC/PATCHSET 0/3] virtio-pstore: Implement virtio pstore device
 2016-07-20 12:56 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/3] virtio: Basic implementation of virtio pstore driver
` [Qemu-devel] [PATCH 2/3] qemu: Implement virtio-pstore device

[Qemu-devel] [PULL 0/2] target-arm queue
 2016-07-20 12:51 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/16] linux-user changes for v2.7
 2016-07-20 11:48 UTC  (4+ messages)

[Qemu-devel] [PULL v1 0/2] Merge qcrypto-next 2016/07/20
 2016-07-20 11:32 UTC  (3+ messages)
` [Qemu-devel] [PULL v1 1/2] crypto: use glib as fallback for hash algorithm
` [Qemu-devel] [PULL v1 2/2] crypto: don't open-code qcrypto_hash_supports

[Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore
 2016-07-20  9:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] qemu-img: add the 'dd' subcommand
 2016-07-20  9:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] linux-aio: reduce completion latency
 2016-07-20  9:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/15] backup compression
 2016-07-20  9:55 UTC  (3+ messages)

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

[Qemu-devel] [PATCH V2] hw/virtio-pci: fix virtio behaviour on modern (PCIe) machines
 2016-07-20 11:23 UTC  (8+ messages)

[Qemu-devel] [PULL 00/10] Docker patches
 2016-07-20 10:55 UTC  (3+ messages)

[Qemu-devel] PEXT returns wrong values, seemingly switches arguments
 2016-07-20 10:45 UTC 

[Qemu-devel] [PATCH v2 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
 2016-07-20 10:20 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.7] fix qemu exit on memory hotplug when allocation fails at prealloc time
 2016-07-20  9:54 UTC 

[Qemu-devel] [PATCH] qmp: add support for mixed typed input visitor
 2016-07-20  9:02 UTC  (6+ 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).