[Qemu-devel] [PULL 0/6] xen-20171214-tag

Stefano Stabellini posted 6 patches 6 years, 4 months ago
Only 1 patches received!
Makefile              |   1 +
hw/block/trace-events |   7 ++
hw/block/xen_disk.c   |  53 +++++++--
hw/display/xenfb.c    | 294 ++++++++++++++++++++++++++------------------------
hw/xen/xen_pt.c       |   1 +
include/ui/input.h    |   3 +
ui/input-keymap.c     |   1 +
7 files changed, 215 insertions(+), 145 deletions(-)
[Qemu-devel] [PULL 0/6] xen-20171214-tag
Posted by Stefano Stabellini 6 years, 4 months ago
The following changes since commit 0a0dc59d27527b78a195c2d838d28b7b49e5a639:

  Update version for v2.11.0 release (2017-12-13 14:31:09 +0000)

are available in the git repository at:

  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20171214-tag

for you to fetch changes up to 2e63eb2becc228232f12a1ea30a91b2aa8c5cecd:

  xen/pt: Set is_express to avoid out-of-bounds write (2017-12-14 16:11:53 -0800)

----------------------------------------------------------------
Xen 2017/12/14

----------------------------------------------------------------
Owen Smith (4):
      ui: generate qcode to linux mappings
      xenfb: Use Input Handlers directly
      xenfb: Add [feature|request]-raw-pointer
      xenfb: activate input handlers for raw pointer devices

Paul Durrant (1):
      xen-disk: use an IOThread per instance

Simon Gaiser (1):
      xen/pt: Set is_express to avoid out-of-bounds write

 Makefile              |   1 +
 hw/block/trace-events |   7 ++
 hw/block/xen_disk.c   |  53 +++++++--
 hw/display/xenfb.c    | 294 ++++++++++++++++++++++++++------------------------
 hw/xen/xen_pt.c       |   1 +
 include/ui/input.h    |   3 +
 ui/input-keymap.c     |   1 +
 7 files changed, 215 insertions(+), 145 deletions(-)

Re: [Qemu-devel] [PULL 0/6] xen-20171214-tag
Posted by Peter Maydell 6 years, 4 months ago
On 15 December 2017 at 00:27, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 0a0dc59d27527b78a195c2d838d28b7b49e5a639:
>
>   Update version for v2.11.0 release (2017-12-13 14:31:09 +0000)
>
> are available in the git repository at:
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20171214-tag
>
> for you to fetch changes up to 2e63eb2becc228232f12a1ea30a91b2aa8c5cecd:
>
>   xen/pt: Set is_express to avoid out-of-bounds write (2017-12-14 16:11:53 -0800)
>
> ----------------------------------------------------------------
> Xen 2017/12/14
>
> ----------------------------------------------------------------
> Owen Smith (4):
>       ui: generate qcode to linux mappings
>       xenfb: Use Input Handlers directly
>       xenfb: Add [feature|request]-raw-pointer
>       xenfb: activate input handlers for raw pointer devices
>
> Paul Durrant (1):
>       xen-disk: use an IOThread per instance
>
> Simon Gaiser (1):
>       xen/pt: Set is_express to avoid out-of-bounds write

Applied, thanks.

-- PMM