All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] Xen Patch Queue
@ 2011-06-19  2:57 ` Alexander Graf
  0 siblings, 0 replies; 32+ messages in thread
From: Alexander Graf @ 2011-06-19  2:57 UTC (permalink / raw)
  To: qemu-devel@nongnu.org Developers; +Cc: xen-devel@lists.xensource.com Devel

Hi Anthony,

This is my current patch queue for Xen patches.

Please pull.


Alex

The following changes since commit eb47d7c5d96060040931c42773ee07e61e547af9:
  Peter Maydell (1):
        hw/9118.c: Implement active-low interrupt support

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git xen-next

Anthony PERARD (2):
      xen: Add xc_domain_add_to_physmap to xen_interface.
      xen: Introduce VGA sync dirty bitmap support

Stefano Stabellini (8):
      xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZE
      xen: remove qemu_map_cache_unlock
      xen: remove xen_map_block and xen_unmap_block
      exec.c: refactor cpu_physical_memory_map
      xen: mapcache performance improvements
      cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmapped
      xen: only track the linear framebuffer
      xen: fix interrupt routing

Steven Smith (1):
      xen: Add the Xen platform pci device

 Makefile.target     |    2 +
 configure           |   29 ++++-
 cpu-common.h        |    1 +
 exec.c              |   88 +++++++-------
 hw/cirrus_vga.c     |    5 +-
 hw/hw.h             |    3 +
 hw/pc.h             |    1 -
 hw/pc_piix.c        |   10 +-
 hw/pci_ids.h        |    2 +
 hw/piix_pci.c       |   66 +++++-----
 hw/xen_common.h     |   14 ++
 hw/xen_platform.c   |  340 +++++++++++++++++++++++++++++++++++++++++++++++++++
 trace-events        |    4 +
 xen-all.c           |  281 ++++++++++++++++++++++++++++++++++++++++++
 xen-mapcache-stub.c |    8 --
 xen-mapcache.c      |  141 ++++++++++------------
 xen-mapcache.h      |   16 ---
 17 files changed, 826 insertions(+), 185 deletions(-)
 create mode 100644 hw/xen_platform.c

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2011-06-24 11:04 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19  2:57 [Qemu-devel] [PULL] Xen Patch Queue Alexander Graf
2011-06-19  2:57 ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 01/11] xen: Add xc_domain_add_to_physmap to xen_interface Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 02/11] xen: Introduce VGA sync dirty bitmap support Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 03/11] xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZE Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 04/11] xen: remove qemu_map_cache_unlock Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 05/11] xen: remove xen_map_block and xen_unmap_block Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 06/11] exec.c: refactor cpu_physical_memory_map Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-23 17:08   ` [Qemu-devel] " Peter Maydell
2011-06-23 17:08     ` Peter Maydell
2011-06-23 17:56     ` [Qemu-devel] " Stefano Stabellini
2011-06-23 17:56       ` Stefano Stabellini
2011-06-23 18:20       ` Peter Maydell
2011-06-23 18:20         ` Peter Maydell
2011-06-24 11:08         ` [Qemu-devel] " Stefano Stabellini
2011-06-19  3:39 ` [Qemu-devel] [PATCH 07/11] xen: mapcache performance improvements Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 08/11] cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmapped Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 09/11] xen: only track the linear framebuffer Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 10/11] xen: fix interrupt routing Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-19  3:39 ` [Qemu-devel] [PATCH 11/11] xen: Add the Xen platform pci device Alexander Graf
2011-06-19  3:39   ` Alexander Graf
2011-06-22 12:57 ` [Qemu-devel] [PULL] Xen Patch Queue Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.