On 02/10/14 04:34, Qiao Nuohan wrote: > On 01/31/2014 11:04 PM, Ekaterina Tumanova wrote: >> True! Fixed. Tested. >> >> Can you please put it into push-queue? >> >> Thanks, >> Kate. >> >> Ekaterina Tumanova (1): >> Define the architecture for compressed dump format. >> >> dump.c | 7 +++++-- >> target-i386/cpu.h | 2 ++ >> target-s390x/cpu.h | 1 + >> 3 files changed, 8 insertions(+), 2 deletions(-) >> > > Reviewed-by: Qiao Nuohan <qiaonuo...@cn.fujitsu.com> > > Sorry for replying later. The patch seems good to me and works well on my > machine. > > P.S. > I have no idea about where to find queued patches, could you give some > hint?
Last time I had submitted patches for dump, they went in via Luiz's queue: http://repo.or.cz/w/qemu/qmp-unstable.git/shortlog/refs/heads/queue/qmp-next It seems appropriate now as well; in my clone: $ git diff master..qiao_v8 >squashed.patch $ scripts/get_maintainer.pl squashed.patch Luiz Capitulino <lcapitul...@redhat.com> (supporter:Human Monitor (HMP),commit_signer:7/25=28%,commit_signer:1/8=12%) [...] It's indeed a queue, ie. Luiz can elect to rebase / reorder the buffered patches from time to time. Laszlo