qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-08 17:41:01 to 2014-08-11 11:39:52 UTC [more...]

[Qemu-devel] [RFC PATCH 00/10] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2014-08-11 11:39 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH 03/10] spapr_pci: Make find_phb()/find_dev() public

[Qemu-devel] the whole virtual machine hangs when IO does not come back!
 2014-08-11 11:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] tpm: acpi generation tweaks
 2014-08-11 11:35 UTC  (4+ messages)

[Qemu-devel] [PATCH V3] layout: Reduce number of generator functions in __init__
 2014-08-11 11:27 UTC 

[Qemu-devel] apb: add IOMMU flush register implementation
 2014-08-11 11:22 UTC 

[Qemu-devel] [PATCH v3 0/2] scsi: Change device init to realize
 2014-08-11 11:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/2] block: Pass errp in blkconf_geometry
` [Qemu-devel] [PATCH v3 2/2] scsi-bus: Convert DeviceClass init to realize

[Qemu-devel] [PATCH] qemu-io: initialize progname with error_set_progname()
 2014-08-11 11:20 UTC  (2+ messages)

[Qemu-devel] [RFC 0/3] QMP: extend BLOCK_IO_ERROR event
 2014-08-11 11:15 UTC  (5+ messages)
` [Qemu-devel] [RFC 2/3] QMP: rate limit BLOCK_IO_ERROR

[Qemu-devel] [PATCH v3 0/9] qemu-log dfilter and perf.map changes
 2014-08-11 11:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 3/9] qemu-log: correct help text for -d cpu
` [Qemu-devel] [PATCH v3 4/9] qemu-log: Avoid function call for disabled qemu_log_mask logging

[Qemu-devel] [Bug 1353947] [NEW] Hypervisor with QEMU-2.0/libvirtd 1.2.2 stack when launching VM with CirrOS or Ubuntu 12.04
 2014-08-11 11:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 1353947] "

[Qemu-devel] [PATCH V4 0/3] image-fuzzer: Support L1/L2 tables in the qcow2 image generator
 2014-08-11 11:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH V4 1/3] docs: Expand the list of supported image elements with L1/L2 tables
` [Qemu-devel] [PATCH V4 2/3] fuzz: Add fuzzing functions for L1/L2 table entries
` [Qemu-devel] [PATCH V4 3/3] layout: Add generators of L1/L2 tables

[Qemu-devel] [PATCH V6 0/5] tests: Add the image fuzzer with qcow2 support
 2014-08-11 10:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH V6 1/5] docs: Specification for the image fuzzer
` [Qemu-devel] [PATCH V6 2/5] runner: Tool for fuzz tests execution
` [Qemu-devel] [PATCH V6 3/5] fuzz: Fuzzing functions for qcow2 images
` [Qemu-devel] [PATCH V6 4/5] layout: Generator of fuzzed "
` [Qemu-devel] [PATCH V6 5/5] package: Public API for image-fuzzer/runner/runner.py

[Qemu-devel] [PATCH] translate-all.c: fix debug memory maps printing
 2014-08-11 10:28 UTC 

[Qemu-devel] [PATCH] test-coroutine: add baseline test that times the cost of function calls
 2014-08-11 10:08 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/10] KVM platform device passthrough
 2014-08-11  9:40 UTC  (14+ messages)
` [Qemu-devel] [PATCH v5 01/10] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
` [Qemu-devel] [PATCH v5 02/10] hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
` [Qemu-devel] [PATCH v5 03/10] hw/vfio/pci: introduce VFIODevice
` [Qemu-devel] [PATCH v5 04/10] hw/vfio/pci: Introduce VFIORegion
` [Qemu-devel] [PATCH v5 05/10] hw/vfio/pci: split vfio_get_device
` [Qemu-devel] [PATCH v5 06/10] hw/vfio: create common module
` [Qemu-devel] [PATCH v5 07/10] hw/vfio/platform: add vfio-platform support
` [Qemu-devel] [PATCH v5 08/10] hw/intc/arm_gic_kvm: advertise irqfd
` [Qemu-devel] [PATCH v5 09/10] hw/vfio/platform: Add irqfd support
` [Qemu-devel] [PATCH v5 10/10] hw/arm/dyn_sysbus_devtree: enable simple VFIO dynamic instantiation

[Qemu-devel] [PATCH 0/2] using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
 2014-08-11  9:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-char: "
` [Qemu-devel] [PATCH 2/2] channel-posix: "

