|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Qemu-devel] [PULL 00/12] Xen patch queue 2011-07-05
On 07/05/2011 11:51 AM, Alexander Graf wrote:
Hi Anthony,
This is my current patch queue for Xen stuff that accumulated over
the past few weeks.
Please pull.
Pulled. Thanks.
Regards,
Anthony Liguori
Alex
The following changes since commit 9312805d33e8b106bae356d13a8071fb37d75554:
Vasily Khoruzhick (1):
pxa2xx_lcd: add proper rotation support
are available in the git repository at:
git://repo.or.cz/qemu/agraf.git xen-next
Alexander Graf (2):
checkpatch: don't error out on },{ lines
xen_console: fall back to qemu serial device
Jan Kiszka (3):
xen: Clean up build system
xen: Clean up map cache API naming
xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN
Stefano Stabellini (7):
xen: enable console and disk backend in HVM mode
xen_console: fix memory leak
xen: add vkbd support for PV on HVM guests
xen_disk: cope with missing xenstore "params" node
qemu_ram_ptr_length: take ram_addr_t as arguments
xen_disk: treat "aio" as "raw"
xen_console: support the new extended xenstore protocol
Makefile.objs | 4 +-
Makefile.target | 14 +--------
configure | 2 +-
cpu-common.h | 2 +-
exec.c | 55 +++++++++++++++++++++---------------
hw/xen.h | 10 +------
hw/xen_common.h | 12 ++++++++
hw/xen_console.c | 25 ++++++++++++-----
hw/xen_disk.c | 37 ++++++++++++++++++++-----
hw/xenfb.c | 19 ++++++++-----
scripts/checkpatch.pl | 4 ++-
trace-events | 6 ++--
xen-all.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++-
xen-mapcache-stub.c | 36 ------------------------
xen-mapcache.c | 41 +++++++++++++++------------
xen-mapcache.h | 14 ++++-----
16 files changed, 217 insertions(+), 137 deletions(-)
delete mode 100644 xen-mapcache-stub.c
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 02/12] xen: Clean up map cache API naming, (continued)
- [Xen-devel] [PATCH 02/12] xen: Clean up map cache API naming, Alexander Graf
- [Xen-devel] [PATCH 04/12] xen: enable console and disk backend in HVM mode, Alexander Graf
- [Xen-devel] [PATCH 06/12] xen: add vkbd support for PV on HVM guests, Alexander Graf
- [Xen-devel] [PATCH 11/12] xen_console: support the new extended xenstore protocol, Alexander Graf
- [Xen-devel] [PATCH 10/12] checkpatch: don't error out on },{ lines, Alexander Graf
- [Xen-devel] [PATCH 12/12] xen_console: fall back to qemu serial device, Alexander Graf
- [Xen-devel] [PATCH 08/12] qemu_ram_ptr_length: take ram_addr_t as arguments, Alexander Graf
- [Xen-devel] [PATCH 07/12] xen_disk: cope with missing xenstore "params" node, Alexander Graf
- [Xen-devel] [PATCH 09/12] xen_disk: treat "aio" as "raw", Alexander Graf
- [Xen-devel] Re: [Qemu-devel] [PULL 00/12] Xen patch queue 2011-07-05,
Anthony Liguori <=
|
|
|
|
|