Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-23 Thread Maciej W. Rozycki
On Wed, 11 Mar 2015, Alexander Graf wrote: > > So if you know how to get working floppy disk with qemu-system-ppc64, > > that would help me a lot in rejecting requests from libvirt folks :) > > Thanks :) > > I don't think you want floppy disk emulation on -M pseries at all. In > fact, you only ev

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-11 Thread Alexander Graf
On 10.03.15 04:20, Alexey Kardashevskiy wrote: > On 03/10/2015 04:38 PM, Alexander Graf wrote: >> >> >> >>> Am 09.03.2015 um 23:44 schrieb Alexey Kardashevskiy : >>> On 03/10/2015 02:58 PM, David Gibson wrote: > On Tue, Mar 10, 2015 at 02:52:48PM +1100, Alexey Kardashevskiy wrote: >>

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-10 Thread Alexey Kardashevskiy
On 03/10/2015 04:38 PM, Alexander Graf wrote: Am 09.03.2015 um 23:44 schrieb Alexey Kardashevskiy : On 03/10/2015 02:58 PM, David Gibson wrote: On Tue, Mar 10, 2015 at 02:52:48PM +1100, Alexey Kardashevskiy wrote: On 03/10/2015 01:39 AM, Alexey Kardashevskiy wrote: On 03/09/2015 11:31 PM

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread Alexander Graf
> Am 09.03.2015 um 23:44 schrieb Alexey Kardashevskiy : > >> On 03/10/2015 02:58 PM, David Gibson wrote: >>> On Tue, Mar 10, 2015 at 02:52:48PM +1100, Alexey Kardashevskiy wrote: On 03/10/2015 01:39 AM, Alexey Kardashevskiy wrote: > On 03/09/2015 11:31 PM, Alexander Graf wrote: >

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread Alexey Kardashevskiy
On 03/10/2015 02:58 PM, David Gibson wrote: On Tue, Mar 10, 2015 at 02:52:48PM +1100, Alexey Kardashevskiy wrote: On 03/10/2015 01:39 AM, Alexey Kardashevskiy wrote: On 03/09/2015 11:31 PM, Alexander Graf wrote: On 02.03.15 00:46, Alexey Kardashevskiy wrote: This removes floppy disks suppor

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread David Gibson
On Tue, Mar 10, 2015 at 02:52:48PM +1100, Alexey Kardashevskiy wrote: > On 03/10/2015 01:39 AM, Alexey Kardashevskiy wrote: > >On 03/09/2015 11:31 PM, Alexander Graf wrote: > >> > >> > >>On 02.03.15 00:46, Alexey Kardashevskiy wrote: > >>>This removes floppy disks support as it is not supported by

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread Alexey Kardashevskiy
On 03/10/2015 01:39 AM, Alexey Kardashevskiy wrote: On 03/09/2015 11:31 PM, Alexander Graf wrote: On 02.03.15 00:46, Alexey Kardashevskiy wrote: This removes floppy disks support as it is not supported by any PPC64 system anyway as the only way to have floppy disk on such systems would be an

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread Alexey Kardashevskiy
On 03/09/2015 11:31 PM, Alexander Graf wrote: On 02.03.15 00:46, Alexey Kardashevskiy wrote: This removes floppy disks support as it is not supported by any PPC64 system anyway as the only way to have floppy disk on such systems would be an ISA bus and Linux kernels seems have never had such s

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-09 Thread Alexander Graf
On 02.03.15 00:46, Alexey Kardashevskiy wrote: > This removes floppy disks support as it is not supported by any PPC64 > system anyway as the only way to have floppy disk on such systems would > be an ISA bus and Linux kernels seems have never had such support. > > Signed-off-by: Alexey Kardashe

Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-01 Thread David Gibson
On Mon, Mar 02, 2015 at 05:46:26PM +1100, Alexey Kardashevskiy wrote: > This removes floppy disks support as it is not supported by any PPC64 > system anyway as the only way to have floppy disk on such systems would > be an ISA bus and Linux kernels seems have never had such support. > > Signed-of

[Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config

2015-03-01 Thread Alexey Kardashevskiy
This removes floppy disks support as it is not supported by any PPC64 system anyway as the only way to have floppy disk on such systems would be an ISA bus and Linux kernels seems have never had such support. Signed-off-by: Alexey Kardashevskiy --- At the moment on POWERPC platform ISA bus depen