On Mon, Jul 25, 2016 at 11:59:18AM +0200, Igor Mammedov wrote: [...] > Igor Mammedov (6): > exec: reduce CONFIG_USER_ONLY ifdeffenery > exec: don't use cpu_index to detect if cpu_exec_init()'s been called > for cpu > exec: set cpu_index only if it's not been explictly set > qdev: fix object reference leak in case device.realize() fails > pc: init CPUState->cpu_index with index in possible_cpus[] > Revert "pc: Enforce adding CPUs contiguously and removing them in > opposite order"
Applied to x86-next. Thanks! Subject line of patch 2/6 was changed to: "exec: Don't use cpu_index to detect if cpu_exec_init()'s been called" to make it shorter. -- Eduardo