Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite

2019-11-26 Thread Markus Armbruster
Tao Xu writes: > On 11/26/2019 9:54 PM, Markus Armbruster wrote: >> Tao Xu writes: >> >>> Hi Markus, >>> >>> Do you have any comments on this patch and 02/14 05/14 06/14. >>> Thank you! >> >> These provide a new QAPI built-in type 'time'. It's like 'uint64' with >> an implied nanoseconds unit,

Re: [Bug 1754542] Re: colo: vm crash with segmentation fault

2019-11-26 Thread lee
Hi Zhang Chen I use sysbench compare Host、Qemu Native VM(virtio-blk)、Qemu Native VM、Qemu colo disk performance. The result in below attachment. Qemu Native VM(virtio-blk) use -device virtio-blk-pci Qemu colo follow https://wiki.qemu.org/Features/COLO Thanks Lee Zhang Chen 于2019年11月27日周三 上午11:15写道

Re: [PATCH v6 13/20] ppc/pnv: Clarify how the TIMA is accessed on a multichip system

2019-11-26 Thread Cédric Le Goater
On 27/11/2019 06:23, David Gibson wrote: > On Mon, Nov 25, 2019 at 07:58:13AM +0100, Cédric Le Goater wrote: >> The TIMA region gives access to the thread interrupt context registers >> of a CPU. It is mapped at the same address on all chips and can be >> accessed by any CPU of the system. To ident

Re: [PATCH 1/9] monitor: uninline add_init_drive

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > This is only used by hmp_drive_add. > The code is just a bit shorter this way. > > No functional changes > > Signed-off-by: Maxim Levitsky > --- > device-hotplug.c | 33 + > 1 file changed, 13 insertions(+), 20 deletions(-) > > diff --git

Re: [PATCH 4/9] monitor: move hmp_drive_mirror and hmp_drive_backup to blockdev-hmp-cmds.c

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > Signed-off-by: Maxim Levitsky > --- > blockdev-hmp-cmds.c | 61 + > monitor/hmp-cmds.c | 58 -- > 2 files changed, 61 insertions(+), 58 deletions(-) Licensing issue: blockdev-hmp-cmds.

Re: [PATCH v17 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite

2019-11-26 Thread Tao Xu
On 11/27/2019 2:44 PM, Markus Armbruster wrote: Tao Xu writes: On 11/26/2019 9:54 PM, Markus Armbruster wrote: Tao Xu writes: Hi Markus, Do you have any comments on this patch and 02/14 05/14 06/14. Thank you! These provide a new QAPI built-in type 'time'. It's like 'uint64' with an im

Re: [PATCH 5/9] monitor: move hmp_block_job* to blockdev-hmp-cmd.c

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > Signed-off-by: Maxim Levitsky > --- > blockdev-hmp-cmds.c | 52 + > monitor/hmp-cmds.c | 52 - > 2 files changed, 52 insertions(+), 52 deletions(-) > > diff --git a/blockdev-hmp-cmd

Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > Signed-off-by: Maxim Levitsky > --- > blockdev-hmp-cmds.c | 97 - > blockdev.c | 95 > 2 files changed, 96 insertions(+), 96 deletions(-) > > diff --git a/blockdev-hmp-cmds

Re: [PATCH] usbredir: remove 'remote wake' capability from configuration descriptor

2019-11-26 Thread Yuri Benditovich
On Wed, Nov 27, 2019 at 8:36 AM Markus Armbruster wrote: > > Yuri Benditovich writes: > > > If the redirected device has this capability, Windows guest may > > place the device into D2 and expect it to wake when the device > > becomes active, but this will never happen. For example, when > > inte

Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > Signed-off-by: Maxim Levitsky > --- > blockdev-hmp-cmds.c | 97 - > blockdev.c | 95 > 2 files changed, 96 insertions(+), 96 deletions(-) hmp_drive_add() and hmp_drive_del

Re: [virtio-dev] Re: guest / host buffer sharing ...

2019-11-26 Thread Gerd Hoffmann
> > I'm not convinced this is useful for audio ... > > > > I basically see two modes of operation which are useful: > > > > (1) send audio data via virtqueue. > > (2) map host audio buffers into the guest address space. > > > > The audio driver api (i.e. alsa) typically allows to mmap() the

<    1   2   3