The unused code was detected using cppcheck.
Cc: Kevin Wolf
Signed-off-by: Stefan Weil
---
block/vvfat.c | 56
1 files changed, 0 insertions(+), 56 deletions(-)
diff --git a/block/vvfat.c b/block/vvfat.c
index f45939d..ba207e2 100644
-
On Sat, Oct 1, 2011 at 6:47 AM, Jan Kiszka wrote:
> On 2011-09-30 22:47, Blue Swirl wrote:
>> That part of the discussion is obsolete (or at least uninteresting
>> here). For example this message has a relevant example:
>> http://lists.nongnu.org/archive/html/qemu-devel/2009-06/msg01081.html
>>
>>
On Fri, 30 Sep 2011 09:26:53 +0100, Stefan Hajnoczi wrote:
> On Fri, Sep 30, 2011 at 12:28 AM, wrote:
> > The Buildbot has detected a new failure on builder default_x86_64_rhel5
> > while building qemu.
> > Full details are available at:
> > http://buildbot.b1-systems.de/qemu/builders/default_
From: Khansa Butt
This is the team work of Ehsan-ul-Haq, Abdul Qadeer, Abdul Waheed, Khansa Butt
from HPCN Lab KICS UET Lahore.
v1 contains:
* SEQI related changes specified by Richard Henderson
* Fix issues related to coding style, typos and misleading comments
* Cavium specific change in set_t
From: Khansa Butt
Signed-off-by: Khansa Butt
---
configure |1 +
default-configs/mips64-linux-user.mak |1 +
linux-user/main.c | 21 +++--
linux-user/mips64/syscall.h |2 ++
linux-user/signal.c
From: Khansa Butt
Signed-off-by: Khansa Butt
---
linux-user/signal.c | 438 +--
1 files changed, 426 insertions(+), 12 deletions(-)
diff --git a/linux-user/signal.c b/linux-user/signal.c
index 59c3c88..f5f8bba 100644
--- a/linux-user/signal.c
+
From: Khansa Butt
Signed-off-by: Khansa Butt
---
target-mips/translate.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/target-mips/translate.c b/target-mips/translate.c
index d5b1c76..0550333 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -127
From: Khansa Butt
Signed-off-by: Khansa Butt
---
target-mips/mips-defs.h |2 ++
target-mips/translate_init.c | 24
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h
index bf094a3..e1ec2b2 100644
From: Khansa Butt
Signed-off-by: Khansa Butt
Signed-off-by: Ehsan Ul Haq
Signed-off-by: Abdul Qadeer
Signed-off-by: Abdul Waheed
---
target-mips/cpu.h |7 +
target-mips/helper.h|5 +
target-mips/machine.c | 12 ++
target-mips/op_helper.c | 73
target-mips/tr
From: Khansa Butt
Signed-off-by: Khansa Butt
---
mips-dis.c | 53 +
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/mips-dis.c b/mips-dis.c
index e3a6e0b..96ab1e8 100644
--- a/mips-dis.c
+++ b/mips-dis.c
@@ -300,6 +300,7 @@
On Sat, 01 Oct 2011 14:28:47 +0530, "Aneesh Kumar K.V"
wrote:
> On Fri, 30 Sep 2011 09:26:53 +0100, Stefan Hajnoczi
> wrote:
> > On Fri, Sep 30, 2011 at 12:28 AM, wrote:
> > > The Buildbot has detected a new failure on builder default_x86_64_rhel5
> > > while building qemu.
> > > Full detail
On Fri, 30 Sep 2011 16:06:12 +0530, Harsh Prateek Bora
wrote:
> This patchset introduces Qemu Tracing to 9p pdu handlers and removes the
> existing debug infrastructure which became less meaningful after the
> introduction of coroutines. With the existing debug infra, parallel
> operations create
On 30 September 2011 21:47, Blue Swirl wrote:
> If reliable post reset effects are needed, reset should be divided
> into two separate phases. So far no interesting cases have been
> demonstrated.
I've already cited one in this thread [realview mmc card present]
and that's just the one I happen t
On Sun, Sep 25, 2011 at 8:37 PM, Stefan Weil wrote:
> Am 18.09.2011 15:00, schrieb Blue Swirl:
>
> On Sun, Sep 18, 2011 at 12:46 PM, malc wrote:
>
> On Sun, 18 Sep 2011, Blue Swirl wrote:
>
> On Sun, Sep 18, 2011 at 10:49 AM, malc wrote:
>
> On Sun, 18 Sep 2011, Blue Swirl wrote:
>
> On Sat, Sep
Thanks, applied.
On Thu, Sep 8, 2011 at 1:24 AM, Brad wrote:
> configure: Detect predefined compiler symbols for ARM and HPPA
>
> To be able to detect some ARM / HPPA based architectures such as with
> OpenBSD/(armish / zaurus) or OpenBSD/hppa.
>
> Signed-off-by: Brad Smith
>
> ---
> configure
Thanks, applied.
On Mon, Sep 12, 2011 at 10:03 AM, Peter Maydell
wrote:
> Remove the unused function tcg_out_addi() from the ARM TCG backend;
> this fixes a compilation failure on ARM hosts with newer gcc.
>
> Signed-off-by: Peter Maydell
> ---
> A previous patch from Richard Henderson for this
Thanks, applied.
On Mon, Sep 26, 2011 at 3:56 PM, Peter Maydell wrote:
> Include config.h in softfloat.c, so that the target specific ifdefs in
> softfloat-specialize.h are evaluated correctly. This was accidentally
> broken in commit 789ec7ce2 when config-target.h was removed from
> softfloat.h,
Thanks, applied.
On Mon, Sep 26, 2011 at 5:20 PM, Jan Kiszka wrote:
> T0 was already masked to 16 bits when loading it.
>
> Signed-off-by: Jan Kiszka
> ---
> target-i386/translate.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/target-i386/translate.c b/target-i
Thanks, applied.
On Wed, Sep 28, 2011 at 9:19 AM, Jan Kiszka wrote:
> Missed during memory region conversion: The i8259 now depends on the ISA
> bus being created first. Reorder the initialization.
>
> Signed-off-by: Jan Kiszka
> ---
>
> I had a reordering patch in my i8259-qdev queue as well, a
Thanks, applied.
On Thu, Sep 29, 2011 at 4:52 PM, Jan Kiszka wrote:
> On 2011-09-29 18:11, Richard Henderson wrote:
>> On 09/29/2011 08:23 AM, Jan Kiszka wrote:
>>> +#ifndef TCG_TARGET_deposit_i32_valid
>>> +#define TCG_TARGET_deposit_i32_valid(ofs, len) 0
>>> +#endif
>>> +#ifndef TCG_TARGET_depo
Thanks, applied.
On Fri, Sep 30, 2011 at 1:29 PM, Alexander Graf wrote:
> We are mapping ESCC to a static (incorrect) address on machine init. This
> overlaps with our vram, rendering the screen barely usable.
>
> Since openBIOS is clever enough to map ESCC to where it needs to be, we can
> just
Remove the unused function tcg_out_addi() from the ia64 TCG backend;
this brings it into line with other backends.
Signed-off-by: Peter Maydell
---
tcg/ia64/tcg-target.c | 19 ---
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/t
Am 30.09.2011 um 05:52 schrieb Liu Yu:
Put trailing statements on next line.
Signed-off-by: Liu Yu
Reviewed-by: Andreas Färber
Not only fixes Coding Style but also improves readability by
consistent indentation IMO.
Note that there are also three superfluous semicolons after the
clos
Remove the unused function tcg_out_addi() from the s390 TCG backend;
this brings it into line with other backends.
Signed-off-by: Peter Maydell
---
tcg/s390/tcg-target.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c
ind
Ping 2.
On 09/27/2011 08:32 AM, Richard Henderson wrote:
> Ping.
>
> On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote:
>> On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson wrote:
>>> Changes v10 - v11:
>>> * Fixes for icount, based on feedback from Peter and Edgar.
>>> * Re-based aga
On 10/01/2011 05:56 AM, Peter Maydell wrote:
> Remove the unused function tcg_out_addi() from the s390 TCG backend;
> this brings it into line with other backends.
>
> Signed-off-by: Peter Maydell
Acked-by: Richard Henderson
r~
On Thu, Sep 22, 2011 at 12:45:11PM +0100, Daniel P. Berrange wrote:
> On 0.14, 0.15 releaes, this all works just fine. On current GIT master,
> the guest OS will hang during boot.
[...]
> To reproduce this you will need my custom initrd for mounting 9p filesystems
> as the root FS. You can get that
Am 17.09.2011 22:00, schrieb Stefan Weil:
> Unlike other tcg target code generators, this one does not generate
> machine code for some cpu. It generates machine independent bytecode
> which is interpreted later.
>
> This allows running QEMU on any host.
>
> Interpreted bytecode is slower than dire
On Sat, Oct 01, 2011 at 12:50:43PM -0400, Kevin O'Connor wrote:
> On Thu, Sep 22, 2011 at 12:45:11PM +0100, Daniel P. Berrange wrote:
> > On 0.14, 0.15 releaes, this all works just fine. On current GIT master,
> > the guest OS will hang during boot.
> [...]
> > To reproduce this you will need my cu
Hello,
I've noticed that the following rebuild is sometimes triggered after a
full build, but only once:
$ make -j8
[...]
LINK s390x-softmmu/qemu-system-s390x
LINK sparc64-softmmu/qemu-system-sparc64
$ make -j8
CCqapi-generated/qga-qapi-types.o
LINK qemu-ga
$ make -j8
$
It doesn't
Am 01.10.2011 18:54, schrieb Andreas Färber:
Am 17.09.2011 22:00, schrieb Stefan Weil:
Unlike other tcg target code generators, this one does not generate
machine code for some cpu. It generates machine independent bytecode
which is interpreted later.
This allows running QEMU on any host.
Inte
Hello together
iam new here in this forum, i try to compile qemu 0.15.0 on Netbsd 5.1 MacPPC
G4 machine i standing now here and i don't found any solution to fix this Error.
bash-4.2# make
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Building for qemu-0.15.0nb1
LINK i38
On Fri, Sep 30, 2011 at 10:36 AM, Richard Henderson wrote:
> On 09/30/2011 12:12 AM, Jan Kiszka wrote:
>>> Breakpoint 1, __ldb_mmu (addr=1001716, mmu_idx=0)
>>> at /home/rth/work/qemu/qemu/softmmu_template.h:86
>>> 86 {
>>> (gdb) where
>>> #0 __ldb_mmu (addr=1001716, mmu_idx=0)
>>> at /
33 matches
Mail list logo