Hi Anthony,
please pull from the following tree based on
e744c06fca438dc08271e626034e632a270c91c8:
git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2012-10-03
Anthony PERARD (6):
      xen: Fix, no unplug of pt device by platform device.
      QMP, Introduce xen-set-global-dirty-log command.
      xen: Introduce xen_modified_memory.
      exec: Introduce helper to set dirty flags.
      exec, memory: Call to xen_modified_memory.
      xen: Set the vram dirty when an error occur.
Xudong Hao (1):
      qemu/xen: Add 64 bits big bar support on qemu
 exec-obsolete.h         |    2 +
 exec.c                  |   53 ++++++++++++++++-------------------------------
 hw/xen.h                |    1 +
 hw/xen_platform.c       |    8 +++++-
 hw/xen_pt.c             |    7 ++++-
 hw/xen_pt_config_init.c |   39 +++++++++++++++++++++++-----------
 qapi-schema.json        |   13 +++++++++++
 qmp-commands.hx         |   24 +++++++++++++++++++++
 xen-all.c               |   39 +++++++++++++++++++++++++++++++++-
 xen-stub.c              |    9 ++++++++
 10 files changed, 142 insertions(+), 53 deletions(-)
Cheers,
Stefano
Stefano Stabellini <stefano.stabellini@eu.citrix.com> writes:> Hi Anthony, > please pull from the following tree based on > e744c06fca438dc08271e626034e632a270c91c8: > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2012-10-03Pulled. Thanks. Regards, Anthony Liguori> > > Anthony PERARD (6): > xen: Fix, no unplug of pt device by platform device. > QMP, Introduce xen-set-global-dirty-log command. > xen: Introduce xen_modified_memory. > exec: Introduce helper to set dirty flags. > exec, memory: Call to xen_modified_memory. > xen: Set the vram dirty when an error occur. > > Xudong Hao (1): > qemu/xen: Add 64 bits big bar support on qemu > > > exec-obsolete.h | 2 + > exec.c | 53 ++++++++++++++++------------------------------- > hw/xen.h | 1 + > hw/xen_platform.c | 8 +++++- > hw/xen_pt.c | 7 ++++- > hw/xen_pt_config_init.c | 39 +++++++++++++++++++++++----------- > qapi-schema.json | 13 +++++++++++ > qmp-commands.hx | 24 +++++++++++++++++++++ > xen-all.c | 39 +++++++++++++++++++++++++++++++++- > xen-stub.c | 9 ++++++++ > 10 files changed, 142 insertions(+), 53 deletions(-) > > Cheers, > > Stefano