]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commit
Restore xenfb.h and atkbd_ translation tables for xenfbfront
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 27 Jan 2009 12:06:19 +0000 (12:06 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 27 Jan 2009 12:06:19 +0000 (12:06 +0000)
commit46670677957c3d8a17e6e4a8d3e9919e5b21c4bc
tree4676887d090749762e805f6c41c71ce8e7651d8a
parent5a1fd0cb50642d07c124fd094dca3dfa67d8173e
Restore xenfb.h and atkbd_ translation tables for xenfbfront

Commit ef21d5fda2be46163d9bc3f65d64a6bfd97dd06e removed xenfb.h but
this broke the stubdom build.  Necessary changes to get the build
working again:
  * un-#if-0 atkbd_set2_keycode and atkbd_unxlate_table in xenfb.c
  * make those two tables not `static'
  * restore xenfb.h, with their declarations
  * adjust the comment in the new xenfb.c

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
hw/xenfb.c
hw/xenfb.h [new file with mode: 0644]