qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0d0302: vga: fix indention


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0d0302: vga: fix indention
Date: Sat, 20 Oct 2012 02:00:12 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0d0302e2033087ebcd0bcaa2ac1a79452f86d2a7
      
https://github.com/qemu/qemu/commit/0d0302e2033087ebcd0bcaa2ac1a79452f86d2a7
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/vga-pci.c

  Log Message:
  -----------
  vga: fix indention

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 803ff052b69c888df3d21e199626a5ef6e3ccf12
      
https://github.com/qemu/qemu/commit/803ff052b69c888df3d21e199626a5ef6e3ccf12
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pc_piix.c
    M hw/vga-pci.c
    M hw/vga.c
    M hw/vga_int.h

  Log Message:
  -----------
  vga: add mmio bar to standard vga

This patch adds a mmio bar to the qemu standard vga which allows to
access the standard vga registers and bochs dispi interface registers
via mmio.

Cc: Benjamin Herrenschmidt <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: cc22824860a18e9e073496396b1cfc860d010a26
      
https://github.com/qemu/qemu/commit/cc22824860a18e9e073496396b1cfc860d010a26
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    A docs/specs/standard-vga.txt
    M hw/vga-isa.c
    M hw/vga-pci.c

  Log Message:
  -----------
  vga: add specs for standard vga

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: a96d8bea8e23473bd5b4b4111ba9187fcb976865
      
https://github.com/qemu/qemu/commit/a96d8bea8e23473bd5b4b4111ba9187fcb976865
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/vga.c
    M hw/vga_int.h

  Log Message:
  -----------
  vga: remove CONFIG_BOCHS_VBE

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 5f072e1f3075bd869e0ace9f2545a85992ac0084
      
https://github.com/qemu/qemu/commit/5f072e1f3075bd869e0ace9f2545a85992ac0084
  Author: Eduardo Habkost <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/alpha_dp264.c
    M hw/an5206.c
    M hw/axis_dev88.c
    M hw/boards.h
    M hw/collie.c
    M hw/dummy_m68k.c
    M hw/exynos4_boards.c
    M hw/gumstix.c
    M hw/highbank.c
    M hw/integratorcp.c
    M hw/kzm.c
    M hw/leon3.c
    M hw/lm32_boards.c
    M hw/mainstone.c
    M hw/mcf5208.c
    M hw/milkymist.c
    M hw/mips_fulong2e.c
    M hw/mips_jazz.c
    M hw/mips_malta.c
    M hw/mips_mipssim.c
    M hw/mips_r4k.c
    M hw/musicpal.c
    M hw/nseries.c
    M hw/null-machine.c
    M hw/omap_sx1.c
    M hw/openrisc_sim.c
    M hw/palm.c
    M hw/pc_piix.c
    M hw/petalogix_ml605_mmu.c
    M hw/petalogix_s3adsp1800_mmu.c
    M hw/ppc/e500plat.c
    M hw/ppc/mpc8544ds.c
    M hw/ppc405_boards.c
    M hw/ppc440_bamboo.c
    M hw/ppc_newworld.c
    M hw/ppc_oldworld.c
    M hw/ppc_prep.c
    M hw/puv3.c
    M hw/r2d.c
    M hw/realview.c
    M hw/s390-virtio.c
    M hw/shix.c
    M hw/spapr.c
    M hw/spitz.c
    M hw/stellaris.c
    M hw/sun4m.c
    M hw/sun4u.c
    M hw/tosa.c
    M hw/versatilepb.c
    M hw/vexpress.c
    M hw/virtex_ml507.c
    M hw/xen_machine_pv.c
    M hw/xilinx_zynq.c
    M hw/xtensa_lx60.c
    M hw/xtensa_sim.c
    M hw/z2.c
    M vl.c

  Log Message:
  -----------
  create struct for machine initialization arguments

This should help us to:
- More easily add or remove machine initialization arguments without
  having to change every single machine init function;
- More easily make mechanical changes involving the machine init
  functions in the future;
- Let machine initialization forward the init arguments to other
  functions more easily.

