qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-29 06:57:38 to 2016-02-29 20:34:56 UTC [more...]

[Qemu-devel] [PATCH v2 0/9] Add i.MX6 (Single/Dual/Quad) support
 2016-02-29 20:34 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 5/9] i.MX: Add i.MX6 CCM and ANALOG device
` [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation

[Qemu-devel] [Qemu-ppc] Migrating decrementer
 2016-02-29 20:21 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] Block patches
 2016-02-29 20:08 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] block/nfs: add support for setting debug level
` [Qemu-devel] [PULL 02/12] sheepdog: allow to delete snapshot
` [Qemu-devel] [PULL 03/12] rbd: add support for getting password from QCryptoSecret object
` [Qemu-devel] [PULL 04/12] curl: add support for HTTP authentication parameters
` [Qemu-devel] [PULL 05/12] iscsi: add support for getting CHAP password via QCryptoSecret API
` [Qemu-devel] [PULL 06/12] vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()
` [Qemu-devel] [PULL 07/12] vhdx: Simplify vhdx_set_shift_bits()
` [Qemu-devel] [PULL 08/12] mirror: Rewrite mirror_iteration
` [Qemu-devel] [PULL 09/12] mirror: Add mirror_wait_for_io
` [Qemu-devel] [PULL 10/12] block/backup: make backup cluster size configurable
` [Qemu-devel] [PULL 11/12] block/backup: avoid copying less than full target clusters
` [Qemu-devel] [PULL 12/12] iotests/124: Add cluster_size mismatch test

[Qemu-devel] [RFC PATCH v2 00/10] Add colo-proxy based on netfilter
 2016-02-29 20:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] blockjob: correct backup cluster size for backups
 2016-02-29 19:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode
 2016-02-29 19:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/38] ivshmem: Fixes, cleanups, device model split
 2016-02-29 18:40 UTC  (39+ messages)
` [Qemu-devel] [PATCH 01/38] exec: Fix memory allocation when memory path names new file
` [Qemu-devel] [PATCH 02/38] qemu-doc: Fix ivshmem huge page example
` [Qemu-devel] [PATCH 03/38] event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
` [Qemu-devel] [PATCH 04/38] tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned
` [Qemu-devel] [PATCH 05/38] ivshmem-test: Improve test case /ivshmem/single
` [Qemu-devel] [PATCH 06/38] ivshmem-test: Clean up wait for devices to become operational
` [Qemu-devel] [PATCH 07/38] ivshmem-test: Improve test cases /ivshmem/server-*
` [Qemu-devel] [PATCH 08/38] ivshmem: Rewrite specification document
` [Qemu-devel] [PATCH 09/38] ivshmem: Add missing newlines to debug printfs
` [Qemu-devel] [PATCH 10/38] ivshmem: Compile debug prints unconditionally to prevent bit-rot
` [Qemu-devel] [PATCH 11/38] ivshmem: Clean up after commit 9940c32
` [Qemu-devel] [PATCH 12/38] ivshmem: Drop ivshmem_event() stub
` [Qemu-devel] [PATCH 13/38] ivshmem: Don't destroy the chardev on version mismatch
` [Qemu-devel] [PATCH 14/38] ivshmem: Fix harmless misuse of Error
` [Qemu-devel] [PATCH 15/38] ivshmem: Failed realize() can leave migration blocker behind
` [Qemu-devel] [PATCH 16/38] ivshmem: Clean up register callbacks
` [Qemu-devel] [PATCH 17/38] ivshmem: Clean up MSI-X conditions
` [Qemu-devel] [PATCH 18/38] ivshmem: Leave INTx alone when using MSI-X
` [Qemu-devel] [PATCH 19/38] ivshmem: Assert interrupts are set up once
` [Qemu-devel] [PATCH 20/38] ivshmem: Simplify rejection of invalid peer ID from server
` [Qemu-devel] [PATCH 21/38] ivshmem: Disentangle ivshmem_read()
` [Qemu-devel] [PATCH 22/38] ivshmem: Plug leaks on unplug, fix peer disconnect
` [Qemu-devel] [PATCH 23/38] ivshmem: Receive shared memory synchronously in realize()
` [Qemu-devel] [PATCH 24/38] ivshmem: Propagate errors through ivshmem_recv_setup()
` [Qemu-devel] [PATCH 25/38] ivshmem: Rely on server sending the ID right after the version
` [Qemu-devel] [PATCH 26/38] ivshmem: Drop the hackish test for UNIX domain chardev
` [Qemu-devel] [PATCH 27/38] ivshmem: Simplify how we cope with short reads from server
` [Qemu-devel] [PATCH 28/38] ivshmem: Tighten check of property "size"
` [Qemu-devel] [PATCH 29/38] ivshmem: Implement shm=... with a memory backend
` [Qemu-devel] [PATCH 30/38] ivshmem: Simplify memory regions for BAR 2 (shared memory)
` [Qemu-devel] [PATCH 31/38] ivshmem: Inline check_shm_size() into its only caller
` [Qemu-devel] [PATCH 32/38] qdev: New DEFINE_PROP_ON_OFF_AUTO
` [Qemu-devel] [PATCH 33/38] ivshmem: Replace int role_val by OnOffAuto master
` [Qemu-devel] [PATCH 34/38] ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem
` [Qemu-devel] [PATCH 35/38] ivshmem: Clean up after the previous commit
` [Qemu-devel] [PATCH 36/38] ivshmem: Drop ivshmem property x-memdev
` [Qemu-devel] [PATCH 37/38] ivshmem: Require master to have ID zero
` [Qemu-devel] [PATCH 38/38] contrib/ivshmem-server: Print "not for production" warning

