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
/
mac_oldworld.c
Age
Commit message (
Expand
)
Author
2020-10-19
mac_oldworld: Change PCI address of macio to match real hardware
BALATON Zoltan
2020-10-19
mac_oldworld: Drop some variables
BALATON Zoltan
2020-10-19
mac_oldworld: Drop a variable, use get_system_memory() directly
BALATON Zoltan
2020-10-19
mac_oldworld: Allow loading binary ROM image
BALATON Zoltan
2020-10-18
grackle: use qdev gpios for PCI IRQs
Mark Cave-Ayland
2020-10-18
macio: don't reference serial_hd() directly within the device
Mark Cave-Ayland
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-06-15
hw/ppc: Eliminate two superfluous QOM casts
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-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2020-03-17
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
hw/ppc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-19
ppc/mac_oldworld: use memdev for RAM
Igor Mammedov
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
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 sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-07-02
hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdefery
Greg Kurz
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-12
mac_oldworld: use node name instead of alias name for hd device in FWPathProv...
Mark Cave-Ayland
2019-03-05
hw/boards: Add a MachineState parameter to kvm_type callback
Eric Auger
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-04
hw/ppc: Don't include m48t59.h if it is not necessary
Thomas Huth
2018-12-14
hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()
Peter Maydell
2018-08-30
mac_oldworld: implement custom FWPathProvider
Mark Cave-Ayland
2018-08-30
grackle: set device fw_name and address for correct fw path generation
Mark Cave-Ayland
2018-08-21
mac_oldworld: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
2018-07-07
ppc: fix default VGA display for Mac machines
Mark Cave-Ayland
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-04-27
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Mark Cave-Ayland
2018-04-27
mac_oldworld: remove pics IRQ array and wire up macio to heathrow directly
Mark Cave-Ayland
2018-04-27
grackle: move PCI IO (ISA) memory region into the grackle device
Mark Cave-Ayland
2018-04-27
grackle: remove deprecated pci_grackle_init() function
Mark Cave-Ayland
2018-04-27
grackle: general tidy-up and QOMify
Mark Cave-Ayland
2018-04-27
heathrow: remove obsolete heathow_init() function
Mark Cave-Ayland
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2018-03-06
macio: remove macio_init() function
Mark Cave-Ayland
2018-03-06
mac_oldworld: use object link to pass heathrow PIC object to macio
Mark Cave-Ayland
2018-03-06
macio: move macio related structures and defines into separate macio.h file
Mark Cave-Ayland
2018-03-06
heathrow: change heathrow_pic_init() to return the heathrow device
Mark Cave-Ayland
2018-03-06
macio: move ESCC device within the macio device
Mark Cave-Ayland
2018-02-16
hw/char: remove legacy interface escc_init()
Laurent Vivier
2018-02-06
hw/ppc: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-10-17
ppc: mac_oldworld: use generic cpu_model parsing
Igor Mammedov
[next]