Re: [PATCH v4 5/5] whpx: move whpx_lapic_state from header to c file

2021-01-07 Thread Yonggang Luo
On Thu, Jan 7, 2021 at 2:55 AM Paolo Bonzini wrote: > > On 07/01/21 11:28, Marc-André Lureau wrote: > > Hi > > > > On Thu, Jan 7, 2021 at 2:26 PM Yonggang Luo > > wrote: > > > > This struct only used in whpx-apic.c, there is no need > > expose it in whpx.h.

Re: [PATCH v4 5/5] whpx: move whpx_lapic_state from header to c file

2021-01-07 Thread Paolo Bonzini
On 07/01/21 11:28, Marc-André Lureau wrote: Hi On Thu, Jan 7, 2021 at 2:26 PM Yonggang Luo > wrote: This struct only used in whpx-apic.c, there is no need expose it in whpx.h. Signed-off-by: Yonggang Luo mailto:luoyongg...@gmail.com>> Similar patch

Re: [PATCH v4 5/5] whpx: move whpx_lapic_state from header to c file

2021-01-07 Thread Marc-André Lureau
Hi On Thu, Jan 7, 2021 at 2:26 PM Yonggang Luo wrote: > This struct only used in whpx-apic.c, there is no need > expose it in whpx.h. > > Signed-off-by: Yonggang Luo > Similar patch pending:

[PATCH v4 5/5] whpx: move whpx_lapic_state from header to c file

2021-01-07 Thread Yonggang Luo
This struct only used in whpx-apic.c, there is no need expose it in whpx.h. Signed-off-by: Yonggang Luo --- include/sysemu/whpx.h| 7 --- target/i386/whpx/whpx-apic.c | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/sysemu/whpx.h