index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
e500.c
Age
Commit message (
Expand
)
Author
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-03-31
hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
Bin Meng
2021-03-10
hw/ppc: e500: Add missing <ranges> in the eTSEC node
Bin Meng
2021-02-10
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
Bin Meng
2021-02-10
hw/ppc: e500: Use a macro for the platform clock frequency
Bin Meng
2020-12-15
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-14
ppc/e500: Free irqs array to avoid memleak
Gan Qixin
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
ppc: remove bios_name
Paolo Bonzini
2020-09-08
ppc/e500: Use start-powered-off CPUState property
Thiago Jung Bauermann
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-04-07
hw/ppc/e500.c: Handle qemu_find_file() failure
Peter Maydell
2020-02-25
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-21
ppc: free 'fdt' after reset the machine
Pan Nengyuan
2020-02-19
ppc/e500: use memdev for RAM
Igor Mammedov
2020-02-19
ppc/e500: drop RAM size fixup
Igor Mammedov
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-12
PPC: E500: Add FSL I2C controller and integrate RTC with it
Andrew Randrianasulu
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2018-12-21
e500: simplify IRQ wiring
Greg Kurz
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-05-10
platform-bus-device: use device plug callback instead of machine_done notifier
Igor Mammedov
2018-05-08
ppc: e500: use g_strdup_printf() instead of snprintf()
Greg Kurz
2018-04-27
ppc: e500: switch E500 based machines to full machine definition
Igor Mammedov
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-03-18
PPC e500: Fix gap between u-boot and kernel
David Engraf
2018-03-12
net: allow using any PCI NICs in -net or -nic
Paolo Bonzini
2018-03-06
PPC: e500: Fix duplicate kernel load and device tree overlap
David Engraf
2018-03-06
hw/ppc/spapr,e500: Use new property "stdout-path" for boot console
Nikunj A Dadhania
2018-03-06
openpic: move KVM-specific declarations into separate openpic_kvm.h file
Mark Cave-Ayland
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-06
hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-12-15
e500: name openpic and pci host bridge
Michael Davidsaver
[next]