[Qemu-devel] [PATCH v5 00/10] fix three bugs about use-after-free and several api abuse
 2014-08-11  9:34 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 01/10] l2cap: fix access freed memory
` [Qemu-devel] [PATCH v5 02/10] monitor: "
` [Qemu-devel] [PATCH v5 03/10] virtio-blk: fix reference a pointer which might be freed
` [Qemu-devel] [PATCH v5 04/10] ivshmem: check the value returned by fstat()
` [Qemu-devel] [PATCH v5 05/10] util/path: Use the GLib memory allocation routines
` [Qemu-devel] [PATCH v5 06/10] slirp/misc: Use g_malloc() instead of malloc()
` [Qemu-devel] [PATCH v5 07/10] linux-user: check return value "
` [Qemu-devel] [PATCH v5 08/10] tests/bios-tables-test: check the value returned by fopen()
` [Qemu-devel] [PATCH v5 09/10] tcg: check return value of fopen()
` [Qemu-devel] [PATCH v5 10/10] block/vvfat: fix setbuf stream parameter may be NULL

[Qemu-devel] [PATCH 0/2] ivshmem: clean up building and arguments
 2014-08-11  9:26 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] ivshmem: convert option 'use64' to a bit instead of integer

[Qemu-devel] Issues in conversion to half precision number
 2014-08-11  9:24 UTC 

[Qemu-devel] [PATCH 0/2] scsi: Change device init to realize
 2014-08-11  8:38 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] scsi-bus: Convert DeviceClass "

[Qemu-devel] the whole virtual machine hangs when IO does not come back!
 2014-08-11  8:33 UTC 

[Qemu-devel] [PATCH 0/2] trivial patches for pci-host
 2014-08-11  8:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] pci-host: update obsolete reference about piix_pci.c
` [Qemu-devel] [PATCH 2/2] pci-host: update uncorresponding description

[Qemu-devel] [PATCH v4 00/10] fix three bugs about use-after-free and several api abuse
 2014-08-11  7:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 06/10] slirp/misc: check return value of malloc()

[Qemu-devel] [PATCH v4 0/2] add read-pattern for block qourum
 2014-08-11  7:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 2/2] block/quorum: add simple read pattern support

[Qemu-devel] [PATCH v3 0/5] intel-iommu: introduce Intel IOMMU (VT-d) emulation to q35 chipset
 2014-08-11  7:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps
` [Qemu-devel] [PATCH v3 2/5] intel-iommu: introduce Intel IOMMU (VT-d) emulation
` [Qemu-devel] [PATCH v3 3/5] intel-iommu: add DMAR table to ACPI tables
` [Qemu-devel] [PATCH v3 4/5] intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu" as a switch
` [Qemu-devel] [PATCH v3 5/5] intel-iommu: add supports for queued invalidation interface

[Qemu-devel] [patch] qcow2: double free snapshots
 2014-08-11  6:34 UTC  (3+ messages)

[Qemu-devel] USB PCI host bus adapter hot plug
 2014-08-11  5:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/2] sheepdog driver update related to VDI locking feature
 2014-08-11  5:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] sheepdog: adopting protocol update for VDI locking
` [Qemu-devel] [PATCH v3 2/2] sheepdog: improve error handling for a case of failed lock

[Qemu-devel] [PATCH 0/2] sheepdog driver update related to VDI locking feature
 2014-08-11  3:43 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/2] sheepdog: adopting protocol update for VDI locking
` [Qemu-devel] [PATCH 2/2] sheepdog: improve error handling for a case of failed lock

[Qemu-devel] [PATCH v2 0/2] sheepdog driver update related to VDI locking feature
 2014-08-11  2:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] sheepdog: adopting protocol update for VDI locking
` [Qemu-devel] [PATCH v2 2/2] sheepdog: improve error handling for a case of failed lock

[Qemu-devel] [v4][PATCH 0/5] xen: introduce new machine for IGD passthrough
 2014-08-11  2:50 UTC  (8+ messages)
` [Qemu-devel] [v4][PATCH 3/5] I440FX_PCI_DEVICE: add pci_type to index

[Qemu-devel] [RFC PATCH v3 0/6] VMState testing
 2014-08-11  2:49 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH v3 1/6] QEMUSizedBuffer/QEMUFile
