qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-28 16:34:44 to 2017-02-28 20:37:55 UTC [more...]

[Qemu-devel] [PULL 00/46] Block layer patches
 2017-02-28 20:36 UTC  (31+ messages)
` [Qemu-devel] [PULL 01/46] qemu-img: make convert async
` [Qemu-devel] [PULL 02/46] option: Tweak invalid size error message and unbreak iotest 049
` [Qemu-devel] [PULL 03/46] block: Add op blocker permission constants
` [Qemu-devel] [PULL 04/46] block: Add Error argument to bdrv_attach_child()
` [Qemu-devel] [PULL 05/46] block: Let callers request permissions when attaching a child node
` [Qemu-devel] [PULL 06/46] block: Involve block drivers in permission granting
` [Qemu-devel] [PULL 07/46] block: Default .bdrv_child_perm() for filter drivers
` [Qemu-devel] [PULL 08/46] block: Request child permissions in "
` [Qemu-devel] [PULL 09/46] block: Default .bdrv_child_perm() for format drivers
` [Qemu-devel] [PULL 10/46] block: Request child permissions in "
` [Qemu-devel] [PULL 11/46] vvfat: Implement .bdrv_child_perm()
` [Qemu-devel] [PULL 12/46] block: Require .bdrv_child_perm() with child nodes
` [Qemu-devel] [PULL 13/46] block: Request real permissions in bdrv_attach_child()
` [Qemu-devel] [PULL 14/46] block: Add permissions to BlockBackend
` [Qemu-devel] [PULL 15/46] block: Add permissions to blk_new()
` [Qemu-devel] [PULL 16/46] block: Add error parameter to blk_insert_bs()
` [Qemu-devel] [PULL 17/46] block: Add BDRV_O_RESIZE for blk_new_open()
` [Qemu-devel] [PULL 18/46] block: Request real permissions in blk_new_open()
` [Qemu-devel] [PULL 19/46] block: Allow error return in BlockDevOps.change_media_cb()
` [Qemu-devel] [PULL 20/46] hw/block: Request permissions
` [Qemu-devel] [PULL 21/46] hw/block: Introduce share-rw qdev property
` [Qemu-devel] [PULL 22/46] blockjob: Add permissions to block_job_create()
` [Qemu-devel] [PULL 23/46] block: Add BdrvChildRole.get_parent_desc()
` [Qemu-devel] [PULL 24/46] block: Include details on permission errors in message
` [Qemu-devel] [PULL 25/46] block: Add BdrvChildRole.stay_at_node
` [Qemu-devel] [PULL 26/46] blockjob: Add permissions to block_job_add_bdrv()
` [Qemu-devel] [PULL 27/46] commit: Use real permissions in commit block job
` [Qemu-devel] [PULL 28/46] commit: Use real permissions for HMP 'commit'
` [Qemu-devel] [PULL 29/46] backup: Use real permissions in backup block job
` [Qemu-devel] [PULL 30/46] block: Fix pending requests check in bdrv_append()

[Qemu-devel] [PULL 00/26] QAPI patches for 2017-02-28
 2017-02-28 20:24 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/26] qga: Fix crash on non-dictionary QMP argument
