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
/
e500plat.c
Age
Commit message (
Expand
)
Author
2020-02-19
ppc/e500: use memdev for RAM
Igor Mammedov
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-05-10
make sure that we aren't overwriting mc->get_hotplug_handler by accident
Igor Mammedov
2018-05-10
platform-bus-device: use device plug callback instead of machine_done notifier
Igor Mammedov
2018-04-27
ppc: e500: switch E500 based machines to full machine definition
Igor Mammedov
2018-01-19
ppc: e500: Allow only supported dynamic sysbus devices
Eduardo Habkost
2018-01-19
machine: Replace has_dynamic_sysbus with list of allowed devices
Eduardo Habkost
2017-10-17
ppc: mpc8544ds/e500plat: use generic cpu_model parsing
Igor Mammedov
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-01-07
PPC: e500 pci host: Add support for ATMUs
Alexander Graf
2015-01-07
PPC: e500: Move CCSR and MMIO space to upper end of address space
Alexander Graf
2015-01-07
PPC: e500: Move CCSR definition to params
Alexander Graf
2014-11-04
PPC: e500: Support dynamically spawned sysbus devices
Alexander Graf
2014-11-04
PPC: E500: Instantiate MPC8XXX gpio controller on virt machine
Alexander Graf
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-08-21
ppc: Don't duplicate QEMUMachineInitArgs in PPCE500Params
Markus Armbruster
2013-08-21
ppc: Don't explode QEMUMachineInitArgs into local variables needlessly
Markus Armbruster
2013-04-26
PPC: e500: advertise 4.2 MPIC only if KVM supports EPR
Stuart Yoder
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
ppc: do not use ../ in include files
Paolo Bonzini
2013-01-25
PPC: e500: Select MPIC v4.2 on ppce500 platform
Scott Wood
2013-01-15
Make default boot order machine specific
Avik Sil
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-14
PPC: E500plat: Make a lot of PCI slots available
Alexander Graf
2012-12-14
PPC: E500: Move PCI slot information into params
Alexander Graf
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
2012-08-15
PPC: e500: add generic e500 platform
Scott Wood