Re: [Qemu-devel] [PATCH for-1.4?] target-i386: Pass X86CPU to cpu_x86_set_a20()

2013-01-31 Thread Andreas Färber
Am 31.01.2013 16:49, schrieb Eduardo Habkost: > On Thu, Jan 31, 2013 at 04:08:44PM +0100, Andreas Färber wrote: >> Prepares for cpu_interrupt() changing argument to CPUState. >> >> While touching it, rename to x86_cpu_...() now that it takes an X86CPU. >> >> Signed-off-by: Andreas Färber > > Revi

Re: [Qemu-devel] [PATCH for-1.4?] target-i386: Pass X86CPU to cpu_x86_set_a20()

2013-01-31 Thread Andreas Färber
Am 31.01.2013 16:49, schrieb Eduardo Habkost: > On Thu, Jan 31, 2013 at 04:08:44PM +0100, Andreas Färber wrote: >> Prepares for cpu_interrupt() changing argument to CPUState. >> >> While touching it, rename to x86_cpu_...() now that it takes an X86CPU. >> >> Signed-off-by: Andreas Färber > > Revi

Re: [Qemu-devel] [PATCH for-1.4?] target-i386: Pass X86CPU to cpu_x86_set_a20()

2013-01-31 Thread Eduardo Habkost
On Thu, Jan 31, 2013 at 04:08:44PM +0100, Andreas Färber wrote: > Prepares for cpu_interrupt() changing argument to CPUState. > > While touching it, rename to x86_cpu_...() now that it takes an X86CPU. > > Signed-off-by: Andreas Färber Reviewed-by: Eduardo Habkost Why the "for-1.4?"? Is there

[Qemu-devel] [PATCH for-1.4?] target-i386: Pass X86CPU to cpu_x86_set_a20()

2013-01-31 Thread Andreas Färber
Prepares for cpu_interrupt() changing argument to CPUState. While touching it, rename to x86_cpu_...() now that it takes an X86CPU. Signed-off-by: Andreas Färber --- Extracted from my qom-cpu-8 queue. hw/pc.c |7 --- target-i386/cpu.h|2 +- target-i386/helper.c |