QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-11 12:11:00 to 2015-09-11 20:14:38 UTC [more...]

[Qemu-devel] [PATCH v2 0/3] pc-*-2.5 machine-types
 2015-09-11 20:14 UTC 

[Qemu-devel] [PATCH 0/4] target-i386: Don't try to enable unsupported TCG features by default
 2015-09-11 19:58 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] target-i386: Expand PPRO_FEATURES on qemu64/qemu32 definitions
` [Qemu-devel] [PATCH 2/4] target-i386: Convert kvm_default_*features to property/value pairs
` [Qemu-devel] [PATCH 3/4] target-i386: Add optional class name to kvm_default_props
` [Qemu-devel] [PATCH 4/4] target-i386: Disable DE on qemu64 & qemu32 on TCG

[Qemu-devel] [PATCH qemu v2 0/2] spapr_pci: Merge spapr-vfio-phb into spapr-phb
 2015-09-11 20:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH qemu v2 2/2] spapr_pci: Remove constraints about VFIO-PCI devices

[Qemu-devel] [PATCH v5 00/14] block: incremental backup transactions using BlockJobTxn
 2015-09-11 19:58 UTC  (22+ messages)
` [Qemu-devel] [PATCH v5 01/14] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [PATCH v5 04/14] backup: Extract dirty bitmap handling as a separate function
` [Qemu-devel] [PATCH v5 05/14] blockjob: Introduce reference count
` [Qemu-devel] [PATCH v5 06/14] blockjob: Add .commit and .abort block job actions
` [Qemu-devel] [PATCH v5 07/14] blockjob: Add "completed" and "ret" in BlockJob
` [Qemu-devel] [PATCH v5 08/14] blockjob: Simplify block_job_finish_sync
` [Qemu-devel] [PATCH v5 09/14] block: Add block job transactions
` [Qemu-devel] [PATCH v5 10/14] blockdev: make BlockJobTxn available to qmp 'transaction'
` [Qemu-devel] [PATCH v5 11/14] block/backup: support block job transactions

[Qemu-devel] [PULL 00/23] Block layer patches
 2015-09-11 19:41 UTC  (24+ messages)
` [Qemu-devel] [PULL 01/23] block: Always pass NULL as drv for bdrv_open()
` [Qemu-devel] [PULL 02/23] block: Drop drv parameter from bdrv_open()
` [Qemu-devel] [PULL 03/23] block: Drop drv parameter from bdrv_open_inherit()
` [Qemu-devel] [PULL 04/23] block: Drop drv parameter from bdrv_fill_options()
` [Qemu-devel] [PULL 05/23] block: Drop bdrv_find_whitelisted_format()
` [Qemu-devel] [PULL 06/23] qcow2: Rename BDRVQcowState to BDRVQcow2State
` [Qemu-devel] [PULL 07/23] block: Allow specifying driver-specific options to reopen
` [Qemu-devel] [PULL 08/23] qemu-io: Remove duplicate 'open' error message
` [Qemu-devel] [PULL 09/23] qemu-io: Add command 'reopen'
` [Qemu-devel] [PULL 10/23] qcow2: Improve error message
` [Qemu-devel] [PULL 11/23] qcow2: Factor out qcow2_update_options()
` [Qemu-devel] [PULL 12/23] qcow2: Move qcow2_update_options() call up
` [Qemu-devel] [PULL 13/23] qcow2: Move rest of option handling to qcow2_update_options()
` [Qemu-devel] [PULL 14/23] qcow2: Leave s unchanged on qcow2_update_options() failure
` [Qemu-devel] [PULL 15/23] qcow2: Fix memory leak in qcow2_update_options() error path
` [Qemu-devel] [PULL 16/23] qcow2: Make qcow2_update_options() suitable for transactions
` [Qemu-devel] [PULL 17/23] qcow2: Support updating driver-specific options in reopen
` [Qemu-devel] [PULL 18/23] qemu-iotests: Reopen qcow2 with lazy-refcounts change
` [Qemu-devel] [PULL 19/23] qemu-iotests: More qcow2 reopen tests
` [Qemu-devel] [PULL 20/23] qcow2: Make size_to_clusters() return uint64_t
` [Qemu-devel] [PULL 21/23] iotests: Add test for checking large image files
` [Qemu-devel] [PULL 22/23] vmdk: Fix next_cluster_sector for compressed write
` [Qemu-devel] [PULL 23/23] qcow2: Make qcow2_alloc_bytes() more explicit

