Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-19 Thread Stefano Stabellini
On Wed, 19 Feb 2014, Michael S. Tsirkin wrote: > On Wed, Feb 19, 2014 at 11:08:25AM +0200, Michael S. Tsirkin wrote: > > On Tue, Feb 18, 2014 at 05:10:00PM +, Stefano Stabellini wrote: > > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > > Il 18/02/2014 15:25, Stefano Stabellini ha scritto: >

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-19 Thread Michael S. Tsirkin
On Wed, Feb 19, 2014 at 11:08:25AM +0200, Michael S. Tsirkin wrote: > On Tue, Feb 18, 2014 at 05:10:00PM +, Stefano Stabellini wrote: > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > Il 18/02/2014 15:25, Stefano Stabellini ha scritto: > > > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > >

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-19 Thread Michael S. Tsirkin
On Tue, Feb 18, 2014 at 05:10:00PM +, Stefano Stabellini wrote: > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > Il 18/02/2014 15:25, Stefano Stabellini ha scritto: > > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > > Il 18/02/2014 13:45, Stefano Stabellini ha scritto: > > > > > Disk unplug:

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Stefano Stabellini
On Tue, 18 Feb 2014, Paolo Bonzini wrote: > Il 18/02/2014 15:25, Stefano Stabellini ha scritto: > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > Il 18/02/2014 13:45, Stefano Stabellini ha scritto: > > > > Disk unplug: hw/ide/piix.c:pci_piix3_xen_ide_unplug (see the beginning > > > > of the email

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Stefano Stabellini
On Tue, 18 Feb 2014, Igor Mammedov wrote: > On Tue, 18 Feb 2014 12:45:29 + > Stefano Stabellini wrote: > > > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > > Il 18/02/2014 13:16, Stefano Stabellini ha scritto: > > > > It looks like that this series breaks disk unplug > > > > (hw/ide/piix.c:pci

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Paolo Bonzini
Il 18/02/2014 15:25, Stefano Stabellini ha scritto: On Tue, 18 Feb 2014, Paolo Bonzini wrote: Il 18/02/2014 13:45, Stefano Stabellini ha scritto: Disk unplug: hw/ide/piix.c:pci_piix3_xen_ide_unplug (see the beginning of the email :-P). It is called by hw/xen/xen_platform.c:platform_fixed_ioport

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Stefano Stabellini
On Tue, 18 Feb 2014, Paolo Bonzini wrote: > Il 18/02/2014 13:45, Stefano Stabellini ha scritto: > > Disk unplug: hw/ide/piix.c:pci_piix3_xen_ide_unplug (see the beginning > > of the email :-P). > > It is called by hw/xen/xen_platform.c:platform_fixed_ioport_writew, in > > response to the guest writ

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Paolo Bonzini
Il 18/02/2014 13:45, Stefano Stabellini ha scritto: Disk unplug: hw/ide/piix.c:pci_piix3_xen_ide_unplug (see the beginning of the email :-P). It is called by hw/xen/xen_platform.c:platform_fixed_ioport_writew, in response to the guest writing to a magic ioport specifically to unplug the emulated

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Igor Mammedov
On Tue, 18 Feb 2014 12:45:29 + Stefano Stabellini wrote: > On Tue, 18 Feb 2014, Paolo Bonzini wrote: > > Il 18/02/2014 13:16, Stefano Stabellini ha scritto: > > > It looks like that this series breaks disk unplug > > > (hw/ide/piix.c:pci_piix3_xen_ide_unplug). > > > > > > I bisected it and t

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Stefano Stabellini
On Tue, 18 Feb 2014, Paolo Bonzini wrote: > Il 18/02/2014 13:16, Stefano Stabellini ha scritto: > > It looks like that this series breaks disk unplug > > (hw/ide/piix.c:pci_piix3_xen_ide_unplug). > > > > I bisected it and the problem is caused by: > > > > commit 5e95494380ecf83c97d28f72134ab45e0c

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Paolo Bonzini
Il 18/02/2014 13:16, Stefano Stabellini ha scritto: It looks like that this series breaks disk unplug (hw/ide/piix.c:pci_piix3_xen_ide_unplug). I bisected it and the problem is caused by: commit 5e95494380ecf83c97d28f72134ab45e0cace8f9 Author: Igor Mammedov Date: Wed Feb 5 16:36:52 2014 +010

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-18 Thread Stefano Stabellini
On Thu, 13 Feb 2014, Peter Maydell wrote: > On 10 February 2014 16:47, Michael S. Tsirkin wrote: > > The following changes since commit 2b2449f7e467957778ca006904471b231dc0ac8e: > > > > Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' > > into staging (2014-02-04 18:46:

Re: [Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-13 Thread Peter Maydell
On 10 February 2014 16:47, Michael S. Tsirkin wrote: > The following changes since commit 2b2449f7e467957778ca006904471b231dc0ac8e: > > Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' > into staging (2014-02-04 18:46:33 +) > > are available in the git repository at

[Qemu-devel] [PULL 00/20] acpi,pc,pci fixes and enhancements

2014-02-10 Thread Michael S. Tsirkin
The following changes since commit 2b2449f7e467957778ca006904471b231dc0ac8e: Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' into staging (2014-02-04 18:46:33 +) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/fo