messages from 2015-05-08 10:55:37 to 2015-05-08 17:23:13 UTC [more...]
[Qemu-devel] [PATCH 00/34] block: Cache mode for children, reopen overhaul and more
2015-05-08 17:21 UTC (26+ 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 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 v3 0/7] qom: misc fixes & enhancements to support TLS work
2015-05-08 17:22 UTC (19+ 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 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 0/5] qtest: base64 r/w and faster memset
2015-05-08 16:22 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 4/5] qtest: precompute hex nibs
[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 v2 0/6] Extend TPM support with a QEMU-external TPM
2015-05-08 16:15 UTC (7+ 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] 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] [RFC 0/5] Slow-path for atomic instruction translation
2015-05-08 15:22 UTC (2+ 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 (15+ 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 (20+ messages)
` [Qemu-devel] [PULL 01/19] usb: fix usb-net segfault
` [Qemu-devel] [PULL 02/19] xhci: set timer to retry xfers
` [Qemu-devel] [PULL 03/19] Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set"
` [Qemu-devel] [PULL 04/19] xhci: fix events for setup trb
` [Qemu-devel] [PULL 05/19] uhci: QOMify
` [Qemu-devel] [PULL 06/19] usb: usb-audio QOMify
` [Qemu-devel] [PULL 07/19] usb: usb-bt QOMify
` [Qemu-devel] [PULL 08/19] usb: usb-hid QOMify
` [Qemu-devel] [PULL 09/19] usb: usb-hub QOMify
` [Qemu-devel] [PULL 10/19] usb: usb-mtp QOMify
` [Qemu-devel] [PULL 11/19] usb-mtp: fix segmentation fault
` [Qemu-devel] [PULL 12/19] usb: usb-net QOMify
` [Qemu-devel] [PULL 13/19] usb: usb-ccid QOMify
` [Qemu-devel] [PULL 14/19] usb: usb-storage QOMify
` [Qemu-devel] [PULL 15/19] usb: usb-uas QOMify
` [Qemu-devel] [PULL 16/19] usb: usb-wacom-tablet QOMify
` [Qemu-devel] [PULL 17/19] usb: usb-redir QOMify
` [Qemu-devel] [PULL 18/19] usb: usb-serial QOMify
` [Qemu-devel] [PULL 19/19] uhci: controller is halted after reset
[Qemu-devel] [PATCH 0/4] Some fixes related to scsi-generic
2015-05-08 11:44 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/4] Fix migration in case of scsi-generic
` [Qemu-devel] [PATCH 2/4] block: Use bdrv_is_sg() everywhere
` [Qemu-devel] [PATCH 3/4] raw-posix: Introduce hdev_is_sg()
` [Qemu-devel] [PATCH 4/4] block: Include qemu-log.o in block-obj-y
[Qemu-devel] [PATCH v3 0/2] semihosting: clean up and add --semihosting-config arg
2015-05-08 11:41 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] semihosting: create SemihostingConfig structure and semihost.h
` [Qemu-devel] [PATCH v3 2/2] semihosting: add --semihosting-config arg sub-argument
[Qemu-devel] openbios.git mirror on git.qemu.org
2015-05-08 11:32 UTC
[Qemu-devel] eventfd_signal()
2015-05-08 11:32 UTC (3+ messages)
[Qemu-devel] [Bug 1349972] [NEW] qcow2-refcount: qemu-io crashes on 'discard' command
2015-05-08 11:13 UTC (2+ messages)
` [Qemu-devel] [Bug 1349972] "
[Qemu-devel] [PATCH] qcow2: Flush pending discards before allocating cluster
2015-05-08 10:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).