Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-10 Thread Laszlo Ersek
On 02/10/14 22:23, Luiz Capitulino wrote: > On Fri, 31 Jan 2014 18:14:01 +0100 > Laszlo Ersek wrote: > >> On 01/31/14 16:04, Ekaterina Tumanova wrote: >>> True! Fixed. Tested. >>> >>> Can you please put it into push-queue? >>> >>> Thanks, >>> Kate. >>> >>> Ekaterina Tumanova (1): >>> Define the

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-10 Thread Luiz Capitulino
On Fri, 31 Jan 2014 18:14:01 +0100 Laszlo Ersek wrote: > On 01/31/14 16:04, 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. > >

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-10 Thread Luiz Capitulino
On Mon, 10 Feb 2014 16:57:08 +0800 Qiao Nuohan wrote: > On 02/10/2014 04:29 PM, Laszlo Ersek wrote: > > 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

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-10 Thread Qiao Nuohan
On 02/10/2014 04:29 PM, Laszlo Ersek wrote: 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

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-10 Thread Laszlo Ersek
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 |

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-02-09 Thread Qiao Nuohan
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 +

Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-01-31 Thread Laszlo Ersek
On 01/31/14 16:04, 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

[Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header.

2014-01-31 Thread Ekaterina Tumanova
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(-) -- 1.8