|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH 03/10] hw/s390x/virtio: Add missing 'cpu.h' include |
| Date: | Fri, 4 Feb 2022 08:53:18 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 |
On 4/2/22 08:50, Thomas Huth wrote:
On 03/02/2022 20.37, Philippe Mathieu-Daudé wrote:CPUS390XState is declared in "cpu.h".And how is this related to your qemu/log.h refactoring / why is this patch needed now?
Hmm I might have been too overzealous when splitting in 3 parts, this belong to the 3rd part then.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- hw/s390x/s390-virtio-hcall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/s390x/s390-virtio-hcall.h b/hw/s390x/s390-virtio-hcall.h index 9800c4b351..9773ed8a21 100644 --- a/hw/s390x/s390-virtio-hcall.h +++ b/hw/s390x/s390-virtio-hcall.h @@ -13,6 +13,7 @@ #define HW_S390_VIRTIO_HCALL_H #include "standard-headers/asm-s390/virtio-ccw.h" +#include "cpu.h" /* The only thing that we need from the old kvm_virtio.h file */ #define KVM_S390_VIRTIO_NOTIFY 0Anyway: Acked-by: Thomas Huth <thuth@redhat.com>
| [Prev in Thread] | Current Thread | [Next in Thread] |