virtio-9p: Implement server side of setattr for 9P2000.L protocol.
[qemu.git] / target-ppc / kvm_ppc.h
blob65e31c9b9e1ead8672b652d69d1268078ccfc3ca
1 /*
2 * Copyright 2008 IBM Corporation.
3 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
5 * This work is licensed under the GNU GPL license version 2 or later.
7 */
9 #ifndef __KVM_PPC_H__
10 #define __KVM_PPC_H__
12 void kvmppc_init(void);
13 void kvmppc_fdt_update(void *fdt);
14 int kvmppc_read_host_property(const char *node_path, const char *prop,
15 void *val, size_t len);
17 uint32_t kvmppc_get_tbfreq(void);
18 int kvmppc_get_hypercall(CPUState *env, uint8_t *buf, int buf_len);
20 #endif /* __KVM_PPC_H__ */