index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc440_bamboo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
2024-02-22
1
-0
/
+1
*
hw/ppc: use pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-9
/
+5
*
ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header
Cédric Le Goater
2023-10-21
1
-1
/
+0
*
ppc4xx_pci: Rename QOM type name define
BALATON Zoltan
2023-07-07
1
-2
/
+1
*
ppc/bamboo: Report an error when run with KVM
Cédric Le Goater
2023-06-25
1
-11
/
+6
*
hw/ppc: Use MachineClass->default_nic in the ppc machines
Thomas Huth
2023-05-22
1
-1
/
+3
*
Drop duplicate #include
Markus Armbruster
2023-02-08
1
-1
/
+0
*
hw/ppc: set machine->fdt in bamboo_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-11
/
+14
*
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
2022-10-17
1
-1
/
+1
*
ppc4xx_sdram: QOM'ify
BALATON Zoltan
2022-10-17
1
-5
/
+7
*
ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
BALATON Zoltan
2022-10-17
1
-9
/
+1
*
ppc440_bamboo: Add missing 4 MiB valid memory size
BALATON Zoltan
2022-10-17
1
-1
/
+1
*
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-17
1
-9
/
+6
*
ppc4xx_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
1
-1
/
+3
*
ppc440_bamboo: Remove unnecessary memsets
BALATON Zoltan
2022-10-17
1
-4
/
+2
*
ppc4xx: Fix code style problems reported by checkpatch
BALATON Zoltan
2022-08-31
1
-11
/
+16
*
hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
BALATON Zoltan
2022-08-31
1
-5
/
+2
*
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-2
/
+2
*
hw/ppc: change indentation to spaces from TABs
Guo Zhi
2022-04-20
1
-3
/
+3
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
*
hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()
Peter Maydell
2021-01-06
1
-11
/
+27
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-09-25
1
-6
/
+3
*
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
2020-02-19
1
-1
/
+2
*
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
2020-02-19
1
-7
/
+4
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+1
*
ppc440_bamboo.c: remove label from bamboo_load_device_tree()
Daniel Henrique Barboza
2020-01-08
1
-6
/
+2
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-1
/
+1
*
ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
BALATON Zoltan
2019-02-04
1
-1
/
+1
*
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2019-01-07
1
-1
/
+1
*
ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-21
1
-3
/
+2
*
ppc: Remove deprecated ppcemb target
Thomas Huth
2018-08-28
1
-7
/
+0
*
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-4
/
+4
*
hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-8
/
+8
*
ppc: Deprecate qemu-system-ppcemb
thuth@redhat.com
2018-01-27
1
-0
/
+9
*
ppc: bamboo: use generic cpu_model parsing
Igor Mammedov
2017-10-17
1
-5
/
+2
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
1
-4
/
+0
*
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
1
-1
/
+1
*
target-ppc: Add MMU model check for booke machines
Valentin Plotkin
2017-02-02
1
-0
/
+6
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
1
-1
/
+2
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
ppc: Rename ELF_MACHINE to be PPC specific
Peter Crosthwaite
2015-09-25
1
-1
/
+1
*
kvm_ppc: remove kvmppc_timer_hack
Paolo Bonzini
2015-09-20
1
-3
/
+0
*
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-19
1
-9
/
+4
*
ppc: Update cpu_model in MachineState
Bharata B Rao
2015-07-07
1
-4
/
+3
[next]