[Qemu-devel] [PATCH] q35: Remove old machine versions
 2015-09-11 19:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/26] qapi: QMP introspection
 2015-09-11 19:18 UTC  (27+ messages)
` [Qemu-devel] [PATCH v6 01/26] qapi: Rename class QAPISchema to QAPISchemaParser
` [Qemu-devel] [PATCH v6 02/26] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH v6 03/26] qapi: QAPISchema code generation helper methods
` [Qemu-devel] [PATCH v6 04/26] qapi: New QAPISchemaVisitor
` [Qemu-devel] [PATCH v6 05/26] tests/qapi-schema: Convert test harness to QAPISchemaVisitor
` [Qemu-devel] [PATCH v6 06/26] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
` [Qemu-devel] [PATCH v6 07/26] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
` [Qemu-devel] [PATCH v6 08/26] qapi-commands: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH v6 09/26] qapi: De-duplicate enum code generation
` [Qemu-devel] [PATCH v6 10/26] qapi-event: Eliminate global variable event_enum_value
` [Qemu-devel] [PATCH v6 11/26] qapi-event: Convert to QAPISchemaVisitor, fixing data with base
` [Qemu-devel] [PATCH v6 12/26] qapi: Replace dirty is_c_ptr() by method c_null()
` [Qemu-devel] [PATCH v6 13/26] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH v6 14/26] qapi-visit: Rearrange code a bit
` [Qemu-devel] [PATCH v6 15/26] qapi-commands: Rearrange code
` [Qemu-devel] [PATCH v6 16/26] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
` [Qemu-devel] [PATCH v6 17/26] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH v6 18/26] qapi-commands: De-duplicate output marshaling functions
` [Qemu-devel] [PATCH v6 19/26] qapi: Improve built-in type documentation
` [Qemu-devel] [PATCH v6 20/26] qapi: Fix output visitor to return qnull() instead of NULL
` [Qemu-devel] [PATCH v6 21/26] qapi: Introduce a first class 'any' type
` [Qemu-devel] [PATCH v6 22/26] qom: Don't use 'gen': false for qom-get, qom-set, object-add
` [Qemu-devel] [PATCH v6 23/26] qapi-schema: Fix up misleading specification of netdev_add
` [Qemu-devel] [PATCH v6 24/26] qapi: Pseudo-type '**' is now unused, drop it
` [Qemu-devel] [PATCH v6 25/26] qapi: New QMP command query-qmp-schema for QMP introspection
` [Qemu-devel] [PATCH v6 26/26] qapi-introspect: Hide type names

[Qemu-devel] [PATCH 19/23] userfaultfd: activate syscall
 2015-09-11 19:15 UTC  (11+ messages)

[Qemu-devel] [PATCH] pulseaudio: reduce 24s recording latency
 2015-09-11 19:03 UTC 

[Qemu-devel] [PATCH] Add a few argument filters to the seccomp sandbox
 2015-09-11 18:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] qga: add local tests on linux
 2015-09-11 18:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] qga: add QGA_CONF environment variable
` [Qemu-devel] [PATCH v2 2/4] qga: do not override configuration verbosity
` [Qemu-devel] [PATCH v2 3/4] qtest: add a few fd-level qmp helpers
` [Qemu-devel] [PATCH v2 4/4] tests: add a local test for guest agent

[Qemu-devel] [PATCH v3 0/4] Add 'blockdev-snapshot' command
 2015-09-11 18:11 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 1/4] block: rename BlockdevSnapshot to BlockdevSnapshotSync
` [Qemu-devel] [PATCH v3 2/4] block: Add 'ignore-backing' field to BlockdevOptionsGenericCOWFormat
    ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v3 3/4] block: add a 'blockdev-snapshot' QMP command
` [Qemu-devel] [PATCH v3 4/4] block: add tests for the 'blockdev-snapshot' command

[Qemu-devel] [PATCH] qcow2: Make qcow2_alloc_bytes() more explicit
 2015-09-11 17:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] qtest: add a few fd-level qmp helpers
 2015-09-11 17:46 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] tests: add a local test for guest agent

[Qemu-devel] [PATCH v2 0/4] scripts/qemu-gdb: Split into modules
 2015-09-11 17:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/38] blockdev: BlockBackend and media
 2015-09-11 17:01 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 29/38] blockdev: Add blockdev-insert-medium

[Qemu-devel] [PATCH PULL 00/11] Extract TLS handling code from VNC server
 2015-09-11 17:00 UTC  (14+ messages)
` [Qemu-devel] [PATCH PULL 01/11] qapi: allow override of default enum prefix naming
` [Qemu-devel] [PATCH PULL 02/11] tests: remove repetition in unit test object deps
` [Qemu-devel] [PATCH PULL 06/11] crypto: introduce new module for TLS anonymous credentials
` [Qemu-devel] [PATCH PULL 08/11] crypto: add sanity checking of TLS x509 credentials
` [Qemu-devel] [PATCH PULL 09/11] crypto: introduce new module for handling TLS sessions
` [Qemu-devel] [PATCH PULL 10/11] ui: fix return type for VNC I/O functions to be ssize_t
` [Qemu-devel] [PATCH PULL 11/11] ui: convert VNC server to use QCryptoTLSSession

