mbox

[PULL,0/2] Block/testing patches

Message ID 20190109015240.2116-1-fam@euphon.net (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/famz/qemu.git tags/staging-pull-request

Message

Fam Jan. 9, 2019, 1:52 a.m. UTC
The following changes since commit 147923b1a901a0370f83a0f4c58ec1baffef22f0:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' into staging (2019-01-08 16:07:32 +0000)

are available in the git repository at:

  https://github.com/famz/qemu.git tags/staging-pull-request

for you to fetch changes up to 4ce58d861bf740bb893bd28b974675ad3d9f98b5:

  docker: Use a stable snapshot for Debian Sid (2019-01-09 09:38:34 +0800)

----------------------------------------------------------------
Block/testing patches

v2: Fix URL.
    Drop BSD patch.

----------------------------------------------------------------

Li Feng (1):
  block/nvme: optimize the performance of nvme driver based on vfio-pci

Philippe Mathieu-Daudé (1):
  docker: Use a stable snapshot for Debian Sid

 block/nvme.c                               | 16 ++++++----------
 tests/docker/dockerfiles/debian-sid.docker |  4 ++++
 2 files changed, 10 insertions(+), 10 deletions(-)

Comments

Peter Maydell Jan. 10, 2019, 3:33 p.m. UTC | #1
On Wed, 9 Jan 2019 at 01:53, Fam Zheng <fam@euphon.net> wrote:
>
> The following changes since commit 147923b1a901a0370f83a0f4c58ec1baffef22f0:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' into staging (2019-01-08 16:07:32 +0000)
>
> are available in the git repository at:
>
>   https://github.com/famz/qemu.git tags/staging-pull-request
>
> for you to fetch changes up to 4ce58d861bf740bb893bd28b974675ad3d9f98b5:
>
>   docker: Use a stable snapshot for Debian Sid (2019-01-09 09:38:34 +0800)
>
> ----------------------------------------------------------------
> Block/testing patches
>
> v2: Fix URL.
>     Drop BSD patch.
>
> ----------------------------------------------------------------
>
> Li Feng (1):
>   block/nvme: optimize the performance of nvme driver based on vfio-pci
>
> Philippe Mathieu-Daudé (1):
>   docker: Use a stable snapshot for Debian Sid
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM