Re: [Qemu-devel] [PATCH] Define the architecture for compressed dump format.

2014-01-30 Thread Laszlo Ersek
On 01/30/14 18:01, Ekaterina Tumanova wrote: > If you apply this patch on top of your changes, your patches will work > on s390x as well. > > --- > dump.c | 8 ++-- > target-i386/cpu.h | 2 ++ > target-s390x/cpu.h | 1 + > 3 files changed, 9 insertions(+), 2 deletions(-) > > dif

[Qemu-devel] [PATCH] Define the architecture for compressed dump format.

2014-01-30 Thread Ekaterina Tumanova
If you apply this patch on top of your changes, your patches will work on s390x as well. --- dump.c | 8 ++-- target-i386/cpu.h | 2 ++ target-s390x/cpu.h | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dump.c b/dump.c index 8f64aab..12ad114 100644 --- a/dum