On 19 March 2012 22:57, Juan Quintela <quint...@redhat.com> wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > target-ppc/machine.c | 8 -------- > 1 files changed, 0 insertions(+), 8 deletions(-)
Could we give this patch a more informative commit message, please? In particular it doesn't actually say that this is fixing a ppc-only problem. My suggestion: ===begin=== target-ppc/machine.c: Drop unnecessary ifdefs machine.c is only compiled for softmmu targets, so checks for !defined(CONFIG_USER_ONLY) are unnecessary and can be dropped. ===endit=== -- PMM