TARGET_I386 is always defined when TARGET_X86_64 is defined. Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx> --- monitor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index 11e48c7..1a531f2 100644 --- a/monitor.c +++ b/monitor.c @@ -1764,7 +1764,7 @@ static const mon_cmd_t mon_cmds[] = { "", "cancel the current VM migration" }, { "migrate_set_speed", "s", do_migrate_set_speed, "value", "set maximum speed (in bytes) for migrations" }, -#if defined(TARGET_I386) || defined(TARGET_X86_64) +#if defined(TARGET_I386) { "drive_add", "ss", drive_hot_add, "pci_addr=[[<domain>:]<bus>:]<slot>\n" "[file=file][,if=type][,bus=n]\n" "[,unit=m][,media=d][index=i]\n" -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html