` [Qemu-devel] [PULL 02/26] libqtest: Work around a "QMP wants a newline" bug
` [Qemu-devel] [PULL 03/26] qmp-test: New, covering basic QMP protocol
` [Qemu-devel] [PULL 04/26] qmp: Dumb down how we run QMP command registration
` [Qemu-devel] [PULL 05/26] qmp: Clean up how we enforce capability negotiation
` [Qemu-devel] [PULL 06/26] qmp: Drop duplicated QMP command object checks
` [Qemu-devel] [PULL 07/26] qmp: Eliminate silly QERR_QMP_* macros
` [Qemu-devel] [PULL 08/26] qmp: Improve QMP dispatch error messages
` [Qemu-devel] [PULL 09/26] qapi: Improve a QObject input visitor error message
` [Qemu-devel] [PULL 10/26] qapi: Clean up after commit 3d344c2
` [Qemu-devel] [PULL 11/26] qapi: Make QObject input visitor set *list reliably
` [Qemu-devel] [PULL 12/26] qapi: Improve qobject input visitor error reporting
` [Qemu-devel] [PULL 13/26] qapi: Drop string input visitor method optional()
` [Qemu-devel] [PULL 14/26] qapi: Make string input and opts visitor require non-null input
` [Qemu-devel] [PULL 15/26] qom: Make object_property_set_qobject()'s input visitor strict
` [Qemu-devel] [PULL 16/26] test-qobject-input-visitor: Use strict visitor
` [Qemu-devel] [PULL 17/26] qapi: Drop unused non-strict qobject input visitor
` [Qemu-devel] [PULL 18/26] tests-qobject-input-strict: Merge into test-qobject-input-visitor
` [Qemu-devel] [PULL 19/26] test-string-input-visitor: Tear down existing test automatically
` [Qemu-devel] [PULL 20/26] test-string-input-visitor: Improve list coverage
` [Qemu-devel] [PULL 21/26] tests: Cover partial input visit of list
` [Qemu-devel] [PULL 22/26] test-qobject-input-visitor: Cover missing nested struct member
` [Qemu-devel] [PULL 23/26] qapi: Make input visitors detect unvisited list tails
` [Qemu-devel] [PULL 24/26] tests: Cover input visit beyond end of list
` [Qemu-devel] [PULL 25/26] qapi: Fix object "
` [Qemu-devel] [PULL 26/26] qapi: Improve qobject visitor documentation

[Qemu-devel] [PATCH 00/24] block: Command line option -blockdev
 2017-02-28 20:06 UTC  (58+ messages)
` [Qemu-devel] [PATCH 03/24] keyval: New keyval_parse()
` [Qemu-devel] [PATCH 05/24] test-keyval: Cover use with qobject input visitor
` [Qemu-devel] [PATCH 09/24] libqtest: Fix qmp() & friends to abort on JSON parse errors
` [Qemu-devel] [PATCH 10/24] qjson: Abort earlier on qobject_from_jsonf() misuse
` [Qemu-devel] [PATCH 11/24] test-qobject-input-visitor: Abort earlier on bad test input
` [Qemu-devel] [PATCH 12/24] qobject: Propagate parse errors through qobject_from_json()
` [Qemu-devel] [PATCH 13/24] block: More detailed syntax error reporting for JSON filenames
` [Qemu-devel] [PATCH 14/24] check-qjson: Test errors from qobject_from_json()
` [Qemu-devel] [PATCH 15/24] test-visitor-serialization: Pass &error_abort to qobject_from_json()
` [Qemu-devel] [PATCH 16/24] monitor: Assert qmp_schema_json[] is sane
` [Qemu-devel] [PATCH 17/24] qapi: New qobject_input_visitor_new_str() for convenience
` [Qemu-devel] [PATCH 18/24] block: Initial implementation of -blockdev
` [Qemu-devel] [PATCH 19/24] qapi: Improve how keyval input visitor reports unexpected dicts
` [Qemu-devel] [PATCH 20/24] docs/qapi-code-gen.txt: Clarify naming rules
` [Qemu-devel] [PATCH 21/24] test-qapi-util: New, covering qapi/qapi-util.c
` [Qemu-devel] [PATCH 22/24] qapi: New parse_qapi_name()
` [Qemu-devel] [PATCH 23/24] keyval: Restrict key components to valid QAPI names
` [Qemu-devel] [PATCH 24/24] keyval: Support lists

[Qemu-devel] [PULL 0/3] 9p patches 2018-02-27 for 2.9 soft freeze
 2017-02-28 19:52 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] vhost-user: delay vhost_user_stop
 2017-02-28 19:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] io: ignore case when matching websockets HTTP headers
 2017-02-28 10:12 UTC  (4+ messages)

[Qemu-devel] [PATCH] hw/core/null-machine: Print error message when using the -kernel parameter
 2017-02-28 19:41 UTC  (3+ messages)

[Qemu-devel] [PATCH v4] backup: allow target without .bdrv_get_info
 2017-02-28 19:33 UTC 

[Qemu-devel] intermittent make check failure: "tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked())"
 2017-02-28 19:30 UTC  (2+ messages)

[Qemu-devel] [PULL 00/11] x86 queue, 2017-02-27
 2017-02-28 19:17 UTC  (6+ messages)
  ` [Qemu-devel] travis-ci 'make check' timeouts (was Re: [PULL 00/11] x86 queue, 2017-02-27)

