qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-08 11:46:13 to 2015-05-08 21:17:04 UTC [more...]

[Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command
 2015-05-08 21:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu
 2015-05-08 21:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure

[Qemu-devel] [RFC 0/8] Helper-based Atomic Instruction Emulation (AIE)
 2015-05-08 21:02 UTC  (9+ messages)
` [Qemu-devel] [RFC 1/8] cputlb: add physical address to CPUTLBEntry
` [Qemu-devel] [RFC 2/8] softmmu: add helpers to get ld/st physical addresses
` [Qemu-devel] [RFC 3/8] tiny_set: add module to test for membership in a tiny set of pointers
` [Qemu-devel] [RFC 4/8] radix-tree: add generic lockless radix tree module
` [Qemu-devel] [RFC 5/8] aie: add module for Atomic Instruction Emulation
` [Qemu-devel] [RFC 6/8] aie: add target helpers
` [Qemu-devel] [RFC 7/8] target-arm: emulate atomic instructions using AIE
` [Qemu-devel] [RFC 8/8] target-i386: "

[Qemu-devel] [PATCH] util/hbitmap: Add an API to reset all set bits in hbitmap
 2015-05-08 20:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] qom: misc fixes & enhancements to support TLS work
 2015-05-08 20:16 UTC  (24+ messages)
` [Qemu-devel] [PATCH v3 1/7] qom: fix typename of 'policy' enum property in hostmem obj
` [Qemu-devel] [PATCH v3 2/7] qom: document user creatable object types in help text
` [Qemu-devel] [PATCH v3 3/7] qom: create objects in two phases
` [Qemu-devel] [PATCH v3 4/7] qom: add object_new_propv / object_new_proplist constructors
` [Qemu-devel] [PATCH v3 5/7] qom: make enum string tables const-correct
` [Qemu-devel] [PATCH v3 6/7] qom: add a object_property_add_enum helper method
` [Qemu-devel] [PATCH v3 7/7] qom: don't pass string table to object_get_enum method

[Qemu-devel] [PATCH v2 0/5] Some fixes related to scsi-generic
 2015-05-08 20:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/5] block: Use bdrv_is_sg() everywhere
` [Qemu-devel] [PATCH v2 2/5] Fix migration in case of scsi-generic
` [Qemu-devel] [PATCH v2 3/5] raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
` [Qemu-devel] [PATCH v2 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY
` [Qemu-devel] [PATCH v2 5/5] raw-posix: Introduce hdev_is_sg()

[Qemu-devel] [PATCH 00/34] block: Cache mode for children, reopen overhaul and more
 2015-05-08 20:06 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/34] qdict: Add qdict_array_entries()
` [Qemu-devel] [PATCH 02/34] qdict: Add qdict_{set,copy}_default()
` [Qemu-devel] [PATCH 03/34] quorum: Use bdrv_open_image()
` [Qemu-devel] [PATCH 04/34] vmdk: "
` [Qemu-devel] [PATCH 05/34] block: Use macro for cache option names
` [Qemu-devel] [PATCH 06/34] block: Use QemuOpts in bdrv_open_common()
` [Qemu-devel] [PATCH 07/34] block: Move flag inheritance to bdrv_open_inherited()
` [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState
` [Qemu-devel] [PATCH 09/34] block: Add BlockDriverState.inherits_from
` [Qemu-devel] [PATCH 10/34] block: Fix reopen flag inheritance
` [Qemu-devel] [PATCH 11/34] block: Allow references for backing files
` [Qemu-devel] [PATCH 12/34] block: Allow specifying driver-specific options to reopen
` [Qemu-devel] [PATCH 13/34] qemu-io: Add command 'reopen'
` [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()
` [Qemu-devel] [PATCH 15/34] qcow2: Move qcow2_update_options() call up
` [Qemu-devel] [PATCH 16/34] qcow2: Move rest of option handling to qcow2_update_options()
` [Qemu-devel] [PATCH 17/34] qcow2: Leave s unchanged on qcow2_update_options() failure
` [Qemu-devel] [PATCH 18/34] qcow2: Fix memory leak in qcow2_update_options() error path
` [Qemu-devel] [PATCH 19/34] qcow2: Make qcow2_update_options() suitable for transactions
` [Qemu-devel] [PATCH 20/34] qcow2: Support updating driver-specific options in reopen
` [Qemu-devel] [PATCH 21/34] block: Consider all block layer options in append_open_options
` [Qemu-devel] [PATCH 22/34] block: Exclude nested options only for children in append_open_options()
` [Qemu-devel] [PATCH 23/34] block: Pass driver-specific options to .bdrv_refresh_filename()
` [Qemu-devel] [PATCH 24/34] block: Keep "driver" in bs->options
` [Qemu-devel] [PATCH 25/34] block: Allow specifying child options in reopen
` [Qemu-devel] [PATCH 26/34] block: reopen: Document option precedence and refactor accordingly
` [Qemu-devel] [PATCH 27/34] block: Add infrastructure for option inheritance
` [Qemu-devel] [PATCH 28/34] block: Introduce bs->explicit_options
` [Qemu-devel] [PATCH 29/34] qemu-iotests: Remove cache mode test without medium
` [Qemu-devel] [PATCH 30/34] block: reopen: Extract QemuOpts for generic block layer options
` [Qemu-devel] [PATCH 31/34] block: Move cache options into options QDict
` [Qemu-devel] [PATCH 32/34] qemu-iotests: Try setting cache mode for children
` [Qemu-devel] [PATCH 33/34] qemu-iotests: Test cache mode option inheritance
` [Qemu-devel] [PATCH 34/34] qemu-iotests: Test reopen with node-name/driver options

[Qemu-devel] [PATCH v3 0/5] qtest: base64 r/w and faster memset
 2015-05-08 19:47 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 4/5] qtest: precompute hex nibs

[Qemu-devel] [RFC 0/5] Slow-path for atomic instruction translation
 2015-05-08 18:29 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/6] Extend TPM support with a QEMU-external TPM
 2015-05-08 18:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/6] Provide support for the CUSE TPM
