On 17/04/13 18:19, Osier Yang wrote:
These 3 patches are the left ones in v2. 6/10 ~ 9/10 in v2 are
merged
into one single patch.
Osier Yang (3):
syntax-check: Don't include public headers in internal source
syntax-check: Only allows to include public headers in external tools
docs: Update HACKING
cfg.mk | 21 +++++++++++++++++++++
daemon/remote.c | 2 --
docs/hacking.html.in | 8 ++++----
include/libvirt/libvirt-lxc.h | 2 +-
include/libvirt/libvirt-qemu.h | 2 +-
python/libvirt-lxc-override.c | 4 ++--
python/libvirt-override.c | 4 ++--
python/libvirt-qemu-override.c | 4 ++--
python/typewrappers.h | 4 ++--
src/libvirt-qemu.c | 1 -
tests/shunloadhelper.c | 5 ++---
tools/virsh.c | 4 ++--
12 files changed, 39 insertions(+), 22 deletions(-)
Pushed the set with nits fixed, thanks for the reviewing..
Osier