[Qemu-devel] [PULL 0/2] tags/xen-20170228-tag
 2017-02-28 19:16 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] Add a new qmp command to start/stop replication
  ` [Qemu-devel] [PULL 2/2] Add a new qmp command to do checkpoint, query xen replication status

[Qemu-devel] [PATCH] virtio-gpu: add xres and yres properties
 2017-02-28 18:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] docs: Add a note about mixing bootindex with "-boot order"
 2017-02-28 18:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/26] qapi: QMP dispatch and input visitor work
 2017-02-28 18:40 UTC  (31+ messages)
` [Qemu-devel] [PATCH v3 01/26] qga: Fix crash on non-dictionary QMP argument
` [Qemu-devel] [PATCH v3 02/26] libqtest: Work around a "QMP wants a newline" bug
` [Qemu-devel] [PATCH v3 03/26] qmp-test: New, covering basic QMP protocol
` [Qemu-devel] [PATCH v3 04/26] qmp: Dumb down how we run QMP command registration
` [Qemu-devel] [PATCH v3 05/26] qmp: Clean up how we enforce capability negotiation
` [Qemu-devel] [PATCH v3 06/26] qmp: Drop duplicated QMP command object checks
` [Qemu-devel] [PATCH v3 07/26] qmp: Eliminate silly QERR_QMP_* macros
` [Qemu-devel] [PATCH v3 08/26] qmp: Improve QMP dispatch error messages
` [Qemu-devel] [PATCH v3 09/26] qapi: Improve a QObject input visitor error message
` [Qemu-devel] [PATCH v3 10/26] qapi: Clean up after commit 3d344c2
` [Qemu-devel] [PATCH v3 11/26] qapi: Make QObject input visitor set *list reliably
` [Qemu-devel] [PATCH v3 12/26] qapi: Improve qobject input visitor error reporting
` [Qemu-devel] [PATCH v3 13/26] qapi: Drop string input visitor method optional()
` [Qemu-devel] [PATCH v3 14/26] qapi: Make string input and opts visitor require non-null input
` [Qemu-devel] [PATCH v3 15/26] qom: Make object_property_set_qobject()'s input visitor strict
` [Qemu-devel] [PATCH v3 16/26] test-qobject-input-visitor: Use strict visitor
` [Qemu-devel] [PATCH v3 17/26] qapi: Drop unused non-strict qobject input visitor
` [Qemu-devel] [PATCH v3 18/26] tests-qobject-input-strict: Merge into test-qobject-input-visitor
` [Qemu-devel] [PATCH v3 19/26] test-string-input-visitor: Tear down existing test automatically
` [Qemu-devel] [PATCH v3 20/26] test-string-input-visitor: Improve list coverage
` [Qemu-devel] [PATCH v3 21/26] tests: Cover partial input visit of list
` [Qemu-devel] [PATCH v3 22/26] test-qobject-input-visitor: Cover missing nested struct member
` [Qemu-devel] [PATCH v3 23/26] qapi: Make input visitors detect unvisited list tails
` [Qemu-devel] [PATCH v3 24/26] tests: Cover input visit beyond end of list
` [Qemu-devel] [PATCH v3 25/26] qapi: Fix object "
` [Qemu-devel] [PATCH v3 26/26] qapi: Improve qobject visitor documentation

[Qemu-devel] [PATCH v5 1/4] Provide support for the CUSE TPM
 2017-02-28 18:31 UTC  (13+ messages)

[Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
 2017-02-28 18:24 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/3] MTTCG start-up tweaks
 2017-02-28 18:11 UTC  (2+ messages)

[Qemu-devel] [PATCH Risu 0/5] PPC64 Improvements
 2017-02-28 18:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH Risu 2/5] risu_reginfo_ppc64le: Remove unused code from PPC64 register comparison

[Qemu-devel] [PATCH] Adding support for LPD and LPDG instructions
 2017-02-28 17:57 UTC  (2+ messages)

[Qemu-devel] [PATCH risu 0/9] risu: refactor and reduce CPU-specific code
 2017-02-28 17:47 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/5] SLIRP VMStatification
 2017-02-28 17:40 UTC  (14+ messages)
` [Qemu-devel] [PATCH v4 4/5] slirp: VMStatify socket level

[Qemu-devel] [PULL v2 0/3] audio patch queue
 2017-02-28 17:39 UTC  (2+ messages)

