qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12
@ 2014-08-06 20:38 Michael Roth
  2014-08-06 20:38 ` [Qemu-devel] [PATCH 001/108] hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun Michael Roth
                   ` (110 more replies)
  0 siblings, 111 replies; 125+ messages in thread
From: Michael Roth @ 2014-08-06 20:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-stable

Hi everyone,

The following new patches are queued for QEMU stable v2.0.1:

  https://github.com/mdroth/qemu/commits/stable-2.0-staging

The release is planned for 2014-08-15:

  http://wiki.qemu.org/Planning/2.0

Please respond here or CC qemu-stable@nongnu.org on any patches you
think should be included in the release.

Due to delays, this is the final planned release for the 2.0.0 series.
We will return to the standard 2-release cycle for 2.1 (one midway
during 2.2 development cycle, one immediately following 2.2 release)

Testing/feedback is greatly appreciated.

Thanks!

----------------------------------------------------------------
Alex Bennée (1):
      target-arm: A64: fix unallocated test of scalar SQXTUN

Alexander Graf (2):
      KVM: Fix GSI number space limit
      virtio-serial: don't migrate the config space

Alexey Kardashevskiy (1):
      spapr_pci: Fix number of returned vectors in ibm, change-msi

Amos Kong (1):
      qdev: Fix crash by validating the object type

Andreas Färber (2):
      sdhci: Fix misuse of qemu_free_irqs()
      hw: Fix qemu_allocate_irqs() leaks

Andrew Oates (1):
      input (curses): mask keycodes to remove modifier bits

Benoît Canet (1):
      block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_file.

Chen Gang (2):
      arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
      kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL

ChenLiang (1):
      migration: remove duplicate code

Christian Borntraeger (1):
      s390x/kvm: rework KVM synchronize to tracing for some ONEREGS

Cornelia Huck (1):
      s390x/css: handle emw correctly for tsch

Cédric Le Goater (1):
      virtio-net: byteswap virtio-net header

David Hildenbrand (1):
      s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG

Don Slutz (1):
      pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layout

Dr. David Alan Gilbert (1):
      Allow mismatched virtio config-len

Edgar E. Iglesias (2):
      target-arm: A64: Handle blr lr
      target-arm: Make vbar_write 64bit friendly on 32bit hosts

Eduardo Habkost (3):
      q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_props
      target-i386: Make TCG feature filtering more readable
      target-i386: Filter FEAT_7_0_EBX TCG features too

Gabriel L. Somlo (1):
      SMBIOS: Rename symbols to better reflect future use

Gonglei (1):
      qga: Fix handle fd leak in acquire_privilege()

Hani Benhabiles (5):
      usb: Fix usb-bt-dongle initialization.
      nbd: Don't export a block device with no medium.
      nbd: Don't validate from and len in NBD_CMD_DISC.
      nbd: Close socket on negotiation failure.
      nbd: Shutdown socket before closing.

Hannes Reinecke (1):
      megasas: Implement LD_LIST_QUERY

Jason J. Herne (1):
      s390x/kvm: synchronize guest floating point registers

KONRAD Frederic (1):
      cadence_uart: check for serial backend before using it.

Kevin Wolf (5):
      qcow1: Make padding in the header explicit
      qcow1: Check maximum cluster size
      qcow1: Validate L2 table size (CVE-2014-0222)
      qcow1: Validate image size (CVE-2014-0223)
      qcow1: Stricter backing file length check

Laszlo Ersek (1):
      vmstate_xhci_event: fix unterminated field list

Le Tan (1):
      pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()

Markus Armbruster (12):
      virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path
      qemu-img: Plug memory leak in convert command
      block/sheepdog: Plug memory leak in sd_snapshot_create()
      block/vvfat: Plug memory leak in read_directory()
      block/vvfat: Plug memory leak in check_directory_consistency()
      block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR
      blockdev: Plug memory leak in drive_init()
      blockdev: Plug memory leak in blockdev_init()
      qemu-io: Plug memory leak in open command
      block: Plug memory leak on brv_open_image() error path
      qcow2: Plug memory leak on qcow2_invalidate_cache() error paths
      hw: Consistently name Error ** objects errp, and not err

