[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del co
From: |
Anthony Liguori |
Subject: |
Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command |
Date: |
Thu, 17 Jun 2010 13:20:30 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 |
On 06/17/2010 01:15 PM, Luiz Capitulino wrote:
This is a general question for all commands that can take way too long
or never return.
For QMP the question is whether we should handle this in QEMU or in the
client. Ie, if the guest doesn't respond the client could detect that
and cancel the async command.
Exactly. It's no different than a migration that takes too long.
For HMP we could just live with that or suspend the shell and allow the
user to cancel the operation (eg. ctrl+c) and the obvious alternative is to
have timeouts, allowing the user to set them.
Yeah, ctrl+c to cancel would be a very nice feature.
Regards,
Anthony Liguori
- [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Marcos Oviedo, 2010/06/09
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Markus Armbruster, 2010/06/09
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Gerd Hoffmann, 2010/06/09
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Marcos Oviedo, 2010/06/09
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Gerd Hoffmann, 2010/06/09
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Anthony Liguori, 2010/06/14
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Gerd Hoffmann, 2010/06/15
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Markus Armbruster, 2010/06/15
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command, Luiz Capitulino, 2010/06/17
- Re: [Qemu-devel] [PATCH] monitor: Add force option support to pci_del command,
Anthony Liguori <=