[Qemu-devel] [PULL v2 0/5] Block patches for 2.9
 2017-02-28 17:31 UTC  (7+ messages)
` [Qemu-devel] [PULL v2 1/5] block/rbd: don't copy strings in qemu_rbd_next_tok()
` [Qemu-devel] [PULL v2 2/5] block/rbd: add all the currently supported runtime_opts
` [Qemu-devel] [PULL v2 3/5] block/rbd: parse all options via bdrv_parse_filename
` [Qemu-devel] [PULL v2 4/5] block/rbd: add blockdev-add support
` [Qemu-devel] [PULL v2 5/5] block/rbd: add support for 'mon_host', 'auth_supported' via QAPI

[Qemu-devel] [PULL 00/14] Trivial patches for 2017-02-28
 2017-02-28 17:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/26] qapi: QMP dispatch and input visitor work
 2017-02-28 17:29 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 17/26] qapi: Drop unused non-strict qobject input visitor
` [Qemu-devel] [PATCH v2 18/26] tests-qobject-input-strict: Merge into test-qobject-input-visitor
` [Qemu-devel] [PATCH v2 22/26] test-qobject-input-visitor: Cover missing nested struct member
` [Qemu-devel] [PATCH v2 23/26] qapi: Make input visitors detect unvisited list tails

[Qemu-devel] [PATCH 0/7] Introducing libtcg
 2017-02-28 17:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] Factor out linux-user/qemu.h
` [Qemu-devel] [PATCH 2/7] Factor out *-user/mmap.c
` [Qemu-devel] [PATCH 3/7] Move *_cpu_dump_state to translate.c
` [Qemu-devel] [PATCH 4/7] *-user targets object files decoupling
` [Qemu-devel] [PATCH 5/7] Isolate coprocessor parts from target/arm/helper.c
` [Qemu-devel] [PATCH 6/7] Factor out tcg/tcg.h
` [Qemu-devel] [PATCH 7/7] Introduce libtcg infrastructure

[Qemu-devel] [PULL 00/21] target-arm queue
 2017-02-28 17:16 UTC  (22+ messages)
` [Qemu-devel] [PULL 01/21] armv7m: Abstract out the "load kernel" code
` [Qemu-devel] [PULL 02/21] armv7m: Move NVICState struct definition into header
` [Qemu-devel] [PULL 03/21] armv7m: QOMify the armv7m container
` [Qemu-devel] [PULL 04/21] armv7m: Use QOMified armv7m object in armv7m_init()
` [Qemu-devel] [PULL 05/21] armv7m: Make ARMv7M object take memory region link
` [Qemu-devel] [PULL 06/21] armv7m: Make NVIC expose a memory region rather than mapping itself
` [Qemu-devel] [PULL 07/21] armv7m: Make bitband device take the address space to access
` [Qemu-devel] [PULL 08/21] armv7m: Don't put core v7M devices under CONFIG_STELLARIS
` [Qemu-devel] [PULL 09/21] armv7m: Split systick out from NVIC
` [Qemu-devel] [PULL 10/21] stm32f205: Create armv7m object without using armv7m_init()
` [Qemu-devel] [PULL 11/21] stm32f205: Rename 'nvic' local to 'armv7m'
` [Qemu-devel] [PULL 12/21] update-linux-headers: update for 4.11
` [Qemu-devel] [PULL 13/21] update Linux headers to 4.11
` [Qemu-devel] [PULL 14/21] hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
` [Qemu-devel] [PULL 15/21] hw/intc/arm_gicv3_kvm: Implement get/put functions
` [Qemu-devel] [PULL 16/21] target-arm: Add GICv3CPUState in CPUARMState struct
` [Qemu-devel] [PULL 17/21] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
` [Qemu-devel] [PULL 18/21] qdev: Have qdev_set_parent_bus() handle devices already on a bus
` [Qemu-devel] [PULL 19/21] hw/sd: add card-reparenting function
` [Qemu-devel] [PULL 20/21] bcm2835_gpio: add bcm2835 gpio controller
` [Qemu-devel] [PULL 21/21] bcm2835: add sdhost and gpio controllers

[Qemu-devel] [PATCH v2] hw/misc: add a TMP42{1,2,3} device model
 2017-02-28 16:44 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] hw/misc: add a TMP42{1, 2, 3} "


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