Re: [PATCH] misc: Correct relative include path

2021-06-05 Thread Laurent Vivier
Le 16/05/2021 à 22:50, Philippe Mathieu-Daudé a écrit : > Headers should be included from the 'include/' directory, > not from the root directory. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/acpi-common.h | 6 +++--- > include/monitor/monitor.h | 2 +- > hw/gpio/aspeed_gpio.c

Re: [PATCH] misc: Correct relative include path

2021-05-25 Thread Philippe Mathieu-Daudé
ping? (patch reviewed) On 5/16/21 10:50 PM, Philippe Mathieu-Daudé wrote: > Headers should be included from the 'include/' directory, > not from the root directory. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/acpi-common.h | 6 +++--- > include/monitor/monitor.h | 2 +- > hw/g

Re: [PATCH] misc: Correct relative include path

2021-05-16 Thread Bin Meng
On Mon, May 17, 2021 at 4:50 AM Philippe Mathieu-Daudé wrote: > > Headers should be included from the 'include/' directory, > not from the root directory. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/acpi-common.h | 6 +++--- > include/monitor/monitor.h | 2 +- > hw/gpio/aspeed_

[PATCH] misc: Correct relative include path

2021-05-16 Thread Philippe Mathieu-Daudé
Headers should be included from the 'include/' directory, not from the root directory. Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/acpi-common.h | 6 +++--- include/monitor/monitor.h | 2 +- hw/gpio/aspeed_gpio.c | 2 +- hw/intc/ppc-uic.c | 2 +- 4 files changed, 6 insertio