Max Filippov (2):
      target-xtensa: fix cross-page jumps/calls at the end of TB
      hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705

Michael R. Hines (1):
      rdma: bug fixes

Michael Roth (2):
      virtio: avoid buffer overrun on incoming migration
      openpic: avoid buffer overrun on incoming migration

Michael S. Tsirkin (26):
      vmstate: reduce code duplication
      vmstate: add VMS_MUST_EXIST
      vmstate: add VMSTATE_VALIDATE
      virtio-net: fix buffer overflow on invalid state load
      virtio-net: out-of-bounds buffer write on invalid state load
      virtio-net: out-of-bounds buffer write on load
      ahci: fix buffer overrun on invalid state load
      hpet: fix buffer overrun on invalid state load
      hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
      pl022: fix buffer overun on invalid state load
      vmstate: fix buffer overflow in target-arm/machine.c
      virtio: validate num_sg when mapping
      pxa2xx: avoid buffer overrun on incoming migration
      ssi-sd: fix buffer overrun on invalid state load
      ssd0323: fix buffer overun on invalid state load
      tsc210x: fix buffer overrun on invalid state load
      zaurus: fix buffer overrun on invalid state load
      usb: sanity check setup_index+setup_len in post_load
      virtio-scsi: fix buffer overrun on invalid state load
      acpi: fix tables for no-hpet configuration
      stellaris_enet: block migration
      pci-assign: limit # of msix vectors
      virtio: allow mapping up to max queue size
      vhost: fix resource leak in error handling
      virtio: out-of-bounds buffer write on invalid state load
      virtio: validate config_len on load

Michael Tokarev (2):
      po/Makefile: fix $SRC_PATH reference
      configure: remove bashism

Ming Lei (1):
      virtio-scsi: define dummy handle_output for vhost-scsi vqs

Paolo Bonzini (4):
      target-i386: fix set of registers zeroed on reset
      qdev: reorganize error reporting in bus_set_realized
      qdev: recursively unrealize devices when unrealizing bus
      mc146818rtc: register the clock reset notifier on the right clock

Peter Crosthwaite (1):
      arm: translate.c: Fix smlald Instruction

Peter Lieven (2):
      Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"
      migration: catch unknown flags in ram_load

Peter Maydell (10):
      hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun
      hw/net/stellaris_enet: Correct handling of packet padding
      linux-user/elfload.c: Fix incorrect ARM HWCAP bits
      linux-user/elfload.c: Update ARM HWCAP bits
      linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
      linux-user: Don't overrun guest buffer in sched_getaffinity
      target-arm: Fix errors in writes to generic timer control registers
      coroutine-win32.c: Add noinline attribute to work around gcc bug
      hw/misc/imx_ccm.c: Add missing VMState list terminator
      hw/arm/boot: Set PC correctly when loading AArch64 ELF files

Richard Henderson (1):
      tcg-i386: Fix win64 qemu store

Stefan Hajnoczi (1):
      aio: fix qemu_bh_schedule() bh->ctx race condition

Stefan Weil (1):
      cputlb: Fix regression with TCG interpreter (bug 1310324)

Stefano Stabellini (1):
      disas/libvixl: prepend the include path of libvixl header files