[Qemu-devel] [PATCH] pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()
 2016-02-29 18:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests
 2016-02-29 17:22 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 01/15] tests: Add utilities for docker testing
` [Qemu-devel] [PATCH v2 02/15] Makefile: Rules "
` [Qemu-devel] [PATCH v2 03/15] docker: Add images

[Qemu-devel] Implementing QKeyCode in cocoa.m
 2016-02-29 17:17 UTC  (2+ messages)

[Qemu-devel] make distclean can fail do to a configuration check
 2016-02-29 17:13 UTC  (5+ messages)

[Qemu-devel] [Bug 1550503] [NEW] target-arm/helper.c:5493: bad test ?
 2016-02-29 16:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1550503] "

[Qemu-devel] [Bug 893208] Re: qemu on ARM hosts can't boot i386 image
 2016-02-29 16:24 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/2] ARM: add QMP command to query GIC version
 2016-02-29 16:30 UTC  (12+ messages)

[Qemu-devel] [PATCH] target-arm: Implement MRS (banked) and MSR (banked) instructions
 2016-02-29 16:25 UTC  (3+ messages)

[Qemu-devel] [PATCH] qcow2: Clarify that compressed cluster offset requires shift
 2016-02-29 16:07 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] QCow2 compression
 2016-02-29 15:58 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 RFC 00/17] qcow2: persistent dirty bitmaps
 2016-02-29 15:49 UTC  (3+ messages)

[Qemu-devel] [RFC] QMP: add query-hotpluggable-cpus
 2016-02-29 15:42 UTC  (12+ messages)

[Qemu-devel] [PATCH RFC 00/17] Dirty bitmaps postcopy migration
 2016-02-29 15:32 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC] docs: add dirty bitmap postcopy migration docs

[Qemu-devel] [PATCH 00/10] s390x: pending patches
 2016-02-29 15:32 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH] s390x/css: only suspend when enabled by orb

[Qemu-devel] [PING][PATCH] Use unsigned types for the 'len' argument of all memory read/write functions
 2016-02-29 15:28 UTC  (3+ messages)

[Qemu-devel] ping [PATCH v14] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
 2016-02-29 15:17 UTC 

[Qemu-devel] [RFC PATCH v0 0/6] Core based CPU hotplug for PowerPC sPAPR
 2016-02-29 15:15 UTC  (13+ messages)
` [Qemu-devel] [RFC PATCH v0 2/6] spapr: CPU core device
` [Qemu-devel] [RFC PATCH v0 3/6] spapr: Represent boot CPUs as spapr-cpu-core devices
` [Qemu-devel] [RFC PATCH v0 5/6] qmp, spapr: Show hot-plugged/pluggable CPU slots in the Machine

[Qemu-devel] [PATCH] i8257: fix Terminal Count status
 2016-02-29 14:26 UTC  (2+ messages)

[Qemu-devel] [mttcg] cputlb: Use async tlb_flush_by_mmuidx
 2016-02-29 14:18 UTC  (7+ messages)

[Qemu-devel] [PULL 0/2] usb: redirect bugfix, MAINTAINERS update
 2016-02-29 13:05 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] MAINTAINERS: Add some missing entries for USB related files
` [Qemu-devel] [PULL 2/2] usb-redirect: Avoid double free of data

[Qemu-devel] [PATCH COLO-Frame v15 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-02-29 13:04 UTC  (7+ messages)

[Qemu-devel] [WIP:COLO: 1] Flush colo ram in parallel
 2016-02-29 12:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] net/filter-redirector:Add filter-redirector
 2016-02-29 12:33 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 00/16] data-driven device registers
 2016-02-29 12:26 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 07/16] register: Add block initialise helper
