index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc440_bamboo.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-01-06
hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-08
ppc440_bamboo.c: remove label from bamboo_load_device_tree()
Daniel Henrique Barboza
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-04
ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
BALATON Zoltan
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2018-12-21
ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-02-06
hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-01-27
ppc: Deprecate qemu-system-ppcemb
thuth@redhat.com
2017-10-17
ppc: bamboo: use generic cpu_model parsing
Igor Mammedov
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
2017-02-02
target-ppc: Add MMU model check for booke machines
Valentin Plotkin
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-09-25
ppc: Rename ELF_MACHINE to be PPC specific
Peter Crosthwaite
2015-09-20
kvm_ppc: remove kvmppc_timer_hack
Paolo Bonzini
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-07-07
ppc: Update cpu_model in MachineState
Bharata B Rao
2014-11-03
hw/core/loader: implement address translation in uimage loader
Max Filippov
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-03-27
hw/ppc: Avoid shifting left into sign bit
Peter Maydell
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-11-10
loader: drop return value for rom_add_blob_fixed
Michael S. Tsirkin
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-07-25
ppc440_bamboo: do not use isa_mmio
Paolo Bonzini
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
2013-06-14
ppc: Remove CONFIG_FDT conditionals
Peter Maydell
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini