[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] kvm: Change prototype of kvm_update_guest_debug
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH] kvm: Change prototype of kvm_update_guest_debug |
Date: |
Fri, 26 Jul 2013 20:14:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 |
Am 26.07.2013 14:33, schrieb Andreas Färber:
> Am 25.07.2013 20:50, schrieb Stefan Weil:
>> Passing a CPUState pointer instead of a CPUArchState pointer eliminates
>> the last target dependent data type in sysemu/kvm.h.
>>
>> It also simplifies the code.
>>
>> Signed-off-by: Stefan Weil <address@hidden>
>> ---
>>
>> With this patch (and a previous one which is already queued),
>> kvm.h can be included without errors from "poisoned" names.
> Thanks for doing this, it was on my TODO list. If Paolo acks, I would
> happily put that in qom-cpu for final 1.6 pull.
>
> Which other queued patch are you referring to?
>
> Andreas
http://patchwork.ozlabs.org/patch/260525/ removes 'env' from poison.h.
This allows moving the kvm stubs to the stubs directory with less trickery
(see http://patchwork.ozlabs.org/patch/260512/ for the old version).
Stefan