|
From: | Cédric Le Goater |
Subject: | Re: [Qemu-devel] [RFC PATCH 04/26] ppc/xive: introduce a skeleton for the XIVE interrupt controller model |
Date: | Mon, 24 Jul 2017 15:00:30 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
>> +#include "qemu/osdep.h" >> +#include "qemu/log.h" >> +#include "qapi/error.h" >> +#include "target/ppc/cpu.h" >> +#include "sysemu/cpus.h" >> +#include "sysemu/dma.h" >> +#include "monitor/monitor.h" >> +#include "hw/ppc/xive.h" >> + >> +#include "xive-internal.h" >> + >> +/* >> + * Main XIVE object > > As with XICs, does it really make sense for there to be a "main" XIVE > object, or should be an interface attached to the machine? yes. There are internal tables which are very specific to the controller and I don't think they belong to the machine. C.
[Prev in Thread] | Current Thread | [Next in Thread] |