Re: [Qemu-devel] [RFC PATCH v3 13/24] cpus: Add Error argument to cpu_exec_init()

2015-05-05 Thread David Gibson
On Fri, Apr 24, 2015 at 12:17:35PM +0530, Bharata B Rao wrote: > Add an Error argument to cpu_exec_init() to let users collect the > error. Change all callers to currently pass NULL error argument. This change > is needed for the following reasons: > > - A subsequent commit changes the CPU enumera

[Qemu-devel] [RFC PATCH v3 13/24] cpus: Add Error argument to cpu_exec_init()

2015-04-23 Thread Bharata B Rao
Add an Error argument to cpu_exec_init() to let users collect the error. Change all callers to currently pass NULL error argument. This change is needed for the following reasons: - A subsequent commit changes the CPU enumeration logic in cpu_exec_init() resulting in cpu_exec_init() to fail if c