qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 10/13] move qemu_irq typedef out of cpu-common.h


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC 10/13] move qemu_irq typedef out of cpu-common.h
Date: Thu, 4 Oct 2012 21:20:15 +0100

On 4 October 2012 20:15, Eduardo Habkost <address@hidden> wrote:
> --- a/sysemu.h
> +++ b/sysemu.h
> @@ -9,6 +9,7 @@
>  #include "qapi-types.h"
>  #include "notify.h"
>  #include "main-loop.h"
> +#include "hw/irq.h"
>
>  /* vl.c */

Igor's qemu_system_powerdown cleanup has hit master now, so
sysemu.h doesn't need to include hw/irq.h now.

(You may find that this means some files which were implicitly
getting hw/irq.h now need to include it directly, of course.)

-- PMM



reply via email to

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