Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-09-25 Thread Dr. David Alan Gilbert
* Slutz, Donald Christopher (dsl...@verizon.com) wrote: > On 09/25/14 11:07, Dr. David Alan Gilbert wrote: > > * Slutz, Donald Christopher (dsl...@verizon.com) wrote: > >> What is happening with this patch? I would like to use this code. > > I need to rework it for the new machine types code; but

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-09-25 Thread Slutz, Donald Christopher
0 AM >> To: Richard W.M. Jones >> Cc: m...@redhat.com; qemu-devel@nongnu.org; arm...@redhat.com; Dr. David >> Alan Gilbert; aligu...@amazon.com; Anthony PERARD >> Subject: Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of >> VMWare ioport emulation >&

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-09-25 Thread Dr. David Alan Gilbert
es > Cc: m...@redhat.com; qemu-devel@nongnu.org; arm...@redhat.com; Dr. David Alan > Gilbert; aligu...@amazon.com; Anthony PERARD > Subject: Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of > VMWare ioport emulation > > Hi, > > > It was disabled in

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-09-25 Thread Slutz, Donald Christopher
, May 20, 2014 6:10 AM To: Richard W.M. Jones Cc: m...@redhat.com; qemu-devel@nongnu.org; arm...@redhat.com; Dr. David Alan Gilbert; aligu...@amazon.com; Anthony PERARD Subject: Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation Hi, > It was disabled in t

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-20 Thread Gerd Hoffmann
Hi, > It was disabled in this patch. The commit message is saying that > vmport cannot work in Xen, but I'm not exactly clear why. > > commit 1611977c3d8fdbdac6090cbd1fcee4aed6d9 > Author: Anthony PERARD > Date: Tue May 3 17:06:54 2011 +0100 > > pc, Disable vmport initialisat

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-20 Thread Richard W.M. Jones
On Tue, May 20, 2014 at 09:47:26AM +0100, Dr. David Alan Gilbert wrote: > * Gerd Hoffmann (kra...@redhat.com) wrote: > > > /* init basic PC hardware */ > > > -pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, > > > xen_enabled(), > > > -0x4); > > > +pc_basic_device_init

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-20 Thread Dr. David Alan Gilbert
* Gerd Hoffmann (kra...@redhat.com) wrote: > > /* init basic PC hardware */ > > -pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, xen_enabled(), > > -0x4); > > +pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, > > + !qemu_opt_get_bool(qemu_

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-20 Thread Gerd Hoffmann
> /* init basic PC hardware */ > -pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, xen_enabled(), > -0x4); > +pc_basic_device_init(isa_bus, gsi, &rtc_state, &floppy, > + !qemu_opt_get_bool(qemu_get_machine_opts(), > "vmport", > +

Re: [Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-19 Thread Richard W.M. Jones
On Mon, May 19, 2014 at 06:00:26PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > VMWare apparently doesn't like running under QEMU due to our > incomplete emulation of it's special IO Port. This adds a > -machine suboption to allow it to be turned off. > > Sign

[Qemu-devel] [PATCH] -machine vmport=off: Allow disabling of VMWare ioport emulation

2014-05-19 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" VMWare apparently doesn't like running under QEMU due to our incomplete emulation of it's special IO Port. This adds a -machine suboption to allow it to be turned off. Signed-off-by: Dr. David Alan Gilbert --- hw/i386/pc_piix.c | 5 +++-- hw/i386/pc_q35.c | 5 +