>>> On 09.05.17 at 19:09, wrote:
> On 09/05/17 16:58, Jan Beulich wrote:
> On 08.05.17 at 17:48, wrote:
>>> +void pv_create_exception_frame(void)
>>> +{
>>> +struct vcpu *curr = current;
>>> +struct trap_bounce *tb = &curr->arch.pv_vcpu.trap_bounce;
>> const (twice)?
>>
>>> +struc
On 09/05/17 16:58, Jan Beulich wrote:
On 08.05.17 at 17:48, wrote:
>> +void pv_create_exception_frame(void)
>> +{
>> +struct vcpu *curr = current;
>> +struct trap_bounce *tb = &curr->arch.pv_vcpu.trap_bounce;
> const (twice)?
>
>> +struct cpu_user_regs *regs = guest_cpu_user_regs(
>>> On 08.05.17 at 17:48, wrote:
> +void pv_create_exception_frame(void)
> +{
> +struct vcpu *curr = current;
> +struct trap_bounce *tb = &curr->arch.pv_vcpu.trap_bounce;
const (twice)?
> +struct cpu_user_regs *regs = guest_cpu_user_regs();
> +const bool user_mode_frame = !guest_