` [Qemu-devel] [PATCH v4 08/16] bitops: Add ONES macro
` [Qemu-devel] [PATCH v4 09/16] dma: Add Xilinx Zynq devcfg device model
` [Qemu-devel] [PATCH v4 14/16] register: Add GPIO API

[Qemu-devel] [PULL 0/3] ui patch queue
 2016-02-29 12:24 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/3] spice/gl: Enable dmabuf only for spice >= 0.13.1
` [Qemu-devel] [PULL 2/3] MAINTAINERS: Add spice-display.h to the SPICE section
` [Qemu-devel] [PULL 3/3] MAINTAINERS: Add an entry for the include/ui/ folder

[Qemu-devel] [PATCH V2 0/3] Introduce filter-redirector
 2016-02-29 12:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2 1/3] net/filter-traffic: add filter-traffic.h
` [Qemu-devel] [PATCH V2 2/3] net/filter-redirector:Add filter-redirector
` [Qemu-devel] [PATCH V2 3/3] tests/test-filter-redirector: Add unit test for filter-redirector

[Qemu-devel] [PATCH v4 00/26] Support LUKS encryption in block devices
 2016-02-29 12:01 UTC  (27+ messages)
` [Qemu-devel] [PATCH v4 01/26] crypto: add cryptographic random byte source
` [Qemu-devel] [PATCH v4 02/26] crypto: add support for PBKDF2 algorithm
` [Qemu-devel] [PATCH v4 03/26] crypto: add support for generating initialization vectors
` [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm
` [Qemu-devel] [PATCH v4 05/26] crypto: skip testing of unsupported cipher algorithms
` [Qemu-devel] [PATCH v4 06/26] crypto: add support for the cast5-128 cipher algorithm
` [Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent "
` [Qemu-devel] [PATCH v4 08/26] crypto: add support for the twofish "
` [Qemu-devel] [PATCH v4 09/26] crypto: import an implementation of the XTS cipher mode
` [Qemu-devel] [PATCH v4 10/26] crypto: refactor code for dealing with AES cipher
` [Qemu-devel] [PATCH v4 11/26] crypto: wire up XTS mode for cipher APIs
` [Qemu-devel] [PATCH v4 12/26] crypto: add block encryption framework
` [Qemu-devel] [PATCH v4 13/26] crypto: implement the LUKS block encryption format
` [Qemu-devel] [PATCH v4 14/26] block: add flag to indicate that no I/O will be performed
` [Qemu-devel] [PATCH v4 15/26] qemu-img/qemu-io: don't prompt for passwords if not required
` [Qemu-devel] [PATCH v4 16/26] tests: redirect stderr to stdout for iotests
` [Qemu-devel] [PATCH v4 17/26] tests: refactor python I/O tests helper main method
` [Qemu-devel] [PATCH v4 18/26] tests: add output filter to python I/O tests helper
` [Qemu-devel] [PATCH v4 19/26] block: add generic full disk encryption driver
` [Qemu-devel] [PATCH v4 20/26] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 21/26] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 22/26] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 23/26] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 24/26] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v4 25/26] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v4 26/26] block: remove support for legecy AES qcow/qcow2 encryption

[Qemu-devel] [PULL 0/1] fw_cfg: unbreak migration compatibility for 2.4 and earlier machines
 2016-02-29 11:49 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] "

[Qemu-devel] [PULL 0/8] ppc-for-2.6 queue 20160229
 2016-02-29 11:24 UTC  (3+ messages)
` [Qemu-devel] [PULL 8/8] xics: report errors with the QEMU Error API

[Qemu-devel] [PULL 00/19] Misc changes for 2016-02-24
 2016-02-29 11:17 UTC  (8+ messages)
` [Qemu-devel] [PULL 14/19] log: Redirect stderr to logfile if deamonized

[Qemu-devel] [PULL 0/8] spice: initial opengl/virgl support, postcopy migration fix
 2016-02-29 11:00 UTC  (4+ messages)
` [Qemu-devel] [PULL 2/8] configure: add dma-buf support detection

[Qemu-devel] [PATCH v2 0/6] external backup api
 2016-02-29 10:22 UTC  (18+ messages)

[Qemu-devel] [PATCH v3 0/8] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
 2016-02-29  9:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 5/8] nvdimm acpi: introduce patched dsm memory

[Qemu-devel] [PATCH 3/3] replay: introduce block devices record/replay
 2016-02-29  7:54 UTC  (13+ messages)

[Qemu-devel] [PATCH v3] net: netmap: implement virtio-net header probe
 2016-02-29  7:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] net: netmap: probe netmap interface for virtio-net header

[Qemu-devel] [PATCH v2 0/2] Introduce 'status' property for netfilter
 2016-02-29  7:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] filter: Add 'status' property for filter object
` [Qemu-devel] [PATCH v2 2/2] filter-buffer: Add status_changed callback processing

[Qemu-devel] [PATCHv2 0/7] Allow EEH on spapr-pci-host-bridge devices
 2016-02-29  7:28 UTC  (12+ messages)
` [Qemu-devel] [PATCHv2 1/7] vfio: Start improving VFIO/EEH interface
` [Qemu-devel] [PATCHv2 2/7] spapr_pci: Switch to vfio_eeh_as_op() interface
` [Qemu-devel] [PATCHv2 3/7] spapr_pci: Eliminate class callbacks
` [Qemu-devel] [PATCHv2 4/7] spapr_pci: Allow EEH on spapr-pci-host-bridge
` [Qemu-devel] [PATCHv2 5/7] spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
` [Qemu-devel] [PATCHv2 6/7] spapr_pci: Remove finish_realize hook
` [Qemu-devel] [PATCHv2 7/7] vfio: Eliminate vfio_container_ioctl()

[Qemu-devel] An ivshmem + chardev peculiarity
 2016-02-29  7:26 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).