This change was half-mechanical process: first the struct was added with
the local ram_size, boot_device, kernel_*, initrd_*, and cpu_model local
variable initialization to all functions. Then the compiler helped me
locate the local variables that are unused, so they could be removed.

Signed-off-by: Blue Swirl <address@hidden>


  Commit: f1bc0bcc9dbbbf5674add3075b5efe0a93fe34f0
      
https://github.com/qemu/qemu/commit/f1bc0bcc9dbbbf5674add3075b5efe0a93fe34f0
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: Split up and tidy code_gen_buffer

It now consists of:

A macro definition of MAX_CODE_GEN_BUFFER_SIZE with host-specific values,

A function size_code_gen_buffer that applies most of the reasoning for
choosing a buffer size,

Three variations of a function alloc_code_gen_buffer that contain all
of the logic for allocating executable memory via a given allocation
mechanism.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 3d85a72fd8af6804f66a48d85187f448b14ddba3
      
https://github.com/qemu/qemu/commit/3d85a72fd8af6804f66a48d85187f448b14ddba3
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large

For ARM we cap the buffer size to 16MB.  Do not allocate 32MB in that case.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 405def18466d0cbd84e6a0edb598466b0a5e15c3
      
https://github.com/qemu/qemu/commit/405def18466d0cbd84e6a0edb598466b0a5e15c3
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: Do not use absolute address hints for code_gen_buffer with -fpie

The hard-coded addresses inside alloc_code_gen_buffer only make sense
if we're building an executable that will actually run at the address
we've put into the linker scripts.

When we're building with -fpie, the executable will run at some
random location chosen by the kernel.  We get better placement for
the code_gen_buffer if we allow the kernel to place the memory,
as it will tend to to place it near the executable, based on the
PROT_EXEC bit.

Since code_gen_prologue is always inside the executable, this effect
is easily seen at the end of most TB, with the exit_tb opcode, and
with any calls to helper functions.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 4438c8a9469d79fa2c58189418befb506da54d97
      
https://github.com/qemu/qemu/commit/4438c8a9469d79fa2c58189418befb506da54d97
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M exec.c
    M tcg/tcg.h

  Log Message:
  -----------
  exec: Allocate code_gen_prologue from code_gen_buffer

We had a hack for arm and sparc, allocating code_gen_prologue to a
special section.  Which, honestly does no good under certain cases.
We've already got limits on code_gen_buffer_size to ensure that all
TBs can use direct branches between themselves; reuse this limit to
ensure the prologue is also reachable.

As a bonus, we get to avoid marking a page of the main executable's
data segment as executable.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 74d590c8e930e42832711604ef0ffd7df6bd5873
      
https://github.com/qemu/qemu/commit/74d590c8e930e42832711604ef0ffd7df6bd5873
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M exec-all.h
    M exec.c

  Log Message:
  -----------
  exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c

It is used nowhere else, and the corresponding MAX_CODE_GEN_BUFFER_SIZE
also lives there.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 8802361689c7aa9224aea39329af72fbc7b366ef
      
https://github.com/qemu/qemu/commit/8802361689c7aa9224aea39329af72fbc7b366ef
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Add gen_load/store/dest_gpr

Infrastructure to be used to clean up handling of temporaries.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 97ea285917d473c8c8ecb627a637d76082cd6584
      
https://github.com/qemu/qemu/commit/97ea285917d473c8c8ecb627a637d76082cd6584
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Conversion to gen_*_gpr, part 1

Only handle the easy cases directly within disas_sparc_insn.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 9d1d4e342cb154a0f801eabd9758e90599893073
      
https://github.com/qemu/qemu/commit/9d1d4e342cb154a0f801eabd9758e90599893073
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Use gen_load_gpr in get_src[12]

This means we can avoid the incoming temporary, though the cleanup
of the existing temporaries is not performed in this patch.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: c7785e1682405d8ec7002918c76857aaebd812b2
      
https://github.com/qemu/qemu/commit/c7785e1682405d8ec7002918c76857aaebd812b2
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Convert asi helpers to gen_*_gpr

Push the DisasContext down so that we can use gen_load/store_gpr
in sode gen_ldda_asi, gen_stda_ast, gen_cas_asi, gen_casx_asi.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 06828032e3f88710b3135ff55ecf1c0308027900
      
