Statistics
| Branch: | Revision:

root / hw / mcf.h @ 16665b94

History | View | Annotate | Download (907 Bytes)

# Date Author Comment
4025cfd5 02/16/2013 03:50 pm Andreas Färber

mcf5206: Pass M68kCPU to mcf5206_init()

Store it in m5206_mbar_state. Prepares for passing M68kCPU to
m68k_set_irq_level().

Signed-off-by: Andreas Färber <>

9a6ee9fd 02/16/2013 03:50 pm Andreas Färber

mcf_intc: Pass M68kCPU to mcf_intc_init()

Store it in mcf_intc_state.
Prepares for passing it to m68k_set_irq_level().

Signed-off-by: Andreas Färber <>

a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

7927df3a 03/14/2012 11:20 pm Andreas Färber

m68k hw/: Don't use CPUState

Scripted conversion:
for file in hw/an5206.c hw/dummy_m68k.c hw/mcf.h hw/mcf5206.c hw/mcf5208.c hw/mcf_intc.c; do
sed -i "s/CPUState/CPUM68KState/g" $file
done

Signed-off-by: Andreas Färber <>
Acked-by: Anthony Liguori <>

653fa85c 11/28/2011 03:38 pm Benoît Canet

mcf5206: convert to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

aa6e4986 11/28/2011 03:38 pm Benoît Canet

mcf_uart: convert to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

c65fc1df 11/28/2011 03:38 pm Benoît Canet

mcf_fec: convert to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

663d9446 11/28/2011 03:38 pm Benoît Canet

mcf_intc: convert to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

c227f099 10/02/2009 12:12 am Anthony Liguori

Revert "Get rid of _t suffix"

In the very least, a change like this requires discussion on the list.

The naming convention is goofy and it causes a massive merge problem. Something
like this must be presented on the list first so people can provide input...

99a0949b 10/01/2009 09:45 pm malc

Get rid of _t suffix

Some not so obvious bits, slirp and Xen were left alone for the time
being.

Signed-off-by: malc <>

87ecb68b 11/17/2007 07:14 pm pbrook

Break up vl.h.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162