]> xenbits.xen.org Git - xenclient/ioemu.git/commit
Fixes for git ioemu tree from Christoph Egger
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 23 Mar 2009 16:47:35 +0000 (16:47 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 23 Mar 2009 16:47:35 +0000 (16:47 +0000)
commit54b8167b679ce1b0a35289b9e26d14de1d09853c
treeadbf84afca272f5e6dd13df7039e3364c2a18072
parent0414d82e04962ef2ee16aeeda9de961b66252e8c
Fixes for git ioemu tree from Christoph Egger

 Make ioemu build w/o CONFIG_PASSTHROUGH
- Make ioemu build w/ TAPGIFNAME defined
- Make pci_emulation_add non-static as it is used in different files
- remove redundant variable re-declarations/re-definitions
- Make xenstore functions static. They have no prototypes and aren't used
  elsewhere
- Initialize xenpv_machine correctly (xen_init_pv didn't match what
  QEMUmachine expected)
- Misc compiler warning fixes

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
12 files changed:
hw/pc.c
hw/tpm_tis.c
hw/xen_blktap.c
hw/xen_blktap.h
hw/xen_machine_pv.c
i386-dm/helper2.c
net.c
sysemu.h
tapdisk-ioemu.c
vl.c
xen-vl-extra.c
xenstore.c