On 19.07.2011, at 04:53, Alexander Graf wrote: > Hi Anthony, > > This is my current patch queue for Xen stuff that fixes even more regressions > introduced by recent Xen patches. I hope this time we're regression-free.
Again, this is obviously a [PULL] mail :). I really need to improve on checking that part of the subject line. > > Please pull. > > Alex > > The following changes since commit 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a: > Anthony Liguori (1): > Merge remote-tracking branch 'agraf/xen-next' into staging > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git xen-next > > Alexander Graf (3): > xen: add mapcache stubs > xen: remove CONFIG_XEN_MAPCACHE > xen: make xen_enabled even more clever > > Anthony PERARD (3): > xen: introduce xen_change_state_handler > xen: Fix xen_enabled(). > exec.c: Use ram_addr_t in cpu_physical_memory_rw(...). > > configure | 8 +++++--- > exec.c | 4 ++-- > hw/xen.h | 2 +- > xen-all.c | 25 ++++++++++++++++++------- > xen-stub.c | 26 ++++++++++++++++++++++++++ > 5 files changed, 52 insertions(+), 13 deletions(-) > >