Re: [Qemu-devel] [PATCH 2/2] target-i386: move cpu_reset and reset callback to cpu.c

2012-08-01 Thread Andreas Färber
Am 23.07.2012 15:22, schrieb Igor Mammedov: > Moving reset callback into cpu object from board level and > resetting cpu at the end of x86_cpu_realize() will allow properly > create cpu object during run-time (hotplug) without calling reset externaly. > > When reset over QOM hierarchy is implement

[Qemu-devel] [PATCH 2/2] target-i386: move cpu_reset and reset callback to cpu.c

2012-07-23 Thread Igor Mammedov
Moving reset callback into cpu object from board level and resetting cpu at the end of x86_cpu_realize() will allow properly create cpu object during run-time (hotplug) without calling reset externaly. When reset over QOM hierarchy is implemented, reset callback should be removed. v2: - leave c

[Qemu-devel] [PATCH 2/2] target-i386: move cpu_reset and reset callback to cpu.c

2012-07-10 Thread Igor Mammedov
Moving reset callback into cpu object from board level and resetting cpu at the end of x86_cpu_realize() will allow properly create cpu object during run-time (hotplug) without calling reset exteraly. When reset over QOM hierarchy is implemented, reset callback should be removed. v2: leave cpu_