From 977a4f68e9575ceee32f2aab60b839410a5f5941 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 29 Apr 2009 16:20:32 -0500 Subject: [PATCH] Remove defined(TARGET_X86_64) TARGET_I386 is always defined when TARGET_X86_64 is defined. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.c b/monitor.c index 11e48c77e6..1a531f2d20 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=[[:]:]\n" "[file=file][,if=type][,bus=n]\n" "[,unit=m][,media=d][index=i]\n" -- 2.11.4.GIT