mbox

[PULL,0/3] xen-170114

Message ID alpine.DEB.2.02.1401171537140.21510@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-170114

Message

Stefano Stabellini Jan. 17, 2014, 3:38 p.m. UTC
The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:

  SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000)

are available in the git repository at:

  git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-170114

for you to fetch changes up to 794798e36eda77802ce7cc7d7d6b1c65751e8a76:

  xen_pt: Fix passthrough of device with ROM. (2014-01-17 15:29:33 +0000)

----------------------------------------------------------------
Anthony PERARD (2):
      xen_pt: Fix debug output.
      xen_pt: Fix passthrough of device with ROM.

Stefano Stabellini (1):
      xenfb: map framebuffer read-only and handle unmap errors

 hw/display/xenfb.c |    7 ++++++-
 hw/xen/xen_pt.c    |    8 ++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

Stefano Stabellini Jan. 30, 2014, 2:18 p.m. UTC | #1
ping?

On Fri, 17 Jan 2014, Stefano Stabellini wrote:
> The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:
> 
>   SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000)
> 
> are available in the git repository at:
> 
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-170114
> 
> for you to fetch changes up to 794798e36eda77802ce7cc7d7d6b1c65751e8a76:
> 
>   xen_pt: Fix passthrough of device with ROM. (2014-01-17 15:29:33 +0000)
> 
> ----------------------------------------------------------------
> Anthony PERARD (2):
>       xen_pt: Fix debug output.
>       xen_pt: Fix passthrough of device with ROM.
> 
> Stefano Stabellini (1):
>       xenfb: map framebuffer read-only and handle unmap errors
> 
>  hw/display/xenfb.c |    7 ++++++-
>  hw/xen/xen_pt.c    |    8 ++++----
>  2 files changed, 10 insertions(+), 5 deletions(-)
>
Peter Maydell Jan. 31, 2014, 12:23 a.m. UTC | #2
On 17 January 2014 15:38, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:
>
>   SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000)
>
> are available in the git repository at:
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-170114
>
> for you to fetch changes up to 794798e36eda77802ce7cc7d7d6b1c65751e8a76:
>
>   xen_pt: Fix passthrough of device with ROM. (2014-01-17 15:29:33 +0000)

Applied, thanks.

-- PMM