` [Qemu-devel] [PATCH v2 2/6] Introduce RAM location in vendor specific area in TIS
` [Qemu-devel] [PATCH v2 3/6] Support Physical Presence Interface Spec
` [Qemu-devel] [PATCH v2 4/6] Introduce condition to notifiy waiters of completed command
` [Qemu-devel] [PATCH v2 5/6] Introduce condition in TPM backend for notification
` [Qemu-devel] [PATCH v2 6/6] Add support for VM suspend/resume for TPM TIS

[Qemu-devel] [PATCH v4 0/27] write/create for Parallels images with reasonable performance
 2015-05-08 17:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] qtest: hex nib buffering
 2015-05-08 17:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/1] qtest: pre-buffer hex nibs

[Qemu-devel] [PATCH v2 0/7] qcow2 L2/refcount cache improvements
 2015-05-08 16:59 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/7] qcow2: use one single memory block for the L2/refcount cache tables
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 2/7] qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 3/7] qcow2: use an LRU algorithm to replace entries from the L2 cache
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 4/7] qcow2: remove qcow2_cache_find_entry_to_replace()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 5/7] qcow2: use a hash to look for entries in the L2 cache
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 6/7] qcow2: make qcow2_cache_put() a void function
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 7/7] qcow2: style fixes in qcow2-cache.c
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command
 2015-05-08 16:25 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/10] block: incremental backup transactions
 2015-05-08 16:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 01/10] qapi: Add transaction support to block-dirty-bitmap operations
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] Fix default CPU model for ARM64
 2015-05-08 15:59 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/3] tpm: Upgrade TPM TIS for support of a TPM 2
 2015-05-08 15:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] Extend TPM TIS interface to support "
` [Qemu-devel] [PATCH v3 2/3] tpm: Probe for connected TPM 1.2 or "
` [Qemu-devel] [PATCH v3 3/3] TPM2 ACPI table support

[Qemu-devel] [PATCH v6 00/22] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM
 2015-05-08 15:39 UTC  (4+ messages)

[Qemu-devel] vmfork in KVM
 2015-05-08 15:07 UTC  (2+ messages)

[Qemu-devel] [RFC v1 PATCH 0/3] cpus: Convert cpu_index into a bitmap
 2015-05-08 14:57 UTC  (4+ messages)
` [Qemu-devel] [RFC v1 PATCH 2/3] "

[Qemu-devel] [PATCH v3] block/vdi: Use bdrv_flush after metadata updates
 2015-05-08 14:43 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4] "
` [Qemu-devel] [Qemu-block] [PATCH v3] "

[Qemu-devel] [PATCH 0/5] qapi doc cleanups
 2015-05-08 14:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] net: Change help text to list -netdev instead of -net by default
 2015-05-08 14:39 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] Move last migration bits into migration/
 2015-05-08 14:39 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] migration: move ram stuff to migration/ram
` [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/
` [Qemu-devel] [PATCH 3/4] migration: Add myself to the copyright list of both files
` [Qemu-devel] [PATCH 4/4] movement: reduce include files

[Qemu-devel] [PATCH RFC v8 0/7] Update tests/qemu-iotests failing cases for the s390 platform
 2015-05-08 14:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH RFC v8 5/7] qemu-iotests: s390x: fix test 049
` [Qemu-devel] [PATCH RFC v8 6/7] qemu-iotests: s390x: fix test 051
` [Qemu-devel] [PATCH RFC v8 7/7] qemu-iotests: s390x: fix test 130

[Qemu-devel] [PULL 00/10] QMP queue
 2015-05-08 13:34 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] monitor: add memory search commands s, sp
