Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-27 Thread Blue Swirl
On Wed, Apr 27, 2011 at 8:32 PM, Jan Kiszka wrote: > On 2011-04-27 19:17, Blue Swirl wrote: >> On Wed, Apr 27, 2011 at 10:11 AM, Jan Kiszka wrote: >>> On 2011-04-26 21:59, Blue Swirl wrote: On Tue, Apr 26, 2011 at 9:55 PM, Jan Kiszka wrote: > On 2011-04-26 20:00, Blue Swirl wrote: >

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-27 Thread Jan Kiszka
On 2011-04-27 19:17, Blue Swirl wrote: > On Wed, Apr 27, 2011 at 10:11 AM, Jan Kiszka wrote: >> On 2011-04-26 21:59, Blue Swirl wrote: >>> On Tue, Apr 26, 2011 at 9:55 PM, Jan Kiszka wrote: On 2011-04-26 20:00, Blue Swirl wrote: > On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka > wrot

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-27 Thread Blue Swirl
On Wed, Apr 27, 2011 at 10:11 AM, Jan Kiszka wrote: > On 2011-04-26 21:59, Blue Swirl wrote: >> On Tue, Apr 26, 2011 at 9:55 PM, Jan Kiszka wrote: >>> On 2011-04-26 20:00, Blue Swirl wrote: On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka wrote: > Instead of having an extra reset func

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-27 Thread Jan Kiszka
On 2011-04-26 21:59, Blue Swirl wrote: > On Tue, Apr 26, 2011 at 9:55 PM, Jan Kiszka wrote: >> On 2011-04-26 20:00, Blue Swirl wrote: >>> On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka wrote: Instead of having an extra reset function at machine level and special code for processing INIT,

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-26 Thread Blue Swirl
On Tue, Apr 26, 2011 at 9:55 PM, Jan Kiszka wrote: > On 2011-04-26 20:00, Blue Swirl wrote: >> On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka wrote: >>> Instead of having an extra reset function at machine level and special >>> code for processing INIT, move the initialization of halted into the >>

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-26 Thread Jan Kiszka
On 2011-04-26 20:00, Blue Swirl wrote: > On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka wrote: >> Instead of having an extra reset function at machine level and special >> code for processing INIT, move the initialization of halted into the >> cpu reset handler. > > Nack. A CPU is designated as a B

Re: [Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-26 Thread Blue Swirl
On Tue, Apr 26, 2011 at 11:50 AM, Jan Kiszka wrote: > Instead of having an extra reset function at machine level and special > code for processing INIT, move the initialization of halted into the > cpu reset handler. Nack. A CPU is designated as a BSP at board level. CPUs do not need to know abou

[Qemu-devel] [PATCH] target-i386: Initialize CPUState::halted in cpu_reset

2011-04-26 Thread Jan Kiszka
Instead of having an extra reset function at machine level and special code for processing INIT, move the initialization of halted into the cpu reset handler. Signed-off-by: Jan Kiszka --- hw/pc.c | 12 ++-- target-i386/helper.c |5 - 2 files changed, 6 insertions(