index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc405_boards.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini
1
-662
/
+0
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-7
/
+7
2013-01-16
Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405
Knut Omang
1
-0
/
+1
2013-01-15
Make default boot order machine specific
Avik Sil
1
-0
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-14
/
+14
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
1
-14
/
+11
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-6
/
+12
2011-10-10
ppc405_boards: convert to memory API
Avi Kivity
1
-48
/
+37
2011-10-09
Merge remote-tracking branch 'upstream' into memory/batch
Avi Kivity
1
-2
/
+3
2011-10-06
ppc405: use RAM_ADDR_FMT instead of %08lx
Stefan Hajnoczi
1
-2
/
+3
2011-10-02
ppc405: Pass in address_space_mem to ppc405{cr, ep}_init
Richard Henderson
1
-4
/
+4
2011-09-04
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
1
-22
/
+27
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-35
/
+28
2011-08-25
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
1
-28
/
+35
2011-08-22
ppc4xx_sdram: convert to memory API
Avi Kivity
1
-5
/
+13
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-02-20
ppc405: Fix memory leak
Stefan Weil
1
-0
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-2
/
+4
2010-10-13
Delete write only variables
Blue Swirl
1
-3
/
+2
2010-09-18
Check for errors during BIOS or kernel load
Blue Swirl
1
-10
/
+13
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-9
/
+9
2010-04-25
ppc: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-4
/
+0
2010-03-29
Compile pflash_cfi02 only once
Blue Swirl
1
-3
/
+6
2009-11-07
PPC: remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-26
/
+26
2009-10-01
Get rid of _t suffix
malc
1
-26
/
+26
2009-09-20
Compile loader only once
Blue Swirl
1
-0
/
+1
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-4
/
+4
2009-08-16
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
1
-6
/
+6
2009-07-27
kill drives_table
Gerd Hoffmann
1
-17
/
+17
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-2
/
+2
2009-05-30
Use relative path for bios
Paul Brook
1
-9
/
+20
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-2
/
+2
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-2
/
+10
2009-05-19
Remove obsolete BIOS_SIZE from sysemu.h
Paul Brook
1
-1
/
+0
2009-05-13
Remove vga_ram_size
Paul Brook
1
-2
/
+2
2009-04-11
Add named initializers.
pbrook
1
-3
/
+3
2009-04-11
Remove redundant ram_require machine properly.
pbrook
1
-2
/
+0
2009-04-11
Remove more redundant ram size checks.
pbrook
1
-0
/
+1
2009-04-10
Yet more phys_ram_base elimination.
pbrook
1
-26
/
+26
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-14
/
+10
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-2
/
+2
2008-12-11
PPC405EP: fix fpga write function
aurel32
1
-3
/
+3
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-8
/
+0
[next]