]> xenbits.xensource.com Git - qemu-xen-4.3-testing.git/commit
Fix remaining missing changes to update to xen-unstable 17958.
authorIan Jackson <iwj@mariner.uk.xensource.com>
Mon, 7 Jul 2008 14:30:10 +0000 (15:30 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 7 Jul 2008 14:30:10 +0000 (15:30 +0100)
commit3d10fb55368f9d5c4a4cba9ec27b737bb37d8aab
tree0ffbc36df5087f45081a0c1a7f5d49c7e79f7073
parent685f485f9ea2595873b7170bc9c71ecc6bfd4e4c
Fix remaining missing changes to update to xen-unstable 17958.

We had accidentally dropped some changes from 17737 to 17831.
Fixed by in xen-unstable:
  hg update 17737
  patch -p1 < vga-patch-from-xen-unstable-17737:c93a913c221f
  hg diff -r 17831 tools/ioemu >patch
and then in qemu.git:
  patch -R -U -p3 <.../patch
and fix up conflicts, which were:
  Makefile.target - stubdom changes, defer for now
  hw/vga.c - one easy fixup, one change already in our tree
  hw/xenfb.c - already done completely earlier, so discard changes
hw/vga.c
hw/vga_int.h
xenstore.c