- 31a6f35 mac_newworld: Allow loading binary ROM image by BALATON Zoltan · 4 years, 2 months ago
- 40a0deb uninorth: use qdev gpios for PCI IRQs by Mark Cave-Ayland · 4 years, 2 months ago
- 348b8d1 macio: don't reference serial_hd() directly within the device by Mark Cave-Ayland · 4 years, 2 months ago
- 617160c load_elf: Remove unused address variables from callers by BALATON Zoltan · 4 years, 6 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 6 months ago
- 167f166 adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround by Mark Cave-Ayland · 4 years, 6 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 6 months ago
- 9307d06 pci: Convert uses of pci_create() etc. with Coccinelle by Markus Armbruster · 4 years, 6 months ago
- 7d61226 hw/ppc: Eliminate two superfluous QOM casts by Markus Armbruster · 4 years, 6 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 6 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 8 months ago
- ce73691 Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging by Peter Maydell · 4 years, 9 months ago
- 7d0776c hw/ide: Remove unneeded inclusion of hw/ide.h by BALATON Zoltan · 4 years, 9 months ago
- 1bbd95c hw/ppc: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 4 years, 10 months ago
- a5b5de0 ppc/mac_newworld: use memdev for RAM by Igor Mammedov · 4 years, 10 months ago
- 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 5 years ago
- fe6b634 hw/ppc: Replace global smp variables with machine smp properties by Like Xu · 6 years ago
- da6e101 hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdefery by Greg Kurz · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 31bc6fa mac_newworld: use node name instead of alias name for hd device in FWPathProvider by Mark Cave-Ayland · 6 years ago
- dc0ca80 hw/boards: Add a MachineState parameter to kvm_type callback by Eric Auger · 6 years ago
- 4479b51 mac_newworld: change default NIC to sungem for mac99 machine by Mark Cave-Ayland · 6 years ago
- 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
- eac57b4 hw/ppc: Don't include m48t59.h if it is not necessary by Thomas Huth · 6 years ago
- 9929301 mac_newworld: simplify IRQ wiring by Greg Kurz · 6 years ago
- 9776874 hw/ppc/mac_newworld, mac_oldworld: Don't use load_image() by Peter Maydell · 6 years ago
- 1bbd627 hw/ppc/mac_newworld: Free openpic_irqs array after use by Peter Maydell · 6 years ago
- 5d19be6 mac_newworld: implement custom FWPathProvider by Mark Cave-Ayland · 6 years ago
- 03756c8 uninorth: add ofw-addr property to allow correct fw path generation by Mark Cave-Ayland · 6 years ago
- 74887ed mac_newworld: don't use legacy fw_cfg_init_mem() function by Mark Cave-Ayland · 6 years ago
- 3232794 ppc: fix default VGA display for Mac machines by Mark Cave-Ayland · 6 years ago
- b07cd3e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging by Peter Maydell · 6 years ago
- 5107a9c mac_newworld: always enable disable_direct_reg3_writes for ADB machines by Mark Cave-Ayland · 6 years ago
- ab3dd74 hw/ppc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 6 years ago
- d811d61 mac_newworld: add PMU device by Mark Cave-Ayland · 7 years ago
- f1114c1 mac_newworld: add via machine option to control mac99 VIA/ADB configuration by Mark Cave-Ayland · 7 years ago
- 06fe3a5 ppc: introduce Core99MachinesState for the mac99 machine by Mark Cave-Ayland · 7 years ago
- 0fcd2a8 mac_newworld: move wiring of macio IRQs to macio_newworld_realize() by Mark Cave-Ayland · 7 years ago
- 040b27c mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directly by Mark Cave-Ayland · 7 years ago
- 0662946 uninorth: create new uninorth device by Mark Cave-Ayland · 7 years ago
- c90c393 uninorth: rename UNINState to UNINHostState by Mark Cave-Ayland · 7 years ago
- e226efb uninorth: move PCI IO (ISA) memory region into the uninorth device by Mark Cave-Ayland · 7 years ago
- e7755cc uninorth: use object link to pass OpenPIC object to uninorth by Mark Cave-Ayland · 7 years ago
- 8ce3f74 uninorth: remove obsolete pci_pmac_u3_init() function by Mark Cave-Ayland · 7 years ago
- 7b19318 uninorth: remove obsolete pci_pmac_init() function by Mark Cave-Ayland · 7 years ago
- 32cde61 uninorth: move PCI host bridge bus initialisation into device realize by Mark Cave-Ayland · 7 years ago
- 0f4b541 uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device by Mark Cave-Ayland · 7 years ago
- 72941bb uninorth: remove stray PCIBus realize from mac_newworld.c by Mark Cave-Ayland · 7 years ago
- 3e0204e uninorth: remove second set of uninorth token registers by Mark Cave-Ayland · 7 years ago
- 7eceff5 hw: Do not include "sysemu/block-backend.h" if it is not necessary by Thomas Huth · 7 years ago
- b6712ea macio: remove macio_init() function by Mark Cave-Ayland · 7 years ago
- dda12e9 mac_newworld: use object link to pass OpenPIC object to macio by Mark Cave-Ayland · 7 years ago
- e1218e4 macio: move macio related structures and defines into separate macio.h file by Mark Cave-Ayland · 7 years ago
- 343bd85 macio: move ESCC device within the macio device by Mark Cave-Ayland · 7 years ago
- 2cc75c3 hw/char: remove legacy interface escc_init() by Laurent Vivier · 7 years ago
- 6f76b81 hw/ppc: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
- 9dff4c0 ppc: mac_newworld: use generic cpu_model parsing by Igor Mammedov · 7 years ago
- 58b6283 ppc: Fix OpenPIC model by Benjamin Herrenschmidt · 7 years ago
- 3c06228 ppc/mac: Advertise a high clock frequency for NewWorld Macs by Benjamin Herrenschmidt · 7 years ago
- 39d9684 Replace round_page() with TARGET_PAGE_ALIGN() by Kamil Rytarowski · 7 years ago
- 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
- 84efa64 ppc: replace cpu_ppc_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
- 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 7 years ago
- 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 7 years ago
- 53ecf09 ppc: add qemu_vga.ndrv ROM to fw_cfg interface for NewWorld Macs by Mark Cave-Ayland · 8 years ago
- 5283c27 mac99: replace debug printf with trace points by Laurent Vivier · 8 years ago
- 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
- 5836d16 fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1() by Igor Mammedov · 8 years ago
- 1b04cc8 hw/ppc: realize the PCI root bus as part of mac99 init by Marcel Apfelbaum · 8 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
- 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
- c525436 hw: Don't use hw_error() for machine initialization errors by Markus Armbruster · 9 years ago
- 72f1f97 PPC: mac99: Always add USB controller by Alexander Graf · 9 years ago
- 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
- 98cec76 machine: Set MachineClass::name automatically by Eduardo Habkost · 9 years ago
- c0f3651 mac99: Use MACHINE_TYPE_NAME to encode class name by Eduardo Habkost · 9 years ago
- f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
- 19fb2c3 ppc: Update cpu_model in MachineState by Bharata B Rao · 9 years ago
- 48779e5 fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc by Gabriel L. Somlo · 10 years ago
- f75d4f8 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- c6e7650 powerpc: fix -machine usb=no for newworld and pseries machines by Paolo Bonzini · 10 years ago
- 3a5c76b fw_cfg: factor out initialization of FW_CFG_ID (rev. number) by Gabriel L. Somlo · 10 years ago
- c86580b PPC: Don't use legacy -usbdevice support for setting up board by Markus Armbruster · 10 years ago
- 59a0419 hw/ppc/mac_newworld: simplify usb controller creation logic by Marcel Apfelbaum · 10 years ago
- b1c2fb9 hw/ppc/mac_newworld: QOMified mac99 machines by Marcel Apfelbaum · 10 years ago
- de77a24 hw/usb: simplified usb_enabled by Marcel Apfelbaum · 10 years ago
- f8b6f8e hw/ppc: modified the condition for usb controllers to be created for some ppc machines by Marcel Apfelbaum · 10 years ago
- 6670882 fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() by Laszlo Ersek · 10 years ago
- ddcd553 bootdevice: add Error **errp argument for QEMUBootSetHandler by Gonglei · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- d8f94e1 ide: Update ide_drive_get to be HBA agnostic by John Snow · 10 years ago
- 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago