Re: [kvm-devel] [PATCH] libkvm: fix mungled default case for switch in kvm_arch_run

2007-12-30 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: > This patch corrects 03f1b5e137e7e4c8dd51dbaea6779be853f4fde0, that > modified the logic behind kvm_arch_run because of a mangled endif > which accidentally included the default entry for the switch. > > kvm_arch_run as defined in 4f19bdea03330641fd48514ea84d1ed1b

[kvm-devel] [PATCH] libkvm: fix mungled default case for switch in kvm_arch_run

2007-12-27 Thread Carlo Marcelo Arenas Belon
This patch corrects 03f1b5e137e7e4c8dd51dbaea6779be853f4fde0, that modified the logic behind kvm_arch_run because of a mangled endif which accidentally included the default entry for the switch. kvm_arch_run as defined in 4f19bdea03330641fd48514ea84d1ed1bf431507 was affected by returning 0 by defa