Re: [Qemu-devel] [PATCH] AcpiDeviceIf: More readable bitmask definition

2017-06-19 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] AcpiDeviceIf: More readable bitmask definition Type: series Message-id: 1497879848-7612-1-git-send-email-clud...@genua.de === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] AcpiDeviceIf: More readable bitmask definition

2017-06-19 Thread Christian Ludwig
AcpiEventStatusBits defines bits in a bitmask. Having it in decimal notation is rather uncommon. Make it more clear which bits are meant there. No functional change. Signed-off-by: Christian Ludwig --- include/hw/acpi/acpi_dev_interface.h | 10 +- 1 file changed, 5 insertions(+), 5 dele