[Qemu-devel] Proposed 2.5 release schedule
 2015-09-11 16:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v14 0/5] vGICv3 support
 2015-09-11 16:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v14 2/5] intc/gic: Extract some reusable vGIC code

[Qemu-devel] [PULL 0/4] Queued tcg related patches
 2015-09-11 16:12 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] tlb: Add "ifetch" argument to cpu_mmu_index()
` [Qemu-devel] [PULL 2/4] softmmu: add helper function to pass through retaddr
` [Qemu-devel] [PULL 3/4] softmmu: remove now unused functions
` [Qemu-devel] [PULL 4/4] cpu-exec: introduce loop exit with restore function

[Qemu-devel] [RFC PATCH] spapr: Reduce creation of LMB DR connectors from O(n^3) to O(n^2)
 2015-09-11 16:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 00/10] arm: Steps towards EL2 support round 4
 2015-09-11 16:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 04/10] target-arm: Add VTCR_EL2

[Qemu-devel] [PATCH 0/9] add virgl rendering support
 2015-09-11 16:10 UTC  (8+ messages)
` [Qemu-devel] [PATCH 7/9] opengl: add egl-context.[ch] helpers
` [Qemu-devel] [PATCH 8/9] gtk/opengl: add opengl context and scanout support (egl)
` [Qemu-devel] [PATCH 9/9] gtk/opengl: add opengl context and scanout support (GtkGLArea)

[Qemu-devel] [RFC PATCH v1 00/25] error: Automatic error concatenation and prefixing
 2015-09-11 16:10 UTC  (16+ messages)
` [Qemu-devel] [RFC PATCH v1 01/25] exec: convert error_report to error_report_err
` [Qemu-devel] [RFC PATCH v1 02/25] s390x: virtio-ccw: Remove un-needed if guard
` [Qemu-devel] [RFC PATCH v1 03/25] error: Factor out common error setter logic
` [Qemu-devel] [RFC PATCH v1 04/25] error: Add support for multiple errors
` [Qemu-devel] [RFC PATCH v1 05/25] error: Add error prefix API
` [Qemu-devel] [RFC PATCH v1 06/25] error: Add error_printf_fn()

[Qemu-devel] [PATCH RFC 0/7] Making QOM introspectable
 2015-09-11 16:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 1/7] qom: allow properties to be registered against classes

[Qemu-devel] [PATCH v4 0/3] i.MX: Add GPIO devices to i.MX SOC
 2015-09-11 16:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 1/1] xlnx-zynqmp: Remove unnecessary brackets around error messages
 2015-09-11 15:56 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] target-arm: Break the TB after ISB to execute self-modified code correctly
 2015-09-11 15:55 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/11] target-arm improvments for aarch64
 2015-09-11 15:55 UTC  (2+ messages)

[Qemu-devel] internal snapshots with sheepdog
 2015-09-11 15:49 UTC 

[Qemu-devel] rfc: vhost user enhancements for vm2vm communication
 2015-09-11 15:39 UTC  (4+ messages)

[Qemu-devel] I want to recover my QEMU password
 2015-09-11 15:38 UTC 

[Qemu-devel] [PATCH] arm: xlnx-zynqmp: Fix up GIC region size
 2015-09-11 15:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] iscsi: Add chap and "initiator-name" etc as per drive options
 2015-09-11 15:27 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] Don't abort when we can't allocate guest memory (again)
 2015-09-11 15:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] error: New error_fatal
