]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
Update to xen-unstable 17737 plus ds->resize_shared vs. ds_resize
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 4 Jun 2008 17:14:41 +0000 (18:14 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 4 Jun 2008 17:14:41 +0000 (18:14 +0100)
commitd8edd6d7ce3230aedd6af3d9e243adcc67db9f51
treec79ebe1aefe0e2b8db62ac523b7f945e37641b1b
parente1310e3b031070da0c8a2d9a9f659ec83ec2cb9f
Update to xen-unstable 17737 plus ds->resize_shared vs. ds_resize

This one commit contains two substantial sets of changes:

 * All changes from xen-unstable from 17647 to 17737:c93a913c221f

 * Shared display buffer API revamp
    Patch from Stefano Stabellini <stefano.stabellini@eu.citrix.com>, to
    do shared display buffer stuff with a different (backward-compatible)
    API which avoids having to change all of the other display hardware
    models.  Stefano tells me this patch is likely to break stubdom in
    its current state.

The commit is the result of applying Stefano's patch to xen-unstable
hg 17737, then running  hg diff -r17647 tools/ioemu, applying the
output to the git tree with patch, and fixing up the conflicts (which
were easy).

To make future merges easier, I have included Stefano's patch rebased
to 17737 (the result of hg diff -r17737 from the above hg tree) here,
so that the base point for a future merge to a new xen-unstable tip is
easy to recreate.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
12 files changed:
console.h
hw/cirrus_vga.c
hw/pc.c
hw/pc.h
hw/piix4acpi.c
hw/serial.c
hw/vga.c
hw/xenfb.c
i386-dm/helper2.c
sdl.c
vga-patch-from-xen-unstable-17737:c93a913c221f [new file with mode: 0644]
vnc.c