` [Qemu-devel] [RFC PATCH v3 2/6] VMState test: get information about the registered devices
` [Qemu-devel] [RFC PATCH v3 3/6] VMstate test: basic VMState testing mechanism
` [Qemu-devel] [RFC PATCH v3 4/6] VMState test: querying the vmstate testing process
` [Qemu-devel] [RFC PATCH v3 5/6] VMState test: update period of "
` [Qemu-devel] [RFC PATCH v3 6/6] VMState test: cancel mechanism for an already running "

[Qemu-devel] [PATCH] memory: Update obsolete comment about AddrRange field type
 2014-08-11  2:18 UTC 

[Qemu-devel] [PATCH 0/2] Virtual Machine Generation ID
 2014-08-10 17:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] i386: Add an ACPI_EXTRACT_NAME_BUFFER16 directive
` [Qemu-devel] [PATCH 2/2] i386: Add a Virtual Machine Generation ID device

[Qemu-devel] [PATCH v3 0/2] ivshmem: update documentation, add client/server tools
 2014-08-10  3:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] contrib: add ivshmem client and server

[Qemu-devel] [PATCH v1 00/17] dataplane: optimization and multi virtqueue support
 2014-08-10  3:46 UTC  (8+ messages)

[Qemu-devel] [PATCH] Fix OHCI ISO TD state never being written back
 2014-08-10  2:39 UTC  (3+ messages)

[Qemu-devel] [Bug 1354727] [NEW] build error with GCC 4.9
 2014-08-09 17:41 UTC 

[Qemu-devel] [Bug 1350435] Re: tcg.c:1693: tcg fatal error
 2014-08-09 14:58 UTC  (4+ messages)

[Qemu-devel] [Bug 1042388] [NEW] qemu: Unsupported syscall: 257
 2014-08-09 14:46 UTC  (5+ messages)
` [Qemu-devel] [Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

[Qemu-devel] Qemu-devel Digest, Vol 137, Issue 266
 2014-08-09 14:52 UTC 

[Qemu-devel] Qemu-devel Digest, Vol 137, jIssue 266nnn
 2014-08-09 14:51 UTC 

[Qemu-devel] [PATCH] linux-user: Fix conversion of sigevent argument to timer_create
 2014-08-09 14:42 UTC 

[Qemu-devel] [PATCH] apic: Fix reported DFR content
 2014-08-09 14:05 UTC 

[Qemu-devel] [Bug 1068044] [NEW] regression: booting winxp installation iso makes qemu-system-i386 crash in latest git
 2014-08-09 13:43 UTC  (2+ messages)
` [Qemu-devel] [Bug 1068044] "

[Qemu-devel] [PATCH] target-sparc64: implement Short Floating-Point Store Instructions
 2014-08-09 13:40 UTC  (2+ messages)

[Qemu-devel] latest rc: virtio-blk hangs forever after migration
 2014-08-09  6:35 UTC  (12+ messages)

[Qemu-devel] [Bug 1317090] Re: qemu fails on ELF files with no section headers
 2014-08-09  5:29 UTC  (2+ messages)

[Qemu-devel] [Bug 1289527] Re: qemu-aarch64-static: java dies with SIGILL
 2014-08-09  4:37 UTC 

[Qemu-devel] [PATCH v1 0/4] -object/object-add add 2nd stage initialization
 2014-08-09  4:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 4/4] virtio_rng: replace custom backend API with UserCreatable.complete() callback

[Qemu-devel] [PATCH] qemu-nbd: NULL nbd export pointer dereference after kill (TERMINATE)
 2014-08-09  3:33 UTC 

[Qemu-devel] [PATCH 0/3] qcow2: Prevent corruption-related crashes
 2014-08-08 22:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/3] block: Catch !bs->drv in bdrv_check()

[Qemu-devel] [Bug 1354529] [NEW] qemu-io: Assert failure on the fuzzed qcow2 image
 2014-08-08 21:50 UTC  (2+ messages)
` [Qemu-devel] [Bug 1354529] "

[Qemu-devel] [PULL 00/19] QOM CPUState patch queue 2014-06-26
 2014-08-08 21:42 UTC  (4+ messages)
` [Qemu-devel] [PULL 17/19] target-i386: Support "invariant tsc" flag

[Qemu-devel] [PULL 0/9] Trivial patches for 2014-08-09
 2014-08-08 20:39 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/9] hw/timer/imx_*: fix TIMER_MAX clash with system symbol
