qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] pc: apic: introduce APIC macro


From: Wanpeng Li
Subject: Re: [Qemu-devel] [PATCH] pc: apic: introduce APIC macro
Date: Thu, 15 Sep 2016 14:32:36 +0800

2016-09-15 14:27 GMT+08:00 Paolo Bonzini <address@hidden>:
[...]
>> +#define TYPE_APIC "apic"
>> +#define APIC(obj) \
>> +    OBJECT_CHECK(APICCommonState, (obj), TYPE_APIC)
>
> This should be in apic.c.  Also please replace the other occurrence of
> "apic" in apic.c by TYPE_APIC.

Will do, thanks for your review.

Regards,
Wanpeng Li



reply via email to

[Prev in Thread] Current Thread [Next in Thread]