` [Qemu-devel] [PULL 02/10] QJSON: Use OBJECT_CHECK
` [Qemu-devel] [PULL 03/10] qobject: Clean up around qtype_code
` [Qemu-devel] [PULL 04/10] qobject: Add a special null QObject
` [Qemu-devel] [PULL 05/10] json-parser: Accept 'null' in QMP
` [Qemu-devel] [PULL 06/10] MAINTAINERS: New maintainer for QMP and QAPI
` [Qemu-devel] [PULL 07/10] scripts: qmp-shell: refactor helpers
` [Qemu-devel] [PULL 08/10] scripts: qmp-shell: Expand support for QMP expressions
` [Qemu-devel] [PULL 09/10] scripts: qmp-shell: add transaction subshell
` [Qemu-devel] [PULL 10/10] scripts: qmp-shell: Add verbose flag

[Qemu-devel] [PATCH v4 0/4] scripts: qmp-shell: add transaction support
 2015-05-08 12:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Add virt-v3 machine that uses GIC-500
 2015-05-08 13:09 UTC 

[Qemu-devel] [PATCH v2] qemu-nbd: only send a limited number of errno codes on the wire
 2015-05-08 13:04 UTC  (8+ messages)

[Qemu-devel] [PATCH] qemu-nbd: return EROFS for discard on a read-only export
 2015-05-08 13:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH] qemu-nbd: only send a limited number of errno codes on the wire

[Qemu-devel] [Qemu-block] [PATCH v2 0/3] block: Warn about usage of growing formats over non-growable protocols
 2015-05-08 12:58 UTC  (12+ messages)

[Qemu-devel] [PULL v2 0/9] KVM, QOM, NBD, build fixes for 2015-05-08
 2015-05-08 12:52 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/9] kvm: Silence warning from valgrind
` [Qemu-devel] [PULL 2/9] apic_common: improve readability of apic_reset_common
` [Qemu-devel] [PULL 3/9] mtree: tag & indent a bit better
` [Qemu-devel] [PULL 4/9] mtree: also print disabled regions
` [Qemu-devel] [PULL 5/9] kvm: add support for memory transaction attributes
` [Qemu-devel] [PULL 6/9] exec: move rcu_read_lock/unlock to address_space_translate callers
` [Qemu-devel] [PULL 7/9] configure: require __thread support
` [Qemu-devel] [PULL 9/9] qemu-nbd: only send a limited number of errno codes on the wire

[Qemu-devel] [PULL 00/16] KVM, QOM, NBD, build fixes for 2015-05-08
 2015-05-08 12:42 UTC  (21+ messages)
` [Qemu-devel] [PULL 01/16] kvm: Silence warning from valgrind
` [Qemu-devel] [PULL 02/16] apic_common: improve readability of apic_reset_common
` [Qemu-devel] [PULL 03/16] mtree: tag & indent a bit better
` [Qemu-devel] [PULL 04/16] mtree: also print disabled regions
` [Qemu-devel] [PULL 05/16] kvm: add support for memory transaction attributes
` [Qemu-devel] [PULL 06/16] exec: move rcu_read_lock/unlock to address_space_translate callers
` [Qemu-devel] [PULL 07/16] configure: require __thread support
` [Qemu-devel] [PULL 08/16] qom: fix typename of 'policy' enum property in hostmem obj
` [Qemu-devel] [PULL 09/16] qom: document user creatable object types in help text
` [Qemu-devel] [PULL 10/16] qom: create objects in two phases
` [Qemu-devel] [PULL 11/16] qom: add object_new_propv / object_new_proplist constructors
` [Qemu-devel] [PULL 12/16] qom: make enum string tables const-correct
` [Qemu-devel] [PULL 13/16] qom: add a object_property_add_enum helper method
` [Qemu-devel] [PULL 14/16] qom: don't pass string table to object_get_enum method
` [Qemu-devel] [PULL 16/16] qemu-nbd: only send a limited number of errno codes on the wire

[Qemu-devel] [PATCH] qemu-nbd: return ENOSPC for out-of-range writes
 2015-05-08 12:40 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: Don't exit until all errors have been detected
 2015-05-08 12:40 UTC 

[Qemu-devel] Patches database is now being updated again
 2015-05-08 12:38 UTC 

[Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices
 2015-05-08 12:29 UTC  (4+ messages)

[Qemu-devel] [PULL 0/5] gtk patch queue
 2015-05-08 11:48 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/5] console: delayed ui_info guest notification
` [Qemu-devel] [PULL 2/5] console: add dpy_ui_info_supported
` [Qemu-devel] [PULL 3/5] gtk: add ui_info support
` [Qemu-devel] [PULL 4/5] gtk: create gtk.h
` [Qemu-devel] [PULL 5/5] gtk: update mouse position in mouse_set()

[Qemu-devel] [Qemu-block] [PATCH] qcow2: do lazy allocation of the L2 cache
 2015-05-08 11:47 UTC  (12+ messages)

[Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci
 2015-05-08 11:45 UTC  (2+ messages)
` [Qemu-devel] [PULL 18/19] usb: usb-serial QOMify


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