Re: [Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-17 Thread Lei Li
On 05/15/2013 03:26 PM, Lei Li wrote: On 05/15/2013 01:39 PM, Gerd Hoffmann wrote: On 05/15/13 05:52, Lei Li wrote: This patch add the filename when the new qapi backend init from opts. Commit 2c5f488293c7d0cd095635c74157c2526e2c4947 add support for qapi-based chardev initialization, but miss

Re: [Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-15 Thread Lei Li
On 05/15/2013 01:39 PM, Gerd Hoffmann wrote: On 05/15/13 05:52, Lei Li wrote: This patch add the filename when the new qapi backend init from opts. Commit 2c5f488293c7d0cd095635c74157c2526e2c4947 add support for qapi-based chardev initialization, but miss the filename of the char device as

Re: [Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-15 Thread Lei Li
On 05/15/2013 01:39 PM, Gerd Hoffmann wrote: On 05/15/13 05:52, Lei Li wrote: This patch add the filename when the new qapi backend init from opts. Commit 2c5f488293c7d0cd095635c74157c2526e2c4947 add support for qapi-based chardev initialization, but miss the filename of the char device as

[Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-14 Thread Lei Li
This patch add the filename when the new qapi backend init from opts. Commit 2c5f488293c7d0cd095635c74157c2526e2c4947 add support for qapi-based chardev initialization, but miss the filename of the char device as below: (qemu) info chardev parallel0: filename=(null) serial0: filename=(null)

Re: [Qemu-devel] [PATCH] chardev: Get filename for new qapi backend

2013-05-14 Thread Gerd Hoffmann
On 05/15/13 05:52, Lei Li wrote: This patch add the filename when the new qapi backend init from opts. Commit 2c5f488293c7d0cd095635c74157c2526e2c4947 add support for qapi-based chardev initialization, but miss the filename of the char device as below: (qemu) info chardev parallel0: