mbox

[PULL,0/2] xen-140220

Message ID alpine.DEB.2.02.1402201759490.15812@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-140220

Message

Stefano Stabellini Feb. 20, 2014, 6:12 p.m. UTC
The following changes since commit 2ca92bb993991d6dcb8f68751aca9fc2ec2b8867:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging (2014-02-20 15:25:05 +0000)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-140220

for you to fetch changes up to 58da5b1e01a586eb5a52ba3eec342d6828269839:

  xen_disk: fix io accounting (2014-02-20 17:57:13 +0000)

----------------------------------------------------------------
Olaf Hering (1):
      xen_disk: fix io accounting

Stefano Stabellini (1):
      Call pci_piix3_xen_ide_unplug from unplug_disks

 hw/block/xen_disk.c   |   13 ++++++++++++-
 hw/ide/piix.c         |    3 +--
 hw/xen/xen_platform.c |    3 ++-
 include/hw/ide.h      |    1 +
 4 files changed, 16 insertions(+), 4 deletions(-)

Comments

Peter Maydell Feb. 25, 2014, 10:52 a.m. UTC | #1
On 20 February 2014 18:12, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 2ca92bb993991d6dcb8f68751aca9fc2ec2b8867:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging (2014-02-20 15:25:05 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-140220
>
> for you to fetch changes up to 58da5b1e01a586eb5a52ba3eec342d6828269839:
>
>   xen_disk: fix io accounting (2014-02-20 17:57:13 +0000)

Applied, thanks.

-- PMM