From: Sukrit Bhatnagar <skrtbhtngr@gmail.com> To: qemu-devel@nongnu.org Cc: Roman Bolshakov <r.bolshakov@yadro.com>, Paolo Bonzini <pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH RESEND v2 1/2] hvf: declare hvf_handle_io if NEED_CPU_H is defined Date: Sun, 7 Apr 2019 17:28:38 +0530 [thread overview] Message-ID: <20190407115839.25054-2-skrtbhtngr@gmail.com> (raw) In-Reply-To: <20190407115839.25054-1-skrtbhtngr@gmail.com> hvf_handle_io needs the poisoned type CPUArchState as its argument. Declaring it if NEED_CPU_H is defined enables include/sysemu/hvf.h to be included for common object compilation as well. Cc: Roman Bolshakov <r.bolshakov@yadro.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com> --- include/sysemu/hvf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h index aaa51d2c51..7eca3ec7be 100644 --- a/include/sysemu/hvf.h +++ b/include/sysemu/hvf.h @@ -63,8 +63,12 @@ typedef struct HVFState { extern HVFState *hvf_state; void hvf_set_phys_mem(MemoryRegionSection *, bool); + +#ifdef NEED_CPU_H void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int); +#endif + hvf_slot *hvf_find_overlap_slot(uint64_t, uint64_t); /* Disable HVF if |disable| is 1, otherwise, enable it iff it is supported by -- 2.20.1
WARNING: multiple messages have this Message-ID (diff)
From: Sukrit Bhatnagar <skrtbhtngr@gmail.com> To: qemu-devel@nongnu.org Cc: Paolo Bonzini <pbonzini@redhat.com>, Roman Bolshakov <r.bolshakov@yadro.com> Subject: [Qemu-devel] [PATCH RESEND v2 1/2] hvf: declare hvf_handle_io if NEED_CPU_H is defined Date: Sun, 7 Apr 2019 17:28:38 +0530 [thread overview] Message-ID: <20190407115839.25054-2-skrtbhtngr@gmail.com> (raw) Message-ID: <20190407115838.ZdRHcjE4ybm1ZjzH2ejH6U8Z9fbs_2i-k4V0GjMEs2w@z> (raw) In-Reply-To: <20190407115839.25054-1-skrtbhtngr@gmail.com> hvf_handle_io needs the poisoned type CPUArchState as its argument. Declaring it if NEED_CPU_H is defined enables include/sysemu/hvf.h to be included for common object compilation as well. Cc: Roman Bolshakov <r.bolshakov@yadro.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com> --- include/sysemu/hvf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h index aaa51d2c51..7eca3ec7be 100644 --- a/include/sysemu/hvf.h +++ b/include/sysemu/hvf.h @@ -63,8 +63,12 @@ typedef struct HVFState { extern HVFState *hvf_state; void hvf_set_phys_mem(MemoryRegionSection *, bool); + +#ifdef NEED_CPU_H void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int); +#endif + hvf_slot *hvf_find_overlap_slot(uint64_t, uint64_t); /* Disable HVF if |disable| is 1, otherwise, enable it iff it is supported by -- 2.20.1
next prev parent reply other threads:[~2019-04-07 11:59 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-07 11:58 [Qemu-devel] [PATCH RESEND v2 0/2] Move hvf_cpu_synchronize* calls to cpu_synchronize* functions Sukrit Bhatnagar 2019-04-07 11:58 ` Sukrit Bhatnagar 2019-04-07 11:58 ` Sukrit Bhatnagar [this message] 2019-04-07 11:58 ` [Qemu-devel] [PATCH RESEND v2 1/2] hvf: declare hvf_handle_io if NEED_CPU_H is defined Sukrit Bhatnagar 2019-04-10 11:40 ` Roman Bolshakov 2019-04-10 11:40 ` Roman Bolshakov 2019-04-07 11:58 ` [Qemu-devel] [PATCH RESEND v2 2/2] cpus: move hvf_cpu_synchronize* calls to cpu_synchronize* functions Sukrit Bhatnagar 2019-04-07 11:58 ` Sukrit Bhatnagar 2019-04-10 11:50 ` Roman Bolshakov 2019-04-10 11:50 ` Roman Bolshakov 2019-04-10 12:05 ` Sukrit Bhatnagar 2019-04-10 12:05 ` Sukrit Bhatnagar 2019-04-10 14:02 ` Roman Bolshakov 2019-04-10 14:02 ` Roman Bolshakov 2019-04-10 17:10 ` Paolo Bonzini 2019-04-10 17:10 ` Paolo Bonzini 2019-04-07 12:05 ` [Qemu-devel] [PATCH RESEND v2 0/2] Move " Sukrit Bhatnagar 2019-04-07 12:05 ` Sukrit Bhatnagar 2019-04-09 8:28 ` Marcel Apfelbaum 2019-04-09 8:28 ` Marcel Apfelbaum
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190407115839.25054-2-skrtbhtngr@gmail.com \ --to=skrtbhtngr@gmail.com \ --cc=pbonzini@redhat.com \ --cc=qemu-devel@nongnu.org \ --cc=r.bolshakov@yadro.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).