]> git.proxmox.com Git - qemu.git/commit
qbus: remove wrong error messages
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 17 Apr 2013 07:49:00 +0000 (17:49 +1000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Apr 2013 15:24:11 +0000 (10:24 -0500)
commit95e2af98d4edb59780e47da2085ea9133f6466bb
tree65a1e286ad73971469614ca79d478e09f77ad9fb
parentbd5ac20325ed67eb8f1af719d76aad6ad80e5697
qbus: remove wrong error messages

The existing code shows the "Bus '%s' is full" message even if name
is specified and different from bus->name (i.e. match=0).

The patch excludes unnecessary error message.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-id: 1366184940-13516-1-git-send-email-aik@ozlabs.ru
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qdev-monitor.c