]> git.proxmox.com Git - qemu.git/commit
error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o
authorMarkus Armbruster <armbru@redhat.com>
Mon, 22 Mar 2010 09:29:04 +0000 (10:29 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Mar 2010 13:30:38 +0000 (14:30 +0100)
commit526f0ac1538378a561b629cb2f99a0349d48bc2f
tree85534a304ab8e995248b55cfb1136b9fa48c7049
parent6627f64510b622912d35ced2771583e03b1f155f
error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o

The location tracking interface is used by code shared with qemi-img,
qemu-nbd and qemu-io, so it needs to be available there.  Commit
827b0813 provides it in a rather hamfisted way: it adds a dummy
implementation to qemu-tool.c.

It's cleaner to provide the real thing, and put a few more dummy
monitor functions into qemu-tool.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile
qemu-tool.c