Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Type: series Subject: [Qemu-devel] [PATCH v2 0/7

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop Message-id: 20190214102816.3

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190214102816.3393-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use

Re: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190214102816.3393-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop Message-id: 20190214102816.3

[Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop

2019-02-14 Thread Peter Maydell
This set of patches rearranges how we handle events on the OSX Cocoa UI so that we use the main thread to run the OSX event loop, and we don't do a long blocking operation from the applicationDidFinishLaunching callback. Instead we create a second thread which runs qemu_main() and becomes the QEMU