Ulrich Obergfell (1):
      scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c

 arch_init.c                     | 110 +++++++++++++++++++++-------------------
 async.c                         |  14 ++++--
 block.c                         |  34 +++++++------
 block/qapi.c                    |   1 +
 block/qcow.c                    |  44 +++++++++++++---
 block/qcow2.c                   |   3 +-
 block/sheepdog.c                |   4 +-
 block/vvfat.c                   |   6 ++-
 blockdev-nbd.c                  |   9 +++-
 blockdev.c                      |   7 ++-
 configure                       |   2 +-
 coroutine-win32.c               |  13 ++++-
 cputlb.c                        |   6 ++-
 disas/Makefile.objs             |   2 +-
 disas/libvixl/Makefile.objs     |   2 +-
 hw/arm/boot.c                   |   8 ++-
 hw/arm/omap1.c                  |  14 +++---
 hw/arm/omap2.c                  |   2 +-
 hw/arm/pxa2xx.c                 |  12 +++--
 hw/arm/spitz.c                  |   4 +-
 hw/arm/z2.c                     |   2 +-
 hw/char/cadence_uart.c          |  15 ++++--
 hw/char/virtio-serial-bus.c     |  16 +++---
 hw/core/irq.c                   |   4 +-
 hw/core/qdev.c                  |  45 +++++++++--------
 hw/display/ssd0323.c            |  24 +++++++++
 hw/dma/omap_dma.c               |   4 +-
 hw/gpio/zaurus.c                |  10 ++++
 hw/i386/acpi-build.c            |   7 +--
 hw/i386/kvm/pci-assign.c        |  12 ++---
 hw/i386/pc.c                    |   2 +-
 hw/i386/pc_piix.c               |  20 +++++---
 hw/i386/pc_q35.c                |  12 ++---
 hw/i386/smbios.c                |  18 ++++---
 hw/ide/ahci.c                   |   2 +-
 hw/ide/microdrive.c             |   2 +-
 hw/input/tsc210x.c              |  12 +++++
 hw/intc/i8259.c                 |   4 +-
 hw/intc/openpic.c               |  16 +++++-
 hw/misc/cbus.c                  |   6 +--
 hw/misc/imx_ccm.c               |   1 +
 hw/net/stellaris_enet.c         |  23 ++++++---
 hw/net/virtio-net.c             |  37 ++++++++++++--
 hw/pci/pci.c                    |   2 +-
 hw/pci/pcie_aer.c               |  10 +++-
 hw/pcmcia/pxa2xx.c              |   2 +-
 hw/ppc/spapr_pci.c              |  15 ++++++
 hw/s390x/css.c                  |  24 +++++++--
 hw/scsi/megasas.c               |  17 +++++++
 hw/scsi/mfi.h                   |   9 ++++
 hw/scsi/scsi-disk.c             |   2 +-
 hw/scsi/vhost-scsi.c            |   8 ++-
 hw/scsi/virtio-scsi.c           |  26 +++++++---
 hw/sd/omap_mmc.c                |   2 +-
 hw/sd/sdhci.c                   |   8 +--
 hw/sd/ssi-sd.c                  |   9 ++++
 hw/sh4/sh7750.c                 |   3 +-
 hw/ssi/pl022.c                  |  14 ++++++
 hw/timer/hpet.c                 |  13 +++++
 hw/timer/i8254.c                |   4 +-
 hw/timer/mc146818rtc.c          |   2 +-
 hw/timer/omap_gptimer.c         |   4 +-
 hw/usb/bus.c                    |   4 +-
 hw/usb/dev-bluetooth.c          |  24 ++++++---
 hw/usb/hcd-xhci.c               |   1 +
 hw/virtio/vhost.c               |  10 ++--
 hw/virtio/virtio.c              |  33 ++++++++++--
 hw/xtensa/xtensa_lx60.c         |   8 +--
 include/hw/i386/smbios.h        |   6 +--
 include/hw/virtio/virtio-net.h  |   4 +-
 include/hw/virtio/virtio-scsi.h |   7 ++-
 include/migration/vmstate.h     |   9 ++++
 kvm-all.c                       |   7 +--
 linux-user/elfload.c            | 117 +++++++++++++++++++++++++++++++++++-------
 linux-user/syscall.c            |  16 ++++++
 migration-rdma.c                |  20 ++++----
 migration.c                     |   2 +-
 nbd.c                           |   7 +--
 po/Makefile                     |   4 +-
 qapi/qapi-dealloc-visitor.c     |   4 +-
 qdev-monitor.c                  |   2 +-
 qemu-img.c                      |   2 +-
 qemu-io.c                       |   2 +
 qemu-nbd.c                      |   5 +-
 qga/commands-win32.c            |   6 ++-
 target-arm/helper.c             |   8 +--
 target-arm/translate-a64.c      |   5 +-
 target-arm/translate.c          |  34 +++++++++----
 target-i386/cpu.c               |  22 ++++----
 target-i386/cpu.h               |  11 ++--
 target-s390x/kvm.c              | 190 +++++++++++++++++++++++++++++++++++++++++----------------------------
 target-xtensa/translate.c       |   4 +-
 tcg/i386/tcg-target.c           |   3 +-
 tests/qemu-iotests/092          |  98 ++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/092.out      |  38 ++++++++++++++
 tests/qemu-iotests/group        |   1 +
 trace-events                    |   5 ++
 ui/curses.c                     |   4 +-
 vmstate.c                       | 117 +++++++++++++++++++++++-------------------
 99 files changed, 1147 insertions(+), 458 deletions(-)
 create mode 100755 tests/qemu-iotests/092
 create mode 100644 tests/qemu-iotests/092.out

