Re: [Qemu-devel] [PATCH -qemu] nvme: support Google vendor extension

2015-11-21 Thread Paolo Bonzini
On 21/11/2015 00:05, Ming Lin wrote: > [1.752129] Freeing unused kernel memory: 420K (880001b97000 - > 880001c0) > [1.986573] clocksource: tsc: mask: 0x max_cycles: > 0x30e5c9bbf83, max_idle_ns: 440795378954 ns > [1.988187] clocksource: Switched to

Re: [Qemu-devel] [RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target

2015-11-21 Thread Paolo Bonzini
On 20/11/2015 01:20, Ming Lin wrote: > One improvment could be to use google's NVMe vendor extension that > I send in another thread, aslo here: > https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=nvme-google-ext > > Qemu side: >

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-21 Thread Programmingkid
On Nov 21, 2015, at 7:32 AM, Mark Cave-Ayland wrote: > On 20/11/15 17:06, Alfonso Gamboa wrote: > >> booting into MacOS9 with qemu to the Desktop is now possible, see: >> >> http://www.emaculation.com/forum/viewtopic.php?f=34=7047=250 >> >> Some issues, remain, certain extensions crash on

Re: [Qemu-devel] [PATCH 5/5] target-arm: support QMP dump-guest-memory

2015-11-21 Thread Andrew Jones
On Fri, Nov 20, 2015 at 04:41:21PM -0500, Andrew Jones wrote: > On Fri, Nov 20, 2015 at 06:19:14PM +, Peter Maydell wrote: > > On 19 November 2015 at 14:53, Andrew Jones wrote: > > > + > > > +if (is_a64(env)) { > > > > Are you really sure you want the core dump format

Re: [Qemu-devel] [PATCH -qemu] nvme: support Google vendor extension

2015-11-21 Thread Ming Lin
On Sat, 2015-11-21 at 13:56 +0100, Paolo Bonzini wrote: > > On 21/11/2015 00:05, Ming Lin wrote: > > [1.752129] Freeing unused kernel memory: 420K (880001b97000 - > > 880001c0) > > [1.986573] clocksource: tsc: mask: 0x max_cycles: > > 0x30e5c9bbf83,

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-21 Thread Programmingkid
On Nov 21, 2015, at 7:32 AM, Mark Cave-Ayland wrote: > On 20/11/15 17:06, Alfonso Gamboa wrote: > >> booting into MacOS9 with qemu to the Desktop is now possible, see: >> >> http://www.emaculation.com/forum/viewtopic.php?f=34=7047=250 >> >> Some issues, remain, certain extensions crash on

Re: [Qemu-devel] [PATCH v4] linux-user: add signalfd/signalfd4 syscalls

2015-11-21 Thread Laurent Vivier
Le 06/10/2015 10:16, Riku Voipio a écrit : > On perjantaina 2. lokakuuta 2015 15.48.09 EEST, Laurent Vivier wrote: >> This patch introduces a system very similar to the one used in the kernel >> to attach specific functions to a given file descriptor. > > Thanks, applied to linux-user As I

[Qemu-devel] [PATCH] ui/cocoa.m: Prevent activation clicks from going to guest

2015-11-21 Thread Programmingkid
When QEMU is brought to the foreground, the click event that activates QEMU should not go to the guest. Accidents happen when they do go to the guest without giving the user a change to handle them. Buttons are clicked accidently. Windows are closed accidently. Volumes are unmounted accidently.

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-21 Thread Mark Cave-Ayland
On 20/11/15 22:40, BALATON Zoltan wrote: > On Fri, 20 Nov 2015, Alfonso Gamboa wrote: >> booting into MacOS9 with qemu to the Desktop is now possible, see: >> >> http://www.emaculation.com/forum/viewtopic.php?f=34=7047=250 > > Very nice. > >> On Nov 20, 2015 7:46 AM, "Programmingkid"

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] CUDA has problems with Mac OS 10.4

2015-11-21 Thread Mark Cave-Ayland
On 20/11/15 17:06, Alfonso Gamboa wrote: > booting into MacOS9 with qemu to the Desktop is now possible, see: > > http://www.emaculation.com/forum/viewtopic.php?f=34=7047=250 > > Some issues, remain, certain extensions crash on boot. Hi Alfonso, Has there been any progress at all as to