Re: [Qemu-devel] [PATCH 28/36] vmstate: rename machine.c to vmstate-cpu.c

2012-03-22 Thread Juan Quintela
Andreas Färber wrote: > Am 19.03.2012 23:57, schrieb Juan Quintela: >> They only contain vmstate cpu sections nowadays. Change name to >> reflect the case. > > In light of me creating a file cpu.c for every target except ppc, might > it make more sense to call it cpu-vmstate.c? Or do you envision

Re: [Qemu-devel] [PATCH 28/36] vmstate: rename machine.c to vmstate-cpu.c

2012-03-22 Thread Andreas Färber
Am 19.03.2012 23:57, schrieb Juan Quintela: > They only contain vmstate cpu sections nowadays. Change name to reflect the > case. In light of me creating a file cpu.c for every target except ppc, might it make more sense to call it cpu-vmstate.c? Or do you envision other vmstate-*.c files? Andr

[Qemu-devel] [PATCH 28/36] vmstate: rename machine.c to vmstate-cpu.c

2012-03-19 Thread Juan Quintela
They only contain vmstate cpu sections nowadays. Change name to reflect the case. Signed-off-by: Juan Quintela --- Makefile.target|3 ++- target-alpha/{machine.c => vmstate-cpu.c} |0 target-arm/{machine.c => vmstate-cpu.c}|0 target-cri