Re: [Qemu-devel] [PATCH V3 09/10] Introduce apic-msidef.h

2011-11-08 Thread Stefano Stabellini
On Fri, 28 Oct 2011, Anthony PERARD wrote: > This patch move the msi definition from apic.c to apic-msidef.h. So it can be > used also by other .c files. you should CC Michael on this one > Signed-off-by: Anthony PERARD > --- > hw/apic-msidef.h | 28 > hw/apic.c

[Qemu-devel] [PATCH V3 09/10] Introduce apic-msidef.h

2011-10-28 Thread Anthony PERARD
This patch move the msi definition from apic.c to apic-msidef.h. So it can be used also by other .c files. Signed-off-by: Anthony PERARD --- hw/apic-msidef.h | 28 hw/apic.c| 11 +-- 2 files changed, 29 insertions(+), 10 deletions(-) create mode