^ permalink raw reply	[flat|nested] 125+ messages in thread

end of thread, other threads:[~2014-08-16 11:10 UTC | newest]

Thread overview: 125+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06 20:38 [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12 Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 001/108] hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 002/108] hw/net/stellaris_enet: Correct handling of packet padding Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 003/108] vmstate: reduce code duplication Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 004/108] vmstate: add VMS_MUST_EXIST Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 005/108] vmstate: add VMSTATE_VALIDATE Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 006/108] virtio-net: fix buffer overflow on invalid state load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 007/108] virtio-net: out-of-bounds buffer write " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 008/108] virtio-net: out-of-bounds buffer write on load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 009/108] ahci: fix buffer overrun on invalid state load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 010/108] hpet: " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 011/108] hw/pci/pcie_aer.c: fix buffer overruns " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 012/108] pl022: fix buffer overun " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 013/108] vmstate: fix buffer overflow in target-arm/machine.c Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 014/108] virtio: avoid buffer overrun on incoming migration Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 015/108] virtio: validate num_sg when mapping Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 016/108] openpic: avoid buffer overrun on incoming migration Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 017/108] pxa2xx: " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 018/108] ssi-sd: fix buffer overrun on invalid state load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 019/108] ssd0323: fix buffer overun " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 020/108] tsc210x: fix buffer overrun " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 021/108] zaurus: " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 022/108] usb: sanity check setup_index+setup_len in post_load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 023/108] virtio-scsi: fix buffer overrun on invalid state load Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 024/108] target-arm: A64: fix unallocated test of scalar SQXTUN Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 025/108] megasas: Implement LD_LIST_QUERY Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 026/108] arm: translate.c: Fix smlald Instruction Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 027/108] block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_file Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 028/108] s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 029/108] po/Makefile: fix $SRC_PATH reference Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 030/108] acpi: fix tables for no-hpet configuration Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 031/108] stellaris_enet: block migration Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 032/108] s390x/kvm: rework KVM synchronize to tracing for some ONEREGS Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 033/108] target-i386: fix set of registers zeroed on reset Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 034/108] qdev: Fix crash by validating the object type Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 035/108] target-arm: A64: Handle blr lr Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 036/108] target-arm: Make vbar_write 64bit friendly on 32bit hosts Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 037/108] linux-user/elfload.c: Fix incorrect ARM HWCAP bits Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 038/108] linux-user/elfload.c: Update " Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 039/108] linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 040/108] spapr_pci: Fix number of returned vectors in ibm, change-msi Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 041/108] configure: remove bashism Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 042/108] Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()" Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 043/108] pci-assign: limit # of msix vectors Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 044/108] virtio: allow mapping up to max queue size Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 045/108] qcow1: Make padding in the header explicit Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 046/108] qcow1: Check maximum cluster size Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 047/108] qcow1: Validate L2 table size (CVE-2014-0222) Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 048/108] qcow1: Validate image size (CVE-2014-0223) Michael Roth
2014-08-06 20:38 ` [Qemu-devel] [PATCH 049/108] qcow1: Stricter backing file length check Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 050/108] virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 051/108] target-xtensa: fix cross-page jumps/calls at the end of TB Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 052/108] cputlb: Fix regression with TCG interpreter (bug 1310324) Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 053/108] input (curses): mask keycodes to remove modifier bits Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 054/108] qemu-img: Plug memory leak in convert command Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 055/108] block/sheepdog: Plug memory leak in sd_snapshot_create() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 056/108] block/vvfat: Plug memory leak in read_directory() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 057/108] block/vvfat: Plug memory leak in check_directory_consistency() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 058/108] block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 059/108] blockdev: Plug memory leak in drive_init() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 060/108] blockdev: Plug memory leak in blockdev_init() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 061/108] qemu-io: Plug memory leak in open command Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 062/108] block: Plug memory leak on brv_open_image() error path Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 063/108] qcow2: Plug memory leak on qcow2_invalidate_cache() error paths Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 064/108] linux-user: Don't overrun guest buffer in sched_getaffinity Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 065/108] tcg-i386: Fix win64 qemu store Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 066/108] target-arm: Fix errors in writes to generic timer control registers Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 067/108] s390x/css: handle emw correctly for tsch Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 068/108] aio: fix qemu_bh_schedule() bh->ctx race condition Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 069/108] qga: Fix handle fd leak in acquire_privilege() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 070/108] migration: remove duplicate code Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 071/108] arch_init: Be sure of only one exit entry with DPRINTF() for ram_load() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 072/108] migration: catch unknown flags in ram_load Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 073/108] rdma: bug fixes Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 074/108] hw: Consistently name Error ** objects errp, and not err Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 075/108] qdev: reorganize error reporting in bus_set_realized Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 076/108] qdev: recursively unrealize devices when unrealizing bus Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 077/108] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 078/108] vhost: fix resource leak in error handling Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 079/108] virtio-scsi: define dummy handle_output for vhost-scsi vqs Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 080/108] usb: Fix usb-bt-dongle initialization Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 081/108] KVM: Fix GSI number space limit Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 082/108] q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_props Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 083/108] coroutine-win32.c: Add noinline attribute to work around gcc bug Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 084/108] hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705 Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 085/108] target-i386: Make TCG feature filtering more readable Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 086/108] target-i386: Filter FEAT_7_0_EBX TCG features too Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 087/108] virtio-net: byteswap virtio-net header Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 088/108] virtio-serial: don't migrate the config space Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 089/108] nbd: Don't export a block device with no medium Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 090/108] nbd: Don't validate from and len in NBD_CMD_DISC Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 091/108] nbd: Close socket on negotiation failure Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 092/108] nbd: Shutdown socket before closing Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 093/108] SMBIOS: Rename symbols to better reflect future use Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 094/108] pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layout Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 095/108] sdhci: Fix misuse of qemu_free_irqs() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 096/108] hw: Fix qemu_allocate_irqs() leaks Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 097/108] virtio: out-of-bounds buffer write on invalid state load Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 098/108] virtio: validate config_len on load Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 099/108] Allow mismatched virtio config-len Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 100/108] pci: assign devfn to pci_dev before calling pci_device_iommu_address_space() Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 101/108] mc146818rtc: register the clock reset notifier on the right clock Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 102/108] disas/libvixl: prepend the include path of libvixl header files Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 103/108] s390x/kvm: synchronize guest floating point registers Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 104/108] cadence_uart: check for serial backend before using it Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 105/108] kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 106/108] vmstate_xhci_event: fix unterminated field list Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 107/108] hw/misc/imx_ccm.c: Add missing VMState list terminator Michael Roth
2014-08-06 20:39 ` [Qemu-devel] [PATCH 108/108] hw/arm/boot: Set PC correctly when loading AArch64 ELF files Michael Roth
2014-08-06 21:49 ` [Qemu-devel] [000/108] Patch Round-up for stable 2.0.1, freeze on 2014-08-12 Eric Blake
2014-08-07  9:19   ` Michael Roth
2014-08-07 15:50     ` Eric Blake
2014-08-07 16:04       ` Michael Roth
2014-08-07 22:02       ` Eric Blake
2014-08-07 20:21 ` Eric Blake
2014-08-07 20:23   ` Eric Blake
2014-08-07 20:55     ` Eric Blake
2014-08-07 21:10       ` Peter Maydell
2014-08-07 21:20         ` Eric Blake
2014-08-15 18:43   ` Eric Blake
2014-08-15 21:01     ` Michael Roth
2014-08-16  1:08       ` Eric Blake
2014-08-16 11:09         ` Peter Maydell
2014-08-07 21:23 ` Eric Blake
2014-08-07 23:07   ` Michael Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).