mbox

[PULL,0/2] tags/xen-20161102-tag

Message ID alpine.DEB.2.10.1611021227530.19454@sstabellini-ThinkPad-X260
State New
Headers show

Pull-request

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

Message

Stefano Stabellini Nov. 2, 2016, 8:54 p.m. UTC
The following changes since commit 4eb28abd52d48657cff6ff45e8dbbbefe4dbb414:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20161101-2' into staging (2016-11-01 16:53:05 +0000)

are available in the git repository at:


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

for you to fetch changes up to 021746c131cdfeab9d82ff918795a9f18d20d7ae:

  PCMachineState: introduce acpi_build_enabled field (2016-11-02 12:26:12 -0700)

----------------------------------------------------------------
Xen 2016/11/02

----------------------------------------------------------------
Thomas Huth (1):
      hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()

Wei Liu (1):
      PCMachineState: introduce acpi_build_enabled field

 hw/i386/acpi-build.c | 2 +-
 hw/i386/pc.c         | 2 ++
 hw/xen/xen_pvdev.c   | 2 +-
 include/hw/i386/pc.h | 2 ++
 xen-common.c         | 6 ++++++
 5 files changed, 12 insertions(+), 2 deletions(-)

Comments

Stefan Hajnoczi Nov. 4, 2016, 9:39 a.m. UTC | #1
On Wed, Nov 02, 2016 at 01:54:25PM -0700, Stefano Stabellini wrote:
> The following changes since commit 4eb28abd52d48657cff6ff45e8dbbbefe4dbb414:
> 
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20161101-2' into staging (2016-11-01 16:53:05 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20161102-tag
> 
> for you to fetch changes up to 021746c131cdfeab9d82ff918795a9f18d20d7ae:
> 
>   PCMachineState: introduce acpi_build_enabled field (2016-11-02 12:26:12 -0700)
> 
> ----------------------------------------------------------------
> Xen 2016/11/02
> 
> ----------------------------------------------------------------
> Thomas Huth (1):
>       hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
> 
> Wei Liu (1):
>       PCMachineState: introduce acpi_build_enabled field
> 
>  hw/i386/acpi-build.c | 2 +-
>  hw/i386/pc.c         | 2 ++
>  hw/xen/xen_pvdev.c   | 2 +-
>  include/hw/i386/pc.h | 2 ++
>  xen-common.c         | 6 ++++++
>  5 files changed, 12 insertions(+), 2 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan