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
/
ppc_oldworld.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-27
kill drives_table
Gerd Hoffmann
1
-21
/
+9
2009-07-26
PPC: Round VGA BIOS size to page boundary
Alexander Graf
1
-0
/
+4
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-22
Support addr=... in option argument of -net nic
Markus Armbruster
1
-1
/
+1
2009-05-30
Use relative path for bios
Paul Brook
1
-7
/
+18
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-21
Introduce is_default field for QEMUMachine
Anthony Liguori
1
-0
/
+1
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-1
/
+8
2009-05-13
Remove vga_ram_size
Paul Brook
1
-3
/
+2
2009-05-08
Replace cpu_abort with hw_error
Paul Brook
1
-8
/
+6
2009-04-11
Remove redundant ram_require machine properly.
pbrook
1
-1
/
+0
2009-04-10
Clean up VGA ram allocation.
pbrook
1
-6
/
+2
2009-04-10
More phys_ram_base removal.
pbrook
1
-7
/
+8
2009-04-09
Use load_image_targphys and avoid phys_ram_base.
pbrook
1
-2
/
+2
2009-03-08
Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)
blueswir1
1
-14
/
+19
2009-03-07
ppc_oldworld: swap the MACIO and CMD646 IDE controllers
aurel32
1
-9
/
+8
2009-02-08
Load 32 bit ELF BIOS images also on PPC64
blueswir1
1
-7
/
+0
2009-02-07
Add it_shift
blueswir1
1
-1
/
+1
2009-02-01
Update #defines for PCI vendor and device IDs from OpenBIOS and Linux
blueswir1
1
-2
/
+3
2009-01-30
PowerPC: IDE DB-DMA support
aurel32
1
-1
/
+1
2009-01-30
PowerPC: mac-io DB-DMA support
aurel32
1
-2
/
+5
2009-01-26
target-ppc: always load kernel to KERNEL_LOAD_ADDR
aurel32
1
-3
/
+9
2009-01-24
Fix kernel_size and initrd_size sign (Francois Revol)
blueswir1
1
-1
/
+2
2009-01-16
ppc_oldworld: remove i8259
aurel32
1
-5
/
+1
2009-01-16
ppc_oldworld: remove debug I/O port
aurel32
1
-3
/
+0
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-2
/
+2
2009-01-14
PPC OldWorld: use a more realistic timer frequency
aurel32
1
-2
/
+2
2009-01-14
escc: allow one IRQ per serial channel
aurel32
1
-1
/
+1
2009-01-13
Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)
aliguori
1
-5
/
+2
2009-01-13
target-ppc: define max amount of memory for G3 beige
aurel32
1
-0
/
+7
2009-01-13
target-ppc: fix comment about boot device in ppc_oldworld.c
aurel32
1
-1
/
+1
2009-01-12
Use ESCC for PowerMac serial
blueswir1
1
-4
/
+5
2009-01-09
target-ppc: revert part of commit r6254 committed accidentally
aurel32
1
-1
/
+1
2009-01-08
Add v{add, sub}{s, u}{b, h, w}s instructions
aurel32
1
-1
/
+1
2009-01-08
target-ppc: move OpenBIOS machines type to ppc.h from hw/ppc_oldworld.c
aurel32
1
-6
/
+0
2009-01-08
Some more updates for the g3bw -> g3beige change
aurel32
1
-1
/
+1
2009-01-07
target-ppc: Switch ppc_oldworld.c to G3 beige
aurel32
1
-3
/
+3
2008-12-24
Fix kernel loading
blueswir1
1
-1
/
+9
2008-12-24
Use the firmware configuration device
blueswir1
1
-0
/
+14
2008-12-24
Use OpenBIOS for g3bw machine
blueswir1
1
-8
/
+5
2008-12-20
target-ppc: modify hw/ppc_oldword.c to use qemu_ram_alloc()
aurel32
1
-9
/
+12
2008-12-20
target-ppc: default to a G3 cpu when emulating a G3 PowerMac
aurel32
1
-1
/
+1
2008-10-28
Set default max_cpus to one.
balrog
1
-1
/
+1
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
1
-0
/
+1
2008-10-07
machine struct - use C99 initializers (Jes Sorensen)
aliguori
1
-4
/
+4
2008-06-30
Move CPU save/load registration to common code.
pbrook
1
-1
/
+0
2008-05-04
8250: Customized base baudrate
aurel32
1
-1
/
+1
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-1
/
+1
2008-04-24
RAM usage information in machine definition.
balrog
1
-0
/
+1
2008-04-22
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
1
-1
/
+1
[next]