` [Qemu-devel] [PULL 2/9] l2tpv3 (configure): it is linux-specific
` [Qemu-devel] [PULL 3/9] target-i386/cpu.c: Fix two error output indentation
` [Qemu-devel] [PULL 4/9] Show length mismatch error is hex
` [Qemu-devel] [PULL 5/9] virtio: Move extern declaration to header file
` [Qemu-devel] [PULL 6/9] hw/timer: Move extern declaration from .c to .h file
` [Qemu-devel] [PULL 7/9] qemu-img: Check getchar() return value in read_password() for WIN32
` [Qemu-devel] [PULL 8/9] po: Add Chinese translation
` [Qemu-devel] [PULL 9/9] build-sys: Move qapi-{types, visit, event}.o into util-obj-y

[Qemu-devel] [PATCH v2 0/2] Add machine type pc-1.0-qemu-kvm for live migrate compatibility with qemu-kvm
 2014-08-08 20:28 UTC  (6+ messages)

[Qemu-devel] [PATCH] build-sys: Move qapi-{types, visit, event}.o into util-obj-y
 2014-08-08 20:12 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH v3] po: Add Chinese translation
 2014-08-08 20:09 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH v7 0/2] aarch64: Allow -kernel option to take a gzip-compressed kernel
 2014-08-08 19:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 1/2] loader: Add load_image_gzipped function
` [Qemu-devel] [PATCH v7 2/2] aarch64: Allow -kernel option to take a gzip-compressed kernel

[Qemu-devel] [PATCH v3 0/6] Improve global validation test cases, move validation to a single function
 2014-08-08 19:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] test-qdev-global-props: Trivial comment fix
` [Qemu-devel] [PATCH v3 2/6] test-qdev-global-props: Run tests on subprocess
` [Qemu-devel] [PATCH v3 3/6] test-qdev-global-props: Initialize not_used=true for all props
` [Qemu-devel] [PATCH v3 4/6] test-qdev-global-props: Test handling of hotpluggable and non-device types
` [Qemu-devel] [PATCH v3 5/6] qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()
` [Qemu-devel] [PATCH v3 6/6] qdev: Move global validation to a single function

[Qemu-devel] [PULL 00/62] Block patches
 2014-08-08 17:40 UTC  (34+ messages)
` [Qemu-devel] [PULL 30/62] thread-pool: avoid deadlock in nested aio_poll() calls
` [Qemu-devel] [PULL 31/62] block: vhdx - add error check
` [Qemu-devel] [PULL 32/62] block: VHDX endian fixes
` [Qemu-devel] [PULL 33/62] test-coroutine: add baseline test that times the cost of function calls
` [Qemu-devel] [PULL 34/62] block: allow bdrv_unref() to be passed NULL pointers
` [Qemu-devel] [PULL 35/62] block: vdi - use block layer ops in vdi_create, instead of posix calls
` [Qemu-devel] [PULL 36/62] block: use the standard 'ret' instead of 'result'
` [Qemu-devel] [PULL 37/62] block: vpc - use block layer ops in vpc_create, instead of posix calls
` [Qemu-devel] [PULL 38/62] block: iotest - update 084 to test static VDI image creation
` [Qemu-devel] [PULL 39/62] block: Introduce qemu_try_blockalign()
` [Qemu-devel] [PULL 40/62] block: Handle failure for potentially large allocations
` [Qemu-devel] [PULL 41/62] bochs: "
` [Qemu-devel] [PULL 42/62] cloop: "
` [Qemu-devel] [PULL 43/62] curl: "
` [Qemu-devel] [PULL 44/62] dmg: "
` [Qemu-devel] [PULL 45/62] iscsi: "
` [Qemu-devel] [PULL 46/62] nfs: "
` [Qemu-devel] [PULL 47/62] parallels: "
` [Qemu-devel] [PULL 48/62] qcow1: "
` [Qemu-devel] [PULL 49/62] qcow2: "
` [Qemu-devel] [PULL 50/62] qed: "
` [Qemu-devel] [PULL 51/62] raw-posix: "
` [Qemu-devel] [PULL 52/62] raw-win32: "
` [Qemu-devel] [PULL 53/62] rbd: "
` [Qemu-devel] [PULL 54/62] vdi: "
` [Qemu-devel] [PULL 55/62] vhdx: "
` [Qemu-devel] [PULL 56/62] vmdk: "
` [Qemu-devel] [PULL 57/62] vpc: "
` [Qemu-devel] [PULL 58/62] mirror: "
` [Qemu-devel] [PULL 59/62] qcow2: Return useful error code in refcount_init()
` [Qemu-devel] [PULL 60/62] qcow2: Catch !*host_offset for data allocation
` [Qemu-devel] [PULL 61/62] iotests: Add test for image header overlap
` [Qemu-devel] [PULL 62/62] block: Catch !bs->drv in bdrv_check()


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