Re: [PATCH 31/32] RFC: Simplify softmmu/main.c

2022-04-20 Thread Akihiko Odaki
On 2022/04/20 16:57, Marc-André Lureau wrote: Hi On Thu, Mar 24, 2022 at 11:52 AM Paolo Bonzini > wrote: On 3/23/22 16:57, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureaumailto:marcandre.lur...@redhat.co

Re: [PATCH 31/32] RFC: Simplify softmmu/main.c

2022-04-20 Thread Marc-André Lureau
Hi On Thu, Mar 24, 2022 at 11:52 AM Paolo Bonzini wrote: > On 3/23/22 16:57, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Move qemu_main() declaration to a new header. > > > > Simplify main.c since both cocoa & sdl cannot be enabled together. > > > > (there might be som

Re: [PATCH 31/32] RFC: Simplify softmmu/main.c

2022-03-24 Thread Paolo Bonzini
On 3/23/22 16:57, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Move qemu_main() declaration to a new header. Simplify main.c since both cocoa & sdl cannot be enabled together. (there might be some small conflict with the RFC patch "cocoa: run qemu_init in the main thread", but th

Re: [PATCH 31/32] RFC: Simplify softmmu/main.c

2022-03-23 Thread Akihiko Odaki
Reviewed-by: Akihiko Odaki On 2022/03/24 0:57, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Move qemu_main() declaration to a new header. Simplify main.c since both cocoa & sdl cannot be enabled together. (there might be some small conflict with the RFC patch "cocoa: run qemu_

[PATCH 31/32] RFC: Simplify softmmu/main.c

2022-03-23 Thread marcandre . lureau
From: Marc-André Lureau Move qemu_main() declaration to a new header. Simplify main.c since both cocoa & sdl cannot be enabled together. (there might be some small conflict with the RFC patch "cocoa: run qemu_init in the main thread", but the two look like they could be used together to improve