[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/6] Block patches
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 0/6] Block patches |
Date: |
Mon, 23 Jun 2014 17:31:13 +0800 |
The following changes since commit 427e1750a0b98a72cad424327604f51e993dcc5f:
gt64xxx_pci: Add VMStateDescription (2014-06-20 23:40:16 +0200)
are available in the git repository at:
git://github.com/stefanha/qemu.git tags/block-pull-request
for you to fetch changes up to 2bd3bce8efebe86b031beab5c0e3b9bbaec0b502:
block: asynchronously stop the VM on I/O errors (2014-06-23 16:36:13 +0800)
----------------------------------------------------------------
Block pull request
----------------------------------------------------------------
Chunyan Liu (1):
QemuOpts: check NULL opts in qemu_opt_get functions
Liu Yuan (1):
sheepdog: fix NULL dereference in sd_create
Paolo Bonzini (2):
vl: allow other threads to do qemu_system_vmstop_request
block: asynchronously stop the VM on I/O errors
Peter Crosthwaite (2):
block: m25p80: sync_page(): Deindent function body.
block: m25p80: Support read only bdrvs.
block.c | 21 ++++++++++--
block/sheepdog.c | 1 +
cpus.c | 1 +
docs/qmp/qmp-events.txt | 2 +-
hw/block/m25p80.c | 30 ++++++++---------
include/sysemu/sysemu.h | 1 +
stubs/vm-stop.c | 7 +++-
target-lm32/op_helper.c | 2 +-
util/qemu-option.c | 28 +++++++++++++---
vl.c | 85 +++++++++++++++++++++++++++++++------------------
10 files changed, 122 insertions(+), 56 deletions(-)
--
1.9.3
- [Qemu-devel] [PULL 0/6] Block patches,
Stefan Hajnoczi <=
- [Qemu-devel] [PULL 1/6] block: m25p80: sync_page(): Deindent function body., Stefan Hajnoczi, 2014/06/23
- [Qemu-devel] [PULL 2/6] block: m25p80: Support read only bdrvs., Stefan Hajnoczi, 2014/06/23
- [Qemu-devel] [PULL 3/6] QemuOpts: check NULL opts in qemu_opt_get functions, Stefan Hajnoczi, 2014/06/23
- [Qemu-devel] [PULL 4/6] sheepdog: fix NULL dereference in sd_create, Stefan Hajnoczi, 2014/06/23
- [Qemu-devel] [PULL 5/6] vl: allow other threads to do qemu_system_vmstop_request, Stefan Hajnoczi, 2014/06/23
- [Qemu-devel] [PULL 6/6] block: asynchronously stop the VM on I/O errors, Stefan Hajnoczi, 2014/06/23
- Re: [Qemu-devel] [PULL 0/6] Block patches, Peter Maydell, 2014/06/23