On 03/23/2014 01:43 AM, Stuart Brady wrote:
> On Sat, Mar 22, 2014 at 11:25:49PM +1100, Alexey Kardashevskiy wrote:
>> This adds printing of all SPR registers registered for a CPU.
>>
>> This removes "SPR_" prefix from SPR name to reduce the output.
>>
>> Cc: Fabien Chouteau
>> Signed-off-by: Alex
Signed-off-by: Deepak Kathayat
---
block/qcow2.h |1 -
1 file changed, 1 deletion(-)
diff --git a/block/qcow2.h b/block/qcow2.h
index 0b0eac8..25663d4 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -413,7 +413,6 @@ static inline uint64_t l2meta_cow_end(QCowL2Meta *m)
+ (m->cow_e
On 03/23/2014 08:23 AM, Peter Maydell wrote:
> On 22 March 2014 21:04, Andreas Färber wrote:
>> Am 22.03.2014 21:54, schrieb Peter Maydell:
>>> On 22 March 2014 20:18, Andreas Färber wrote:
Because AFAIU
migration is possible without VMSD, just not with VMSD that sets
.unmigratable
Currently only migration fails if CPU version is different even a bit.
For example, migration from POWER7 v2.0 to POWER7 v2.1 fails because of
that. Since there is no difference between CPU versions which could
affect migration stream, we can safely enable it.
This adds a helper to find the closes
I'll update.
All patch series could also be available from:
https://github.com/chunyanliu/qemu/commits/QemuOpts
>>> On 3/22/2014 at 07:27 AM, in message <532ccadc.40...@redhat.com>, Eric Blake
wrote:
> On 03/21/2014 04:12 AM, Chunyan Liu wrote:
> > Change qapi interfaces to output the newly add
2014-03-21 20:31 GMT+08:00 Leandro Dorileo :
> On Fri, Mar 21, 2014 at 06:09:22PM +0800, Chunyan Liu wrote:
> > 2014-03-21 8:07 GMT+08:00 Leandro Dorileo :
> >
> > > Hi Chunyan,
> > >
> > > On Mon, Mar 10, 2014 at 03:31:36PM +0800, Chunyan Liu wrote:
> > > > This patch series is to replace QEMUOpt
于 2014/3/21 8:23, Eric Blake 写道:
On 03/18/2014 11:16 PM, Wenchao Xia wrote:
These cases will verify whether the expected qdict is built.
Signed-off-by: Wenchao Xia
---
tests/Makefile | 14 ++-
tests/qapi-schema/qapi-schema-test.json | 12 ++
tests/qapi-schema/qa
于 2014/3/21 7:06, Eric Blake 写道:
On 03/18/2014 11:16 PM, Wenchao Xia wrote:
qapi-event.py will parse the schema and generate qapi-event.c, then
the API in qapi-event.c can be used to handle event in qemu code.
All API have prefix "qapi_event".
The script mainly include two parts: generate API f
于 2014/3/21 6:29, Eric Blake 写道:
On 03/18/2014 08:38 PM, Wenchao Xia wrote:
于 2014/3/7 2:49, Eric Blake 写道:
On 01/02/2014 04:10 PM, Wenchao Xia wrote:
qapi-event.py will parse the schema and generate qapi-event.c, then
the API in qapi-event.c can be used to handle event in qemu code.
All API h
于 2014/3/21 6:53, Eric Blake 写道:
On 03/18/2014 11:16 PM, Wenchao Xia wrote:
This file hold some functions that do not need to be generated.
s/hold/holds/
Signed-off-by: Wenchao Xia
---
include/qapi/qmp-event.h | 25
qapi/Makefile.objs |1 +
qapi/qmp-event.c
The various VSX Convert to Integer instructions should truncate the
mantissa. This fix forces the softfloat rounding mode to "round to
zero" prior to performing the conversion. After the conversion is
completed, the internal rounding mode is restored from the PowerPC
FPSCR bits.
Signed-off-by: T
On 23 March 2014 18:02, Tom Musta wrote:
> diff --git a/target-ppc/fpu_helper.c b/target-ppc/fpu_helper.c
> index e7f3295..ccfc5cc 100644
> --- a/target-ppc/fpu_helper.c
> +++ b/target-ppc/fpu_helper.c
> @@ -2558,10 +2558,14 @@ void helper_##op(CPUPPCState *env, uint32_t opcode)
>
The various VSX Convert to Integer instructions should truncate the
mantissa. This fix forces the softfloat rounding mode to "round to
zero" prior to performing the conversion. After the conversion is
completed, the internal rounding mode is restored from the PowerPC
FPSCR bits.
Signed-off-by: T
On Sun, 2014-03-23 at 17:27 +0200, Marcel Apfelbaum wrote:
> On Thu, 2014-03-20 at 16:01 +0100, Igor Mammedov wrote:
> > Signed-off-by: Igor Mammedov
> > ---
> > hw/core/machine.c |7 +++
> > include/hw/boards.h |2 ++
> > vl.c|7 ---
> > 3 files changed, 9 i
On Tue, Oct 08, 2013 at 11:58:31AM +0200, Stefan Hajnoczi wrote:
> glib versions prior to 2.31.0 require an explicit g_thread_init() call
> to enable multi-threading.
>
> Failure to initialize threading causes glib to take single-threaded code
> paths without synchronization. For example, the g_s
On Thu, 2014-03-20 at 16:01 +0100, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov
> ---
> hw/core/machine.c |7 +++
> include/hw/boards.h |2 ++
> vl.c|7 ---
> 3 files changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/hw/core/machine.c b/hw/cor
On Thu, 2014-03-20 at 16:01 +0100, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov
> ---
> hw/i386/pc.c | 26 ++
> hw/i386/pc_piix.c| 34 +-
> hw/i386/pc_q35.c | 10 +-
> include/hw/i386/pc.h | 14
On Sun, Mar 23, 2014 at 03:17:32PM +0200, Marcel Apfelbaum wrote:
> On Sun, 2014-03-23 at 13:51 +0100, Paolo Bonzini wrote:
> > Il 23/03/2014 13:32, Marcel Apfelbaum ha scritto:
> > >> > That's the endianness of the machine we're compiling QEMU
> > >> > for, not the endianness of the machine we're
On 03/16/2014 09:32 PM, Chen Gang wrote:
> On 03/08/2014 09:58 PM, Chen Gang wrote:
>> OK, thanks.
>>
>> Next, I will/should continue to analyse the performance issue for 9pfs
>> when users drop into a long directory path under bash shell.
>>
>
> After have a test, I am sure it is not 9pfs issue,
On Sun, 2014-03-23 at 13:51 +0100, Paolo Bonzini wrote:
> Il 23/03/2014 13:32, Marcel Apfelbaum ha scritto:
> >> > That's the endianness of the machine we're compiling QEMU
> >> > for, not the endianness of the machine we're compiling QEMU
> >> > on. If for instance you're on x86_64 cross-compiling
On Sun, 2014-03-23 at 12:48 +, Peter Maydell wrote:
> On 23 March 2014 12:32, Marcel Apfelbaum wrote:
> > On Sun, 2014-03-23 at 12:14 +, Peter Maydell wrote:
> >> On 23 March 2014 09:49, Michael S. Tsirkin wrote:
> >> > At this point I'm confused.
> >> > If iasl compiler is broken, we sho
Il 23/03/2014 13:32, Marcel Apfelbaum ha scritto:
> That's the endianness of the machine we're compiling QEMU
> for, not the endianness of the machine we're compiling QEMU
> on. If for instance you're on x86_64 cross-compiling for PPC
> then HOST_WORDS_BIGENDIAN is true, but the iasl you use
> in
On 23 March 2014 12:32, Marcel Apfelbaum wrote:
> On Sun, 2014-03-23 at 12:14 +, Peter Maydell wrote:
>> On 23 March 2014 09:49, Michael S. Tsirkin wrote:
>> > At this point I'm confused.
>> > If iasl compiler is broken, we should detect and fix that.
>> > It might be ok to just detect endian
On Sun, 2014-03-23 at 12:14 +, Peter Maydell wrote:
> On 23 March 2014 09:49, Michael S. Tsirkin wrote:
> > At this point I'm confused.
> > If iasl compiler is broken, we should detect and fix that.
> > It might be ok to just detect endian-ness as a quick work-around.
> > BTW configure already
On 23 March 2014 09:52, Michael S. Tsirkin wrote:
> Hard to predict the future: it's possible that some distros
> will ship partially broken iasl on BE.
> We really need to see a working one to be sure ...
Well at the moment we have a known broken iasl,
and we have a known OK iasl (in the sense t
On Fri, 2014-03-21 at 00:16 +0100, Paolo Bonzini wrote:
> Il 20/03/2014 23:33, Marcel Apfelbaum ha scritto:
> > I've seen something like that somewhere, but I didn't quite like it.
> > I was looking for something more elegant as I was *almost* sure
> > this kind of solution will not pass the review
On 23 March 2014 09:49, Michael S. Tsirkin wrote:
> At this point I'm confused.
> If iasl compiler is broken, we should detect and fix that.
> It might be ok to just detect endian-ness as a quick work-around.
> BTW configure already has code to detect endian-ness:
> if test "$bigendian" = "yes" ;
On Thu, Mar 20, 2014 at 11:03:04PM +, Peter Maydell wrote:
> On 20 March 2014 22:41, Marcel Apfelbaum wrote:
> > On Thu, 2014-03-20 at 22:17 +, Peter Maydell wrote:
> >> echo "trivial iasl source" | iasl --compile-options | iasl
> >> --disassemble-options | grep "error"
> >>
> >> Fill in t
On Thu, Mar 20, 2014 at 10:17:14PM +, Peter Maydell wrote:
> On 20 March 2014 22:06, Marcel Apfelbaum wrote:
> > On Thu, 2014-03-20 at 22:57 +0100, Paolo Bonzini wrote:
> >> Il 20/03/2014 22:14, Marcel Apfelbaum ha scritto:
> >> > +# All known versions of iasl on BE machines are broken.
> >> >
On Fri, Mar 21, 2014 at 12:16:53AM +0100, Paolo Bonzini wrote:
> Il 20/03/2014 23:33, Marcel Apfelbaum ha scritto:
> >I've seen something like that somewhere, but I didn't quite like it.
> >I was looking for something more elegant as I was *almost* sure
> >this kind of solution will not pass the re
Signed-off-by: Prasad Joshi
---
hw/timer/grlib_gptimer.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/timer/grlib_gptimer.c b/hw/timer/grlib_gptimer.c
index 7672d3a..d655bb2 100644
--- a/hw/timer/grlib_gptimer.c
+++ b/hw/timer/grlib_gptimer.c
@@ -328,7 +328,6 @@ static void grlib_gptimer
Signed-off-by: Prasad Joshi
---
hw/net/pcnet.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/net/pcnet.c b/hw/net/pcnet.c
index 7cb47b3..ebe5057 100644
--- a/hw/net/pcnet.c
+++ b/hw/net/pcnet.c
@@ -718,7 +718,6 @@ static void pcnet_s_reset(PCNetState *s)
s->csr[94] = 0x;
s-
Signed-off-by: Prasad Joshi
---
net/netmap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/netmap.c b/net/netmap.c
index 8213304..0c1772b 100644
--- a/net/netmap.c
+++ b/net/netmap.c
@@ -177,8 +177,8 @@ static void netmap_poll(NetClientState *nc, bool enable)
Ne
Signed-off-by: Prasad Joshi
---
hw/intc/openpic_kvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/intc/openpic_kvm.c b/hw/intc/openpic_kvm.c
index 87fdb12..afa604d 100644
--- a/hw/intc/openpic_kvm.c
+++ b/hw/intc/openpic_kvm.c
@@ -200,7 +200,7 @@ static void kvm_openpic
CSMKeyControll function is supposed to set the top level latch for each
slot. However, at the moment, it incorrectly updates only the first
slot. Patch fixes the problem.
Signed-off-by: Prasad Joshi
---
hw/audio/fmopl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/audio
Signed-off-by: Prasad Joshi
---
linux-user/signal.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/linux-user/signal.c b/linux-user/signal.c
index e5fb933..7d6246f 100644
--- a/linux-user/signal.c
+++ b/linux-user/signal.c
@@ -4043,8 +4043,6 @@ static void setup_rt_frame(int sig, struct
ta
36 matches
Mail list logo