https://github.com/qemu/qemu/commit/06828032e3f88710b3135ff55ecf1c0308027900
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Convert swap to gen_load/store_gpr

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 81634eea3d5dada203848f89ebd97d6a05aa4cce
      
https://github.com/qemu/qemu/commit/81634eea3d5dada203848f89ebd97d6a05aa4cce
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Finish conversion to gen_load_gpr

All users of gen_movl_{reg_TN,TN_reg} are removed.  At the same time,
make cpu_val a local variable for load/store disassembly.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: a4273524875a960e8ef22ed676853e5988fefbea
      
https://github.com/qemu/qemu/commit/a4273524875a960e8ef22ed676853e5988fefbea
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Cleanup cpu_src[12] allocation

Now that get_temp_tl is used for get_src[12], we don't need to
pre-allocate these temporaries.

Fallout from this is moving some assignments around cas/casx to
avoid uninitialized variable warnings.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 5e6ed43923830b09989a9a2fa2255dadadee67f2
      
https://github.com/qemu/qemu/commit/5e6ed43923830b09989a9a2fa2255dadadee67f2
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Make the cpu_addr variable local to load/store handling

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 2ae23e178263ecb7faebd37d9706f36a5cba9791
      
https://github.com/qemu/qemu/commit/2ae23e178263ecb7faebd37d9706f36a5cba9791
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Split out get_temp_i32

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: ba5f5179f2c27c7e9891e404f526d3463e3f4a15
      
https://github.com/qemu/qemu/commit/ba5f5179f2c27c7e9891e404f526d3463e3f4a15
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Use get_temp_i32 in gen_dest_fpr_F

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 45778f99f0fb088af1f92d9a92759b760dceef2a
      
https://github.com/qemu/qemu/commit/45778f99f0fb088af1f92d9a92759b760dceef2a
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Avoid cpu_tmp32 in Read Priv Register

We don't need another temporary here.  Load directly into the
register we want to set.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 7b9e066b67c1f8839a1ca63efebcbaf48cc60104
      
https://github.com/qemu/qemu/commit/7b9e066b67c1f8839a1ca63efebcbaf48cc60104
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Avoid cpu_tmp32 in Write Priv Register

No need to copy to a temporary to store 32 bits.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: f8641947c2268eab6e73f16883c08ae14432280c
      
https://github.com/qemu/qemu/commit/f8641947c2268eab6e73f16883c08ae14432280c
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Tidy ldfsr, stfsr

Remove the last uses of cpu_tmp32.  Unify the code between sparc64
and sparc32 by using the proper "tl" functions.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 1ec789ab68a9eabb5de8b1ba732d60a8fcb00446
      
https://github.com/qemu/qemu/commit/1ec789ab68a9eabb5de8b1ba732d60a8fcb00446
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Remove usage of cpu_tmp64 from most helper functions

Use a locally allocated temporary instead.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 3886b8a32029a88111140dfe81f6ef02d6b85e23
      
https://github.com/qemu/qemu/commit/3886b8a32029a88111140dfe81f6ef02d6b85e23
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Don't use a temporary for gen_dest_fpr_D

In all cases we don't have write-before-read problems.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: aeff993cc59ea043c8d33e3dc3584c61aa31f347
      
https://github.com/qemu/qemu/commit/aeff993cc59ea043c8d33e3dc3584c61aa31f347
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Remove cpu_tmp64 use from softint insns

The use of "tl" functions and a tmp64 is logically incompatible.
Use cpu_tmp0 instead.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: abcc71919c65747af7615c8770754c0ea071a2d2
      
https://github.com/qemu/qemu/commit/abcc71919c65747af7615c8770754c0ea071a2d2
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Remove last uses of cpu_tmp64

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 7b04bd5ccabf61d5ad8a616ecbe2282c4e2656c4
      
https://github.com/qemu/qemu/commit/7b04bd5ccabf61d5ad8a616ecbe2282c4e2656c4
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Only use cpu_dst for eventual writes to a gpr

Use cpu_tmp0 for other stuff, like Write Priv Register.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 5793f2a47e201d251856c7956d6f7907ec0d9f1f
      
