Re: [Qemu-devel] [PULL 0/2] Block layer patches for 2.4.0-rc3

2015-07-28 Thread Peter Maydell
On 27 July 2015 at 16:46, Kevin Wolf  wrote:
> The following changes since commit 122e7dab8ac549c8c5a9e1e13aa2464190e888de:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into 
> staging (2015-07-27 14:53:42 +0100)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 77c102c26ead946fe7589d4bddcdfa5cb431ebfe:
>
>   block: qemu-iotests - add check for multiplication overflow in vpc 
> (2015-07-27 17:19:07 +0200)
>
> 
> Block layer patches for 2.4.0-rc3
>

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/2] Block layer patches for 2.4.0-rc3

2015-07-27 Thread Kevin Wolf
The following changes since commit 122e7dab8ac549c8c5a9e1e13aa2464190e888de:

  Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into 
staging (2015-07-27 14:53:42 +0100)

are available in the git repository at:


  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 77c102c26ead946fe7589d4bddcdfa5cb431ebfe:

  block: qemu-iotests - add check for multiplication overflow in vpc 
(2015-07-27 17:19:07 +0200)


Block layer patches for 2.4.0-rc3


Jeff Cody (2):
  block: vpc - prevent overflow if max_table_entries >= 0x4000
  block: qemu-iotests - add check for multiplication overflow in vpc

 block/vpc.c   |  18 +++--
 tests/qemu-iotests/135|  54 ++
 tests/qemu-iotests/135.out|   5 +++
 tests/qemu-iotests/group  |   1 +
 tests/qemu-iotests/sample_images/afl5.img.bz2 | Bin 0 -> 175 bytes
 5 files changed, 74 insertions(+), 4 deletions(-)
 create mode 100755 tests/qemu-iotests/135
 create mode 100644 tests/qemu-iotests/135.out
 create mode 100644 tests/qemu-iotests/sample_images/afl5.img.bz2