` [Qemu-devel] [PATCH 2/4] Fix bad error handling after memory_region_init_ram()
` [Qemu-devel] [PATCH 3/4] loader: Fix memory_region_init_resizeable_ram() error handling
` [Qemu-devel] [PATCH 4/4] memory: Fix bad error handling in memory_region_init_ram_ptr()

[Qemu-devel] [PATCH v1 00/15] Multi-Arch Phase 1
 2015-09-11 15:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 03/15] translate-all: Move tcg_handle_interrupt() to -common

[Qemu-devel] [PULL 00/26] Trivial patches for 2015-09-11
 2015-09-11 14:47 UTC  (7+ messages)
` [Qemu-devel] [PULL 02/26] Trivial: fix commandline help message
` [Qemu-devel] [PULL 08/26] maint: remove unused include for signal.h
` [Qemu-devel] [PULL 14/26] opts: produce valid command line in qemu_opts_print
` [Qemu-devel] [PULL 19/26] disas/microblaze: Remove unused code
` [Qemu-devel] [PULL 22/26] hw/s390x/s390-virtio-bus: Remove meaningless blank Property

[Qemu-devel] [PULL v1 00/21] Multi-arch queue
 2015-09-11 14:45 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/34] linux-user: Fix signal race conditions and SA_RESTART
 2015-09-11 14:41 UTC  (20+ messages)
` [Qemu-devel] [PATCH 18/34] linux-user: Fix race between multiple signals
` [Qemu-devel] [PATCH 19/34] linux-user: Restart fork() if signals pending
` [Qemu-devel] [PATCH 20/34] linux-user: Remove redundant default action check in queue_signal()
` [Qemu-devel] [PATCH 24/34] linux-user: Restart execve() if signal pending
` [Qemu-devel] [PATCH 25/34] linux-user: Restart exit() "
` [Qemu-devel] [PATCH 27/34] linux-user: pause() should not pause "
` [Qemu-devel] [PATCH 28/34] linux-user: Restart sigaction() "
` [Qemu-devel] [PATCH 33/34] linux-user: Support for restarting system calls for CRIS targets

[Qemu-devel] [PATCH 0/2] PCI-e device multi-function hot-add support
 2015-09-11 14:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCH v2] ui/cocoa.m: Add Mount image file menu item
 2015-09-11 14:22 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/11] qemu-log, perfmap and other logging tweaks
 2015-09-11 14:07 UTC  (3+ messages)

[Qemu-devel] [PATCH RFC 0/2] virtio-ccw: new status accessor in device
 2015-09-11 13:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC 1/2] s390x/virtio-ccw: respond to READ_STATUS command
` [Qemu-devel] [PATCH RFC 2/2] s390x/virtio-ccw: set revision 2 as maximum revision number

[Qemu-devel] [PATCH RFC 0/1] virtio_ccw: new status accessor in driver
 2015-09-11 13:58 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC 1/1] virtio/s390: support READ_STATUS command for virtio-ccw

[Qemu-devel] [PATCH 0/6] Blank property cleanup
 2015-09-11 13:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] hw/s390x/s390-virtio-bus: Remove meaningless blank Property
` [Qemu-devel] [PATCH 6/6] Add comma after DEFINE_PROP_END_OF_LIST()

[Qemu-devel] [PATCH RFC v5 00/32] qapi: QMP introspection
 2015-09-11 13:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH RFC v5 30/32] qapi: New QMP command query-qmp-schema for "

[Qemu-devel] [PATCH v2 0/4] virtio-1/virtio-ccw related patches
 2015-09-11 13:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] virtio: ring sizes vs. reset
` [Qemu-devel] [PATCH v2 2/4] virtio-ccw: support ring size changes
` [Qemu-devel] [PATCH v2 3/4] virtio-ccw: feature bits > 31 handling
` [Qemu-devel] [PATCH v2 4/4] virtio-ccw: enable virtio-1

[Qemu-devel] [PATCH 0/4] virtio-1/virtio-ccw related patches
 2015-09-11 13:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] virtio-ccw: enable virtio-1

[Qemu-devel] [PATCH 0/7] Qemu scenario engine
 2015-09-11 13:11 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/7] configure: add --enable-scenario-engine option
` [Qemu-devel] [PATCH 2/7] gpio-pl061: add a scenario engine interaction API
` [Qemu-devel] [PATCH 3/7] chardev: add a scenario engine backend
` [Qemu-devel] [PATCH 4/7] scenario-engine: add utilities
` [Qemu-devel] [PATCH 5/7] scenario-engine: add a time based event scheduler
` [Qemu-devel] [PATCH 6/7] scenario engine: provide a scenario file template
` [Qemu-devel] [PATCH 7/7] scenario engine: add a Qemu option to start it

[Qemu-devel] [PATCH v4] monitor: allow device_del to accept QOM paths
 2015-09-11 12:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/2] update-linux-headers changes
 2015-09-11 11:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] aio: Introduce handler type to fix nested aio_poll for dataplane
 2015-09-11 12:22 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).