https://github.com/qemu/qemu/commit/5793f2a47e201d251856c7956d6f7907ec0d9f1f
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Make cpu_dst local to OP=2 insns

And initialize it such that it (may) write directly to rd.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: de9e9d9f17a36ff76c1a02a5348835e5e0a081b0
      
https://github.com/qemu/qemu/commit/de9e9d9f17a36ff76c1a02a5348835e5e0a081b0
  Author: Richard Henderson <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M target-sparc/translate.c

  Log Message:
  -----------
  target-sparc: Remove cpu_tmp0 as a global

Subroutines do their own local temporary management.
Within disas_sparc_insn we limit the existance of the variable
to OP=2 insns, and delay initialization as late as is reasonable
for the specific XOP.

Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: e54eba1986f6c4bac2951e7f90a849cd842e25e4
      
https://github.com/qemu/qemu/commit/e54eba1986f6c4bac2951e7f90a849cd842e25e4
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M qemu-log.c
    M qemu-log.h

  Log Message:
  -----------
  qemu-log: Add new log category for guest bugs

Add a new category for device models to log guest behaviour
which is likely to be a guest bug of some kind (accessing
nonexistent registers, reading 32 bit wide registers with
a byte access, etc). Making this its own log category allows
those who care (mostly guest OS authors) to see the complaints
without bothering most users.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 051c02b6c9c8ab5527f8775808625f9de8346006
      
https://github.com/qemu/qemu/commit/051c02b6c9c8ab5527f8775808625f9de8346006
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/hw.h

  Log Message:
  -----------
  hw/hw.h: Add include of qemu-log.h

Add an include of qemu-log.h to hw.h, so that device model
code has access to these logging functions without the need
to directly include qemu-log.h.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 9351d70829c6ef2b6e27b4ca89aaca2eab4780ed
      
https://github.com/qemu/qemu/commit/9351d70829c6ef2b6e27b4ca89aaca2eab4780ed
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl181.c

  Log Message:
  -----------
  hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR

Rather than a mix of direct printing to stderr and aborting
via hw_error(), use LOG_UNIMP and LOG_GUEST_ERROR.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: b1d9df90212984f8e78abc75152527a00d899f89
      
https://github.com/qemu/qemu/commit/b1d9df90212984f8e78abc75152527a00d899f89
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl041.c

  Log Message:
  -----------
  hw/pl041: Use LOG_UNIMP

Use the new LOG_UNIMP tracing to report unimplemented
features.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: fd271e81aa7334b973285f5c94a4f8ab265df683
      
https://github.com/qemu/qemu/commit/fd271e81aa7334b973285f5c94a4f8ab265df683
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl190.c

  Log Message:
  -----------
  hw/pl190: Use LOG_GUEST_ERROR

If the guest attempts an offset to a nonexistent register, just
log this via LOG_GUEST_ERROR rather than killing QEMU with a hw_error.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 6d5433e00a73f96dd5cbf93874dd8122672144b6
      
https://github.com/qemu/qemu/commit/6d5433e00a73f96dd5cbf93874dd8122672144b6
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl011.c

  Log Message:
  -----------
  hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR

Use the new LOG_UNIMP and LOG_GUEST_ERROR logging types rather
than hw_error().

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: af83c32bd44b6594db301b4ac8cb44e5eb85d4bf
      
https://github.com/qemu/qemu/commit/af83c32bd44b6594db301b4ac8cb44e5eb85d4bf
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl022.c

  Log Message:
  -----------
  hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR

Use LOG_UNIMP and LOG_GUEST_ERROR where appropriate rather
than hw_error().

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: a5089c050138933631b8755a664cfd275763b223
      
https://github.com/qemu/qemu/commit/a5089c050138933631b8755a664cfd275763b223
  Author: Peter Maydell <address@hidden>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

  Changed paths:
    M hw/pl031.c

  Log Message:
  -----------
  hw/pl031: Use LOG_GUEST_ERROR

Use LOG_GUEST_ERROR rather than hw_error or direct fprintf.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f62cb1b6ddc2...a5089c050138

reply via email to

[Prev in Thread] Current Thread [Next in Thread]