Re: [Qemu-devel] [PATCH] hw: edu: replace device name with macro

2018-09-14 Thread Paolo Bonzini
On 14/09/2018 07:11, Li Qiang wrote: > Just as other devices do. > > Signed-off-by: Li Qiang > --- > hw/misc/edu.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/hw/misc/edu.c b/hw/misc/edu.c > index df26a4d046..0687ffd343 100644 > --- a/hw/misc/edu.c > +++

[Qemu-devel] [PATCH] hw: edu: replace device name with macro

2018-09-13 Thread Li Qiang
Just as other devices do. Signed-off-by: Li Qiang --- hw/misc/edu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/misc/edu.c b/hw/misc/edu.c index df26a4d046..0687ffd343 100644 --- a/hw/misc/edu.c +++ b/hw/misc/edu.c @@ -30,7 +30,8 @@ #include "qemu/main-loop.h"