| Commit message (Expand) | Author | Age | Files | Lines |
* | hw: Remove unused MAX_IDE_BUS define | BALATON Zoltan | 2022-10-31 | 1 | -2/+0 |
* | hw/isa/vt82c686: Create rtc-time alias in boards instead | Bernhard Beschow | 2022-10-31 | 1 | -0/+4 |
* | hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device | Bernhard Beschow | 2022-10-31 | 1 | -5/+0 |
* | hw/isa/vt82c686: Instantiate PM function in host device | Bernhard Beschow | 2022-10-31 | 1 | -2/+1 |
* | hw/isa/vt82c686: Instantiate USB functions in host device | Bernhard Beschow | 2022-10-31 | 1 | -4/+0 |
* | hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define | Bernhard Beschow | 2022-10-31 | 1 | -2/+2 |
* | hw/isa/vt82c686: Instantiate IDE function in host device | Bernhard Beschow | 2022-10-31 | 2 | -6/+4 |
* | hw/isa/vt82c686: Introduce TYPE_VIA_IDE define | Bernhard Beschow | 2022-10-31 | 1 | -1/+1 |
* | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 2022-10-27 | 3 | -6/+6 |
* | hw/ppc: set machine->fdt in spapr machine | Daniel Henrique Barboza | 2022-10-17 | 2 | -0/+11 |
* | hw/ppc: set machine->fdt in pnv_reset() | Daniel Henrique Barboza | 2022-10-17 | 1 | -1/+7 |
* | hw/ppc: set machine->fdt in pegasos2_machine_reset() | Daniel Henrique Barboza | 2022-10-17 | 1 | -0/+4 |
* | hw/ppc: set machine->fdt in xilinx_load_device_tree() | Daniel Henrique Barboza | 2022-10-17 | 1 | -11/+14 |
* | hw/ppc: set machine->fdt in sam460ex_load_device_tree() | Daniel Henrique Barboza | 2022-10-17 | 1 | -10/+11 |
* | hw/ppc: set machine->fdt in bamboo_load_device_tree() | Daniel Henrique Barboza | 2022-10-17 | 1 | -11/+14 |
* | hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset() | Peter Maydell | 2022-10-17 | 1 | -1/+1 |
* | hw/ppc/e500: Remove if statement which is now always true | Bernhard Beschow | 2022-10-17 | 4 | -19/+14 |
* | hw/ppc/mpc8544ds: Add platform bus | Bernhard Beschow | 2022-10-17 | 1 | -0/+6 |
* | hw/ppc/mpc8544ds: Rename wrongly named method | Bernhard Beschow | 2022-10-17 | 1 | -2/+2 |
* | hw/ppc/e500: Reduce usage of sysbus API | Bernhard Beschow | 2022-10-17 | 1 | -1/+1 |
* | hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx | Bernhard Beschow | 2022-10-17 | 1 | -0/+1 |
* | hw/ppc/meson: Allow e500 boards to be enabled separately | Bernhard Beschow | 2022-10-17 | 2 | -4/+10 |
* | ppc440_uc.c: Remove unneeded parenthesis | BALATON Zoltan | 2022-10-17 | 1 | -10/+10 |
* | ppc440_uc.c: Move some macros to ppc4xx.h | BALATON Zoltan | 2022-10-17 | 1 | -4/+0 |
* | ppc440_sdram: QOM'ify | BALATON Zoltan | 2022-10-17 | 3 | -51/+81 |
* | ppc440_sdram: Move RAM size check to ppc440_sdram_init | BALATON Zoltan | 2022-10-17 | 3 | -25/+30 |
* | ppc4xx_sdram: Rename functions to prevent name clashes | BALATON Zoltan | 2022-10-17 | 5 | -59/+60 |
* | ppc440_sdram: Rename local variable for readability | BALATON Zoltan | 2022-10-17 | 1 | -18/+18 |
* | ppc440_sdram: Get rid of the init RAM hack | BALATON Zoltan | 2022-10-17 | 3 | -9/+13 |
* | ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller | BALATON Zoltan | 2022-10-17 | 1 | -2/+32 |
* | ppc440_sdram: Split off map/unmap of sdram banks for later reuse | BALATON Zoltan | 2022-10-17 | 1 | -12/+21 |
* | ppc4xx_sdram: Drop extra zeros for readability | BALATON Zoltan | 2022-10-17 | 1 | -20/+20 |
* | ppc4xx_sdram: QOM'ify | BALATON Zoltan | 2022-10-17 | 5 | -65/+79 |
* | ppc4xx_sdram: Move size check to ppc4xx_sdram_init() | BALATON Zoltan | 2022-10-17 | 5 | -38/+9 |
* | ppc440_bamboo: Add missing 4 MiB valid memory size | BALATON Zoltan | 2022-10-17 | 1 | -1/+1 |
* | ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks() | BALATON Zoltan | 2022-10-17 | 7 | -47/+32 |
* | ppc4xx_sdram: Get rid of the init RAM hack | BALATON Zoltan | 2022-10-17 | 5 | -12/+12 |
* | ppc4xx: Introduce Ppc4xxSdramBank struct | BALATON Zoltan | 2022-10-17 | 2 | -55/+53 |
* | ppc440_bamboo: Remove unnecessary memsets | BALATON Zoltan | 2022-10-17 | 2 | -10/+4 |
* | hw/ppc/pnv: Avoid dynamic stack allocation | Philippe Mathieu-Daudé | 2022-09-22 | 3 | -7/+7 |
* | Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi | 2022-09-21 | 1 | -1/+1 |
|\ |
|
| * | hw/ppc: spapr: Use qemu_vfree() to free spapr->htab | Xuzhou Cheng | 2022-09-20 | 1 | -1/+1 |
* | | spapr_pci: fix leak in spapr_phb_vfio_get_loc_code | Paolo Bonzini | 2022-09-18 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi | 2022-09-01 | 15 | -1298/+1900 |
|\ |
|
| * | ppc4xx: Fix code style problems reported by checkpatch | BALATON Zoltan | 2022-08-31 | 5 | -47/+67 |
| * | ppc/ppc4xx: Fix sdram trace events | Cédric Le Goater | 2022-08-31 | 1 | -1/+1 |
| * | hw/ppc/Kconfig: Move imply before select | BALATON Zoltan | 2022-08-31 | 1 | -1/+1 |
| * | hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex | BALATON Zoltan | 2022-08-31 | 2 | -2/+0 |
| * | ppc405: Move machine specific code to ppc405_boards.c | BALATON Zoltan | 2022-08-31 | 3 | -254/+251 |
| * | ppc/ppc405: QOM'ify FPGA | Cédric Le Goater | 2022-08-31 | 1 | -17/+39 |