qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Avoid extra error for do_cpu_set()
@ 2010-01-29  9:33 Markus Armbruster
  2010-01-29  9:34 ` [Qemu-devel] [PATCH 1/2] monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX Markus Armbruster
  2010-01-29  9:34 ` [Qemu-devel] [PATCH 2/2] Revert "QError: New QERR_INVALID_CPU_INDEX" Markus Armbruster
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Armbruster @ 2010-01-29  9:33 UTC (permalink / raw)
  To: qemu-devel

The conversion created a special error, to avoid changing the error
message in the human monitor.  Anthony thinks that's not necessary.
Remove it and use a suitable generic error instead.

Markus Armbruster (2):
  monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX
  Revert "QError: New QERR_INVALID_CPU_INDEX"

 monitor.c |    2 +-
 qerror.c  |    4 ----
 qerror.h  |    3 ---
 3 files changed, 1 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-03 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29  9:33 [Qemu-devel] [PATCH 0/2] Avoid extra error for do_cpu_set() Markus Armbruster
2010-01-29  9:34 ` [Qemu-devel] [PATCH 1/2] monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX Markus Armbruster
2010-02-03 18:50   ` Anthony Liguori
2010-01-29  9:34 ` [Qemu-devel] [PATCH 2/2] Revert "QError: New QERR_INVALID_CPU_INDEX" Markus Armbruster

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